-- 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 Easy Ways to Get Rich\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/3753/5-easy-ways-to-get-rich/\";s:7:\"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/3753/5-easy-ways-to-get-rich/#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 15:11: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:16:{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:5:\"Ahead\";s: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:\"Civilized 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:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Craigslist\";s: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:19:\"Finding The Balance\";s: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:\"Fools\";s: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:\"Kijiji\";s: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:\"Labour\";s: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:\"Lawyer\";s: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:11:\"Rich People\";s: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:18:\"Running A Business\";s: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:25:\"Running Your Own Business\";s: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:6:\"Slaves\";s: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:13:\"Small Portion\";s: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:22:\"University Of Virginia\";s: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:14:\"Virginia Women\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=3753\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"My sure fire, five tips to getting rich and achieving all your goals.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:4873:\"

    Are you looking for the secret to getting rich quickly? I can give it to you, although I\'m not sure about the quick part.

    1. Own slaves

    Ok, technically it\'s illegal to own slaves in most of the civilized world but it\'s  not illegal to work people like slaves for your own gain. There is a theory that I like which says that the easiest way to get rich is to take wealth from other people. The idea is simple, if you imagine labour has a value then you can get rich simply by taking a small portion of that labour from enough people. As an employee in a company, that could be simply taking credit for other peoples work and getting rid of those who challenge your authority.

    How do you do it? Work with women instead of men. According to the University of Virginia, women work harder than men and they do it for less credit. So the first way to get rich is to step on people, specifically women to get ahead in the world. By the way, if you\'re OK with this then there is something seriously wrong with you, so let\'s move on.

    2. Run your own business

    Let\'s take the first idea to an extreme. Instead of getting ahead in a company, get ahead on your own. Running a business is no different than working for a company except you own it. Everyday you get up and go to work and everyday somebody takes your labour, pays you what you\'re willing to work for and then keeps the rest of the value of your labour for themselves.

    Running your own business is about finding the balance between what your employees are willing to work for and what your customers are willing to pay. The difference is your profit.

    3. Don\'t go to school

    I\'ve made the argument before that going to school is for fools but if you want to get rich, it\'s even worse. Let\'s assume for a minute that the $300,000 school will cost you isn\'t enough incentive for you to avoid school and instead ask the simple question. What will school teach you? I agree that if you\'re going to be a doctor or a lawyer, you need to go to school but if you want to run a business? I\'ll tell you what, buy the books second hand off of CraigsList or Kijiji and save yourself the time.

    What to do instead of going to school? Get rich. All you need to do is:

    1. have an idea;
    2. implement that idea;
    3. ????
    4. profit

    If you can work out what step three is, please tell me.

    4. Move somewhere else

    Money is subjective and based on geography. Housing in Vancouver is expensive while housing in Fredericton is not. For the price of a house in Vancouver, you can own a house in Fredericton and a house in most Caribbean countries along with a boat and a still afford to fly between the two homes twice a year.

    A good friend and fellow programmer lives in Phuket Thailand these days, he\'s amazing. I wish I had half the courage he did to leave the comfort of my surroundings and adventure on the other side of the planet, especially when you consider people here in the developed, Western world are happy to pay the same rate for a developer in Phuket as they are for a programmer in Toronto, New York or LA.

    5. Redefine what it means to be rich

    Here\'s my biggest advice, simply redefine what it means to be rich. Stop worrying about money and stop being concerned over your car, just enjoy the things that life gives you and work hard to make sure you have what you want in life.

    I lost my job last week but you know what? I don\'t really mind. My house is too small, my taxes too high, my car isn\'t great and sometimes I wonder how I\'m going to afford to retire. On the other hand, I have friends that I don\'t need to count on Facebook, I have a beautiful life with a beautiful wife, children that make me smile and a dog that is pretty dim.

    I\'ll let you in on a secret, I know a lot of people who earn more money than I\'ll ever earn and they\'re still worried about their kids, still nervous when they go to the doctor and secretly when their wife isn\'t looking, they still eat at McDonald\'s.

    \n


    \n

    \";s: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/3753/5-easy-ways-to-get-rich/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: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:53:\"I would rather get 100 spams than lose a single lead.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://thisismyurl.com/3760/100-spams-lose-single-lead/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://thisismyurl.com/3760/100-spams-lose-single-lead/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2011 15:13:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:16:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Balance Act\";s: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:\"Captcha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"Course Of A Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"Delete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:12:\"Dozen Pieces\";s: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:\"Dozens\";s: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:\"Footer\";s: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:\"Inclusion\";s: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:11:\"Junk Emails\";s: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:19:\"Prospective Clients\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:6:\"Robots\";s: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:5:\"Spams\";s: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:17:\"Unsolicited Email\";s: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:\"Web Based\";s: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:11:\"Web Contact\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=3760\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"We all hate SPAM but maybe you\'re focusing on the wrong thing?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:1713:\"

    When I build websites, I often pitch the inclusion of a web based contact form such as the one found in the footer of Rodonic, it\'s an easy to use form that collects little information but helps prospective clients contact the company.

    \"Easy

    What\'s interesting is how often, when I propose this simple form to website owners they turn it down because they don\'t want to receive SPAM (unsolicited email) from automated web crawling robots.

    You\'ll notice in the attached graphic, I don\'t even recommend having a captcha for Rodonic and the reason is simple, while the company does receive dozens of junk emails per day via the form, they also receive valuable leads from the form and as a result there is a balance act to consider.

    Would you rather lose a prospective contract because your form was too complex, or delete a dozen pieces of spam over the course of a day?

    \n


    \n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://thisismyurl.com/3760/100-spams-lose-single-lead/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: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:24:\"I Lost My Job. Now What?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://thisismyurl.com/3756/i-lost-my-job-now-what/\";s:7:\"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://thisismyurl.com/3756/i-lost-my-job-now-what/#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, 24 Mar 2011 13:12: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:10:{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:3:\"Fit\";s: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:\"God\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"High School Dance\";s: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:\"Jobs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:16:\"Printing 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:6;a:5:{s:4:\"data\";s:12:\"Relationship\";s: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:13:\"Tech Startups\";s: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:15:\"Tuesday Morning\";s: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:\"Waterloo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=3756\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"When you lose your job, I think there\'s a series of emotions you\'re meant to go through. I didn\'t go through any of them.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2288:\"

    I worked for one of the most successful high tech startups in California up until two days ago. My work was mentioned in Fast Company as one of the most Innovating Financial Companies on the Planet, pretty cool eh? It came to a crashing halt on Tuesday morning and by Wednesday, I was sitting in a cafe, jobless again.

    \"FastI should feel bad, but I don\'t. I had a great experience working with the team and got to contribute to some amazing projects with a strong chance of success. So why don\'t I feel bad? Primarily because I understand what a job is and since I understand that relationship it\'s really hard to be upset when it comes to an end.

    Never feel bad when you lose a job.

    When I worked for a printing company in Waterloo during college, I lost my job and felt horrible about it. It was like being dumped at a high school dance but I soon realized that they didn\'t fire me because I was useless, they fired me because I didn\'t fit in.

    Remember the old saying that when God closes a door, he opens another. I don\'t know if that\'s the right saying because I remember it being when God closes a door, he opens a window which makes no sense but is still the same point. If you loose your job, what\'s it really matter? There are plenty of jobs out there, just go get one and eventually you\'ll find one that you fit with and they fit with you.

    \n


    \n

    \";s: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://thisismyurl.com/3756/i-lost-my-job-now-what/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:25:\" \";s:7:\"attribs\";a: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:\"The Internet has Judged Me.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://thisismyurl.com/3744/internet-judged/\";s:7:\"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:53:\"http://thisismyurl.com/3744/internet-judged/#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, 23 Mar 2011 19:15: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:17:{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:13:\"Contact Lists\";s: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:\"Dots\";s: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:\"Email\";s: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:\"Facebook\";s: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:\"Free Advice\";s: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:\"Free Time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:8:\"Linkedin\";s: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:\"Match\";s: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:11:\"Media Tools\";s: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:\"Missy Suicide\";s: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:\"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:12;a:5:{s:4:\"data\";s:12:\"Relationship\";s: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:6:\"Resume\";s: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:13:\"Suicide Girls\";s: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:13:\"Time Emailing\";s: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: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:30:\"http://thisismyurl.com/?p=3744\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"What does it say about your website surfing habits when a popular social media site assumes you know the princess of piercing porn?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2099:\"

    \"YouI\'m not saying this is a good thing or a bad thing but today when I logged into Linkedin to update my resume, I was greeted by their typical People You May Know application and noticed an amusing relationship.

    Apparently Linkedin thinks I may know Missy Suicide, best know for founding and running Suicide Girls.

    For the record, I don\'t.

    So how do they calculate these relationship finders? There\'s a couple ways, one of which is simply by comparing two email contact lists. If both yourself and another person import your contact list to Linkedin (or other social media tools) it connects the dots between those two imports and tries to make a match or, if no other matches exist it could match based on just one and recommend to the other person that they may know you.

    For example, if I imported my contact list to Facebook it would detect hundreds of people who I\'d talked to about WordPress plugins over the past five years and suggest to them that they may know me. Here\'s to hoping that\'s what happened and secretly Missy Suicide spends all her free time emailing me for WordPress advice.

    \n


    \n

    \";s: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:49:\"http://thisismyurl.com/3744/internet-judged/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s: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:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"5 Powerful WordPress Marketing Plugins, I’ll Give You for Free.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://thisismyurl.com/3720/5-powerful-wordpress-marketing-plugins-give-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://thisismyurl.com/3720/5-powerful-wordpress-marketing-plugins-give-free/#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 Mar 2011 12:46: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:14:{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:5:\"Bling\";s: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:\"Bot\";s: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:\"Google\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;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:5;a:5:{s:4:\"data\";s:7:\"Indexes\";s: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:\"Joke\";s: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:24:\"Powerful Marketing Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:12:\"Random 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:10;a:5:{s:4:\"data\";s:11:\"Thermometer\";s: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:\"Thieves\";s: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:9:\"Top Frame\";s: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:7:\"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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://thisismyurl.com/?p=3720\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"So what do I do when I\'m not building great websites for people? I build great WordPress plugins to help you build great websites, for free.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:3193:\"

    Easy Popular Posts

    This simple plugin lists your most popular posts and it\'s great for deep linking to posts on your blog. The plugin can be called from your Widgets or template. If you like it, also look at Easy Random Posts and Easy Scheduled Posts which will show a list of upcoming posts for your visitors.

    External Link to New Window

    Automatically force external links to open in a new window and optionally choose to add the nofollow attribute or an icon to your external links. It\'s a great way to keep your blog open while letting people surf off to other sites.

    Fundraising Thermometer for WP

    One of my first and favourite plugins, it allows you to easily add a fundraising thermometer to your WordPress website as a widget, or in your theme. The plugin also uses short codes so you can add values right into your posts!

    Google Bot Bling

    I\'ll be honest, this plugin started as a bit of a joke but has grown to be one of my most powerful marketing tools. It notifies blog owners as soon as Google indexes a post, or can be scheduled to send notification summaries on a regular basis.

    No More Frames

    Force your site to the top frame and defeat content thieves by getting rid of their frames. Another great plugin for helping defeat Internet baddies, Hotlink Protection which blocks external sites from loading your images.

    \n


    \n

    \";s: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://thisismyurl.com/3720/5-powerful-wordpress-marketing-plugins-give-free/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:28:\" \";s:7:\"attribs\";a: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:\"5 Reasons to Love Twitter, and One to Hate It.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://thisismyurl.com/3699/5-reasons-to-love-twitter-and-one-to-hate-it/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://thisismyurl.com/3699/5-reasons-to-love-twitter-and-one-to-hate-it/#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 Mar 2011 13:07:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:20:{i:0;a:5:{s:4:\"data\";s:12:\"News Roundup\";s: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:\"Big Boys\";s: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:\"Bloggers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"Charlie Sheen\";s: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:22:\"Hockey Night 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:5;a:5:{s:4:\"data\";s:7:\"Hornets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:12:\"Kraft Cheese\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:12:\"Kraft Dinner\";s: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:\"Mac And Cheese\";s: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:11:\"Man Charlie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:4:\"Nola\";s: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:12:\"Play By Play\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:12;a:5:{s:4:\"data\";s:14:\"Profit 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:13;a:5:{s:4:\"data\";s:12:\"Profit Model\";s: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:8:\"Protests\";s: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:16:\"Social Marketing\";s: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:\"Train Wreck\";s: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:12:\"Tv Reception\";s: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:7:\"Twitter\";s: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:15:\"Vital Lifelines\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=3699\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Here are my 5 reasons for loving Twitter and one great one to hate it.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:2815:\"

    Kraft Dinner (Mac and Cheese)

    Kraft announced they plan to reward bloggers for talking about their products, that\'s amazing. It shows a great use of the technology and how Twitter can used as a social marketing tool, not just for Kraft but for any business.

    The Hornets

    NOLA.com has a feed that lets you \"listen\" to the sports via your Twitter account. I grew up in an era with spotty TV reception for Hockey Night in Canada. Something sitting in the truck, listing to the play by play on the way home was the best way to hear a game and I love to think Twitter can be similar.

    Japan & Libya

    Twitter has offered people in Japan a vital lifelines to communicate with the outside world and it\'s helped organize protests around the world. Twitter brings media to the people like no other force.

    Charlie Sheen

    Love the man or hate the man, Charlie Sheen is either a train wreck or a ball of awesome, either way his ability to speak straight to the people on Twitter is amazing. Sheen (I\'m reluctant to type this) can teach other celebrities how to use Twitter.

    Chrysler said Fuck

    I\'m not joking, somebody at Chrysler proved to the world just how awesome social media is by cursing about Detroit drivers. Does it really matter? Maybe, maybe not but what is awesome about it is the fact that Chrysler did it and proved to the world that even the big boys still have no idea how to use Twitter.

    and my one reason for hating on Twitter?

    Twitter is a Company

    Unlike email or the web, which function as a collective of servers the Twitter platform is a private, for profit company. Here\'s hoping they succeed in finding and implementing a profit model.

    \n


    \n

    \";s: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://thisismyurl.com/3699/5-reasons-to-love-twitter-and-one-to-hate-it/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s: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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Points and Figures\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://christopherross.ca/2011/03/19/points-and-figures/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://christopherross.ca/2011/03/19/points-and-figures/#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, 19 Mar 2011 15:57: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:3:{i:0;a:5:{s:4:\"data\";s:10:\"StockTwits\";s: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://christopherross.ca/?p=3745\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:400:\"\n


    \n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://christopherross.ca/2011/03/19/points-and-figures/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:15:\" \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"List WordPress posts inside a post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://helpfulcoder.com/2635/list-wordpress-posts-inside-a-post/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://helpfulcoder.com/2635/list-wordpress-posts-inside-a-post/#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 Mar 2011 18:10: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:7:{i:0;a:5:{s:4:\"data\";s:2:\"Lt\";s: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:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i: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:12:\"Feature Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"Footer\";s: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:13:\"Writing Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:12:\"Writing Html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2635\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"A while back I was writing a series of posts and wanted to list them all at the bottom of each post in WordPress, here\'s how I did it.http://helpfulcoder.com/2635/list-wordpress-posts-inside-a-post/ \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Helpful Coder\";s: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:605:\"A while back I was writing a series of posts and wanted to list them all at the bottom of each post in WordPress, here\'s how I did it.
    http://helpfulcoder.com/2635/list-wordpress-posts-inside-a-post/ \n


    \n

    \";s: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:69:\"http://helpfulcoder.com/2635/list-wordpress-posts-inside-a-post/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: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/thisismyurl\";}}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:\"thisismyurl\";}}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:\"thisismyurl\";s: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:40:\"http://www.w3.org/2003/01/geo/wgs84_pos#\";a:2:{s:3:\"lat\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"45.52\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"long\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"66.32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"RlI88kbWAx0A7X0khKXHMuidGKE\";s:13:\"last-modified\";s:29:\"Fri, 01 Apr 2011 20:43:17 GMT\";s:4:\"date\";s:29:\"Fri, 01 Apr 2011 21:20:33 GMT\";s:7:\"expires\";s:29:\"Fri, 01 Apr 2011 21:20:33 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'),(9713,0,'widget_customizable_search','a:8:{s:5:\"title\";s:0:\"\";s:5:\"input\";i:0;s:4:\"size\";i:15;s:15:\"other_text_mods\";s:0:\"\";s:11:\"wrap_button\";i:1;s:11:\"button_type\";i:0;s:12:\"button_value\";s:6:\"Search\";s:17:\"other_button_mods\";s:0:\"\";}','yes'),(9717,0,'ss_easy_mode','0','yes'),(9718,0,'ss_manual_cats','a:1:{i:0;s:7:\"History\";}','yes'),(8619,0,'res_security_settings','10','yes'),(8620,0,'res_full_uninstall','','yes'),(9876,0,'widget_collapspage','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(10005,0,'booking_is_delete_if_deactive','Off','yes'),(9134,0,'_transient_timu_donations','
  • Arata Kojima helped tranlate Cross Slide for WordPress
  • \n\n
  • Bart McLeod helped fix Easy Popular Posts for WordPress
  • \n\n
  • Stéphane Esteve helped tranlate Cross Slide for WordPress
  • \n\n
  • Rodonic supported phpinfo() for WordPress
  • \n','no'),(9133,0,'_transient_timeout_timu_donations','1301779255','no'),(8618,0,'res_security_plugin','7','yes'),(9991,0,'booking_admin_cal_count','2','yes'),(9992,0,'booking_skin','http://www.timberon.info/blog/wp-content/plugins/booking/css/skins/traditional-light.css','yes'),(9764,0,'ssMenu_options','a:27:{s:8:\"load_moo\";s:2:\"on\";s:8:\"css_load\";s:7:\"default\";s:9:\"css_theme\";s:7:\"default\";s:12:\"user_objects\";N;s:6:\"holder\";s:13:\"#ssMenuHolder\";s:7:\"toggler\";s:15:\" div span.show_\";s:7:\"content\";s:12:\" div.showme_\";s:7:\"toglink\";s:13:\" div .catlink\";s:9:\"add_mouse\";s:3:\"off\";s:11:\"always_hide\";N;s:7:\"opacity\";s:2:\"on\";s:10:\"trans_time\";s:4:\"1200\";s:10:\"trans_type\";s:4:\"quad\";s:15:\"trans_typeinout\";s:6:\"in:out\";s:8:\"tooltips\";s:3:\"off\";s:9:\"showDelay\";s:4:\"1250\";s:9:\"hideDelay\";s:4:\"2200\";s:7:\"offsetx\";s:4:\"-290\";s:7:\"offsety\";s:1:\"0\";s:5:\"fixed\";s:4:\"true\";s:11:\"tip_opacity\";s:3:\"0.9\";s:9:\"toolClass\";s:0:\"\";s:8:\"tipTitle\";s:5:\"title\";s:7:\"tipText\";s:3:\"rel\";s:10:\"nav_follow\";s:2:\"on\";s:15:\"nav_followspeed\";s:3:\"700\";s:14:\"delete_options\";N;}','yes'),(9750,0,'shailan_dm_home','true','yes'),(9751,0,'shailan_dm_login','true','yes'),(9752,0,'shailan_dm_vertical','true','yes'),(10012,0,'booking_unavailable_day3','Off','yes'),(9765,0,'ssMenu_widget_options','a:2:{i:2;a:15:{s:5:\"title\";s:13:\"Timberon News\";s:13:\"showPostCount\";s:3:\"yes\";s:7:\"catSort\";s:7:\"catName\";s:12:\"catSortOrder\";s:4:\"DESC\";s:9:\"inExclude\";s:7:\"include\";s:13:\"inExcludeCats\";s:0:\"\";s:8:\"postSort\";s:8:\"postDate\";s:13:\"postSortOrder\";s:4:\"DESC\";s:10:\"limitPosts\";s:1:\"2\";s:8:\"moretext\";s:9:\"more from\";s:7:\"tipText\";s:34:\"View listing of all entries under \";s:13:\"showMorePosts\";s:3:\"yes\";s:12:\"showEmptyCat\";s:3:\"yes\";s:10:\"usedescrip\";s:2:\"no\";s:7:\"catfeed\";s:4:\"none\";}i:3;a:15:{s:5:\"title\";s:16:\"SuperSlider-Menu\";s:13:\"showPostCount\";s:3:\"yes\";s:7:\"catSort\";s:8:\"catOrder\";s:12:\"catSortOrder\";s:4:\"DESC\";s:9:\"inExclude\";s:7:\"include\";s:13:\"inExcludeCats\";s:0:\"\";s:8:\"postSort\";s:8:\"postDate\";s:13:\"postSortOrder\";s:4:\"DESC\";s:10:\"limitPosts\";s:1:\"5\";s:8:\"moretext\";s:9:\"more from\";s:7:\"tipText\";s:34:\"View listing of all entries under \";s:13:\"showMorePosts\";s:3:\"yes\";s:12:\"showEmptyCat\";s:3:\"yes\";s:10:\"usedescrip\";s:3:\"yes\";s:7:\"catfeed\";s:4:\"none\";}}','yes'),(9768,0,'RICO_AJAX_MENU_WIDGET_ID','a:18:{s:4:\"menu\";s:8:\"Pulldown\";s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:3:\"200\";s:11:\"bordercolor\";s:5:\"white\";s:12:\"contentcolor\";s:0:\"\";s:7:\"opacity\";s:1:\"0\";s:11:\"panelheight\";s:0:\"\";s:9:\"textcolor\";s:0:\"\";s:7:\"bgcolor\";s:0:\"\";s:10:\"arrowimage\";s:0:\"\";s:8:\"bgsprite\";s:0:\"\";s:5:\"menu1\";s:5:\"Pages\";s:5:\"menu2\";s:10:\"Categories\";s:5:\"menu3\";s:6:\"Recent\";s:5:\"menu4\";s:4:\"None\";s:5:\"menu5\";s:4:\"None\";s:5:\"menu6\";s:4:\"None\";s:5:\"menu7\";s:4:\"None\";}','yes'),(9773,0,'custom-menu-image','a:17:{i:1529;a:3:{s:8:\"url_type\";s:3:\"lib\";s:3:\"url\";s:70:\"http://www.timberon.info/blog/wp-content/uploads/2011/04/newspaper.png\";s:9:\"media_lib\";s:70:\"http://www.timberon.info/blog/wp-content/uploads/2011/04/newspaper.png\";}i:1910;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1526;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1543;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1532;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1538;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1540;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1539;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1536;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1525;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1545;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1527;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1533;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1542;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1528;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1535;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}i:1530;a:3:{s:8:\"url_type\";s:3:\"url\";s:3:\"url\";s:0:\"\";s:9:\"media_lib\";s:0:\"\";}}','yes'),(10007,0,'booking_is_use_hints_at_admin_panel','On','yes'),(10008,0,'booking_multiple_day_selections','On','yes'),(10009,0,'booking_unavailable_day0','Off','yes'),(10010,0,'booking_unavailable_day1','Off','yes'),(10011,0,'booking_unavailable_day2','Off','yes'),(9993,0,'booking_sort_order','id','yes'),(9790,0,'widget_dc_jqslickmenu_widget','a:4:{i:2;a:0:{}i:3;a:7:{s:8:\"nav_menu\";i:35;s:8:\"location\";s:8:\"top-left\";s:4:\"skin\";s:8:\"no-theme\";s:5:\"speed\";s:4:\"fast\";s:9:\"autoClose\";s:4:\"true\";s:6:\"offset\";i:0;s:7:\"tabText\";s:0:\"\";}i:4;a:7:{s:8:\"nav_menu\";i:35;s:8:\"location\";s:5:\"right\";s:4:\"skin\";s:4:\"Grey\";s:5:\"speed\";s:6:\"normal\";s:9:\"autoClose\";N;s:6:\"offset\";i:0;s:7:\"tabText\";s:4:\"Home\";}s:12:\"_multiwidget\";i:1;}','yes'),(10020,0,'booking_email_reservation_from_adress','"Booking system" <webmaster@timberon.info>','yes'),(9994,0,'booking_sort_order_direction','ASC','yes'),(9795,0,'widget_sgr-custom-taxonomies-menu','a:4:{i:2;a:0:{}i:3;a:4:{s:5:\"title\";s:0:\"\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"asc\";s:16:\"show_tax_ngg_tag\";s:4:\"true\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:7:\"orderby\";s:4:\"name\";s:5:\"order\";s:3:\"asc\";s:10:\"show_count\";s:4:\"true\";s:14:\"show_tax_title\";s:4:\"true\";s:17:\"show_hierarchical\";s:4:\"true\";s:19:\"show_tax_ftcalendar\";s:4:\"true\";s:18:\"include_ftcalendar\";a:2:{i:0;s:2:\"44\";i:1;s:2:\"43\";}s:16:\"show_tax_ngg_tag\";s:4:\"true\";}s:12:\"_multiwidget\";i:1;}','yes'),(10014,0,'booking_unavailable_day5','Off','yes'),(9995,0,'booking_max_monthes_in_calendar','1y','yes'),(9996,0,'booking_client_cal_count','1','yes'),(9855,0,'widget_nice_navigation','a:3:{i:2;a:0:{}i:3;a:4:{s:5:\"title\";s:0:\"\";s:8:\"function\";s:18:\"wp_list_categories\";s:9:\"arguments\";s:0:\"\";s:4:\"look\";s:9:\"wikipedia\";}s:12:\"_multiwidget\";i:1;}','yes'),(9997,0,'booking_start_day_weeek','1','yes'),(9998,0,'booking_title_after_reservation','Thank you for your online reservation.
    We will send confirmation of your booking as soon as possible.','yes'),(9999,0,'booking_title_after_reservation_time','7000','yes'),(10000,0,'booking_type_of_thank_you_message','message','yes'),(10001,0,'booking_thank_you_page_URL','http://www.timberon.info/blog','yes'),(10002,0,'booking_is_use_autofill_4_logged_user','On','yes'),(12070,0,'smcf_ip','1','yes'),(10004,0,'booking_date_view_type','short','yes'),(9871,0,'collapsPageStyle','#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'),(10003,0,'booking_date_format','F j, Y','yes'),(9866,0,'DynamicwpPopupAdminOptions','a:12:{s:6:\"popup1\";s:0:\"\";s:10:\"popup1link\";s:0:\"\";s:6:\"popup2\";s:0:\"\";s:10:\"popup2link\";s:0:\"\";s:6:\"popup3\";s:0:\"\";s:10:\"popup3link\";s:0:\"\";s:6:\"popup4\";s:0:\"\";s:10:\"popup4link\";s:0:\"\";s:6:\"popup5\";s:0:\"\";s:10:\"popup5link\";s:0:\"\";s:6:\"popup6\";s:0:\"\";s:10:\"popup6link\";s:0:\"\";}','yes'),(9872,0,'collapsPageVersion','0.5.3','yes'),(9873,0,'collapsPageOrigStyle','#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;}','yes'),(8435,0,'can_manage_events','edit_posts','yes'),(8436,0,'display_author','false','yes'),(8437,0,'display_jump','false','yes'),(8438,0,'my_calendar_use_styles','false','yes'),(8439,0,'my_calendar_show_months','1','yes'),(8440,0,'my_calendar_show_map','false','yes'),(8441,0,'my_calendar_show_address','false','yes'),(8442,0,'my_calendar_today_template','{date} – {link_title}
    {time}, {category}','yes'),(8443,0,'my_calendar_upcoming_template','{date} – {link_title}
    {time}, {category}','yes'),(8444,0,'my_calendar_today_title','Today\'s Events','yes'),(8445,0,'my_calendar_upcoming_title','Upcoming Events','yes'),(8446,0,'calendar_javascript','0','yes'),(8447,0,'list_javascript','0','yes'),(8448,0,'mini_javascript','0','yes'),(8449,0,'ajax_javascript','1','yes'),(8450,0,'my_calendar_minijs','jQuery(document).ready(function($) {\r\n $(\".mini .has-events\").children().not(\".trigger\").hide();\r\n $(\".mini .has-events .trigger\").live(\"click\",\r\n function(e) {\r\n e.preventDefault(); \r\n $(this).parent().children().not(\".trigger\").toggle(); \r\n });\r\n});','yes'),(8451,0,'my_calendar_listjs','jQuery(document).ready(function($) {\r\n $(\"#calendar-list li\").children().not(\".event-date\").hide();\r\n $(\"#calendar-list li.current-day\").children().show();\r\n $(\".event-date\").live(\"click\",\r\n function(e) {\r\n e.preventDefault();\r\n $(this).parent().children().not(\".event-date\").toggle();\r\n });\r\n});','yes'),(8452,0,'my_calendar_caljs','jQuery(document).ready(function($) {\r\n $(\".calendar-event\").children().not(\".event-title\").hide();\r\n $(\".calendar-event .event-title\").live(\"click\",\r\n function(e) {\r\n e.preventDefault(); // remove this line if you are using a link in the event title\r\n $(this).parent().children().not(\".event-title\").toggle();\r\n });\r\n $(\".calendar-event .close\").live(\"click\",\r\n function(e) {\r\n e.preventDefault();\r\n $(this).parent().toggle();\r\n });\r\n});','yes'),(8453,0,'my_calendar_ajaxjs','jQuery(document).ready(function(){\r\n\r\n jQuery(\'.calendar .my-calendar-nav a\').live(\'click\', function(e){\r\n e.preventDefault();\r\n\r\n var link = jQuery(this).attr(\'href\');\r\n\r\n jQuery(\'#jd-calendar.calendar\').html(\'Loading...\');\r\n jQuery(\'#jd-calendar.calendar\').load(link+\' #jd-calendar.calendar > *\', function() {\r\n jQuery(\'.calendar-event\').children().not(\'h3\').hide(); \r\n });\r\n \r\n }); \r\n \r\n jQuery(\'.mini .my-calendar-nav a\').live(\'click\', function(e){\r\n e.preventDefault();\r\n\r\n var link = jQuery(this).attr(\'href\');\r\n\r\n jQuery(\'#jd-calendar.mini\').html(\'Loading...\');\r\n jQuery(\'#jd-calendar.mini\').load(link+\' #jd-calendar.mini > *\', function() {\r\n jQuery(\'.mini .has-events\').children().not(\'.trigger\').hide(); \r\n });\r\n \r\n }); \r\n\r\n jQuery(\'.list .my-calendar-nav a\').live(\'click\', function(e){\r\n e.preventDefault();\r\n\r\n var link = jQuery(this).attr(\'href\');\r\n\r\n jQuery(\'#jd-calendar.list\').html(\'Loading...\');\r\n jQuery(\'#jd-calendar.list\').load(link+\' #jd-calendar.list > *\', function() {\r\n jQuery(\'#calendar-list li\').children().not(\'.event-date\').hide(); \r\n jQuery(\'#calendar-list li.current-day\').children().show();\r\n });\r\n \r\n }); \r\n \r\n});','yes'),(8454,0,'my_calendar_notime_text','All Day','yes'),(8455,0,'my_calendar_hide_icons','false','yes'),(8456,0,'mc_event_link_expires','false','yes'),(8457,0,'mc_apply_color','default','yes'),(8458,0,'mc_input_options','a:9:{s:11:\"event_short\";N;s:10:\"event_desc\";N;s:14:\"event_category\";s:2:\"on\";s:10:\"event_link\";N;s:12:\"event_recurs\";N;s:10:\"event_open\";N;s:14:\"event_location\";N;s:23:\"event_location_dropdown\";N;s:16:\"event_use_editor\";N;}','yes'),(8459,0,'mc_input_options_administrators','true','yes'),(8460,0,'mc_event_mail','false','yes'),(8461,0,'mc_desc','false','yes'),(8462,0,'mc_short','false','yes'),(8463,0,'mc_event_mail_subject','','yes'),(8464,0,'mc_event_mail_to','','yes'),(8465,0,'mc_event_mail_message','','yes'),(8466,0,'mc_event_approve','true','yes'),(8467,0,'mc_event_approve_perms','edit_posts','yes'),(8468,0,'mc_no_fifth_week','','yes'),(8469,0,'mc_user_settings','a:2:{s:22:\"my_calendar_tz_default\";a:3:{s:7:\"enabled\";s:2:\"on\";s:5:\"label\";s:2:\"-7\";s:6:\"values\";a:39:{i:-12;s:22:\"(GMT -12:00) Eniwetok\r\";i:-11;s:27:\"(GMT -11:00) Midway Island\r\";i:-10;s:20:\"(GMT -10:00) Hawaii\r\";s:4:\"-9.5\";s:30:\"(GMT -9:30) Marquesas Islands\r\";i:-9;s:19:\"(GMT -9:00) Alaska\r\";i:-8;s:39:\"(GMT -8:00) Pacific Time (US & Canada)\r\";i:-7;s:40:\"(GMT -7:00) Mountain Time (US & Canada)\r\";i:-6;s:39:\"(GMT -6:00) Central Time (US & Canada)\r\";i:-5;s:39:\"(GMT -5:00) Eastern Time (US & Canada)\r\";s:4:\"-4.5\";s:22:\"(GMT -4:30) Venezuela\r\";i:-4;s:35:\"(GMT -4:00) Atlantic Time (Canada)\r\";s:4:\"-3.5\";s:25:\"(GMT -3:30) Newfoundland\r\";i:-3;s:19:\"(GMT -3:00) Brazil\r\";i:-2;s:25:\"(GMT -2:00) Mid-Atlantic\r\";i:-1;s:24:\"(GMT -1:00 hour) Azores\r\";i:0;s:26:\"(GMT) Western Europe Time\r\";i:1;s:26:\"(GMT +1:00 hour) Brussels\r\";i:2;s:24:\"(GMT +2:00) Kaliningrad\r\";i:3;s:20:\"(GMT +3:00) Baghdad\r\";s:3:\"3.5\";s:19:\"(GMT +3:30) Tehran\r\";i:4;s:22:\"(GMT +4:00) Abu Dhabi\r\";s:3:\"4.5\";s:24:\"(GMT +4:30) Afghanistan\r\";i:5;s:25:\"(GMT +5:00) Ekaterinburg\r\";s:3:\"5.5\";s:19:\"(GMT +5:30) Bombay\r\";s:4:\"5.75\";s:18:\"(GMT +5:45) Nepal\r\";i:6;s:19:\"(GMT +6:00) Almaty\r\";s:3:\"6.5\";s:20:\"(GMT +6:30) Myanmar\r\";i:7;s:20:\"(GMT +7:00) Bangkok\r\";i:8;s:20:\"(GMT +8:00) Beijing\r\";i:9;s:18:\"(GMT +9:00) Tokyo\r\";s:3:\"9.5\";s:21:\"(GMT +9:30) Adelaide\r\";i:10;s:31:\"(GMT +10:00) Eastern Australia\r\";s:4:\"10.5\";s:30:\"(GMT +10:30) Lord Howe Island\r\";i:11;s:21:\"(GMT +11:00) Magadan\r\";s:4:\"11.5\";s:28:\"(GMT +11:30) Norfolk Island\r\";i:12;s:22:\"(GMT +12:00) Auckland\r\";s:5:\"12.75\";s:29:\"(GMT +12:45) Chatham Islands\r\";i:13;s:19:\"(GMT +13:00) Tonga\r\";i:14;s:25:\"(GMT +14:00) Line Islands\";}}s:28:\"my_calendar_location_default\";a:2:{s:5:\"label\";s:28:\"My Calendar Default Location\";s:6:\"values\";a:51:{s:2:\"AL\";s:8:\"Alabama\r\";s:2:\"AK\";s:7:\"Alaska\r\";s:2:\"AZ\";s:8:\"Arizona\r\";s:2:\"AR\";s:9:\"Arkansas\r\";s:2:\"CA\";s:11:\"California\r\";s:2:\"CO\";s:9:\"Colorado\r\";s:2:\"CT\";s:12:\"Connecticut\r\";s:2:\"DE\";s:9:\"Delaware\r\";s:2:\"DC\";s:21:\"District Of Columbia\r\";s:2:\"FL\";s:8:\"Florida\r\";s:2:\"GA\";s:8:\"Georgia\r\";s:2:\"HI\";s:7:\"Hawaii\r\";s:2:\"ID\";s:6:\"Idaho\r\";s:2:\"IL\";s:9:\"Illinois\r\";s:2:\"IN\";s:8:\"Indiana\r\";s:2:\"IA\";s:5:\"Iowa\r\";s:2:\"KS\";s:7:\"Kansas\r\";s:2:\"KY\";s:9:\"Kentucky\r\";s:2:\"LA\";s:10:\"Louisiana\r\";s:2:\"ME\";s:6:\"Maine\r\";s:2:\"MD\";s:9:\"Maryland\r\";s:2:\"MA\";s:14:\"Massachusetts\r\";s:2:\"MI\";s:9:\"Michigan\r\";s:2:\"MN\";s:10:\"Minnesota\r\";s:2:\"MS\";s:12:\"Mississippi\r\";s:2:\"MO\";s:9:\"Missouri\r\";s:2:\"MT\";s:8:\"Montana\r\";s:2:\"NE\";s:9:\"Nebraska\r\";s:2:\"NV\";s:7:\"Nevada\r\";s:2:\"NH\";s:14:\"New Hampshire\r\";s:2:\"NJ\";s:11:\"New Jersey\r\";s:2:\"NM\";s:11:\"New Mexico\r\";s:2:\"NY\";s:9:\"New York\r\";s:2:\"NC\";s:15:\"North Carolina\r\";s:2:\"ND\";s:13:\"North Dakota\r\";s:2:\"OH\";s:5:\"Ohio\r\";s:2:\"OK\";s:9:\"Oklahoma\r\";s:2:\"OR\";s:7:\"Oregon\r\";s:2:\"PA\";s:13:\"Pennsylvania\r\";s:2:\"RI\";s:13:\"Rhode Island\r\";s:2:\"SC\";s:15:\"South Carolina\r\";s:2:\"SD\";s:13:\"South Dakota\r\";s:2:\"TN\";s:10:\"Tennessee\r\";s:2:\"TX\";s:6:\"Texas\r\";s:2:\"UT\";s:5:\"Utah\r\";s:2:\"VT\";s:8:\"Vermont\r\";s:2:\"VA\";s:9:\"Virginia\r\";s:2:\"WA\";s:11:\"Washington\r\";s:2:\"WV\";s:14:\"West Virginia\r\";s:2:\"WI\";s:10:\"Wisconsin\r\";s:2:\"WY\";s:7:\"Wyoming\";}}}','yes'),(8470,0,'mc_location_type','event_state','yes'),(8471,0,'mc_user_settings_enabled','','yes'),(8472,0,'mc_user_location_type','state','yes'),(8473,0,'my_calendar_show_js','','yes'),(8474,0,'my_calendar_show_css','','yes'),(8475,0,'my_calendar_templates','a:1:{s:5:\"title\";s:7:\"{title}\";}','yes'),(8476,0,'mc_skip_holidays','false','yes'),(8477,0,'mc_event_edit_perms','edit_posts','yes'),(8478,0,'my_calendar_css_file','my-calendar.css','yes'),(8479,0,'mc_show_rss','false','yes'),(8480,0,'mc_show_ical','false','yes'),(8481,0,'my_calendar_widget_defaults','a:2:{s:8:\"upcoming\";a:7:{s:4:\"type\";s:5:\"event\";s:6:\"before\";i:3;s:5:\"after\";i:3;s:8:\"template\";s:81:\"{date} – {link_title}
    {time}, {category}\";s:8:\"category\";s:0:\"\";s:4:\"text\";s:0:\"\";s:5:\"title\";s:15:\"Upcoming Events\";}s:5:\"today\";a:4:{s:8:\"template\";s:81:\"{date} – {link_title}
    {time}, {category}\";s:8:\"category\";s:0:\"\";s:5:\"title\";s:14:\"Today\'s Events\";s:4:\"text\";s:0:\"\";}}','yes'),(8513,0,'widget_awpcp_search_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(8482,0,'widget_my_calendar_today_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(8483,0,'widget_my_calendar_upcoming_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(8509,0,'wpClassified_data','a:42:{s:9:\"top_image\";s:11:\"default.gif\";s:11:\"description\";s:191:\"Feel free tosubmit your classified ads, Promote your Business or website by posting free ads.
    You don\'t have to pay anything, it\'s totally free, your ads stay 365 days here for free\";s:4:\"slug\";s:11:\"Classifieds\";s:15:\"number_of_image\";s:1:\"3\";s:7:\"approve\";s:1:\"y\";s:14:\"image_position\";s:1:\"1\";s:11:\"image_width\";s:3:\"640\";s:12:\"image_height\";s:3:\"480\";s:21:\"thumbnail_image_width\";s:3:\"120\";s:15:\"image_alignment\";s:4:\"left\";s:12:\"filter_posts\";s:1:\"y\";s:14:\"count_last_ads\";s:1:\"5\";s:11:\"banner_code\";s:0:\"\";s:10:\"edit_style\";s:5:\"plain\";s:14:\"maxchars_limit\";s:3:\"400\";s:20:\"editor_toolbar_basic\";s:1:\"y\";s:6:\"notify\";s:1:\"y\";s:18:\"count_ads_per_page\";s:2:\"10\";s:11:\"date_format\";s:11:\"m-d-Y g:i a\";s:8:\"rss_feed\";s:1:\"y\";s:12:\"rss_feed_num\";s:2:\"15\";s:17:\"confirmation_code\";s:1:\"y\";s:8:\"googleID\";s:9:\"pub-xxxxx\";s:11:\"GADposition\";s:2:\"no\";s:10:\"GADproduct\";s:4:\"link\";s:9:\"GADformat\";s:6:\"468x60\";s:7:\"GADtype\";s:4:\"text\";s:10:\"GADLformat\";s:6:\"468x15\";s:15:\"GADcolor_border\";s:6:\"FFFFFF\";s:13:\"GADcolor_link\";s:6:\"0000FF\";s:11:\"GADcolor_bg\";s:6:\"E4F2FD\";s:13:\"GADcolor_text\";s:6:\"000000\";s:12:\"GADcolor_url\";s:6:\"FF0000\";s:13:\"ad_expiration\";s:3:\"180\";s:22:\"inform_user_expiration\";s:1:\"7\";s:19:\"inform_user_subject\";s:48:\"!sitename reminder:classified ads expiring soon!\";s:16:\"inform_user_body\";s:135:\"One or more of your classified ads on !sitename (!siteurl) are expiring soon. Please sign in and visit !user_ads_url to check your ads.\";s:20:\"must_registered_user\";s:1:\"n\";s:14:\"display_titles\";s:1:\"n\";s:18:\"view_must_register\";s:1:\"n\";s:9:\"userfield\";s:12:\"display_name\";s:9:\"installed\";s:1:\"y\";}','yes'),(9653,0,'widget_rssscroller','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(8592,0,'widget_otherpropertieswidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(8605,0,'sm_booking_form','a:3:{s:28:\"sm_booking_form_sysemailfrom\";N;s:29:\"sm_booking_form_googlemapskey\";N;s:7:\"Version\";s:5:\"1.3.1\";}','yes'),(8593,0,'wpp_version','1.11','yes'),(8594,0,'wpp_settings','a:1:{s:18:\"available_features\";a:5:{s:17:\"class_admin_tools\";a:4:{s:5:\"title\";s:11:\"Admin Tools\";s:7:\"tagline\";s:91:\"For developers and designers needing to streamline their development involving WP-Property.\";s:5:\"image\";s:62:\"http://twincitiestech.com/wp-content/uploads/Media-Library.jpg\";s:11:\"description\";s:183:\"This plugin is intended for developers and theme designers. The plugin adds a new tab on the settings page called \"Developer\". There you can add new property types, attributes, etc.\";}s:19:\"class_wpp_slideshow\";a:4:{s:5:\"title\";s:9:\"Slideshow\";s:7:\"tagline\";s:56:\"A slideshow for every property page, home page, or both.\";s:5:\"image\";s:74:\"http://twincitiestech.com/wp-content/uploads/Slideshow-Image-Selection.jpg\";s:11:\"description\";s:594:\"The slideshow feature allows you to insert a slideshow into any property page, home page, or virtually anywhere in your blog.

    We made it extremely simple - the slideshow page searches through the Media Library looking for images that are big enough for the slideshow - dimensions to which you would specify in the main WP-Property control panel.

    The applicable images are all listed in the left panel (as seen in the screenshot). To add images to the main slideshow, simply drag and drop the images you want, in the correct order, to the right \"Slideshow Images\" panel.\";}s:18:\"class_wpp_supermap\";a:4:{s:5:\"title\";s:9:\"Super Map\";s:7:\"tagline\";s:49:\"Interactive map showcasing all of your properties\";s:5:\"image\";s:73:\"http://twincitiestech.com/wp-content/uploads/Supermap-Premium-Feature.jpg\";s:11:\"description\";s:211:\"Super Map plugin lets you put a large interactive map virtually anywhere in your WordPress setup. The map lets your visitors quickly view the location of all your properties, and filter them down by attributes.\";}s:13:\"class_inquiry\";a:4:{s:5:\"title\";s:7:\"Inquiry\";s:7:\"tagline\";s:66:\"Keep track of all your prospects and leads in an organized manner.\";s:5:\"image\";s:81:\"http://twincitiestech.com/wp-content/uploads/WP_Property_Inquiry_Feature_Icon.jpg\";s:11:\"description\";s:264:\"The inquiry plugin lets you keep close track of prospects expressing interest in your properties. After an inquiry form is filled out and submitted, a user profile is created for the lead that lets you send them newsletters, invoices, text message reminders, etc.\";}s:25:\"class_wpp_property_import\";a:4:{s:5:\"title\";s:21:\"XML Property Importer\";s:7:\"tagline\";s:71:\"Map and import XML-based properties into your WP-Property powered site.\";s:5:\"image\";s:0:\"\";s:11:\"description\";s:0:\"\";}}}','yes'),(8602,0,'availability','a:2:{s:5:\"years\";i:5;s:2:\"db\";s:3:\"0.1\";}','yes'),(11245,0,'kgp_akismet_check','on','yes'),(8615,0,'res_db_version','0.7','yes'),(8651,0,'ft_calendar_options','a:2:{s:8:\"calendar\";a:6:{s:21:\"who_manages_calendars\";a:1:{i:0;s:13:\"administrator\";}s:23:\"who_populates_calendars\";a:4:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";}s:27:\"attach_events_to_post_types\";a:1:{i:0;s:4:\"page\";}s:23:\"calendar_label_singular\";s:8:\"Calendar\";s:21:\"calendar_label_plural\";s:9:\"Calendars\";s:12:\"show_support\";b:1;}s:10:\"additional\";a:0:{}}','yes'),(8652,0,'ft_cal_db_version','1.0','yes'),(8653,0,'widget_ft_cal_event_list','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(8654,0,'widget_ft_cal_thumb_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(8655,0,'ftcalendar_meta','a:12:{s:17:\"ftcal-bg-color-37\";s:7:\"#4585a3\";s:21:\"ftcal-border-color-37\";N;s:17:\"ftcal-bg-color-38\";s:7:\"#4585a3\";s:21:\"ftcal-border-color-38\";N;s:17:\"ftcal-bg-color-41\";s:7:\"#ad2d2d\";s:21:\"ftcal-border-color-41\";N;s:17:\"ftcal-bg-color-42\";s:6:\"668cd9\";s:21:\"ftcal-border-color-42\";s:6:\"3366cc\";s:17:\"ftcal-bg-color-43\";s:6:\"668cd9\";s:21:\"ftcal-border-color-43\";s:6:\"3366cc\";s:17:\"ftcal-bg-color-44\";s:6:\"668cd9\";s:21:\"ftcal-border-color-44\";s:6:\"3366cc\";}','yes'),(9719,0,'ss_template_mode','1','yes'),(8820,0,'sidebarlogin_logged_in_links','Dashboard\r\nProfile','yes'),(8821,0,'sidebar_login_avatar','no','yes'),(8822,0,'widget_wp_sidebarlogin','a:3:{i:2;a:0:{}i:3;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(9716,0,'ss_show_children','0','yes'),(9363,0,'cf_comment_toolbar_style','B','yes'),(8814,0,'sidebarlogin_heading','','yes'),(8815,0,'sidebarlogin_welcome_heading','','yes'),(8816,0,'sidebarlogin_login_redirect','','yes'),(8817,0,'sidebarlogin_logout_redirect','','yes'),(8810,0,'al_loadingtimeout','1000','yes'),(8811,0,'al_loginredirect','','yes'),(8818,0,'sidebarlogin_register_link','yes','yes'),(8819,0,'sidebarlogin_forgotton_link','yes','yes'),(8825,0,'rh_insert_php','0','yes'),(8826,0,'rh_hidedash_options','a:8:{s:13:\"display_email\";N;s:13:\"hide_register\";N;s:17:\"hide_option_label\";N;s:11:\"before_html\";s:0:\"\";s:10:\"after_html\";s:0:\"\";s:13:\"sidebar_width\";s:3:\"160\";s:13:\"center_widget\";s:1:\"1\";s:5:\"title\";s:5:\"Login\";}','yes'),(8827,0,'rh_hidedash_links_options','a:0:{}','yes'),(8833,0,'minimeta_widget_options','a:3:{s:10:\"c2f7d46a6f\";a:5:{s:10:\"optionname\";s:3:\"New\";s:5:\"order\";a:2:{s:2:\"in\";s:25:\"0,1,2,3,4,5,6,7,8,9,10,11\";s:3:\"out\";s:22:\"0,1,2,3,4,5,6,7,8,9,10\";}s:7:\"general\";a:4:{s:5:\"style\";a:2:{s:2:\"ul\";s:0:\"\";s:2:\"li\";s:0:\"\";}s:5:\"class\";a:2:{s:2:\"ul\";s:0:\"\";s:2:\"li\";s:0:\"\";}s:3:\"php\";a:5:{s:5:\"title\";s:4:\"Meta\";s:12:\"before_title\";s:4:\"

    \";s:11:\"after_title\";s:5:\"

    \";s:13:\"before_widget\";s:38:\"
    \";s:12:\"after_widget\";s:6:\"
    \";}s:8:\"pagesnot\";a:3:{s:11:\"notselected\";b:1;s:3:\"out\";a:5:{s:4:\"home\";b:0;s:10:\"singlepost\";b:0;s:6:\"search\";b:0;s:10:\"errorpages\";b:0;s:5:\"pages\";N;}s:2:\"in\";a:5:{s:4:\"home\";b:0;s:10:\"singlepost\";b:0;s:6:\"search\";b:0;s:10:\"errorpages\";b:0;s:5:\"pages\";N;}}}s:2:\"in\";a:1:{i:0;a:2:{s:4:\"part\";s:15:\"linkloginlogout\";s:4:\"args\";a:2:{s:13:\"styleloginout\";s:10:\"color:red;\";s:13:\"classloginout\";s:0:\"\";}}}s:3:\"out\";a:2:{i:0;a:2:{s:4:\"part\";s:12:\"linkregister\";s:4:\"args\";a:2:{s:17:\"stylelinkregister\";s:0:\"\";s:17:\"classlinkregister\";s:0:\"\";}}i:1;a:2:{s:4:\"part\";s:15:\"linkloginlogout\";s:4:\"args\";a:2:{s:13:\"styleloginout\";s:10:\"color:red;\";s:13:\"classloginout\";s:0:\"\";}}}}s:10:\"7f025a8793\";a:5:{s:10:\"optionname\";s:3:\"New\";s:5:\"order\";a:2:{s:2:\"in\";s:25:\"0,1,2,3,4,5,6,7,8,9,10,11\";s:3:\"out\";s:22:\"0,1,2,3,4,5,6,7,8,9,10\";}s:7:\"general\";a:4:{s:5:\"style\";a:2:{s:2:\"ul\";s:0:\"\";s:2:\"li\";s:0:\"\";}s:5:\"class\";a:2:{s:2:\"ul\";s:0:\"\";s:2:\"li\";s:0:\"\";}s:3:\"php\";a:5:{s:5:\"title\";s:4:\"Meta\";s:12:\"before_title\";s:4:\"

    \";s:11:\"after_title\";s:5:\"

    \";s:13:\"before_widget\";s:38:\"
    \";s:12:\"after_widget\";s:6:\"
    \";}s:8:\"pagesnot\";a:3:{s:11:\"notselected\";b:1;s:3:\"out\";a:5:{s:4:\"home\";b:0;s:10:\"singlepost\";b:0;s:6:\"search\";b:0;s:10:\"errorpages\";b:0;s:5:\"pages\";N;}s:2:\"in\";a:5:{s:4:\"home\";b:0;s:10:\"singlepost\";b:0;s:6:\"search\";b:0;s:10:\"errorpages\";b:0;s:5:\"pages\";N;}}}s:2:\"in\";a:3:{i:0;a:2:{s:4:\"part\";s:5:\"title\";s:4:\"args\";a:2:{s:6:\"bevore\";s:0:\"\";s:5:\"after\";s:0:\"\";}}i:1;a:2:{s:4:\"part\";s:14:\"linkseiteadmin\";s:4:\"args\";a:2:{s:15:\"styleseiteadmin\";s:0:\"\";s:15:\"classseiteadmin\";s:0:\"\";}}i:2;a:2:{s:4:\"part\";s:15:\"linkloginlogout\";s:4:\"args\";a:2:{s:13:\"styleloginout\";s:10:\"color:red;\";s:13:\"classloginout\";s:0:\"\";}}}s:3:\"out\";a:3:{i:0;a:1:{s:4:\"part\";s:5:\"title\";}i:1;a:2:{s:4:\"part\";s:12:\"linkregister\";s:4:\"args\";a:2:{s:17:\"stylelinkregister\";s:0:\"\";s:17:\"classlinkregister\";s:0:\"\";}}i:2;a:2:{s:4:\"part\";s:15:\"linkloginlogout\";s:4:\"args\";a:2:{s:13:\"styleloginout\";s:10:\"color:red;\";s:13:\"classloginout\";s:0:\"\";}}}}s:10:\"2a6e1e7cd8\";a:4:{s:10:\"optionname\";s:7:\"Current\";s:5:\"order\";a:2:{s:2:\"in\";s:25:\"0,1,2,3,4,5,6,7,8,9,10,11\";s:3:\"out\";s:22:\"0,1,2,3,4,5,6,7,8,9,10\";}s:7:\"general\";a:4:{s:5:\"style\";a:2:{s:2:\"ul\";s:0:\"\";s:2:\"li\";s:0:\"\";}s:5:\"class\";a:2:{s:2:\"ul\";s:0:\"\";s:2:\"li\";s:0:\"\";}s:3:\"php\";a:5:{s:5:\"title\";s:4:\"Meta\";s:12:\"before_title\";s:4:\"

    \";s:11:\"after_title\";s:5:\"

    \";s:13:\"before_widget\";s:38:\"
    \";s:12:\"after_widget\";s:6:\"
    \";}s:8:\"pagesnot\";a:3:{s:11:\"notselected\";b:1;s:3:\"out\";a:5:{s:4:\"home\";b:0;s:10:\"singlepost\";b:0;s:6:\"search\";b:0;s:10:\"errorpages\";b:0;s:5:\"pages\";N;}s:2:\"in\";a:5:{s:4:\"home\";b:0;s:10:\"singlepost\";b:0;s:6:\"search\";b:0;s:10:\"errorpages\";b:0;s:5:\"pages\";N;}}}s:3:\"out\";a:2:{i:0;a:2:{s:4:\"part\";s:12:\"linkregister\";s:4:\"args\";a:2:{s:17:\"stylelinkregister\";s:0:\"\";s:17:\"classlinkregister\";s:0:\"\";}}i:1;a:2:{s:4:\"part\";s:15:\"linkloginlogout\";s:4:\"args\";a:2:{s:13:\"styleloginout\";s:10:\"color:red;\";s:13:\"classloginout\";s:0:\"\";}}}}}','yes'),(8834,0,'minimeta_adminlinks','a:18:{i:2;a:5:{s:4:\"menu\";s:9:\"Dashboard\";i:0;a:3:{i:0;s:9:\"Dashboard\";i:1;s:4:\"read\";i:2;s:9:\"index.php\";}i:10;a:3:{i:0;s:8:\"Updates \";i:1;s:11:\"update_core\";i:2;s:15:\"update-core.php\";}i:11;a:3:{i:0;s:13:\"Akismet Stats\";i:1;s:14:\"manage_options\";i:2;s:36:\"index.php?page=akismet-stats-display\";}i:12;a:3:{i:0;s:14:\" Count per Day\";i:1;s:14:\"manage_options\";i:2;s:28:\"index.php?page=cpd_metaboxes\";}}i:5;a:6:{s:4:\"menu\";s:5:\"Posts\";i:5;a:3:{i:0;s:5:\"Posts\";i:1;s:10:\"edit_posts\";i:2;s:8:\"edit.php\";}i:10;a:3:{i:0;s:7:\"Add New\";i:1;s:10:\"edit_posts\";i:2;s:12:\"post-new.php\";}i:15;a:3:{i:0;s:10:\"Categories\";i:1;s:17:\"manage_categories\";i:2;s:31:\"edit-tags.php?taxonomy=category\";}i:16;a:3:{i:0;s:9:\"Post Tags\";i:1;s:17:\"manage_categories\";i:2;s:31:\"edit-tags.php?taxonomy=post_tag\";}i:17;a:3:{i:0;s:14:\"Category Order\";i:1;i:4;i:2;s:42:\"edit.php?page=wpguy_category_order_options\";}}i:10;a:3:{s:4:\"menu\";s:5:\"Media\";i:5;a:3:{i:0;s:7:\"Library\";i:1;s:12:\"upload_files\";i:2;s:10:\"upload.php\";}i:10;a:3:{i:0;s:7:\"Add New\";i:1;s:12:\"upload_files\";i:2;s:13:\"media-new.php\";}}i:15;a:4:{s:4:\"menu\";s:5:\"Links\";i:5;a:3:{i:0;s:5:\"Links\";i:1;s:12:\"manage_links\";i:2;s:16:\"link-manager.php\";}i:10;a:3:{i:0;s:7:\"Add New\";i:1;s:12:\"manage_links\";i:2;s:12:\"link-add.php\";}i:15;a:3:{i:0;s:15:\"Link Categories\";i:1;s:17:\"manage_categories\";i:2;s:36:\"edit-tags.php?taxonomy=link_category\";}}i:20;a:3:{s:4:\"menu\";s:5:\"Pages\";i:5;a:3:{i:0;s:5:\"Pages\";i:1;s:10:\"edit_pages\";i:2;s:23:\"edit.php?post_type=page\";}i:10;a:3:{i:0;s:7:\"Add New\";i:1;s:10:\"edit_pages\";i:2;s:27:\"post-new.php?post_type=page\";}}i:25;a:3:{s:4:\"menu\";s:9:\"Comments \";i:0;a:3:{i:0;s:10:\"Comments 0\";i:1;s:10:\"edit_posts\";i:2;s:17:\"edit-comments.php\";}i:1;a:3:{i:0;s:12:\"Schreikasten\";i:1;s:21:\"moderate_schreikasten\";i:2;s:31:\"edit-comments.php?page=skmanage\";}}i:26;a:7:{s:4:\"menu\";s:10:\"Formidable\";i:0;a:3:{i:0;s:5:\"Forms\";i:1;s:14:\"frm_view_forms\";i:2;s:25:\"admin.php?page=formidable\";}i:1;a:3:{i:0;s:12:\"Add New Form\";i:1;s:14:\"frm_edit_forms\";i:2;s:29:\"admin.php?page=formidable-new\";}i:2;a:3:{i:0;s:9:\"Templates\";i:1;s:14:\"frm_view_forms\";i:2;s:35:\"admin.php?page=formidable-templates\";}i:3;a:3:{i:0;s:14:\"Formidable Pro\";i:1;s:13:\"administrator\";i:2;s:38:\"admin.php?page=formidable-pro-settings\";}i:4;a:3:{i:0;s:11:\"Pro Entries\";i:1;s:13:\"administrator\";i:2;s:33:\"admin.php?page=formidable-entries\";}i:5;a:3:{i:0;s:8:\"Settings\";i:1;s:19:\"frm_change_settings\";i:2;s:34:\"admin.php?page=formidable-settings\";}}i:27;a:8:{s:4:\"menu\";s:11:\"My Calendar\";i:0;a:3:{i:0;s:15:\"Add/Edit Events\";i:1;s:10:\"edit_posts\";i:2;s:26:\"admin.php?page=my-calendar\";}i:1;a:3:{i:0;s:17:\"Manage Categories\";i:1;s:14:\"manage_options\";i:2;s:37:\"admin.php?page=my-calendar-categories\";}i:2;a:3:{i:0;s:16:\"Manage Locations\";i:1;s:14:\"manage_options\";i:2;s:36:\"admin.php?page=my-calendar-locations\";}i:3;a:3:{i:0;s:8:\"Settings\";i:1;s:14:\"manage_options\";i:2;s:33:\"admin.php?page=my-calendar-config\";}i:4;a:3:{i:0;s:12:\"Style Editor\";i:1;s:14:\"manage_options\";i:2;s:33:\"admin.php?page=my-calendar-styles\";}i:5;a:3:{i:0;s:15:\"Behavior Editor\";i:1;s:14:\"manage_options\";i:2;s:36:\"admin.php?page=my-calendar-behaviors\";}i:6;a:3:{i:0;s:4:\"Help\";i:1;s:14:\"manage_options\";i:2;s:31:\"admin.php?page=my-calendar-help\";}}i:60;a:10:{s:4:\"menu\";s:10:\"Appearance\";i:5;a:3:{i:0;s:6:\"Themes\";i:1;s:13:\"switch_themes\";i:2;s:10:\"themes.php\";}i:7;a:3:{i:0;s:7:\"Widgets\";i:1;s:18:\"edit_theme_options\";i:2;s:11:\"widgets.php\";}i:10;a:3:{i:0;s:5:\"Menus\";i:1;s:18:\"edit_theme_options\";i:2;s:13:\"nav-menus.php\";}i:11;a:3:{i:0;s:15:\"MiniMeta Widget\";i:1;s:13:\"switch_themes\";i:2;s:31:\"themes.php?page=minimeta-widget\";}i:12;a:3:{i:0;s:24:\"Calotropis Theme Options\";i:1;s:18:\"edit_theme_options\";i:2;s:40:\"themes.php?page=calotropis_theme_options\";}i:13;a:3:{i:0;s:10:\"Background\";i:1;s:18:\"edit_theme_options\";i:2;s:33:\"themes.php?page=custom-background\";}i:14;a:3:{i:0;s:6:\"Header\";i:1;s:18:\"edit_theme_options\";i:2;s:29:\"themes.php?page=custom-header\";}i:15;a:3:{i:0;s:15:\"Dynamic Widgets\";i:1;s:13:\"switch_themes\";i:2;s:29:\"themes.php?page=dynwid-config\";}i:16;a:3:{i:0;s:6:\"Editor\";i:1;s:11:\"edit_themes\";i:2;s:16:\"theme-editor.php\";}}i:65;a:6:{s:4:\"menu\";s:8:\"Plugins \";i:5;a:3:{i:0;s:7:\"Plugins\";i:1;s:16:\"activate_plugins\";i:2;s:11:\"plugins.php\";}i:10;a:3:{i:0;s:7:\"Add New\";i:1;s:15:\"install_plugins\";i:2;s:18:\"plugin-install.php\";}i:15;a:3:{i:0;s:6:\"Editor\";i:1;s:12:\"edit_plugins\";i:2;s:17:\"plugin-editor.php\";}i:16;a:3:{i:0;s:23:\"FS Contact Form Options\";i:1;s:14:\"manage_options\";i:2;s:52:\"plugins.php?page=si-contact-form/si-contact-form.php\";}i:17;a:3:{i:0;s:21:\"Akismet Configuration\";i:1;s:14:\"manage_options\";i:2;s:35:\"plugins.php?page=akismet-key-config\";}}i:70;a:6:{s:4:\"menu\";s:5:\"Users\";i:5;a:3:{i:0;s:5:\"Users\";i:1;s:10:\"list_users\";i:2;s:9:\"users.php\";}i:10;a:3:{i:0;s:7:\"Add New\";i:1;s:12:\"create_users\";i:2;s:12:\"user-new.php\";}i:15;a:3:{i:0;s:12:\"Your Profile\";i:1;s:4:\"read\";i:2;s:11:\"profile.php\";}i:16;a:3:{i:0;s:12:\"Ban Hammered\";i:1;s:1:\"8\";i:2;s:46:\"users.php?page=ban-hammer/ban-hammer_users.php\";}i:17;a:3:{i:0;s:12:\"Capabilities\";i:1;s:19:\"manage_capabilities\";i:2;s:22:\"users.php?page=capsman\";}}i:75;a:7:{s:4:\"menu\";s:5:\"Tools\";i:5;a:3:{i:0;s:5:\"Tools\";i:1;s:10:\"edit_posts\";i:2;s:9:\"tools.php\";}i:10;a:3:{i:0;s:6:\"Import\";i:1;s:6:\"import\";i:2;s:10:\"import.php\";}i:15;a:3:{i:0;s:6:\"Export\";i:1;s:6:\"import\";i:2;s:10:\"export.php\";}i:16;a:3:{i:0;s:10:\"Ban Hammer\";i:1;s:1:\"8\";i:2;s:48:\"tools.php?page=ban-hammer/ban-hammer_options.php\";}i:17;a:3:{i:0;s:18:\"Capability Manager\";i:1;s:19:\"manage_capabilities\";i:2;s:27:\"tools.php?page=capsman-tool\";}i:18;a:3:{i:0;s:18:\"Category Shortcode\";i:1;s:13:\"administrator\";i:2;s:20:\"tools.php?page=rdcsc\";}}i:80;a:31:{s:4:\"menu\";s:8:\"Settings\";i:10;a:3:{i:0;s:7:\"General\";i:1;s:14:\"manage_options\";i:2;s:19:\"options-general.php\";}i:15;a:3:{i:0;s:7:\"Writing\";i:1;s:14:\"manage_options\";i:2;s:19:\"options-writing.php\";}i:20;a:3:{i:0;s:7:\"Reading\";i:1;s:14:\"manage_options\";i:2;s:19:\"options-reading.php\";}i:25;a:3:{i:0;s:10:\"Discussion\";i:1;s:14:\"manage_options\";i:2;s:22:\"options-discussion.php\";}i:30;a:3:{i:0;s:5:\"Media\";i:1;s:14:\"manage_options\";i:2;s:17:\"options-media.php\";}i:35;a:3:{i:0;s:7:\"Privacy\";i:1;s:14:\"manage_options\";i:2;s:19:\"options-privacy.php\";}i:40;a:3:{i:0;s:10:\"Permalinks\";i:1;s:14:\"manage_options\";i:2;s:21:\"options-permalink.php\";}i:41;a:3:{i:0;s:8:\"AddToAny\";i:1;s:16:\"activate_plugins\";i:2;s:39:\"options-general.php?page=add-to-any.php\";}i:42;a:3:{i:0;s:17:\"Admin bar as Menu\";i:1;s:13:\"administrator\";i:2;s:36:\"options-general.php?page=abamoptions\";}i:43;a:3:{i:0;s:27:\"Comment E-Mail Verification\";i:1;s:14:\"manage_options\";i:2;s:45:\"options-general.php?page=comment-email-verify\";}i:44;a:3:{i:0;s:24:\"Continuous rss scrolling\";i:1;s:14:\"manage_options\";i:2;s:78:\"options-general.php?page=continuous-rss-scrolling/continuous-rss-scrolling.php\";}i:45;a:3:{i:0;s:14:\" Count per Day\";i:1;s:14:\"manage_options\";i:2;s:58:\"options-general.php?page=count-per-day/counter-options.php\";}i:46;a:3:{i:0;s:9:\"Embed RSS\";i:1;i:8;i:2;s:46:\"options-general.php?page=cets_embedRSS_options\";}i:47;a:3:{i:0;s:12:\"GDE Settings\";i:1;s:13:\"administrator\";i:2;s:36:\"options-general.php?page=gviewer.php\";}i:48;a:3:{i:0;s:12:\"Admin Panels\";i:1;s:7:\"level_7\";i:2;s:46:\"options-general.php?page=hide-admin-panels.php\";}i:49;a:3:{i:0;s:12:\"Link to post\";i:1;i:8;i:2;s:54:\"options-general.php?page=link-to-post/link-to-post.php\";}i:50;a:3:{i:0;s:16:\"Maintenance Mode\";i:1;s:14:\"manage_options\";i:2;s:45:\"options-general.php?page=maintenance-mode.php\";}i:51;a:3:{i:0;s:18:\"Open in new window\";i:1;s:14:\"manage_options\";i:2;s:73:\"options-general.php?page=open-in-new-window-plugin/open_in_new_window.php\";}i:52;a:3:{i:0;s:11:\"Random Text\";i:1;i:8;i:2;s:35:\"options-general.php?page=randomtext\";}i:53;a:3:{i:0;s:12:\"Recent Posts\";i:1;i:8;i:2;s:36:\"options-general.php?page=recentposts\";}i:54;a:3:{i:0;s:13:\"Revision Diet\";i:1;i:1;i:2;s:56:\"options-general.php?page=revision-diet/revision-diet.php\";}i:55;a:3:{i:0;s:12:\"Schreikasten\";i:1;s:14:\"manage_options\";i:2;s:33:\"options-general.php?page=skconfig\";}i:56;a:3:{i:0;s:24:\"SimpleModal Contact Form\";i:1;s:14:\"manage_options\";i:2;s:36:\"options-general.php?page=smcf-config\";}i:57;a:3:{i:0;s:15:\"Spammer Blocker\";i:1;s:14:\"manage_options\";i:2;s:40:\"options-general.php?page=spammer-blocker\";}i:58;a:3:{i:0;s:16:\"TinyMCE Advanced\";i:1;s:14:\"manage_options\";i:2;s:41:\"options-general.php?page=tinymce-advanced\";}i:59;a:3:{i:0;s:17:\"Fade in text news\";i:1;s:14:\"manage_options\";i:2;s:70:\"options-general.php?page=wp-fade-in-text-news/wp-fade-in-text-news.php\";}i:60;a:3:{i:0;s:0:\"\";i:1;s:14:\"manage_options\";i:2;s:68:\"options-general.php?page=wp-fade-in-text-news/content-management.php\";}i:61;a:3:{i:0;s:15:\"Hide Categories\";i:1;s:14:\"manage_options\";i:2;s:43:\"options-general.php?page=wp-hide-categories\";}i:62;a:3:{i:0;s:13:\"SB Child List\";i:1;i:8;i:2;s:56:\"options-general.php?page=sb-child-list/sb_child_list.php\";}i:63;a:3:{i:0;s:11:\"Menu Editor\";i:1;s:14:\"manage_options\";i:2;s:36:\"options-general.php?page=menu_editor\";}}i:100;a:3:{s:4:\"menu\";s:13:\"Biz Directory\";i:0;a:3:{i:0;s:13:\"Biz Directory\";i:1;i:8;i:2;s:88:\"business-directory/business-directory.php?page=business-directory/business-directory.php\";}i:1;a:3:{i:0;s:10:\"Categories\";i:1;i:8;i:2;s:55:\"business-directory/business-directory.php?page=sub-page\";}}i:101;a:5:{s:4:\"menu\";s:9:\"Guestbook\";i:0;a:3:{i:0;s:9:\"Guestbook\";i:1;s:2:\"10\";i:2;s:52:\"gwolle-gb/gwolle-gb.php?page=gwolle-gb/gwolle-gb.php\";}i:1;a:3:{i:0;s:7:\"Entries\";i:1;s:2:\"10\";i:2;s:50:\"gwolle-gb/gwolle-gb.php?page=gwolle-gb/entries.php\";}i:2;a:3:{i:0;s:9:\"New entry\";i:1;s:2:\"10\";i:2;s:49:\"gwolle-gb/gwolle-gb.php?page=gwolle-gb/editor.php\";}i:3;a:3:{i:0;s:8:\"Settings\";i:1;s:2:\"10\";i:2;s:51:\"gwolle-gb/gwolle-gb.php?page=gwolle-gb/settings.php\";}}i:102;a:8:{s:4:\"menu\";s:12:\"Mingle Forum\";i:0;a:3:{i:0;s:7:\"Options\";i:1;s:13:\"administrator\";i:2;s:27:\"admin.php?page=mingle-forum\";}i:1;a:3:{i:0;s:3:\"Ads\";i:1;s:13:\"administrator\";i:2;s:20:\"admin.php?page=mfads\";}i:2;a:3:{i:0;s:5:\"Skins\";i:1;s:13:\"administrator\";i:2;s:22:\"admin.php?page=mfskins\";}i:3;a:3:{i:0;s:15:\"Forum Structure\";i:1;s:13:\"administrator\";i:2;s:26:\"admin.php?page=mfstructure\";}i:4;a:3:{i:0;s:10:\"Moderators\";i:1;s:13:\"administrator\";i:2;s:21:\"admin.php?page=mfmods\";}i:5;a:3:{i:0;s:11:\"User Groups\";i:1;s:13:\"administrator\";i:2;s:23:\"admin.php?page=mfgroups\";}i:6;a:3:{i:0;s:5:\"About\";i:1;s:13:\"administrator\";i:2;s:22:\"admin.php?page=mfabout\";}}i:103;a:11:{s:4:\"menu\";s:7:\"Gallery\";i:0;a:3:{i:0;s:8:\"Overview\";i:1;s:24:\"NextGEN Gallery overview\";i:2;s:30:\"admin.php?page=nextgen-gallery\";}i:1;a:3:{i:0;s:20:\"Add Gallery / Images\";i:1;s:21:\"NextGEN Upload images\";i:2;s:36:\"admin.php?page=nggallery-add-gallery\";}i:2;a:3:{i:0;s:14:\"Manage Gallery\";i:1;s:22:\"NextGEN Manage gallery\";i:2;s:39:\"admin.php?page=nggallery-manage-gallery\";}i:3;a:3:{i:0;s:5:\"Album\";i:1;s:18:\"NextGEN Edit album\";i:2;s:37:\"admin.php?page=nggallery-manage-album\";}i:4;a:3:{i:0;s:4:\"Tags\";i:1;s:19:\"NextGEN Manage tags\";i:2;s:29:\"admin.php?page=nggallery-tags\";}i:5;a:3:{i:0;s:7:\"Options\";i:1;s:22:\"NextGEN Change options\";i:2;s:32:\"admin.php?page=nggallery-options\";}i:6;a:3:{i:0;s:5:\"Style\";i:1;s:20:\"NextGEN Change style\";i:2;s:30:\"admin.php?page=nggallery-style\";}i:7;a:3:{i:0;s:5:\"Roles\";i:1;s:16:\"activate_plugins\";i:2;s:30:\"admin.php?page=nggallery-roles\";}i:8;a:3:{i:0;s:5:\"About\";i:1;s:24:\"NextGEN Gallery overview\";i:2;s:30:\"admin.php?page=nggallery-about\";}i:9;a:3:{i:0;s:17:\"Reset / Uninstall\";i:1;s:16:\"activate_plugins\";i:2;s:30:\"admin.php?page=nggallery-setup\";}}i:104;a:2:{s:4:\"menu\";s:15:\"Public Uploader\";i:0;a:3:{i:0;s:15:\"Public Uploader\";i:1;s:1:\"8\";i:2;s:38:\"admin.php?page=nextgen-public-uploader\";}}}','yes'),(13183,0,'stt_color','FFFFFF','yes'),(12377,0,'banhammer_stopforumspam','1','yes'),(12378,0,'banhammer_showsfsusers','0','yes'),(12379,0,'banhammer_message','ERROR: Your email has been banned from registration.','yes'),(10441,0,'EasyTableCreatorAdminOptions','a:2:{s:23:\"easy_table_creator_link\";b:1;s:30:\"easy_table_creator_tablesorter\";b:1;}','yes'),(9643,0,'rps_post_include_ids','','yes'),(10016,0,'booking_user_role_booking','editor','yes'),(9726,0,'dhat_ajax_cat_dropdown_options','a:1:{s:12:\"postCategory\";s:4:\"deep\";}','yes'),(8835,0,'widget_minimeta','a:6:{i:2;a:0:{}i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"config\";s:10:\"c2f7d46a6f\";}i:4;a:2:{s:5:\"title\";s:0:\"\";s:6:\"config\";s:10:\"c2f7d46a6f\";}i:5;a:2:{s:5:\"title\";s:0:\"\";s:6:\"config\";s:10:\"c2f7d46a6f\";}i:7;a:2:{s:5:\"title\";s:0:\"\";s:6:\"config\";s:10:\"2a6e1e7cd8\";}s:12:\"_multiwidget\";i:1;}','yes'),(9358,0,'cf_comment_toolbar_lbl_reply','Comment','yes'),(9359,0,'cf_comment_toolbar_lbl_quote','Quote','yes'),(9360,0,'cf_comment_toolbar_lbl_wrote','wrote','yes'),(9361,0,'cf_comment_toolbar_position','T','yes'),(9875,0,'collapsPageSidebarId','sidebar','yes'),(9367,0,'cf_comment_toolbar_enance_text','1','yes'),(9368,0,'cf_comment_toolbar_scrolling','1','yes'),(9369,0,'cf_comment_toolbar_author_link','1','yes'),(9370,0,'cf_comment_toolbar_textarea_id','comment','yes'),(9371,0,'cf_comment_toolbar_debug_mode','1','yes'),(9091,0,'csn_plugin_version','1.0','yes'),(9092,0,'csn_category_slug','community_submitted_news','yes'),(9137,0,'_transient_timeout_feed_mod_67639e9390ff620e9fdc1707422018bb','1301736055','no'),(9138,0,'_transient_feed_mod_67639e9390ff620e9fdc1707422018bb','1301692855','no'),(9139,0,'_transient_timeout_timu_plugins','1301779255','no'),(9140,0,'_transient_timu_plugins','
  • Auto Copyright
  • Cross Slide Cross Fade
  • Easy Popular Posts
  • Easy Random Posts
  • Easy Scheduled Posts
  • Easy Technorati Tags for WordPress
  • External Links to New Window for WordPress
  • Our Progress
  • Get Better Excerpt
  • Get Image from Post
  • Google Bot Bling
  • WP Hotlink Protection
  • List Posts with Pingbacks and Tracks
  • No More Frames
  • Popularity Stats
  • WP Remove Generator Meta Tag
  • StockTwits Auto Tagger
  • StockTwits Ticker Link
  • Tynt Insight for WordPress
  • WordPress AdBlock Blocker
  • WordPress Admin Quick Menu
  • WordPress Login Redirect
  • WordPress phpinfo()
  • WordPress.com Stats Smiley Remover
  • WP Title Case
  • ','no'),(9642,0,'rps_category_ids','32','yes'),(9197,0,'sb_child_list_settings','O:8:\"stdClass\":18:{s:16:\"child_list_start\";s:4:\"
      \";s:21:\"child_list_loop_start\";s:4:\"
    • \";s:23:\"child_list_loop_content\";s:43:\"[post_title]\";s:19:\"child_list_loop_end\";s:5:\"
    • \";s:14:\"child_list_end\";s:5:\"
    \";s:18:\"child_list_start_2\";s:4:\"
      \";s:23:\"child_list_loop_start_2\";s:4:\"
    • \";s:25:\"child_list_loop_content_2\";s:43:\"[post_title]\";s:21:\"child_list_loop_end_2\";s:5:\"
    • \";s:16:\"child_list_end_2\";s:5:\"
    \";s:24:\"child_list_nesting_level\";s:1:\"0\";s:22:\"child_list_parent_link\";s:100:\"
    Parent Page - [post_title]
    \";s:14:\"cat_list_start\";s:4:\"
      \";s:13:\"cat_list_loop\";s:52:\"
    • [post_title]
    • \";s:12:\"cat_list_end\";s:5:\"
    \";s:16:\"cat_list_start_2\";s:4:\"
      \";s:15:\"cat_list_loop_2\";s:52:\"
    • [post_title]
    • \";s:14:\"cat_list_end_2\";s:5:\"
    \";}','yes'),(9186,0,'User Submitted Posts Settings','a:20:{s:6:\"author\";s:1:\"1\";s:10:\"categories\";a:1:{i:0;s:2:\"45\";}s:15:\"number-approved\";i:-1;s:12:\"redirect-url\";s:29:\"http://www.timberon.info/blog\";s:13:\"error-message\";s:116:\"There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images.\";s:10:\"min-images\";i:0;s:10:\"max-images\";i:3;s:16:\"min-image-height\";i:0;s:15:\"min-image-width\";i:0;s:16:\"max-image-height\";i:500;s:15:\"max-image-width\";i:800;s:8:\"usp_name\";s:4:\"show\";s:7:\"usp_url\";s:4:\"hide\";s:9:\"usp_title\";s:4:\"show\";s:8:\"usp_tags\";s:4:\"hide\";s:12:\"usp_category\";s:4:\"hide\";s:11:\"usp_content\";s:4:\"show\";s:10:\"usp_images\";s:4:\"show\";s:14:\"upload-message\";s:0:\"\";s:14:\"usp_form_width\";s:0:\"\";}','yes'),(9231,0,'flexipages_widget','a:2:{i:3;a:14:{s:5:\"title\";s:5:\"Flexi\";s:11:\"sort_column\";s:10:\"menu_order\";s:10:\"sort_order\";s:3:\"ASC\";s:9:\"exinclude\";s:7:\"include\";s:16:\"exinclude_values\";s:385:\"498,95,916,77,2245,38,1178,2195,459,40,123,125,127,141,143,144,106,142,466,97,101,109,112,145,153,18,591,603,1886,934,1134,1147,1140,422,433,436,431,1999,2002,2062,2006,2064,2058,2068,2066,2060,2070,477,213,661,211,150,172,406,82,56,2211,1917,1920,1926,1923,1924,1922,1919,1925,1921,1918,86,863,873,871,876,2087,552,2132,1907,2130,1652,1226,2142,2139,1230,2119,2124,2126,2128,2136,1225\";s:19:\"show_subpages_check\";s:2:\"on\";s:13:\"show_subpages\";s:2:\"-2\";s:9:\"hierarchy\";s:2:\"on\";s:5:\"depth\";s:1:\"0\";s:15:\"show_home_check\";s:0:\"\";s:9:\"show_home\";s:10:\"Front Page\";s:9:\"show_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:8:\"dropdown\";s:0:\"\";}i:4;a:14:{s:5:\"title\";s:0:\"\";s:11:\"sort_column\";s:10:\"menu_order\";s:10:\"sort_order\";s:3:\"ASC\";s:9:\"exinclude\";s:7:\"exclude\";s:16:\"exinclude_values\";s:20:\"863,873,871,876,2087\";s:19:\"show_subpages_check\";s:2:\"on\";s:13:\"show_subpages\";s:2:\"-3\";s:9:\"hierarchy\";s:2:\"on\";s:5:\"depth\";s:1:\"0\";s:15:\"show_home_check\";s:2:\"on\";s:9:\"show_home\";s:4:\"Home\";s:9:\"show_date\";s:0:\"\";s:11:\"date_format\";s:0:\"\";s:8:\"dropdown\";s:0:\"\";}}','yes'),(11209,0,'fsr_cookie_expiration_unit','minute','yes'),(11208,0,'fsr_cookie_expiration','60','yes'),(11191,0,'more_types','a:1:{s:6:\"review\";a:29:{s:11:\"description\";s:0:\"\";s:9:\"menu_icon\";s:0:\"\";s:6:\"public\";s:1:\"1\";s:5:\"label\";s:0:\"\";s:14:\"singular_label\";s:0:\"\";s:4:\"name\";s:0:\"\";s:19:\"exclude_from_search\";s:1:\"0\";s:18:\"publicly_queryable\";s:1:\"1\";s:7:\"show_ui\";s:1:\"1\";s:12:\"inherit_type\";s:0:\"\";s:15:\"capability_type\";s:0:\"\";s:12:\"hierarchical\";s:1:\"0\";s:8:\"template\";s:1:\"0\";s:12:\"rewrite_bool\";s:1:\"1\";s:12:\"rewrite_slug\";s:0:\"\";s:9:\"revisions\";s:1:\"1\";s:10:\"can_export\";s:1:\"1\";s:13:\"menu_position\";s:0:\"\";s:12:\"show_in_menu\";s:1:\"1\";s:11:\"has_archive\";s:1:\"0\";s:25:\"default_taxonomy_post_tag\";s:0:\"\";s:25:\"default_taxonomy_nav_menu\";s:0:\"\";s:30:\"default_taxonomy_link_category\";s:0:\"\";s:28:\"default_taxonomy_post_format\";s:0:\"\";s:5:\"index\";s:6:\"review\";s:12:\"ancestor_key\";s:0:\"\";s:8:\"supports\";a:4:{i:0;s:5:\"title\";i:1;s:7:\"excerpt\";i:2;s:6:\"author\";i:3;s:8:\"comments\";}s:10:\"taxonomies\";a:1:{i:0;s:8:\"category\";}s:6:\"labels\";a:11:{s:4:\"name\";s:7:\"Reviews\";s:13:\"singular_name\";s:6:\"Review\";s:7:\"add_new\";s:7:\"Add new\";s:12:\"add_new_item\";s:12:\"Add new item\";s:9:\"edit_item\";s:9:\"Edit item\";s:8:\"new_item\";s:8:\"New item\";s:9:\"view_item\";s:9:\"View item\";s:12:\"search_items\";s:11:\"Search item\";s:9:\"not_found\";s:14:\"No items found\";s:18:\"not_found_in_trash\";s:23:\"No items found in Trash\";s:9:\"menu_name\";s:0:\"\";}}}','yes'),(11166,0,'wpsqt_version','1.3.32','yes'),(11167,0,'wpsqt_number_of_items','5','yes'),(11188,0,'widget_komoona-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13826,0,'ep_exclude_pages','262,260,308,307,309,409,408,438,439,443,539,540,541,546,547,598,599,610,603,613,615,617,623,624,626,627,630,654,656,657,660,666,667,668,669,670,671,676,772,777,837,838,842,843,844,845,846,847,848,849,850,925,933,945,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1005,1054,1058,1059,1060,1068,1069,1071,1136,1138,1143,1144,1148,1151,1153,1154,1155,1156,1179,1181,1188,1293,1230,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1329,1330,1331,1332,1333,1334,1346,1348,1349,1225,1369,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1465,1466,1472,1473,1562,1563,1564,1565,1568,1567,1570,1623,1624,1699,1717,1718,1716,1719,1720,1730,1727,1734,1731,1735,1736,1737,1738,1750,1751,1752,1753,1754,1755,1756,1757,1758,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1809,1817,1894,1896,1897,1898,1909,1912,1913,1930,1920,1931,1926,1933,1934,1935,1923,1936,1937,1924,1938,1922,1939,1919,1940,1925,1941,1921,1942,1918,1943,1945,2105,2134,2138,2141,2167,2168,2169,2215,2260,2245,2261,2262,2869,2926,2932,3002,3006,3007,3005,3065,3149,3148,3156,3157,3158,3159,3160,3163,3249,3250','yes'),(11215,0,'ratepost_max_votes_ip','1','yes'),(11256,0,'kgp_msg_newreg','You can register as user for this blog and manage your Guest Posts','yes'),(11257,0,'kgp_terms','You agree to the terms and conditions of Guest Posting of this blog','yes'),(11210,0,'fsr_show_credit','false','yes'),(11246,0,'kgp_block_admin','on','yes'),(11247,0,'kgp_author_prof_bottom','on','yes'),(11216,0,'ratepost_top_or_bottom','top','yes'),(11217,0,'ratepost_hide_more_info','1','yes'),(11336,0,'customContactFormsAdminOptions','a:30:{s:16:\"show_widget_home\";i:1;s:17:\"show_widget_pages\";i:1;s:19:\"show_widget_singles\";i:1;s:22:\"show_widget_categories\";i:1;s:20:\"show_widget_archives\";i:1;s:16:\"default_to_email\";s:23:\"webmaster@timberon.info\";s:18:\"default_from_email\";s:23:\"webmaster@timberon.info\";s:17:\"default_from_name\";s:20:\"Custom Contact Forms\";s:20:\"default_form_subject\";s:37:\"Someone Filled Out Your Contact Form!\";s:21:\"remember_field_values\";i:0;s:11:\"author_link\";i:1;s:22:\"enable_widget_tooltips\";i:1;s:13:\"mail_function\";s:7:\"default\";s:26:\"form_success_message_title\";s:26:\"Successful Form Submission\";s:20:\"form_success_message\";s:69:\"Thank you for filling out our web form. We will get back to you ASAP.\";s:13:\"enable_jquery\";i:1;s:9:\"code_type\";s:5:\"XHTML\";s:20:\"show_install_popover\";i:0;s:22:\"email_form_submissions\";i:1;s:23:\"enable_dashboard_widget\";i:1;s:10:\"admin_ajax\";i:1;s:9:\"smtp_host\";s:0:\"\";s:15:\"smtp_encryption\";s:4:\"none\";s:19:\"smtp_authentication\";i:0;s:13:\"smtp_username\";s:0:\"\";s:13:\"smtp_password\";s:0:\"\";s:9:\"smtp_port\";s:0:\"\";s:25:\"default_form_error_header\";s:36:\"You filled out the form incorrectly.\";s:28:\"default_form_bad_permissions\";s:56:\"You don\'t have the proper permissions to view this form.\";s:26:\"enable_form_access_manager\";i:0;}','yes'),(11249,0,'kgp_msg_init','Welcome to Guest Posting','yes'),(11250,0,'kgp_msg_init_logged','Hi %display_name%','yes'),(11251,0,'kgp_msg_newpost','Write new posts','yes'),(11252,0,'kgp_msg_editpost','You can edit your posts and re-submit','yes'),(11253,0,'kgp_msg_manageprofile','Create a strong profile to be shown on your post pages','yes'),(11254,0,'kgp_msg_manageposts','You can edit the posts that you have submitted','yes'),(11255,0,'kgp_msg_loginpage','Login and manage your posts','yes'),(11258,0,'kgp_post_submission_capping','60','yes'),(11259,0,'kgp_user_reg_capping','3600','yes'),(11277,0,'widget_easyspeakcontactform','a:4:{i:2;a:0:{}i:3;a:1:{s:5:\"title\";s:0:\"\";}i:4;a:1:{s:5:\"title\";s:10:\"Contact Us\";}s:12:\"_multiwidget\";i:1;}','yes'),(11278,0,'EasyEmailAddress','webmaster@timberon.info','yes'),(11279,0,'jqueryInstall','jqueryFalse','yes'),(11280,0,'easyCustomFields','','yes'),(11281,0,'EasyThanks','','yes'),(11286,0,'tdomf_version_current','56','yes'),(11287,0,'tdomf_enable_moderation','1','yes'),(11288,0,'tdomf_preview','1','yes'),(11289,0,'tdomf_trust_count','-1','yes'),(11290,0,'tdomf_your_submissions','1','yes'),(11291,0,'tdomf_form_widget_max_width','0','yes'),(11292,0,'tdomf_form_widget_max_height','0','yes'),(11293,0,'tdomf_verify','wordpress_nonce','yes'),(11294,0,'tdomf_form_data','session','yes'),(11295,0,'tdomf_option_log_max_size','1000','yes'),(12306,0,'tdomf_spam_protection','1','yes'),(12307,0,'tdomf_spam_notify','live','yes'),(12308,0,'tdomf_author_submitter','1','yes'),(12309,0,'tdomf_add_submitter_info','1','yes'),(12344,0,'_transient_timeout_rss_02c7e8c29b74de037a06c168a7a5c873','1304457956','no'),(12345,0,'_transient_rss_02c7e8c29b74de037a06c168a7a5c873','O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:40:{i:0;a:4:{s:5:\"title\";s:33:\"Can’t write file to /tmp folder\";s:11:\"description\";s:379:\"WordPress Version: 3.x TDO Mini Forms Version: 0.13.9 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://electric.carstations.com Error Message: Could not move uploaded file red-X15.png to storage area! Which, in reality, is, it can’t write that file to the /tmp (when user isn’t logged in) folder, as it shouldn’t be able to [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22780\";s:7:\"summary\";s:379:\"WordPress Version: 3.x TDO Mini Forms Version: 0.13.9 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://electric.carstations.com Error Message: Could not move uploaded file red-X15.png to storage area! Which, in reality, is, it can’t write that file to the /tmp (when user isn’t logged in) folder, as it shouldn’t be able to [...]\";}i:1;a:4:{s:5:\"title\";s:45:\"No redirection or validation after submission\";s:11:\"description\";s:374:\"WordPress Version: 3 TDO Mini Forms Version: current Operating System (if known): N/A Webserver Software: N/A Link to Website: http://www.stuffmystudentssaid.com Error Message: n/a So my form was working great. I decided to make a small change, to add reCaptcha, and after that, though the form worked, it never redirected to the “Post is being moderated”. [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22739\";s:7:\"summary\";s:374:\"WordPress Version: 3 TDO Mini Forms Version: current Operating System (if known): N/A Webserver Software: N/A Link to Website: http://www.stuffmystudentssaid.com Error Message: n/a So my form was working great. I decided to make a small change, to add reCaptcha, and after that, though the form worked, it never redirected to the “Post is being moderated”. [...]\";}i:2;a:4:{s:5:\"title\";s:45:\"No redirection or validation after submission\";s:11:\"description\";s:374:\"WordPress Version: 3 TDO Mini Forms Version: current Operating System (if known): N/A Webserver Software: N/A Link to Website: http://www.stuffmystudentssaid.com Error Message: n/a So my form was working great. I decided to make a small change, to add reCaptcha, and after that, though the form worked, it never redirected to the “Post is being moderated”. [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22729\";s:7:\"summary\";s:374:\"WordPress Version: 3 TDO Mini Forms Version: current Operating System (if known): N/A Webserver Software: N/A Link to Website: http://www.stuffmystudentssaid.com Error Message: n/a So my form was working great. I decided to make a small change, to add reCaptcha, and after that, though the form worked, it never redirected to the “Post is being moderated”. [...]\";}i:3;a:4:{s:5:\"title\";s:39:\"Form reset after editing in form hacker\";s:11:\"description\";s:280:\"WordPress Version: 3.1.2 TDO Mini Forms Version: 0.13.9 Operating System (if known): linux Webserver Software: apache Link to Website: http://pujckyinzerce.net/ Hi, if I edited anything in “form hacker” the form delete. Have you got any idea how to solve this problem?\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22713\";s:7:\"summary\";s:280:\"WordPress Version: 3.1.2 TDO Mini Forms Version: 0.13.9 Operating System (if known): linux Webserver Software: apache Link to Website: http://pujckyinzerce.net/ Hi, if I edited anything in “form hacker” the form delete. Have you got any idea how to solve this problem?\";}i:4;a:4:{s:5:\"title\";s:64:\"TDO Mini form: How to request a user to register before posting?\";s:11:\"description\";s:166:\"Hi, Please i really need help here: http://wordpress.org/support/topic/plugin-tdo-mini-forms-how-to-request-a-user-to-register-before-posting-1?replies=2#post-2081389\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22688\";s:7:\"summary\";s:166:\"Hi, Please i really need help here: http://wordpress.org/support/topic/plugin-tdo-mini-forms-how-to-request-a-user-to-register-before-posting-1?replies=2#post-2081389\";}i:5;a:4:{s:5:\"title\";s:20:\"Newbie – need help\";s:11:\"description\";s:286:\"Hi there, I downloaded the plugin yesterday, and can see it in the admin section of my blog, after I have logged-in. It was suggested to me to add a place where people could leave both comments and photos on my site, which is how I came to use this plugin. What I can’t see, [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22684\";s:7:\"summary\";s:286:\"Hi there, I downloaded the plugin yesterday, and can see it in the admin section of my blog, after I have logged-in. It was suggested to me to add a place where people could leave both comments and photos on my site, which is how I came to use this plugin. What I can’t see, [...]\";}i:6;a:4:{s:5:\"title\";s:23:\"Upload script with AJAX\";s:11:\"description\";s:297:\"Hi there, TDO mini forms is doing everything I need it to apart from one thing. I’ve tried searching and haven’t been able to find a solution. I would like to add AJAX to the upload form, so as soon as the person browses for the file it uploads on the server. (No upload button). [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22582\";s:7:\"summary\";s:297:\"Hi there, TDO mini forms is doing everything I need it to apart from one thing. I’ve tried searching and haven’t been able to find a solution. I would like to add AJAX to the upload form, so as soon as the person browses for the file it uploads on the server. (No upload button). [...]\";}i:7;a:4:{s:5:\"title\";s:47:\"Setting Post Title to substring of Post Content\";s:11:\"description\";s:294:\"First off, this plugin is amazing. I just need help on what code to put in the Append widget so that my forms submissions set the Post Title to a substring of the Post Message. Basically on my form the users can only enter Post Content, without specifying a Title. When that is done TDOMF [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22573\";s:7:\"summary\";s:294:\"First off, this plugin is amazing. I just need help on what code to put in the Append widget so that my forms submissions set the Post Title to a substring of the Post Message. Basically on my form the users can only enter Post Content, without specifying a Title. When that is done TDOMF [...]\";}i:8;a:4:{s:5:\"title\";s:17:\"Custom Post Types\";s:11:\"description\";s:95:\"Hi, Is there a way for all submissions to be saved as a WordPress 3 Custom Post Type? Thanks, J\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22532\";s:7:\"summary\";s:95:\"Hi, Is there a way for all submissions to be saved as a WordPress 3 Custom Post Type? Thanks, J\";}i:9;a:4:{s:5:\"title\";s:47:\"Multiple Select Boxes Outputting Incorrect Data\";s:11:\"description\";s:383:\"WordPress Version: 3.0.1 TDO Mini Forms Version: 0.13.9 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://whatspot.nightanddayonline.com.au Error Message: Copy and paste any error messages here Hi, I have a form that has both select & multiple select boxes, submitting to custom fields in wordpress. While the select boxes work correctly, the [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22484\";s:7:\"summary\";s:383:\"WordPress Version: 3.0.1 TDO Mini Forms Version: 0.13.9 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://whatspot.nightanddayonline.com.au Error Message: Copy and paste any error messages here Hi, I have a form that has both select & multiple select boxes, submitting to custom fields in wordpress. While the select boxes work correctly, the [...]\";}i:10;a:4:{s:5:\"title\";s:19:\"date, title and url\";s:11:\"description\";s:257:\"I need greate custom form for anonymous users.. so there is: Post Title Post date (also future date) custom textfield some url (goes inside of post) image upload (its not going inside of post but day of picture or post picture) can it to with tdo mini form?\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22469\";s:7:\"summary\";s:257:\"I need greate custom form for anonymous users.. so there is: Post Title Post date (also future date) custom textfield some url (goes inside of post) image upload (its not going inside of post but day of picture or post picture) can it to with tdo mini form?\";}i:11;a:4:{s:5:\"title\";s:31:\"Ajax shadow take the whole page\";s:11:\"description\";s:118:\"Hello, I wish to make the Ajax shadow take the whole page and not only the central body of the site. Is this possible?\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22326\";s:7:\"summary\";s:118:\"Hello, I wish to make the Ajax shadow take the whole page and not only the central body of the site. Is this possible?\";}i:12;a:4:{s:5:\"title\";s:25:\"wrong type of post (page)\";s:11:\"description\";s:291:\"I’m having trouble getting the edit form to work. I have used the widgets to create a form and used the auto generated page option. I cannot see the form on the page as it gives the error: That post you are attempting to edit is invalid The log file shows: Bad post_id! Post with [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22307\";s:7:\"summary\";s:291:\"I’m having trouble getting the edit form to work. I have used the widgets to create a form and used the auto generated page option. I cannot see the form on the page as it gives the error: That post you are attempting to edit is invalid The log file shows: Bad post_id! Post with [...]\";}i:13;a:4:{s:5:\"title\";s:18:\"Custom Ajax Shadow\";s:11:\"description\";s:118:\"Hello, I wish to make the Ajax shadow take the whole page and not only the central body of the site. Is this possible?\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22300\";s:7:\"summary\";s:118:\"Hello, I wish to make the Ajax shadow take the whole page and not only the central body of the site. Is this possible?\";}i:14;a:4:{s:5:\"title\";s:69:\"Required file in the widget Upload file during TDO Mini Form checking\";s:11:\"description\";s:300:\"Hello, I’m using to TDO Mini Form to allow users to send image in their post. But if they choose picture to send, they sometimes forget to download it(click on the button) Is it possible to force the download, or simply include this in the form checking and display an error message ? Thank you\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22296\";s:7:\"summary\";s:300:\"Hello, I’m using to TDO Mini Form to allow users to send image in their post. But if they choose picture to send, they sometimes forget to download it(click on the button) Is it possible to force the download, or simply include this in the form checking and display an error message ? Thank you\";}i:15;a:4:{s:5:\"title\";s:5:\"Hello\";s:11:\"description\";s:14:\"i’m join\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22283\";s:7:\"summary\";s:14:\"i’m join\";}i:16;a:4:{s:5:\"title\";s:32:\"Progress bar with tdo-mini-forms\";s:11:\"description\";s:189:\"I wanna know if tdo-mini-forms can upload with progress bar,for I want to upload large file.so I suggest that the tdof uploader should intergrate with progress bar,that will be much better.\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22247\";s:7:\"summary\";s:189:\"I wanna know if tdo-mini-forms can upload with progress bar,for I want to upload large file.so I suggest that the tdof uploader should intergrate with progress bar,that will be much better.\";}i:17;a:4:{s:5:\"title\";s:7:\"Testing\";s:11:\"description\";s:33:\"Testing it for my site Easyask.se\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22190\";s:7:\"summary\";s:33:\"Testing it for my site Easyask.se\";}i:18;a:4:{s:5:\"title\";s:49:\"How to get Custom Field data into WP Custom Field\";s:11:\"description\";s:336:\"WordPress Version: 3.1 TDO Mini Forms Version: 0.13.9 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://www.testingmysite.com I’ve created a TDO form for users to create a page on my site. To do this, they need to fill out the content section, upload a file, and fill out 5 custom fields, that [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22169\";s:7:\"summary\";s:336:\"WordPress Version: 3.1 TDO Mini Forms Version: 0.13.9 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://www.testingmysite.com I’ve created a TDO form for users to create a page on my site. To do this, they need to fill out the content section, upload a file, and fill out 5 custom fields, that [...]\";}i:19;a:4:{s:5:\"title\";s:4:\"test\";s:11:\"description\";s:4:\"test\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22150\";s:7:\"summary\";s:4:\"test\";}i:20;a:4:{s:5:\"title\";s:82:\"Custom fields with Append to Post content not getting appended when field is empty\";s:11:\"description\";s:317:\"I’m using custom fields with “Append to Post Content” option enabled because I need all the fields to get appended to my post and get them displayed as if they were part of the post content field. If I enter a value into those fields, they get appended without problems, but when I leave those [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22074\";s:7:\"summary\";s:317:\"I’m using custom fields with “Append to Post Content” option enabled because I need all the fields to get appended to my post and get them displayed as if they were part of the post content field. If I enter a value into those fields, they get appended without problems, but when I leave those [...]\";}i:21;a:4:{s:5:\"title\";s:13:\"???????? ????\";s:11:\"description\";s:392:\"???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=22062\";s:7:\"summary\";s:392:\"???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? ???? ???????? [...]\";}i:22;a:4:{s:5:\"title\";s:33:\"Text field value onfocus to clear\";s:11:\"description\";s:330:\"WordPress Version: 3.1 TDO Mini Forms Version: 0.10 Operating System (if known): Mac Webserver Software: N/A Link to Website: http://chrforecast.com Error Message: N/A I am looking for a fix to clear the default text value in a text entry field onfocus. I know that I need to add the onfocus value “” html in the [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21988\";s:7:\"summary\";s:330:\"WordPress Version: 3.1 TDO Mini Forms Version: 0.10 Operating System (if known): Mac Webserver Software: N/A Link to Website: http://chrforecast.com Error Message: N/A I am looking for a fix to clear the default text value in a text entry field onfocus. I know that I need to add the onfocus value “” html in the [...]\";}i:23;a:4:{s:5:\"title\";s:26:\"error on plugin activation\";s:11:\"description\";s:415:\"WordPress Version: 3.0.1 TDO Mini Forms Version: 0.13.9 Operating System (if known): linux Webserver Software: apache Link to Website: http://a2420.com Error Message: when activating plugin: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 528712 bytes) in /home/mysite/public_html/wp-settings.php on line 194 when activating plugin I get this error: Fatal error: Allowed memory [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21960\";s:7:\"summary\";s:415:\"WordPress Version: 3.0.1 TDO Mini Forms Version: 0.13.9 Operating System (if known): linux Webserver Software: apache Link to Website: http://a2420.com Error Message: when activating plugin: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 528712 bytes) in /home/mysite/public_html/wp-settings.php on line 194 when activating plugin I get this error: Fatal error: Allowed memory [...]\";}i:24;a:4:{s:5:\"title\";s:39:\"Pet Projects, TDO-Mini-Forms and Forums\";s:11:\"description\";s:318:\"Following on from my previous post (“for fun or for success”), I keep thinking about a blog post I read from Jeff Vogel called The Bottom Feeder: Three Reasons Creators Should Never Read Their Forums. If I have learned anything from writing Indie games for a living for fifteen years and there are plenty who [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21971\";s:7:\"summary\";s:318:\"Following on from my previous post (“for fun or for success”), I keep thinking about a blog post I read from Jeff Vogel called The Bottom Feeder: Three Reasons Creators Should Never Read Their Forums. If I have learned anything from writing Indie games for a living for fifteen years and there are plenty who [...]\";}i:25;a:4:{s:5:\"title\";s:6:\"idea#1\";s:11:\"description\";s:6:\"idea#1\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21937\";s:7:\"summary\";s:6:\"idea#1\";}i:26;a:4:{s:5:\"title\";s:23:\"For fun or for success?\";s:11:\"description\";s:289:\"I’ve been thinking about this in the back of mind for a few days, but I find myself looking at my projects in two ways. Pet Projects or Products. I hear a lot about how to make creative works successful, you know mantras like “fail early, fail often”, etc. On one hand I have a [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21972\";s:7:\"summary\";s:289:\"I’ve been thinking about this in the back of mind for a few days, but I find myself looking at my projects in two ways. Pet Projects or Products. I hear a lot about how to make creative works successful, you know mantras like “fail early, fail often”, etc. On one hand I have a [...]\";}i:27;a:4:{s:5:\"title\";s:13:\"combining css\";s:11:\"description\";s:284:\"Hello, I am combining all my wordpress css files into one and I would like to include the tdo form css file. I am not sure how to change the path so that the forms no longer use the wp_head()and the tdo stylesheet but rather would use the main css file for styling. Many thanks, [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21828\";s:7:\"summary\";s:284:\"Hello, I am combining all my wordpress css files into one and I would like to include the tdo form css file. I am not sure how to change the path so that the forms no longer use the wp_head()and the tdo stylesheet but rather would use the main css file for styling. Many thanks, [...]\";}i:28;a:4:{s:5:\"title\";s:62:\"check box displaying content and not TRUE or FALSE i.e. 1 or 0\";s:11:\"description\";s:281:\"im making submit form with a lot of crap to be submitted. i used tags for that e.g. genres of movies or themes. now its easier to use one custom field for that than using one custom field of one genre. can u imagine what will happens if there are over 100 genres? dont answer [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21810\";s:7:\"summary\";s:281:\"im making submit form with a lot of crap to be submitted. i used tags for that e.g. genres of movies or themes. now its easier to use one custom field for that than using one custom field of one genre. can u imagine what will happens if there are over 100 genres? dont answer [...]\";}i:29;a:4:{s:5:\"title\";s:40:\"Proper way of getting uploaded image URI\";s:11:\"description\";s:349:\"WordPress Version: 3.0.5 TDO Mini Forms Version: 0.10 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://intranet.tld Hi, I need to attach to a post, the full-size URI of the image being uploaded via TDO Mini Forms. So far, what I’ve been doing is this: <img src="” /> Which works, for the [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21765\";s:7:\"summary\";s:349:\"WordPress Version: 3.0.5 TDO Mini Forms Version: 0.10 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://intranet.tld Hi, I need to attach to a post, the full-size URI of the image being uploaded via TDO Mini Forms. So far, what I’ve been doing is this: <img src="” /> Which works, for the [...]\";}i:30;a:4:{s:5:\"title\";s:41:\"Experienced TDO Mini Forms Builder Needed\";s:11:\"description\";s:369:\"WordPress Version: 3.0.5 TDO Mini Forms Version: 0.13.9 Operating System (if known): Linux Webserver Software: N/A Link to Website: http://www.www.www Greetings: I would like to have a simple submission form created for a coupon website. I’ve installed TDO Mini Forms 0.13.9 on WordPress 3.0.5, but I’m not familiar with this program so there might be [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21747\";s:7:\"summary\";s:369:\"WordPress Version: 3.0.5 TDO Mini Forms Version: 0.13.9 Operating System (if known): Linux Webserver Software: N/A Link to Website: http://www.www.www Greetings: I would like to have a simple submission form created for a coupon website. I’ve installed TDO Mini Forms 0.13.9 on WordPress 3.0.5, but I’m not familiar with this program so there might be [...]\";}i:31;a:4:{s:5:\"title\";s:23:\"Submission confirmation\";s:11:\"description\";s:408:\"WordPress Version: 3.0.4 TDO Mini Forms Version: 0.13.9 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://namethatcar.net Error Message: Copy and paste any error messages here After a successful form submission, instead of displaying the normal “Awaiting moderation” confirmation message, my site simply reloads the form page. The post is created successfully [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21735\";s:7:\"summary\";s:408:\"WordPress Version: 3.0.4 TDO Mini Forms Version: 0.13.9 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://namethatcar.net Error Message: Copy and paste any error messages here After a successful form submission, instead of displaying the normal “Awaiting moderation” confirmation message, my site simply reloads the form page. The post is created successfully [...]\";}i:32;a:4:{s:5:\"title\";s:15:\"Request of help\";s:11:\"description\";s:351:\"WordPress Version: 3.0.5 TDO Mini Forms Version: 0.13.9 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://www.fasterforward.it/ Error Message: none First of all: thanks to the tdo for the great plugin. I use i to let non register user post, asking them their name and emails through the notify me widget. I’d [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21705\";s:7:\"summary\";s:351:\"WordPress Version: 3.0.5 TDO Mini Forms Version: 0.13.9 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://www.fasterforward.it/ Error Message: none First of all: thanks to the tdo for the great plugin. I use i to let non register user post, asking them their name and emails through the notify me widget. I’d [...]\";}i:33;a:4:{s:5:\"title\";s:63:\"TDOMF Custom Fields Default Value as WP Custom Field PHP String\";s:11:\"description\";s:305:\"Using a Custom Fields widget, I am trying to use the “Treat Default Value as Code (php)” checkbox to automatically pull values from a Custom Field of the page where the form was first presented, and not the post ID itself. So say I have tdomf_form3 on a Page called Post an Event. When I [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21701\";s:7:\"summary\";s:305:\"Using a Custom Fields widget, I am trying to use the “Treat Default Value as Code (php)” checkbox to automatically pull values from a Custom Field of the page where the form was first presented, and not the post ID itself. So say I have tdomf_form3 on a Page called Post an Event. When I [...]\";}i:34;a:4:{s:5:\"title\";s:47:\"How to Display Image Thumbnails in Post Preview\";s:11:\"description\";s:367:\"WordPress Version: 3.0.5. TDO Mini Forms Version: 0.13.9 (build 56) Operating System (if known): Windows XP Webserver Software: N/A Link to Website: http://www.shsclassof1996.org/?page_id=6 Error Message: Copy and paste any error messages here Hi, I’m trying to use this plugin for a school reunion website for users to post info on a blog list. This list [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21673\";s:7:\"summary\";s:367:\"WordPress Version: 3.0.5. TDO Mini Forms Version: 0.13.9 (build 56) Operating System (if known): Windows XP Webserver Software: N/A Link to Website: http://www.shsclassof1996.org/?page_id=6 Error Message: Copy and paste any error messages here Hi, I’m trying to use this plugin for a school reunion website for users to post info on a blog list. This list [...]\";}i:35;a:4:{s:5:\"title\";s:27:\"What am I doing wrong here?\";s:11:\"description\";s:359:\"WordPress Version: 2.3.3 TDO Mini Forms Version: 0.10 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://hurtlikehell.com http://www.hurtlikehell.com The form was working great, and suddenly it won’t submit anything from the form, it just makes a post with the date as the post title. Any help would be greatly appreciated.\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21576\";s:7:\"summary\";s:359:\"WordPress Version: 2.3.3 TDO Mini Forms Version: 0.10 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://hurtlikehell.com http://www.hurtlikehell.com The form was working great, and suddenly it won’t submit anything from the form, it just makes a post with the date as the post title. Any help would be greatly appreciated.\";}i:36;a:4:{s:5:\"title\";s:31:\"Website thumbnails in the posts\";s:11:\"description\";s:289:\"Hello, I would like to add a simple website thumnails to the posts which users sends via TDO Mini Forms. I have a widget with website URL (Who I Am, there it is) and I’ve got a simple code like: (just a simple html which needs website url to generate a thumbnail from site like [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21459\";s:7:\"summary\";s:289:\"Hello, I would like to add a simple website thumnails to the posts which users sends via TDO Mini Forms. I have a widget with website URL (Who I Am, there it is) and I’ve got a simple code like: (just a simple html which needs website url to generate a thumbnail from site like [...]\";}i:37;a:4:{s:5:\"title\";s:53:\"Change throttle amount per user after reached limit??\";s:11:\"description\";s:291:\"Hi, I’d like to know if its possible to give a specific user more Throttle “credits” as in: Lets say Role A is given access to Form15 – and User A is a Role A type user so User A can access Form15. Form15 has a simple 20 ANY Submission Per User throttle rule in [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21427\";s:7:\"summary\";s:291:\"Hi, I’d like to know if its possible to give a specific user more Throttle “credits” as in: Lets say Role A is given access to Form15 – and User A is a Role A type user so User A can access Form15. Form15 has a simple 20 ANY Submission Per User throttle rule in [...]\";}i:38;a:4:{s:5:\"title\";s:11:\"HTML Output\";s:11:\"description\";s:267:\"What file can I edit to change the HTML output so the form I create renders differently. I know you can edit this from the admin panel but I would like to know what file to edit so I can make changes to the way the form renders. I created a form so visitors can [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21417\";s:7:\"summary\";s:267:\"What file can I edit to change the HTML output so the form I create renders differently. I know you can edit this from the admin panel but I would like to know what file to edit so I can make changes to the way the form renders. I created a form so visitors can [...]\";}i:39;a:4:{s:5:\"title\";s:23:\"words Default Form Help\";s:11:\"description\";s:337:\"WordPress Version: 3.0.4 TDO Mini Forms Version: 0.13.9 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://www.greenselector.com Error Message: Default Form I can not seem to change the words Default Form off my website button and page. please tell me what i can do? Itryed to change it to what i want [...]\";s:4:\"link\";s:36:\"http://thedeadone.net/forum/?p=21399\";s:7:\"summary\";s:337:\"WordPress Version: 3.0.4 TDO Mini Forms Version: 0.13.9 Operating System (if known): N/A Webserver Software: N/A Link to Website: http://www.greenselector.com Error Message: Default Form I can not seem to change the words Default Form off my website button and page. please tell me what i can do? Itryed to change it to what i want [...]\";}}s:7:\"channel\";a:7:{s:5:\"title\";s:39:\"thedeadone.net Forums » TDO Mini Forms\";s:4:\"link\";s:27:\"http://thedeadone.net/forum\";s:11:\"description\";s:43:\"Wordpress Powered Forums for thedeadone.net\";s:13:\"lastbuilddate\";s:31:\"Mon, 02 May 2011 15:44:29 +0000\";s:4:\"docs\";s:34:\"http://backend.userland.com/rss092\";s:8:\"language\";s:2:\"en\";s:7:\"tagline\";s:43:\"Wordpress Powered Forums for thedeadone.net\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:4:\"0.92\";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, 02 May 2011 15:44:29 GMT\";s:4:\"etag\";s:34:\"\"530a7f47c760dbd83278705f80521a16\"\";}','no'),(11298,0,'tdomf_log','[Webmaster][29-04-11(0:12:30)] Option Default Author not set!
    \n[208.84.118.43][29-04-11(0:12:31)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(0:12:31)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(0:12:31)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][29-04-11(0:12:50)] Option Default Author not set!
    \n[208.84.118.43][29-04-11(0:12:51)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(0:12:51)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(0:12:51)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][29-04-11(0:13:21)] Key 85f7f8b6c563 is accepted by Akismet
    \n[Webmaster][29-04-11(0:13:21)] Options Saved
    \n[208.84.118.43][29-04-11(0:13:21)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(0:13:22)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(0:13:22)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][29-04-11(0:13:45)] Key 85f7f8b6c563 is accepted by Akismet
    \n[Webmaster][29-04-11(0:13:45)] Options Saved
    \n[208.84.118.43][29-04-11(0:13:45)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(0:13:46)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(0:13:46)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][29-04-11(15:22:49)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(15:22:49)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(15:22:49)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][29-04-11(15:23:10)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(15:23:11)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(15:23:11)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][29-04-11(15:23:57)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(15:23:57)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(15:23:57)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][29-04-11(15:24:32)] Options Saved for Form ID 1
    \n[208.84.118.43][29-04-11(15:24:33)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(15:24:34)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(15:24:34)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][29-04-11(15:24:42)] tdomf-edit-form.php:629: current memory footprint: 55015856
    \n[Webmaster][29-04-11(15:24:42)] tdomf-edit-form.php:649: current memory footprint: 55020736
    \n[Webmaster][29-04-11(15:24:42)] tdomf-edit-form.php:474: current memory footprint: 55017728
    \n[Webmaster][29-04-11(15:24:42)] tdomf-edit-form.php:478: current memory footprint: 55019104
    \n[Webmaster][29-04-11(15:24:42)] tdomf-edit-form.php:483: current memory footprint: 55022112
    \n[Webmaster][29-04-11(15:24:42)] tdomf-edit-form.php:485: current memory footprint: 55027536
    \n[Webmaster][29-04-11(15:24:42)] tdomf-edit-form.php:488: current memory footprint: 55026328
    \n[208.84.118.43][29-04-11(15:24:43)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(15:24:43)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(15:24:43)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][29-04-11(15:38:07)] tdomf-edit-form.php:629: current memory footprint: 55020688
    \n[Webmaster][29-04-11(15:38:07)] tdomf-edit-form.php:649: current memory footprint: 55030536
    \n[Webmaster][29-04-11(15:38:07)] tdomf-edit-form.php:474: current memory footprint: 55022520
    \n[Webmaster][29-04-11(15:38:07)] tdomf-edit-form.php:478: current memory footprint: 55023960
    \n[Webmaster][29-04-11(15:38:07)] tdomf-edit-form.php:483: current memory footprint: 55026792
    \n[Webmaster][29-04-11(15:38:07)] tdomf-edit-form.php:485: current memory footprint: 55037440
    \n[Webmaster][29-04-11(15:38:07)] tdomf-edit-form.php:488: current memory footprint: 55031072
    \n[208.84.118.43][29-04-11(15:38:07)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(15:38:08)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(15:38:08)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][29-04-11(15:39:45)] tdomf-edit-form.php:629: current memory footprint: 55147880
    \n[Webmaster][29-04-11(15:39:45)] tdomf-edit-form.php:649: current memory footprint: 55169456
    \n[Webmaster][29-04-11(15:39:45)] tdomf-edit-form.php:660: current memory footprint: 55160048
    \n[Webmaster][29-04-11(15:39:45)] tdomf-edit-form.php:474: current memory footprint: 55160856
    \n[Webmaster][29-04-11(15:39:45)] tdomf-edit-form.php:478: current memory footprint: 55163224
    \n[Webmaster][29-04-11(15:39:45)] tdomf-edit-form.php:483: current memory footprint: 55166240
    \n[Webmaster][29-04-11(15:39:45)] tdomf-edit-form.php:485: current memory footprint: 55178560
    \n[Webmaster][29-04-11(15:39:45)] tdomf-edit-form.php:488: current memory footprint: 55172152
    \n[208.84.118.43][29-04-11(15:39:46)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(15:39:46)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(15:39:46)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][29-04-11(15:40:16)] tdomf-edit-form.php:629: current memory footprint: 55167600
    \n[Webmaster][29-04-11(15:40:16)] tdomf-edit-form.php:649: current memory footprint: 55192240
    \n[Webmaster][29-04-11(15:40:16)] tdomf-edit-form.php:660: current memory footprint: 55181496
    \n[Webmaster][29-04-11(15:40:16)] tdomf-edit-form.php:474: current memory footprint: 55182448
    \n[Webmaster][29-04-11(15:40:16)] tdomf-edit-form.php:478: current memory footprint: 55184616
    \n[Webmaster][29-04-11(15:40:16)] tdomf-edit-form.php:483: current memory footprint: 55187632
    \n[Webmaster][29-04-11(15:40:16)] tdomf-edit-form.php:485: current memory footprint: 55201152
    \n[Webmaster][29-04-11(15:40:16)] tdomf-edit-form.php:488: current memory footprint: 55193520
    \n[208.84.118.43][29-04-11(15:40:17)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(15:40:17)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(15:40:17)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][29-04-11(15:40:29)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(15:40:30)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(15:40:30)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][29-04-11(15:40:47)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(15:40:48)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(15:40:48)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][29-04-11(15:40:55)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(15:40:55)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(15:40:55)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][29-04-11(15:41:08)] tdomf-edit-form.php:629: current memory footprint: 55049256
    \n[Webmaster][29-04-11(15:41:08)] tdomf-edit-form.php:649: current memory footprint: 55071504
    \n[Webmaster][29-04-11(15:41:08)] tdomf-edit-form.php:474: current memory footprint: 55050416
    \n[Webmaster][29-04-11(15:41:08)] tdomf-edit-form.php:478: current memory footprint: 55053456
    \n[Webmaster][29-04-11(15:41:08)] tdomf-edit-form.php:483: current memory footprint: 55056384
    \n[Webmaster][29-04-11(15:41:08)] tdomf-edit-form.php:485: current memory footprint: 55079592
    \n[Webmaster][29-04-11(15:41:08)] tdomf-edit-form.php:488: current memory footprint: 55061048
    \n[208.84.118.43][29-04-11(15:41:08)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(15:41:09)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(15:41:09)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][29-04-11(15:41:28)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(15:41:29)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(15:41:29)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][29-04-11(15:41:41)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][29-04-11(15:41:42)] AJAX: Using old argument method
    \n[208.84.118.43][29-04-11(15:41:42)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(16:00:09)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(16:00:10)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(16:00:10)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(16:00:26)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(16:00:28)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(16:00:28)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(16:01:20)] Options Saved
    \n[208.84.118.43][03-05-11(16:01:20)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(16:01:21)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(16:01:21)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(16:02:54)] Options Saved
    \n[208.84.118.43][03-05-11(16:02:54)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(16:02:56)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(16:02:56)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(16:03:27)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(16:03:27)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(16:03:27)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:00:08)] Options Saved for Form ID 1
    \n[208.84.118.43][03-05-11(18:00:09)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:00:09)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:00:09)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:01:49)] Options Saved for Form ID 1
    \n[208.84.118.43][03-05-11(18:01:50)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:01:50)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:01:50)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:05:18)] Options Saved for Form ID 1
    \n[208.84.118.43][03-05-11(18:05:18)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:05:19)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:05:19)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(18:05:32)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:05:33)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:05:33)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:05:42)] tdomf-edit-form.php:629: current memory footprint: 53766872
    \n[Webmaster][03-05-11(18:05:42)] tdomf-edit-form.php:649: current memory footprint: 53793048
    \n[Webmaster][03-05-11(18:05:42)] tdomf-edit-form.php:474: current memory footprint: 53766880
    \n[Webmaster][03-05-11(18:05:42)] tdomf-edit-form.php:478: current memory footprint: 53770224
    \n[Webmaster][03-05-11(18:05:42)] tdomf-edit-form.php:483: current memory footprint: 53773080
    \n[Webmaster][03-05-11(18:05:42)] tdomf-edit-form.php:485: current memory footprint: 53801072
    \n[Webmaster][03-05-11(18:05:42)] tdomf-edit-form.php:488: current memory footprint: 53777464
    \n[208.84.118.43][03-05-11(18:05:43)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:05:43)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:05:43)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:14:41)] tdomf-edit-form.php:629: current memory footprint: 53898016
    \n[Webmaster][03-05-11(18:14:41)] tdomf-edit-form.php:649: current memory footprint: 53953256
    \n[Webmaster][03-05-11(18:14:41)] tdomf-edit-form.php:660: current memory footprint: 53911464
    \n[Webmaster][03-05-11(18:14:41)] tdomf-edit-form.php:474: current memory footprint: 53911136
    \n[Webmaster][03-05-11(18:14:41)] tdomf-edit-form.php:478: current memory footprint: 53914448
    \n[Webmaster][03-05-11(18:14:41)] tdomf-edit-form.php:483: current memory footprint: 53917360
    \n[Webmaster][03-05-11(18:14:41)] tdomf-edit-form.php:485: current memory footprint: 53962064
    \n[Webmaster][03-05-11(18:14:41)] tdomf-edit-form.php:488: current memory footprint: 53923408
    \n[208.84.118.43][03-05-11(18:14:42)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:14:42)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:14:42)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:15:33)] tdomf-edit-form.php:629: current memory footprint: 53770368
    \n[Webmaster][03-05-11(18:15:33)] tdomf-edit-form.php:649: current memory footprint: 53814424
    \n[Webmaster][03-05-11(18:15:33)] tdomf-edit-form.php:474: current memory footprint: 53770416
    \n[Webmaster][03-05-11(18:15:33)] tdomf-edit-form.php:478: current memory footprint: 53773696
    \n[Webmaster][03-05-11(18:15:33)] tdomf-edit-form.php:483: current memory footprint: 53776616
    \n[Webmaster][03-05-11(18:15:33)] tdomf-edit-form.php:485: current memory footprint: 53822456
    \n[Webmaster][03-05-11(18:15:33)] tdomf-edit-form.php:488: current memory footprint: 53781104
    \n[208.84.118.43][03-05-11(18:15:33)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:15:34)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:15:34)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:17:12)] tdomf-edit-form.php:629: current memory footprint: 53899776
    \n[Webmaster][03-05-11(18:17:12)] tdomf-edit-form.php:649: current memory footprint: 53957520
    \n[Webmaster][03-05-11(18:17:12)] tdomf-edit-form.php:660: current memory footprint: 53913264
    \n[Webmaster][03-05-11(18:17:12)] tdomf-edit-form.php:474: current memory footprint: 53912912
    \n[Webmaster][03-05-11(18:17:12)] tdomf-edit-form.php:478: current memory footprint: 53916224
    \n[Webmaster][03-05-11(18:17:12)] tdomf-edit-form.php:483: current memory footprint: 53919184
    \n[Webmaster][03-05-11(18:17:12)] tdomf-edit-form.php:485: current memory footprint: 53966448
    \n[Webmaster][03-05-11(18:17:12)] tdomf-edit-form.php:488: current memory footprint: 53925184
    \n[208.84.118.43][03-05-11(18:17:12)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:17:13)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:17:13)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(18:18:08)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:18:12)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:18:12)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(18:18:30)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:18:31)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:18:31)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(18:19:16)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:19:17)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:19:17)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:19:56)] tdomf-edit-form.php:629: current memory footprint: 53772320
    \n[Webmaster][03-05-11(18:19:56)] tdomf-edit-form.php:649: current memory footprint: 53819704
    \n[Webmaster][03-05-11(18:19:56)] tdomf-edit-form.php:474: current memory footprint: 53772904
    \n[Webmaster][03-05-11(18:19:56)] tdomf-edit-form.php:478: current memory footprint: 53775576
    \n[Webmaster][03-05-11(18:19:56)] tdomf-edit-form.php:483: current memory footprint: 53778432
    \n[Webmaster][03-05-11(18:19:56)] tdomf-edit-form.php:485: current memory footprint: 53827848
    \n[Webmaster][03-05-11(18:19:56)] tdomf-edit-form.php:488: current memory footprint: 53782928
    \n[208.84.118.43][03-05-11(18:19:57)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:19:57)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:19:57)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:20:47)] tdomf-edit-form.php:629: current memory footprint: 53902200
    \n[Webmaster][03-05-11(18:20:47)] tdomf-edit-form.php:649: current memory footprint: 53963376
    \n[Webmaster][03-05-11(18:20:47)] tdomf-edit-form.php:660: current memory footprint: 53915672
    \n[Webmaster][03-05-11(18:20:47)] tdomf-edit-form.php:474: current memory footprint: 53915960
    \n[Webmaster][03-05-11(18:20:47)] tdomf-edit-form.php:478: current memory footprint: 53918616
    \n[Webmaster][03-05-11(18:20:47)] tdomf-edit-form.php:483: current memory footprint: 53921544
    \n[Webmaster][03-05-11(18:20:47)] tdomf-edit-form.php:485: current memory footprint: 53972248
    \n[Webmaster][03-05-11(18:20:47)] tdomf-edit-form.php:488: current memory footprint: 53927656
    \n[208.84.118.43][03-05-11(18:20:48)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:20:48)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:20:48)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:21:09)] Someone is attempting to preview something
    \n[Webmaster][03-05-11(18:21:09)] Their submission didn\'t validate.
    \n[208.84.118.43][03-05-11(18:21:35)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:21:35)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:21:35)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:21:52)] tdomf-edit-form.php:629: current memory footprint: 53775752
    \n[Webmaster][03-05-11(18:21:52)] tdomf-edit-form.php:649: current memory footprint: 53826176
    \n[Webmaster][03-05-11(18:21:52)] tdomf-edit-form.php:474: current memory footprint: 53776336
    \n[Webmaster][03-05-11(18:21:52)] tdomf-edit-form.php:478: current memory footprint: 53779008
    \n[Webmaster][03-05-11(18:21:52)] tdomf-edit-form.php:483: current memory footprint: 53781904
    \n[Webmaster][03-05-11(18:21:52)] tdomf-edit-form.php:485: current memory footprint: 53834312
    \n[Webmaster][03-05-11(18:21:52)] tdomf-edit-form.php:488: current memory footprint: 53786344
    \n[208.84.118.43][03-05-11(18:21:52)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:21:53)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:21:53)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:22:20)] tdomf-edit-form.php:629: current memory footprint: 53906248
    \n[Webmaster][03-05-11(18:22:20)] tdomf-edit-form.php:649: current memory footprint: 53970392
    \n[Webmaster][03-05-11(18:22:20)] tdomf-edit-form.php:660: current memory footprint: 53919648
    \n[Webmaster][03-05-11(18:22:20)] tdomf-edit-form.php:474: current memory footprint: 53919992
    \n[Webmaster][03-05-11(18:22:20)] tdomf-edit-form.php:478: current memory footprint: 53922648
    \n[Webmaster][03-05-11(18:22:20)] tdomf-edit-form.php:483: current memory footprint: 53925584
    \n[Webmaster][03-05-11(18:22:20)] tdomf-edit-form.php:485: current memory footprint: 53979256
    \n[Webmaster][03-05-11(18:22:20)] tdomf-edit-form.php:488: current memory footprint: 53931424
    \n[208.84.118.43][03-05-11(18:22:20)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:22:21)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:22:21)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:23:35)] tdomf-edit-form.php:629: current memory footprint: 53778040
    \n[Webmaster][03-05-11(18:23:35)] tdomf-edit-form.php:649: current memory footprint: 53830920
    \n[Webmaster][03-05-11(18:23:35)] tdomf-edit-form.php:474: current memory footprint: 53778600
    \n[Webmaster][03-05-11(18:23:35)] tdomf-edit-form.php:478: current memory footprint: 53781216
    \n[Webmaster][03-05-11(18:23:35)] tdomf-edit-form.php:483: current memory footprint: 53784144
    \n[Webmaster][03-05-11(18:23:35)] tdomf-edit-form.php:485: current memory footprint: 53839024
    \n[Webmaster][03-05-11(18:23:35)] tdomf-edit-form.php:488: current memory footprint: 53788640
    \n[208.84.118.43][03-05-11(18:23:36)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:23:36)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:23:36)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:26:11)] tdomf-edit-form.php:629: current memory footprint: 53910136
    \n[Webmaster][03-05-11(18:26:11)] tdomf-edit-form.php:649: current memory footprint: 53976824
    \n[Webmaster][03-05-11(18:26:11)] tdomf-edit-form.php:660: current memory footprint: 53923576
    \n[Webmaster][03-05-11(18:26:11)] tdomf-edit-form.php:474: current memory footprint: 53923912
    \n[Webmaster][03-05-11(18:26:11)] tdomf-edit-form.php:478: current memory footprint: 53926568
    \n[Webmaster][03-05-11(18:26:11)] tdomf-edit-form.php:483: current memory footprint: 53929424
    \n[Webmaster][03-05-11(18:26:11)] tdomf-edit-form.php:485: current memory footprint: 53985720
    \n[Webmaster][03-05-11(18:26:11)] tdomf-edit-form.php:488: current memory footprint: 53935624
    \n[208.84.118.43][03-05-11(18:26:11)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:26:12)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:26:12)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(18:27:07)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:27:07)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:27:07)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(18:27:17)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:27:17)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:27:17)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(18:27:35)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:27:35)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:27:35)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(18:27:58)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:27:58)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:27:58)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:28:10)] tdomf-edit-form.php:629: current memory footprint: 53782936
    \n[Webmaster][03-05-11(18:28:10)] tdomf-edit-form.php:649: current memory footprint: 53839664
    \n[Webmaster][03-05-11(18:28:10)] tdomf-edit-form.php:474: current memory footprint: 53782928
    \n[Webmaster][03-05-11(18:28:10)] tdomf-edit-form.php:478: current memory footprint: 53786192
    \n[Webmaster][03-05-11(18:28:10)] tdomf-edit-form.php:483: current memory footprint: 53789112
    \n[Webmaster][03-05-11(18:28:10)] tdomf-edit-form.php:485: current memory footprint: 53847680
    \n[Webmaster][03-05-11(18:28:10)] tdomf-edit-form.php:488: current memory footprint: 53793568
    \n[208.84.118.43][03-05-11(18:28:10)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:28:11)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:28:11)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:29:07)] tdomf-edit-form.php:629: current memory footprint: 53913016
    \n[Webmaster][03-05-11(18:29:07)] tdomf-edit-form.php:649: current memory footprint: 53983352
    \n[Webmaster][03-05-11(18:29:07)] tdomf-edit-form.php:660: current memory footprint: 53926392
    \n[Webmaster][03-05-11(18:29:07)] tdomf-edit-form.php:474: current memory footprint: 53926024
    \n[Webmaster][03-05-11(18:29:07)] tdomf-edit-form.php:478: current memory footprint: 53929264
    \n[Webmaster][03-05-11(18:29:07)] tdomf-edit-form.php:483: current memory footprint: 53932336
    \n[Webmaster][03-05-11(18:29:07)] tdomf-edit-form.php:485: current memory footprint: 54023008
    \n[Webmaster][03-05-11(18:29:07)] tdomf-edit-form.php:488: current memory footprint: 53938512
    \n[208.84.118.43][03-05-11(18:29:08)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:29:08)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:29:08)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:29:45)] tdomf-edit-form.php:629: current memory footprint: 53784504
    \n[Webmaster][03-05-11(18:29:45)] tdomf-edit-form.php:649: current memory footprint: 53874376
    \n[Webmaster][03-05-11(18:29:45)] tdomf-edit-form.php:474: current memory footprint: 53785096
    \n[Webmaster][03-05-11(18:29:45)] tdomf-edit-form.php:478: current memory footprint: 53787712
    \n[Webmaster][03-05-11(18:29:45)] tdomf-edit-form.php:483: current memory footprint: 53790632
    \n[Webmaster][03-05-11(18:29:45)] tdomf-edit-form.php:485: current memory footprint: 53882496
    \n[Webmaster][03-05-11(18:29:45)] tdomf-edit-form.php:488: current memory footprint: 53795128
    \n[208.84.118.43][03-05-11(18:29:45)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:29:46)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:29:46)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:30:33)] tdomf-edit-form.php:629: current memory footprint: 53915696
    \n[Webmaster][03-05-11(18:30:33)] tdomf-edit-form.php:649: current memory footprint: 54019280
    \n[Webmaster][03-05-11(18:30:33)] tdomf-edit-form.php:660: current memory footprint: 53929080
    \n[Webmaster][03-05-11(18:30:33)] tdomf-edit-form.php:474: current memory footprint: 53929376
    \n[Webmaster][03-05-11(18:30:33)] tdomf-edit-form.php:478: current memory footprint: 53932032
    \n[Webmaster][03-05-11(18:30:33)] tdomf-edit-form.php:483: current memory footprint: 53934936
    \n[Webmaster][03-05-11(18:30:33)] tdomf-edit-form.php:485: current memory footprint: 54028112
    \n[Webmaster][03-05-11(18:30:33)] tdomf-edit-form.php:488: current memory footprint: 53940984
    \n[208.84.118.43][03-05-11(18:30:33)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:30:34)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:30:34)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(18:31:21)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:31:22)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:31:22)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(18:32:22)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:32:22)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:32:22)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:33:39)] tdomf-edit-form.php:629: current memory footprint: 53788456
    \n[Webmaster][03-05-11(18:33:39)] tdomf-edit-form.php:649: current memory footprint: 53881464
    \n[Webmaster][03-05-11(18:33:39)] tdomf-edit-form.php:474: current memory footprint: 53789032
    \n[Webmaster][03-05-11(18:33:39)] tdomf-edit-form.php:478: current memory footprint: 53791696
    \n[Webmaster][03-05-11(18:33:39)] tdomf-edit-form.php:483: current memory footprint: 53794632
    \n[Webmaster][03-05-11(18:33:39)] tdomf-edit-form.php:485: current memory footprint: 53889592
    \n[Webmaster][03-05-11(18:33:39)] tdomf-edit-form.php:488: current memory footprint: 53799032
    \n[208.84.118.43][03-05-11(18:33:40)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:33:41)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:33:41)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(18:34:06)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:34:06)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:34:06)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(18:35:06)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(18:35:06)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(18:35:06)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(18:47:57)] Post with id 3261 is being deleted
    \n[Webmaster][03-05-11(18:47:57)] Post with id 3261 is being deleted
    \n[Webmaster][03-05-11(18:50:34)] Post with id 78 is being deleted
    \n[Webmaster][03-05-11(18:50:34)] Post with id 78 is being deleted
    \n[199.27.158.62][03-05-11(19:01:41)] Someone is attempting to preview something
    \n[199.27.158.62][03-05-11(19:01:41)] Submission validated. Generating preview...
    \n[199.27.158.62][03-05-11(19:01:41)] Now sending back to form using AJAX!
    \n[199.27.158.62][03-05-11(19:01:56)] Someone is attempting to preview something
    \n[199.27.158.62][03-05-11(19:01:56)] Submission validated. Generating preview...
    \n[199.27.158.62][03-05-11(19:01:56)] Now sending back to form using AJAX!
    \n[199.27.158.62][03-05-11(19:02:11)] Someone is attempting to preview something
    \n[199.27.158.62][03-05-11(19:02:11)] Submission validated. Generating preview...
    \n[199.27.158.62][03-05-11(19:02:11)] Now sending back to form using AJAX!
    \n[199.27.158.62][03-05-11(19:02:16)] Someone is attempting to preview something
    \n[199.27.158.62][03-05-11(19:02:16)] Submission validated. Generating preview...
    \n[199.27.158.62][03-05-11(19:02:17)] Now sending back to form using AJAX!
    \n[199.27.158.62][03-05-11(19:02:26)] Someone is attempting to preview something
    \n[199.27.158.62][03-05-11(19:02:26)] Submission validated. Generating preview...
    \n[199.27.158.62][03-05-11(19:02:26)] Now sending back to form using AJAX!
    \n[199.27.158.62][03-05-11(19:02:32)] Someone is attempting to submit something
    \n[199.27.158.62][03-05-11(19:02:32)] Using Wordpress function: is_email to check webmaster@timberonclassifieds.com instead of TDOMF regex!
    \n[199.27.158.62][03-05-11(19:02:32)] Attempting to create a post based on submission
    \n[199.27.158.62][03-05-11(19:02:32)] Post with id 3273 (and default title 03-05-11(19:02:32)) created as draft.
    \n[199.27.158.62][03-05-11(19:02:32)] Logging default ip 199.27.158.62 for this post 3273
    \n[199.27.158.62][03-05-11(19:02:32)] Let the widgets do their work on newly created 3273
    \n[199.27.158.62][03-05-11(19:02:32)] Form 1 : do spam-check
    \n[199.27.158.62][03-05-11(19:02:32)] 3273 is not spam (according to Akismet)
    \n[199.27.158.62][03-05-11(19:02:32)] post 3273 is number 1 submission!
    \n[199.27.158.62][03-05-11(19:02:32)] post 3273 generated 1 revisions.
    \n[199.27.158.62][03-05-11(19:02:32)] Deleting revisions 3274
    \n[199.27.158.62][03-05-11(19:02:32)] Post with id 3274 is being deleted
    \n[199.27.158.62][03-05-11(19:02:32)] Post with id 3274 is being deleted
    \n[199.27.158.62][03-05-11(19:02:41)] Someone is attempting to submit something
    \n[199.27.158.62][03-05-11(19:02:41)] Using Wordpress function: is_email to check webmaster@timberonclassifieds.com instead of TDOMF regex!
    \n[199.27.158.62][03-05-11(19:02:41)] Attempting to create a post based on submission
    \n[199.27.158.62][03-05-11(19:02:41)] Post with id 3275 (and default title 03-05-11(19:02:41)) created as draft.
    \n[199.27.158.62][03-05-11(19:02:41)] Logging default ip 199.27.158.62 for this post 3275
    \n[199.27.158.62][03-05-11(19:02:41)] Let the widgets do their work on newly created 3275
    \n[199.27.158.62][03-05-11(19:02:41)] Form 1 : do spam-check
    \n[199.27.158.62][03-05-11(19:02:41)] 3275 is not spam (according to Akismet)
    \n[199.27.158.62][03-05-11(19:02:41)] post 3275 is number 2 submission!
    \n[199.27.158.62][03-05-11(19:02:41)] post 3275 generated 1 revisions.
    \n[199.27.158.62][03-05-11(19:02:41)] Deleting revisions 3276
    \n[199.27.158.62][03-05-11(19:02:41)] Post with id 3276 is being deleted
    \n[199.27.158.62][03-05-11(19:02:41)] Post with id 3276 is being deleted
    \n[199.27.158.62][03-05-11(19:02:58)] Someone is attempting to preview something
    \n[199.27.158.62][03-05-11(19:02:58)] Submission validated. Generating preview...
    \n[199.27.158.62][03-05-11(19:02:58)] Now sending back to form using AJAX!
    \n[199.27.158.62][03-05-11(19:03:05)] Someone is attempting to submit something
    \n[199.27.158.62][03-05-11(19:03:05)] Using Wordpress function: is_email to check webmaster@timberonclassifieds.com instead of TDOMF regex!
    \n[199.27.158.62][03-05-11(19:03:05)] Attempting to create a post based on submission
    \n[199.27.158.62][03-05-11(19:03:05)] Post with id 3277 (and default title 03-05-11(19:03:05)) created as draft.
    \n[199.27.158.62][03-05-11(19:03:05)] Logging default ip 199.27.158.62 for this post 3277
    \n[199.27.158.62][03-05-11(19:03:05)] Let the widgets do their work on newly created 3277
    \n[199.27.158.62][03-05-11(19:03:05)] Form 1 : do spam-check
    \n[199.27.158.62][03-05-11(19:03:05)] 3277 is not spam (according to Akismet)
    \n[199.27.158.62][03-05-11(19:03:05)] post 3277 is number 3 submission!
    \n[199.27.158.62][03-05-11(19:03:05)] post 3277 generated 1 revisions.
    \n[199.27.158.62][03-05-11(19:03:05)] Deleting revisions 3278
    \n[199.27.158.62][03-05-11(19:03:05)] Post with id 3278 is being deleted
    \n[199.27.158.62][03-05-11(19:03:05)] Post with id 3278 is being deleted
    \n[199.27.158.62][03-05-11(19:03:34)] /home/timberon/blog//wp-content/uploads/tdomf/tmp/1/199.27.158.62 does not exist. Creating it.
    \n[199.27.158.62][03-05-11(19:03:34)] Attempting to create directory /home
    \n[199.27.158.62][03-05-11(19:03:34)] Attempting to create directory /home/timberon/blog/wp-content/uploads/tdomf
    \n[199.27.158.62][03-05-11(19:03:34)] Attempting to create directory /home/timberon/blog/wp-content/uploads/tdomf/tmp
    \n[199.27.158.62][03-05-11(19:03:34)] Attempting to create directory /home/timberon/blog/wp-content/uploads/tdomf/tmp/1
    \n[199.27.158.62][03-05-11(19:03:34)] Attempting to create directory /home/timberon/blog/wp-content/uploads/tdomf/tmp/1/199.27.158.62
    \n[199.27.158.62][03-05-11(19:03:34)] The directory /home/timberon/blog/wp-content/uploads/tdomf/tmp/1/199.27.158.62 was successfully created!
    \n[199.27.158.62][03-05-11(19:03:34)] File 003.jpg saved to tmp area as /home/timberon/blog/wp-content/uploads/tdomf/tmp/1/199.27.158.62/003.jpg. It has a size of 27167 and type of image/jpeg
    \n[199.27.158.62][03-05-11(19:03:47)] Someone is attempting to preview something
    \n[199.27.158.62][03-05-11(19:03:47)] Submission validated. Generating preview...
    \n[199.27.158.62][03-05-11(19:03:47)] Now sending back to form using AJAX!
    \n[199.27.158.62][03-05-11(19:03:55)] Someone is attempting to submit something
    \n[199.27.158.62][03-05-11(19:03:55)] Using Wordpress function: is_email to check webmaster@timberonclassifieds.com instead of TDOMF regex!
    \n[199.27.158.62][03-05-11(19:03:55)] Attempting to create a post based on submission
    \n[199.27.158.62][03-05-11(19:03:55)] Post with id 3279 (and default title 03-05-11(19:03:55)) created as draft.
    \n[199.27.158.62][03-05-11(19:03:55)] Logging default ip 199.27.158.62 for this post 3279
    \n[199.27.158.62][03-05-11(19:03:55)] Let the widgets do their work on newly created 3279
    \n[199.27.158.62][03-05-11(19:03:55)] Attempting to create directory /home
    \n[199.27.158.62][03-05-11(19:03:55)] Attempting to create directory /home/timberon/blog/wp-content/uploads/tdomf/3279
    \n[199.27.158.62][03-05-11(19:03:55)] The directory /home/timberon/blog/wp-content/uploads/tdomf/3279 was successfully created!
    \n[199.27.158.62][03-05-11(19:03:55)] File 003.jpg saved from tmp area to /home/timberon/blog/wp-content/uploads/tdomf/3279/003.jpg with type image/jpeg for post 3279
    \n[199.27.158.62][03-05-11(19:03:55)] Added 003.jpg as attachment
    \n[199.27.158.62][03-05-11(19:03:55)] Attempting to update post with file upload info
    \n[199.27.158.62][03-05-11(19:03:55)] Form 1 : do spam-check
    \n[199.27.158.62][03-05-11(19:03:55)] 3279 is not spam (according to Akismet)
    \n[199.27.158.62][03-05-11(19:03:55)] post 3279 is number 4 submission!
    \n[199.27.158.62][03-05-11(19:03:55)] Upload Files Widget.adminEmail(): can\'t find details of /home/timberon/blog/wp-content/uploads/tdomf/3279/003-150x150.jpg (it may be a auto-generated thumbnail)
    \n[199.27.158.62][03-05-11(19:03:56)] post 3279 generated 2 revisions.
    \n[199.27.158.62][03-05-11(19:03:56)] Deleting revisions 3280
    \n[199.27.158.62][03-05-11(19:03:56)] Post with id 3280 is being deleted
    \n[199.27.158.62][03-05-11(19:03:56)] Post with id 3280 is being deleted
    \n[199.27.158.62][03-05-11(19:03:56)] Deleting revisions 3282
    \n[199.27.158.62][03-05-11(19:03:56)] Post with id 3282 is being deleted
    \n[199.27.158.62][03-05-11(19:03:56)] Post with id 3282 is being deleted
    \n[199.27.158.62][03-05-11(19:06:11)] Someone is attempting to preview something
    \n[199.27.158.62][03-05-11(19:06:11)] Submission validated. Generating preview...
    \n[199.27.158.62][03-05-11(19:06:11)] Now sending back to form using AJAX!
    \n[199.27.158.62][03-05-11(19:06:15)] Someone is attempting to submit something
    \n[199.27.158.62][03-05-11(19:06:15)] Using Wordpress function: is_email to check webmaster@timberonclassifieds.com instead of TDOMF regex!
    \n[199.27.158.62][03-05-11(19:06:15)] Attempting to create a post based on submission
    \n[199.27.158.62][03-05-11(19:06:15)] Post with id 3283 (and default title 03-05-11(19:06:15)) created as draft.
    \n[199.27.158.62][03-05-11(19:06:15)] Logging default ip 199.27.158.62 for this post 3283
    \n[199.27.158.62][03-05-11(19:06:15)] Let the widgets do their work on newly created 3283
    \n[199.27.158.62][03-05-11(19:06:15)] Form 1 : do spam-check
    \n[199.27.158.62][03-05-11(19:06:16)] 3283 is not spam (according to Akismet)
    \n[199.27.158.62][03-05-11(19:06:16)] post 3283 is number 5 submission!
    \n[199.27.158.62][03-05-11(19:06:16)] post 3283 generated 1 revisions.
    \n[199.27.158.62][03-05-11(19:06:16)] Deleting revisions 3284
    \n[199.27.158.62][03-05-11(19:06:16)] Post with id 3284 is being deleted
    \n[199.27.158.62][03-05-11(19:06:16)] Post with id 3284 is being deleted
    \n[199.27.158.62][03-05-11(19:06:56)] File 003.jpg saved to tmp area as /home/timberon/blog/wp-content/uploads/tdomf/tmp/1/199.27.158.62/003.jpg. It has a size of 27167 and type of image/jpeg
    \n[199.27.158.62][03-05-11(19:07:04)] Someone is attempting to submit something
    \n[199.27.158.62][03-05-11(19:07:04)] Using Wordpress function: is_email to check webmaster@timberonclassifieds.com instead of TDOMF regex!
    \n[199.27.158.62][03-05-11(19:07:04)] Attempting to create a post based on submission
    \n[199.27.158.62][03-05-11(19:07:04)] Post with id 3285 (and default title 03-05-11(19:07:04)) created as draft.
    \n[199.27.158.62][03-05-11(19:07:04)] Logging default ip 199.27.158.62 for this post 3285
    \n[199.27.158.62][03-05-11(19:07:04)] Let the widgets do their work on newly created 3285
    \n[199.27.158.62][03-05-11(19:07:04)] Attempting to create directory /home
    \n[199.27.158.62][03-05-11(19:07:04)] Attempting to create directory /home/timberon/blog/wp-content/uploads/tdomf/3285
    \n[199.27.158.62][03-05-11(19:07:04)] The directory /home/timberon/blog/wp-content/uploads/tdomf/3285 was successfully created!
    \n[199.27.158.62][03-05-11(19:07:04)] File 003.jpg saved from tmp area to /home/timberon/blog/wp-content/uploads/tdomf/3285/003.jpg with type image/jpeg for post 3285
    \n[199.27.158.62][03-05-11(19:07:04)] Added 003.jpg as attachment
    \n[199.27.158.62][03-05-11(19:07:04)] Attempting to update post with file upload info
    \n[199.27.158.62][03-05-11(19:07:04)] Form 1 : do spam-check
    \n[199.27.158.62][03-05-11(19:07:05)] 3285 is not spam (according to Akismet)
    \n[199.27.158.62][03-05-11(19:07:05)] post 3285 is number 6 submission!
    \n[199.27.158.62][03-05-11(19:07:05)] Upload Files Widget.adminEmail(): can\'t find details of /home/timberon/blog/wp-content/uploads/tdomf/3285/003-150x150.jpg (it may be a auto-generated thumbnail)
    \n[199.27.158.62][03-05-11(19:07:05)] post 3285 generated 2 revisions.
    \n[199.27.158.62][03-05-11(19:07:05)] Deleting revisions 3286
    \n[199.27.158.62][03-05-11(19:07:05)] Post with id 3286 is being deleted
    \n[199.27.158.62][03-05-11(19:07:05)] Post with id 3286 is being deleted
    \n[199.27.158.62][03-05-11(19:07:05)] Deleting revisions 3288
    \n[199.27.158.62][03-05-11(19:07:05)] Post with id 3288 is being deleted
    \n[199.27.158.62][03-05-11(19:07:05)] Post with id 3288 is being deleted
    \n[199.27.158.62][03-05-11(19:07:45)] File 003.jpg saved to tmp area as /home/timberon/blog/wp-content/uploads/tdomf/tmp/1/199.27.158.62/003.jpg. It has a size of 27167 and type of image/jpeg
    \n[199.27.158.62][03-05-11(19:07:57)] Someone is attempting to submit something
    \n[199.27.158.62][03-05-11(19:07:57)] Using Wordpress function: is_email to check webmaster@timberonclassifieds.com instead of TDOMF regex!
    \n[199.27.158.62][03-05-11(19:07:57)] Attempting to create a post based on submission
    \n[199.27.158.62][03-05-11(19:07:57)] Post with id 3289 (and default title 03-05-11(19:07:57)) created as draft.
    \n[199.27.158.62][03-05-11(19:07:57)] Logging default ip 199.27.158.62 for this post 3289
    \n[199.27.158.62][03-05-11(19:07:57)] Let the widgets do their work on newly created 3289
    \n[199.27.158.62][03-05-11(19:07:57)] Attempting to create directory /home
    \n[199.27.158.62][03-05-11(19:07:57)] Attempting to create directory /home/timberon/blog/wp-content/uploads/tdomf/3289
    \n[199.27.158.62][03-05-11(19:07:57)] The directory /home/timberon/blog/wp-content/uploads/tdomf/3289 was successfully created!
    \n[199.27.158.62][03-05-11(19:07:57)] File 003.jpg saved from tmp area to /home/timberon/blog/wp-content/uploads/tdomf/3289/003.jpg with type image/jpeg for post 3289
    \n[199.27.158.62][03-05-11(19:07:57)] Added 003.jpg as attachment
    \n[199.27.158.62][03-05-11(19:07:57)] Attempting to update post with file upload info
    \n[199.27.158.62][03-05-11(19:07:57)] Form 1 : do spam-check
    \n[199.27.158.62][03-05-11(19:07:57)] 3289 is not spam (according to Akismet)
    \n[199.27.158.62][03-05-11(19:07:57)] post 3289 is number 7 submission!
    \n[199.27.158.62][03-05-11(19:07:57)] Upload Files Widget.adminEmail(): can\'t find details of /home/timberon/blog/wp-content/uploads/tdomf/3289/003-150x150.jpg (it may be a auto-generated thumbnail)
    \n[199.27.158.62][03-05-11(19:07:57)] post 3289 generated 2 revisions.
    \n[199.27.158.62][03-05-11(19:07:57)] Deleting revisions 3290
    \n[199.27.158.62][03-05-11(19:07:57)] Post with id 3290 is being deleted
    \n[199.27.158.62][03-05-11(19:07:58)] Post with id 3290 is being deleted
    \n[199.27.158.62][03-05-11(19:07:58)] Deleting revisions 3292
    \n[199.27.158.62][03-05-11(19:07:58)] Post with id 3292 is being deleted
    \n[199.27.158.62][03-05-11(19:07:58)] Post with id 3292 is being deleted
    \n[208.84.118.43][03-05-11(19:13:59)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(19:14:00)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(19:14:00)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(19:14:20)] tdomf-edit-form.php:629: current memory footprint: 53807416
    \n[Webmaster][03-05-11(19:14:20)] tdomf-edit-form.php:649: current memory footprint: 53921840
    \n[Webmaster][03-05-11(19:14:20)] tdomf-edit-form.php:474: current memory footprint: 53808024
    \n[Webmaster][03-05-11(19:14:20)] tdomf-edit-form.php:478: current memory footprint: 53810616
    \n[Webmaster][03-05-11(19:14:20)] tdomf-edit-form.php:483: current memory footprint: 53813520
    \n[Webmaster][03-05-11(19:14:20)] tdomf-edit-form.php:485: current memory footprint: 53929880
    \n[Webmaster][03-05-11(19:14:20)] tdomf-edit-form.php:488: current memory footprint: 53818008
    \n[208.84.118.43][03-05-11(19:14:21)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(19:14:21)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(19:14:21)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(19:16:14)] tdomf-edit-form.php:629: current memory footprint: 53934072
    \n[Webmaster][03-05-11(19:16:14)] tdomf-edit-form.php:649: current memory footprint: 54061880
    \n[Webmaster][03-05-11(19:16:14)] tdomf-edit-form.php:660: current memory footprint: 53947136
    \n[Webmaster][03-05-11(19:16:14)] tdomf-edit-form.php:474: current memory footprint: 53947464
    \n[Webmaster][03-05-11(19:16:14)] tdomf-edit-form.php:478: current memory footprint: 53950080
    \n[Webmaster][03-05-11(19:16:14)] tdomf-edit-form.php:483: current memory footprint: 53953032
    \n[Webmaster][03-05-11(19:16:14)] tdomf-edit-form.php:485: current memory footprint: 54070760
    \n[Webmaster][03-05-11(19:16:14)] tdomf-edit-form.php:488: current memory footprint: 53959120
    \n[208.84.118.43][03-05-11(19:16:15)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(19:16:15)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(19:16:15)] tdomf-form-ajax: No Form ID set!
    \n[199.27.158.62][03-05-11(19:19:48)] File 100_1351.JPG saved to tmp area as /home/timberon/blog/wp-content/uploads/tdomf/tmp/1/199.27.158.62/100_1351.JPG. It has a size of 457869 and type of image/jpeg
    \n[199.27.158.62][03-05-11(19:20:01)] Someone is attempting to preview something
    \n[199.27.158.62][03-05-11(19:20:01)] Submission validated. Generating preview...
    \n[199.27.158.62][03-05-11(19:20:01)] Now sending back to form using AJAX!
    \n[199.27.158.62][03-05-11(19:20:07)] Someone is attempting to submit something
    \n[199.27.158.62][03-05-11(19:20:07)] Using Wordpress function: is_email to check webmaster@timberonclassifieds.com instead of TDOMF regex!
    \n[199.27.158.62][03-05-11(19:20:07)] Attempting to create a post based on submission
    \n[199.27.158.62][03-05-11(19:20:07)] Post with id 3293 (and default title 03-05-11(19:20:07)) created as draft.
    \n[199.27.158.62][03-05-11(19:20:07)] Logging default ip 199.27.158.62 for this post 3293
    \n[199.27.158.62][03-05-11(19:20:07)] Let the widgets do their work on newly created 3293
    \n[199.27.158.62][03-05-11(19:20:10)] Attempting to create directory /home
    \n[199.27.158.62][03-05-11(19:20:10)] Attempting to create directory /home/timberon/blog/wp-content/uploads/tdomf/3293
    \n[199.27.158.62][03-05-11(19:20:10)] The directory /home/timberon/blog/wp-content/uploads/tdomf/3293 was successfully created!
    \n[199.27.158.62][03-05-11(19:20:10)] File 100_1351.JPG saved from tmp area to /home/timberon/blog/wp-content/uploads/tdomf/3293/100_1351.JPG with type image/jpeg for post 3293
    \n[199.27.158.62][03-05-11(19:20:11)] Added 100_1351.JPG as attachment
    \n[199.27.158.62][03-05-11(19:20:11)] Form 1 : do spam-check
    \n[199.27.158.62][03-05-11(19:20:11)] 3293 is not spam (according to Akismet)
    \n[199.27.158.62][03-05-11(19:20:11)] post 3293 is number 8 submission!
    \n[199.27.158.62][03-05-11(19:20:11)] Upload Files Widget.adminEmail(): can\'t find details of /home/timberon/blog/wp-content/uploads/tdomf/3293/100_1351-225x300.jpg (it may be a auto-generated thumbnail)
    \n[199.27.158.62][03-05-11(19:20:11)] Upload Files Widget.adminEmail(): can\'t find details of /home/timberon/blog/wp-content/uploads/tdomf/3293/100_1351-150x150.jpg (it may be a auto-generated thumbnail)
    \n[199.27.158.62][03-05-11(19:20:12)] post 3293 generated 1 revisions.
    \n[199.27.158.62][03-05-11(19:20:12)] Deleting revisions 3294
    \n[199.27.158.62][03-05-11(19:20:12)] Post with id 3294 is being deleted
    \n[199.27.158.62][03-05-11(19:20:12)] Post with id 3294 is being deleted
    \n[Webmaster][03-05-11(20:22:46)] Post with id 3269 is being deleted
    \n[Webmaster][03-05-11(20:22:46)] Post with id 3269 is being deleted
    \n[Webmaster][03-05-11(20:24:18)] Post with id 3296 is being deleted
    \n[Webmaster][03-05-11(20:24:18)] Post with id 3296 is being deleted
    \n[208.84.118.43][03-05-11(20:25:56)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(20:25:57)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(20:25:57)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(20:27:36)] Post with id 3297 is being deleted
    \n[Webmaster][03-05-11(20:27:36)] Post with id 3297 is being deleted
    \n[Webmaster][03-05-11(20:36:02)] Post with id 3299 is being deleted
    \n[Webmaster][03-05-11(20:36:02)] Post with id 3299 is being deleted
    \n[Webmaster][03-05-11(20:37:09)] tdomf-edit-form.php:629: current memory footprint: 53817072
    \n[Webmaster][03-05-11(20:37:09)] tdomf-edit-form.php:649: current memory footprint: 53999760
    \n[Webmaster][03-05-11(20:37:09)] tdomf-edit-form.php:474: current memory footprint: 53817648
    \n[Webmaster][03-05-11(20:37:09)] tdomf-edit-form.php:478: current memory footprint: 53820256
    \n[Webmaster][03-05-11(20:37:09)] tdomf-edit-form.php:483: current memory footprint: 53823200
    \n[Webmaster][03-05-11(20:37:09)] tdomf-edit-form.php:485: current memory footprint: 54007848
    \n[Webmaster][03-05-11(20:37:09)] tdomf-edit-form.php:488: current memory footprint: 53827664
    \n[208.84.118.43][03-05-11(20:37:09)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(20:37:10)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(20:37:10)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(20:41:13)] tdomf-edit-form.php:629: current memory footprint: 53944784
    \n[Webmaster][03-05-11(20:41:13)] tdomf-edit-form.php:649: current memory footprint: 54140976
    \n[Webmaster][03-05-11(20:41:13)] tdomf-edit-form.php:660: current memory footprint: 53957912
    \n[Webmaster][03-05-11(20:41:13)] tdomf-edit-form.php:474: current memory footprint: 53958232
    \n[Webmaster][03-05-11(20:41:13)] tdomf-edit-form.php:478: current memory footprint: 53960840
    \n[Webmaster][03-05-11(20:41:13)] tdomf-edit-form.php:483: current memory footprint: 53963944
    \n[Webmaster][03-05-11(20:41:13)] tdomf-edit-form.php:485: current memory footprint: 54149952
    \n[Webmaster][03-05-11(20:41:13)] tdomf-edit-form.php:488: current memory footprint: 53969984
    \n[208.84.118.43][03-05-11(20:41:19)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(20:41:25)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(20:41:25)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(20:42:11)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(20:42:11)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(20:42:11)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(20:43:49)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(20:43:49)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(20:43:49)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(20:44:39)] Options Saved for Form ID 1
    \n[208.84.118.43][03-05-11(20:44:39)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(20:44:40)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(20:44:40)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(20:44:56)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(20:44:56)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(20:44:56)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(20:45:00)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(20:45:01)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(20:45:01)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(20:45:40)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(20:45:40)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(20:45:40)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(20:53:25)] Post with id 3300 is being deleted
    \n[Webmaster][03-05-11(20:53:25)] Post with id 3300 is being deleted
    \n[Webmaster][03-05-11(20:54:18)] Post with id 3301 is being deleted
    \n[Webmaster][03-05-11(20:54:18)] Post with id 3301 is being deleted
    \n[208.84.118.43][03-05-11(20:56:02)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(20:56:03)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(20:56:03)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(20:56:39)] Options Saved
    \n[208.84.118.43][03-05-11(20:56:40)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(20:56:40)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(20:56:40)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(20:57:24)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(20:57:24)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(20:57:24)] tdomf-form-ajax: No Form ID set!
    \n[208.84.118.43][03-05-11(20:58:37)] tdomf-form-post: No Form ID set!
    \n[208.84.118.43][03-05-11(20:58:37)] AJAX: Using old argument method
    \n[208.84.118.43][03-05-11(20:58:37)] tdomf-form-ajax: No Form ID set!
    \n[Webmaster][03-05-11(20:59:53)] Post with id 3302 is being deleted
    \n[Webmaster][03-05-11(20:59:53)] Post with id 3302 is being deleted
    ','yes'),(12346,0,'_transient_timeout_rss_250ef2156a7c6991fd890fb434132d86','1304457959','no'),(12347,0,'_transient_rss_250ef2156a7c6991fd890fb434132d86','O:9:\"MagpieRSS\":18:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:13:{s:5:\"title\";s:39:\"Pet Projects, TDO-Mini-Forms and Forums\";s:4:\"link\";s:66:\"http://thedeadone.net/blog/pet-projects-tdo-mini-forms-and-forums/\";s:8:\"comments\";s:75:\"http://thedeadone.net/blog/pet-projects-tdo-mini-forms-and-forums/#comments\";s:7:\"pubdate\";s:31:\"Wed, 02 Mar 2011 13:03:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Mark Cunningham\";}s:8:\"category\";s:59:\"Blogfrustratingtdo-mini-formsTDOMFWordpressWordpress Plugin\";s:4:\"guid\";s:29:\"http://thedeadone.net/?p=1006\";s:11:\"description\";s:318:\"Following on from my previous post (“for fun or for success”), I keep thinking about a blog post I read from Jeff Vogel called The Bottom Feeder: Three Reasons Creators Should Never Read Their Forums. If I have learned anything from writing Indie games for a living for fifteen years and there are plenty who [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:8364:\"\n\n\n

    Following on from my previous post (“for fun or for success”), I keep thinking about a blog post I read from Jeff Vogel called The Bottom Feeder: Three Reasons Creators Should Never Read Their Forums.

    \n

    If I have learned anything from writing Indie games for a living for fifteen years and there are plenty who would say that I haven’t, it is that it is usually a bad idea for creators to visit online forums discussing them and their work. It doesn’t lead to happy ends.

    \n

    He offers three salient points:

    \n
      \n
    1. It’s Not Productive To Read How Much People Hate You
    2. \n
    3. It’s Not Going To Be Helpful
    4. \n
    5. You Might Get Suckered Into Getting Angry
    6. \n
    \n

    I think there is certainly some truth in what he says. I’m only thinking of TDO-Mini-Forms, a project that was done for fun but became something else.

    \n

    When I started it, I had a small group of users from the WordPress forums, I listened to them, made releases to address there issues and enjoyed the feedback. I setup this forum (I thought I was being clever using TDO-Mini-Forms to power a WordPress blog as a forum!) as a place to informally handle discussion, feedback, feature suggestions, bugs, etc. It was very open creative time and it was with pride that I saw people creating interesting sites using my plugin. This one-on-one feeling with users is great. It really motivates you to help them. Some bought me books or gave me donations as thanks.

    \n

    For the profit-oriented readers, working with users directly like this, I got bigger and more donations than any other method. It seems people are quite happy to use your plugin for free but if they spend end up interacting with the author in a positive (not necessarily successful) way, they often give something back where they might not have done so before.

    \n

    But user numbers grew and grew. And it hit a certain critical mass of users where I wasn’t meaningfully engaging with any of them. I think I hit what Jeff Vogel is talking about, though I didn’t have fans, I had users.

    \n

    Every new feature or change I made would both be liked or derided by users including those same features previously demanded. Coupled with WordPress upgrades/changes that occasionally broke TDOMF outright, introduced new subtle bugs, or highlighted ones that no-one noticed before, users demanded fixes and patches. The stuff I wanted to do, I couldn’t.

    \n

    Forums contain a cacophony of people telling you to do diametrically opposite things, very loudly, often for bad reasons. There will be plenty of good ideas, but picking them out from the bad ones is unreliable and a lot of work. If you try to make too many people happy at once, you will drive yourself mad. You have to be very, very careful who you let into your head.

    \n

    I fell into this trap big time. My reaction? Dragging my heels until I stopped working on TDO-Mini-Forms completely. It was a slow long process, though. I still tried for a long time, replying to emails, offering advice over twitter, trying desperately to keep up with the forums, etc. But it poisoned my enjoyment.

    \n

    I was creating/maintaining TDO-Mini-Forms for fun, a pet project. I was learning PHP, WordPress, web programming, DB management, etc. as I went a long. Many of my early mistakes are buried in TDO-Mini-Forms (and occasionally loud users remind me of these failures). I felt I couldn’t evolve or play with TDO-Mini-Forms, in case I broke people’s existing set-ups, so it became stale. Work on it was maintenance, backwards compatibility testing, etc. and I wasn’t getting much out of it. Even the few donations I got, which I heartily appreciated, were not enough incentive. I was trying to please everyone and ended up not just frustrating people, but frustrating myself.

    \n

    If I were to do things different, I’d treat TDO-Mini-Forms more as a product (as I suggested in my previous post). Create a layer between myself and the users and even try to make some money off it (in fact many users have suggested I do this). Of course hindsight is great and by now there are a few alternatives out there, and where do I find the time?

    \n

    I still get the occasionally email about TDO-Mini-Forms, sometimes I reply, sometimes I just leave there unread, which is unfair to the sender and myself. I see the occasionally tweet or blog entry, sometimes positive, sometimes negative (those make me sad). But I rarely respond. I’ve so far managed to avoid, number 3: You Might Get Suckered Into Getting Angry.

    \n

    I never read the forums that I setup and I think I may end up deleting it outright. I no longer link to them directly from my home page. I’m not sure about the best approach to this as there are new posts every day on it but WordPress.org has it’s own forums for TDO-Mini-Forms (like it does for every plugin). I may just redirect there one day and leave it at that. I’d be inclined to keep the forums if they readership spilled out into other topics that I do have an interest in, like roleplaying or writing, but that’s not going to happen. I barely blog about WordPress as it is. There isn’t much overlap. Even when TDO-Mini-Form users comment on my blog, they are looking for advice or help.

    \n

    I often evaluate WordPress plugins that I use for my own blog(s) through the lens of my experience of TDO-Mini-Forms. If it’s a simple, one-job, type of plugin then that’s normally okay, if it works. If it’s a big popular plugin and the author seems to be serious about making something off it (such as they work with WordPress professionally, or they have big donate panels on the plugin), that’s a good thing. Means they are going to support it across versions of WordPress etc. (I wish I had done this with TDO-Mini-Forms).

    \n

    Also, if they themselves are using the plugin on their own blog, that’s a very hot indicator. It’s core functionality will be maintained across WordPress upgrades. (I no longer use TDO-Mini-Forms actively anywhere).

    \n

    Anything in-between, I get a little suspicious, fearful it won’t get updated with the next major WordPress overhaul or that minor bugs will never get fixed. I wouldn’t depend on such plugins. (That’s where TDO-Mini-Forms now lies, big plugin but not actively in use by author and not “productized” in any way).

    \n

    Now hopefully I’ve gotten all that TDO-Mini-Forms angst out of me! Next rules for Lost Heroes RPG and a blog post about dream worlds in roleplaying settings.
    \n

    Related Posts:

    \n\n\n\n\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:71:\"http://thedeadone.net/blog/pet-projects-tdo-mini-forms-and-forums/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"3\";}s:7:\"summary\";s:318:\"Following on from my previous post (“for fun or for success”), I keep thinking about a blog post I read from Jeff Vogel called The Bottom Feeder: Three Reasons Creators Should Never Read Their Forums. If I have learned anything from writing Indie games for a living for fifteen years and there are plenty who [...]\";s:12:\"atom_content\";s:8364:\"\n\n\n

    Following on from my previous post (“for fun or for success”), I keep thinking about a blog post I read from Jeff Vogel called The Bottom Feeder: Three Reasons Creators Should Never Read Their Forums.

    \n

    If I have learned anything from writing Indie games for a living for fifteen years and there are plenty who would say that I haven’t, it is that it is usually a bad idea for creators to visit online forums discussing them and their work. It doesn’t lead to happy ends.

    \n

    He offers three salient points:

    \n
      \n
    1. It’s Not Productive To Read How Much People Hate You
    2. \n
    3. It’s Not Going To Be Helpful
    4. \n
    5. You Might Get Suckered Into Getting Angry
    6. \n
    \n

    I think there is certainly some truth in what he says. I’m only thinking of TDO-Mini-Forms, a project that was done for fun but became something else.

    \n

    When I started it, I had a small group of users from the WordPress forums, I listened to them, made releases to address there issues and enjoyed the feedback. I setup this forum (I thought I was being clever using TDO-Mini-Forms to power a WordPress blog as a forum!) as a place to informally handle discussion, feedback, feature suggestions, bugs, etc. It was very open creative time and it was with pride that I saw people creating interesting sites using my plugin. This one-on-one feeling with users is great. It really motivates you to help them. Some bought me books or gave me donations as thanks.

    \n

    For the profit-oriented readers, working with users directly like this, I got bigger and more donations than any other method. It seems people are quite happy to use your plugin for free but if they spend end up interacting with the author in a positive (not necessarily successful) way, they often give something back where they might not have done so before.

    \n

    But user numbers grew and grew. And it hit a certain critical mass of users where I wasn’t meaningfully engaging with any of them. I think I hit what Jeff Vogel is talking about, though I didn’t have fans, I had users.

    \n

    Every new feature or change I made would both be liked or derided by users including those same features previously demanded. Coupled with WordPress upgrades/changes that occasionally broke TDOMF outright, introduced new subtle bugs, or highlighted ones that no-one noticed before, users demanded fixes and patches. The stuff I wanted to do, I couldn’t.

    \n

    Forums contain a cacophony of people telling you to do diametrically opposite things, very loudly, often for bad reasons. There will be plenty of good ideas, but picking them out from the bad ones is unreliable and a lot of work. If you try to make too many people happy at once, you will drive yourself mad. You have to be very, very careful who you let into your head.

    \n

    I fell into this trap big time. My reaction? Dragging my heels until I stopped working on TDO-Mini-Forms completely. It was a slow long process, though. I still tried for a long time, replying to emails, offering advice over twitter, trying desperately to keep up with the forums, etc. But it poisoned my enjoyment.

    \n

    I was creating/maintaining TDO-Mini-Forms for fun, a pet project. I was learning PHP, WordPress, web programming, DB management, etc. as I went a long. Many of my early mistakes are buried in TDO-Mini-Forms (and occasionally loud users remind me of these failures). I felt I couldn’t evolve or play with TDO-Mini-Forms, in case I broke people’s existing set-ups, so it became stale. Work on it was maintenance, backwards compatibility testing, etc. and I wasn’t getting much out of it. Even the few donations I got, which I heartily appreciated, were not enough incentive. I was trying to please everyone and ended up not just frustrating people, but frustrating myself.

    \n

    If I were to do things different, I’d treat TDO-Mini-Forms more as a product (as I suggested in my previous post). Create a layer between myself and the users and even try to make some money off it (in fact many users have suggested I do this). Of course hindsight is great and by now there are a few alternatives out there, and where do I find the time?

    \n

    I still get the occasionally email about TDO-Mini-Forms, sometimes I reply, sometimes I just leave there unread, which is unfair to the sender and myself. I see the occasionally tweet or blog entry, sometimes positive, sometimes negative (those make me sad). But I rarely respond. I’ve so far managed to avoid, number 3: You Might Get Suckered Into Getting Angry.

    \n

    I never read the forums that I setup and I think I may end up deleting it outright. I no longer link to them directly from my home page. I’m not sure about the best approach to this as there are new posts every day on it but WordPress.org has it’s own forums for TDO-Mini-Forms (like it does for every plugin). I may just redirect there one day and leave it at that. I’d be inclined to keep the forums if they readership spilled out into other topics that I do have an interest in, like roleplaying or writing, but that’s not going to happen. I barely blog about WordPress as it is. There isn’t much overlap. Even when TDO-Mini-Form users comment on my blog, they are looking for advice or help.

    \n

    I often evaluate WordPress plugins that I use for my own blog(s) through the lens of my experience of TDO-Mini-Forms. If it’s a simple, one-job, type of plugin then that’s normally okay, if it works. If it’s a big popular plugin and the author seems to be serious about making something off it (such as they work with WordPress professionally, or they have big donate panels on the plugin), that’s a good thing. Means they are going to support it across versions of WordPress etc. (I wish I had done this with TDO-Mini-Forms).

    \n

    Also, if they themselves are using the plugin on their own blog, that’s a very hot indicator. It’s core functionality will be maintained across WordPress upgrades. (I no longer use TDO-Mini-Forms actively anywhere).

    \n

    Anything in-between, I get a little suspicious, fearful it won’t get updated with the next major WordPress overhaul or that minor bugs will never get fixed. I wouldn’t depend on such plugins. (That’s where TDO-Mini-Forms now lies, big plugin but not actively in use by author and not “productized” in any way).

    \n

    Now hopefully I’ve gotten all that TDO-Mini-Forms angst out of me! Next rules for Lost Heroes RPG and a blog post about dream worlds in roleplaying settings.
    \n

    Related Posts:

    \n\n\n\n\n\";}i:1;a:13:{s:5:\"title\";s:23:\"For fun or for success?\";s:4:\"link\";s:50:\"http://thedeadone.net/blog/for-fun-or-for-success/\";s:8:\"comments\";s:59:\"http://thedeadone.net/blog/for-fun-or-for-success/#comments\";s:7:\"pubdate\";s:31:\"Mon, 28 Feb 2011 12:30:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Mark Cunningham\";}s:8:\"category\";s:59:\"BlogcodingLost Heroes RPGprojectstdo-mini-formsTDOMFwriting\";s:4:\"guid\";s:29:\"http://thedeadone.net/?p=1001\";s:11:\"description\";s:289:\"I’ve been thinking about this in the back of mind for a few days, but I find myself looking at my projects in two ways. Pet Projects or Products. I hear a lot about how to make creative works successful, you know mantras like “fail early, fail often”, etc. On one hand I have a [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:5406:\"\n\n\n

    I’ve been thinking about this in the back of mind for a few days, but I find myself looking at my projects in two ways. Pet Projects or Products.

    \n

    \n

    I hear a lot about how to make creative works successful, you know mantras like “fail early, fail often”, etc. On one hand I have a ton of unfinished short stories, ideas and notes filling up my notebook and unfinished scraps of software on my laptop’s harddisk. Yet I still preserve with my Lost Heroes RPG, a project perhaps I should have quit on an age ago when it has become apparent it’s not going to be some sort of whirlwind success or if a minor success (for the record, I’m not going to quit on it and I’m currently working on a rules system for it).

    \n

    Makes me think, there are two types of projects, defined more by your attitude towards them than anything else. A product is something you’re trying to “sell” (in some abstract sense) and if it doesn’t sell or find an audience, it’s a failure. But a pet project is something you do because you want to do it. It’d be great if you find an audience, but if you don’t, so what?

    \n

    For me products are the stuff I do in work. I get paid to do them and they are done at a professional level. You have to be ruthless about it, avoid adding new features, doing everything as right as you can straight up.

    \n

    Pet projects are stuff I do for fun, in my spare time. I make mistakes, I learn. I explore options and tangents and cut away stuff at my own impulse. Lost Heroes RPG is my on-going pet project. I’ve learned about writing, mythology, game design, etc. and it’s brought me in contact with other gamers and writers. Even if, no-one else reads it, I’m still enjoying working on it.

    \n

    It’s a little bit about sanity too, if I’m working on something because I’m enjoying the work, then “failure” is only what I chose it to be. If it’s a product, I can prepare myself for failure by simply distancing myself. I’m not talking about what failure is, only how I treat and react to my spare time projects.

    \n

    TDO-Mini-Forms was also a pet project, one that perhaps should have been a product in hindsight. I was working on it because I was enjoying it. I was learning about PHP, coding for the web, working with WordPress and so on. But people were and are using it, expecting a supported product. That’s a bit of a disconnect, working on something as a pet project but random people consuming it as a product. I would have been happy with a small number of users and supporting them, while extending it and learning how to do things right.

    \n

    But the number of users is quite high. Still not getting used to google occasionally telling me about some random dude on Twitter who stating that it’s utter crap because of X, Y or Z. It stomps all over why I was enjoying working on it. Turning a pet project, not into a product, but into a chore was/is a death knell working for the appreciation of faceless strangers. Will I start up work on TDO Mini Forms? Maybe, but I’ll need an attitude adjustment towards it first. I’d be tempted to start over, doing something from scratch, taking what I learned from TDO-Mini-Forms. I’d also need a machine that gives me reams of extra spare time to work on it as well.

    \n

    I think if I were to start trying to write a novel (I have a few ideas) for example, I would be treating it as a Product, taking on board everything I’ve learned from writing Lost Heroes RPG and the various little flash fictions or short stories I’ve hacked together and being a bit more ruthless about it. The same would go for any software project I might start that’s bigger than a very simple tool.
    \n

    Related Posts:

    \n\n\n\n\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:55:\"http://thedeadone.net/blog/for-fun-or-for-success/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"4\";}s:7:\"summary\";s:289:\"I’ve been thinking about this in the back of mind for a few days, but I find myself looking at my projects in two ways. Pet Projects or Products. I hear a lot about how to make creative works successful, you know mantras like “fail early, fail often”, etc. On one hand I have a [...]\";s:12:\"atom_content\";s:5406:\"\n\n\n

    I’ve been thinking about this in the back of mind for a few days, but I find myself looking at my projects in two ways. Pet Projects or Products.

    \n

    \n

    I hear a lot about how to make creative works successful, you know mantras like “fail early, fail often”, etc. On one hand I have a ton of unfinished short stories, ideas and notes filling up my notebook and unfinished scraps of software on my laptop’s harddisk. Yet I still preserve with my Lost Heroes RPG, a project perhaps I should have quit on an age ago when it has become apparent it’s not going to be some sort of whirlwind success or if a minor success (for the record, I’m not going to quit on it and I’m currently working on a rules system for it).

    \n

    Makes me think, there are two types of projects, defined more by your attitude towards them than anything else. A product is something you’re trying to “sell” (in some abstract sense) and if it doesn’t sell or find an audience, it’s a failure. But a pet project is something you do because you want to do it. It’d be great if you find an audience, but if you don’t, so what?

    \n

    For me products are the stuff I do in work. I get paid to do them and they are done at a professional level. You have to be ruthless about it, avoid adding new features, doing everything as right as you can straight up.

    \n

    Pet projects are stuff I do for fun, in my spare time. I make mistakes, I learn. I explore options and tangents and cut away stuff at my own impulse. Lost Heroes RPG is my on-going pet project. I’ve learned about writing, mythology, game design, etc. and it’s brought me in contact with other gamers and writers. Even if, no-one else reads it, I’m still enjoying working on it.

    \n

    It’s a little bit about sanity too, if I’m working on something because I’m enjoying the work, then “failure” is only what I chose it to be. If it’s a product, I can prepare myself for failure by simply distancing myself. I’m not talking about what failure is, only how I treat and react to my spare time projects.

    \n

    TDO-Mini-Forms was also a pet project, one that perhaps should have been a product in hindsight. I was working on it because I was enjoying it. I was learning about PHP, coding for the web, working with WordPress and so on. But people were and are using it, expecting a supported product. That’s a bit of a disconnect, working on something as a pet project but random people consuming it as a product. I would have been happy with a small number of users and supporting them, while extending it and learning how to do things right.

    \n

    But the number of users is quite high. Still not getting used to google occasionally telling me about some random dude on Twitter who stating that it’s utter crap because of X, Y or Z. It stomps all over why I was enjoying working on it. Turning a pet project, not into a product, but into a chore was/is a death knell working for the appreciation of faceless strangers. Will I start up work on TDO Mini Forms? Maybe, but I’ll need an attitude adjustment towards it first. I’d be tempted to start over, doing something from scratch, taking what I learned from TDO-Mini-Forms. I’d also need a machine that gives me reams of extra spare time to work on it as well.

    \n

    I think if I were to start trying to write a novel (I have a few ideas) for example, I would be treating it as a Product, taking on board everything I’ve learned from writing Lost Heroes RPG and the various little flash fictions or short stories I’ve hacked together and being a bit more ruthless about it. The same would go for any software project I might start that’s bigger than a very simple tool.
    \n

    Related Posts:

    \n\n\n\n\n\";}i:2;a:13:{s:5:\"title\";s:47:\"Working on a Taxonomy Widget for TDO Mini Forms\";s:4:\"link\";s:75:\"http://thedeadone.net/blog/working-on-a-taxonomy-widget-for-tdo-mini-forms/\";s:8:\"comments\";s:84:\"http://thedeadone.net/blog/working-on-a-taxonomy-widget-for-tdo-mini-forms/#comments\";s:7:\"pubdate\";s:31:\"Tue, 19 Oct 2010 13:02:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Mark Cunningham\";}s:8:\"category\";s:42:\"BlogTaxonomiestdo-mini-formsTDOMFWordpress\";s:4:\"guid\";s:28:\"http://thedeadone.net/?p=927\";s:11:\"description\";s:322:\"I started looking at Elio’s patch for supporting custom Taxonomies with a view of rolling them into the core of TDO Mini Forms. But looking at a little further, I figured it would be better to create a new widget rather than modify the Categories widget. A new clean widget that properly supported taxonomies would [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:3118:\"\n\n\n

    I started looking at Elio’s patch for supporting custom Taxonomies with a view of rolling them into the core of TDO Mini Forms. But looking at a little further, I figured it would be better to create a new widget rather than modify the Categories widget.

    \n

    A new clean widget that properly supported taxonomies would be better and I’ve started work on it, basing it on Elio’s changes. Unfortunately it’s slow going here. I have the basic widget options figured out:

    \n

    \"tdomf-taxonomy-widget-screenshot1\"

    \n

    But now I have to implement all the logic underneath, mix together both tag behaviour and category behaviour, build a way to hack it in the form hacker and then test it as much as possible.

    \n

    That while not having a decent development environment at home and limited bandwidth to work on it during lunchtime at work (if at all). But I’ll post on twitter when I make progress. Don’t ask when it’ll be done, it’ll be done when it’ll be done.

    \n

    But, when finished, you’ll be able to use any taxonomy, including tags and categories and including your own custom taxonomies, display them in a list, drop-down, tag cloud, sorted by name or number of posts, set defaults, filter, etc.

    \n

    I haven’t looked at Custom Page types yet though I have read up on them. But that will be another for another day I think.
    \n

    Related Posts:

    \n\n\n\n\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:80:\"http://thedeadone.net/blog/working-on-a-taxonomy-widget-for-tdo-mini-forms/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:7:\"summary\";s:322:\"I started looking at Elio’s patch for supporting custom Taxonomies with a view of rolling them into the core of TDO Mini Forms. But looking at a little further, I figured it would be better to create a new widget rather than modify the Categories widget. A new clean widget that properly supported taxonomies would [...]\";s:12:\"atom_content\";s:3118:\"\n\n\n

    I started looking at Elio’s patch for supporting custom Taxonomies with a view of rolling them into the core of TDO Mini Forms. But looking at a little further, I figured it would be better to create a new widget rather than modify the Categories widget.

    \n

    A new clean widget that properly supported taxonomies would be better and I’ve started work on it, basing it on Elio’s changes. Unfortunately it’s slow going here. I have the basic widget options figured out:

    \n

    \"tdomf-taxonomy-widget-screenshot1\"

    \n

    But now I have to implement all the logic underneath, mix together both tag behaviour and category behaviour, build a way to hack it in the form hacker and then test it as much as possible.

    \n

    That while not having a decent development environment at home and limited bandwidth to work on it during lunchtime at work (if at all). But I’ll post on twitter when I make progress. Don’t ask when it’ll be done, it’ll be done when it’ll be done.

    \n

    But, when finished, you’ll be able to use any taxonomy, including tags and categories and including your own custom taxonomies, display them in a list, drop-down, tag cloud, sorted by name or number of posts, set defaults, filter, etc.

    \n

    I haven’t looked at Custom Page types yet though I have read up on them. But that will be another for another day I think.
    \n

    Related Posts:

    \n\n\n\n\n\";}i:3;a:13:{s:5:\"title\";s:33:\"An alternative to TDO Mini Forms?\";s:4:\"link\";s:60:\"http://thedeadone.net/blog/an-alternative-to-tdo-mini-forms/\";s:8:\"comments\";s:69:\"http://thedeadone.net/blog/an-alternative-to-tdo-mini-forms/#comments\";s:7:\"pubdate\";s:31:\"Wed, 08 Sep 2010 20:24:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Mark Cunningham\";}s:8:\"category\";s:61:\"Bloggravity formstdo-mini-formsTDOMFWordpressWordpress Plugin\";s:4:\"guid\";s:28:\"http://thedeadone.net/?p=919\";s:11:\"description\";s:315:\"I always thought if there was a decent alternative to my wordpress plugin TDO Mini Forms, that I would properly retire the plugin. Well it seems there may be: Gravity Forms. As it says on the website: “the WordPress form management plugin you’ve been waiting for”. The catch? You have to pay for it. And [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:3659:\"\n\n\n

    I always thought if there was a decent alternative to my wordpress plugin TDO Mini Forms, that I would properly retire the plugin. Well it seems there may be: Gravity Forms. As it says on the website: “the WordPress form management plugin you’ve been waiting for”. The catch? You have to pay for it.

    \n

    And for that reason I haven’t tried it so I can’t comment on in comparison to TDO Mini Forms, but certainly it looks more polished and contains all sorts of features I never added to TDO Mini Forms. Yet because you have to pay, you get access to proper support, something I’ve struggle to provide (as it’s simply not fun).

    \n

    A number of commenters on my post about TDO Mini Forms hiatus suggested I should turn it into a paid plugin and that they’d be willing to pay for it. Well I think Gravity Forms have beaten me to the punch there, though I never had the drive to try and make money from TDO Mini Forms at all.

    \n

    I did say:

    \n

    …if you’re building a professional website using WordPress and require some special user interface that hides the backend UI, it’s great to mock something up with TDO Mini Forms. But I can’t help but think, it would be better to build your own custom version. TDO Mini Forms is incredibly flexible, but it can’t do everything. And the more complex it gets, the more bug prone it becomes and harder to support and… well it also suffers the fickleness of an author that isn’t under contract to support it long term either. Just saying, it’s not as I’m being paid.

    \n

    Maybe Gravity Forms is your answer if that paragraph hits home.

    \n

    Of course, the existence of Gravity Forms does allow me to think, perhaps, I could strip back a lot of the “advanced” features, such as image upload, and just make a simple decent post submit/edit form with moderation. Which is what it should have been all along, rather than the sprawling, monstrous, hacky mess of code and features it is now.
    \n

    Related Posts:

    \n\n\n\n\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:65:\"http://thedeadone.net/blog/an-alternative-to-tdo-mini-forms/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"19\";}s:7:\"summary\";s:315:\"I always thought if there was a decent alternative to my wordpress plugin TDO Mini Forms, that I would properly retire the plugin. Well it seems there may be: Gravity Forms. As it says on the website: “the WordPress form management plugin you’ve been waiting for”. The catch? You have to pay for it. And [...]\";s:12:\"atom_content\";s:3659:\"\n\n\n

    I always thought if there was a decent alternative to my wordpress plugin TDO Mini Forms, that I would properly retire the plugin. Well it seems there may be: Gravity Forms. As it says on the website: “the WordPress form management plugin you’ve been waiting for”. The catch? You have to pay for it.

    \n

    And for that reason I haven’t tried it so I can’t comment on in comparison to TDO Mini Forms, but certainly it looks more polished and contains all sorts of features I never added to TDO Mini Forms. Yet because you have to pay, you get access to proper support, something I’ve struggle to provide (as it’s simply not fun).

    \n

    A number of commenters on my post about TDO Mini Forms hiatus suggested I should turn it into a paid plugin and that they’d be willing to pay for it. Well I think Gravity Forms have beaten me to the punch there, though I never had the drive to try and make money from TDO Mini Forms at all.

    \n

    I did say:

    \n

    …if you’re building a professional website using WordPress and require some special user interface that hides the backend UI, it’s great to mock something up with TDO Mini Forms. But I can’t help but think, it would be better to build your own custom version. TDO Mini Forms is incredibly flexible, but it can’t do everything. And the more complex it gets, the more bug prone it becomes and harder to support and… well it also suffers the fickleness of an author that isn’t under contract to support it long term either. Just saying, it’s not as I’m being paid.

    \n

    Maybe Gravity Forms is your answer if that paragraph hits home.

    \n

    Of course, the existence of Gravity Forms does allow me to think, perhaps, I could strip back a lot of the “advanced” features, such as image upload, and just make a simple decent post submit/edit form with moderation. Which is what it should have been all along, rather than the sprawling, monstrous, hacky mess of code and features it is now.
    \n

    Related Posts:

    \n\n\n\n\n\";}i:4;a:13:{s:5:\"title\";s:45:\"You want Custom Taxonomies in TDO Mini Forms?\";s:4:\"link\";s:72:\"http://thedeadone.net/blog/you-want-custom-taxonomies-in-tdo-mini-forms/\";s:8:\"comments\";s:81:\"http://thedeadone.net/blog/you-want-custom-taxonomies-in-tdo-mini-forms/#comments\";s:7:\"pubdate\";s:31:\"Mon, 30 Aug 2010 21:53:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Mark Cunningham\";}s:8:\"category\";s:32:\"Blogtdo-mini-formsTDOMFWordpress\";s:4:\"guid\";s:28:\"http://thedeadone.net/?p=859\";s:11:\"description\";s:318:\"While I’ve been on holiday and not doing anything on TDO Mini Forms, others have been quite busy: How to use custom taxonomies in TDO Mini Forms (from ilovecolors). TDO Mini Forms is one of the best plugins for WordPress to allow visitors or users to publish posts and upload files without having to access [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2277:\"\n\n\n

    While I’ve been on holiday and not doing anything on TDO Mini Forms, others have been quite busy:

    \n

    How to use custom taxonomies in TDO Mini Forms (from ilovecolors).

    \n

    TDO Mini Forms is one of the best plugins for WordPress to allow visitors or users to publish posts and upload files without having to access the admin area. You can select categories for the post, add tags, title, content, etc. However, even after WordPress introduced UIs for custom taxonomies in version 2.8, TDO Mini Forms (or tdomf for short) won’t allow you to select custom taxonomies. In this post you will find how to modify the categories widget for TDOMF to enable custom taxonomies.

    \n

    Related Posts:

    \n\n\n\n\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:77:\"http://thedeadone.net/blog/you-want-custom-taxonomies-in-tdo-mini-forms/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"1\";}s:7:\"summary\";s:318:\"While I’ve been on holiday and not doing anything on TDO Mini Forms, others have been quite busy: How to use custom taxonomies in TDO Mini Forms (from ilovecolors). TDO Mini Forms is one of the best plugins for WordPress to allow visitors or users to publish posts and upload files without having to access [...]\";s:12:\"atom_content\";s:2277:\"\n\n\n

    While I’ve been on holiday and not doing anything on TDO Mini Forms, others have been quite busy:

    \n

    How to use custom taxonomies in TDO Mini Forms (from ilovecolors).

    \n

    TDO Mini Forms is one of the best plugins for WordPress to allow visitors or users to publish posts and upload files without having to access the admin area. You can select categories for the post, add tags, title, content, etc. However, even after WordPress introduced UIs for custom taxonomies in version 2.8, TDO Mini Forms (or tdomf for short) won’t allow you to select custom taxonomies. In this post you will find how to modify the categories widget for TDOMF to enable custom taxonomies.

    \n

    Related Posts:

    \n\n\n\n\n\";}i:5;a:13:{s:5:\"title\";s:71:\"Fix for TDO Mini Form’s drag’n’drop issue in WordPress 3.0 coming\";s:4:\"link\";s:90:\"http://thedeadone.net/blog/fix-for-tdo-mini-forms-dragndrop-issue-in-wordpress-3-0-coming/\";s:8:\"comments\";s:99:\"http://thedeadone.net/blog/fix-for-tdo-mini-forms-dragndrop-issue-in-wordpress-3-0-coming/#comments\";s:7:\"pubdate\";s:31:\"Tue, 22 Jun 2010 13:57:46 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Mark Cunningham\";}s:8:\"category\";s:45:\"Blogtdo-mini-formsTDOMFWordpresswordpress 3.0\";s:4:\"guid\";s:28:\"http://thedeadone.net/?p=850\";s:11:\"description\";s:300:\"Got to the bottom of not being able to drag and drop in my TDO Mini Forms plugin after WordPress 3.0 upgrade. The fix will take a bit of time to do as it requires a little re-engineering of the Create Forms screen. The problem occurred because with WordPress 3.0, they also updated their jQuery [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1971:\"\n\n\n

    Got to the bottom of not being able to drag and drop in my TDO Mini Forms plugin after WordPress 3.0 upgrade. The fix will take a bit of time to do as it requires a little re-engineering of the Create Forms screen.

    \n

    The problem occurred because with WordPress 3.0, they also updated their jQuery libraries and re-engineered how you load them. To be honest, I didn’t expect a jQuery update would break existing jQuery-based code, but sadly it’s nothing more than I would expect.

    \n

    I’ll get a proper fix out for it something this week.
    \n

    Related Posts:

    \n\n\n\n\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:95:\"http://thedeadone.net/blog/fix-for-tdo-mini-forms-dragndrop-issue-in-wordpress-3-0-coming/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"23\";}s:7:\"summary\";s:300:\"Got to the bottom of not being able to drag and drop in my TDO Mini Forms plugin after WordPress 3.0 upgrade. The fix will take a bit of time to do as it requires a little re-engineering of the Create Forms screen. The problem occurred because with WordPress 3.0, they also updated their jQuery [...]\";s:12:\"atom_content\";s:1971:\"\n\n\n

    Got to the bottom of not being able to drag and drop in my TDO Mini Forms plugin after WordPress 3.0 upgrade. The fix will take a bit of time to do as it requires a little re-engineering of the Create Forms screen.

    \n

    The problem occurred because with WordPress 3.0, they also updated their jQuery libraries and re-engineered how you load them. To be honest, I didn’t expect a jQuery update would break existing jQuery-based code, but sadly it’s nothing more than I would expect.

    \n

    I’ll get a proper fix out for it something this week.
    \n

    Related Posts:

    \n\n\n\n\n\";}i:6;a:13:{s:5:\"title\";s:72:\"Run for cover WordPress 3.0 has arrived and TDO Mini Forms mostly works!\";s:4:\"link\";s:99:\"http://thedeadone.net/blog/run-for-cover-wordpress-3-0-has-arrived-and-tdo-mini-forms-mostly-works/\";s:8:\"comments\";s:108:\"http://thedeadone.net/blog/run-for-cover-wordpress-3-0-has-arrived-and-tdo-mini-forms-mostly-works/#comments\";s:7:\"pubdate\";s:31:\"Mon, 21 Jun 2010 11:33:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Mark Cunningham\";}s:8:\"category\";s:45:\"Blogtdo-mini-formsTDOMFWordpresswordpress 3.0\";s:4:\"guid\";s:28:\"http://thedeadone.net/?p=849\";s:11:\"description\";s:320:\"I’ve just spent a good hour updating all my sites to the latest drop of WordPress 3.0 (I’m amazing I’m running so many, anyway…). As far as I can tell TDO Mini Forms is still mostly working okay. Certainly you can upgrade right now if you’re security conscious. Submitting post and previewing seems to be [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2206:\"\n\n\n

    I’ve just spent a good hour updating all my sites to the latest drop of WordPress 3.0 (I’m amazing I’m running so many, anyway…). As far as I can tell TDO Mini Forms is still mostly working okay. Certainly you can upgrade right now if you’re security conscious. Submitting post and previewing seems to be okay. But the drag/drop in the form editor is broken, so you can’t edit or create new forms. I’ll see over the next week if I can fix it. Please feel free to log any issues about upgrading here and I’ll see what I can get through.

    \n

    If you notice anything else that doesn’t work after upgrade, feel free to drop a comment here. I don’t have the bandwidth to test every feature, so I’m sure some minor feature or corner issue may also break.
    \n

    Related Posts:

    \n\n\n\n\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:104:\"http://thedeadone.net/blog/run-for-cover-wordpress-3-0-has-arrived-and-tdo-mini-forms-mostly-works/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"4\";}s:7:\"summary\";s:320:\"I’ve just spent a good hour updating all my sites to the latest drop of WordPress 3.0 (I’m amazing I’m running so many, anyway…). As far as I can tell TDO Mini Forms is still mostly working okay. Certainly you can upgrade right now if you’re security conscious. Submitting post and previewing seems to be [...]\";s:12:\"atom_content\";s:2206:\"\n\n\n

    I’ve just spent a good hour updating all my sites to the latest drop of WordPress 3.0 (I’m amazing I’m running so many, anyway…). As far as I can tell TDO Mini Forms is still mostly working okay. Certainly you can upgrade right now if you’re security conscious. Submitting post and previewing seems to be okay. But the drag/drop in the form editor is broken, so you can’t edit or create new forms. I’ll see over the next week if I can fix it. Please feel free to log any issues about upgrading here and I’ll see what I can get through.

    \n

    If you notice anything else that doesn’t work after upgrade, feel free to drop a comment here. I don’t have the bandwidth to test every feature, so I’m sure some minor feature or corner issue may also break.
    \n

    Related Posts:

    \n\n\n\n\n\";}i:7;a:13:{s:5:\"title\";s:111:\"Forgive me Internet, for I have been lax. It has been over six months since I did any work on TDO Mini Forms…\";s:4:\"link\";s:134:\"http://thedeadone.net/blog/forgive-me-internet-for-i-have-been-lax-it-has-been-over-six-months-since-i-did-any-work-on-tdo-mini-forms/\";s:8:\"comments\";s:143:\"http://thedeadone.net/blog/forgive-me-internet-for-i-have-been-lax-it-has-been-over-six-months-since-i-did-any-work-on-tdo-mini-forms/#comments\";s:7:\"pubdate\";s:31:\"Mon, 31 May 2010 12:08:39 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Mark Cunningham\";}s:8:\"category\";s:59:\"Blogcodingprojectstdo-mini-formsTDOMFWordpresswordpress 3.0\";s:4:\"guid\";s:28:\"http://thedeadone.net/?p=848\";s:11:\"description\";s:304:\"Even finding time to write this blog post is problematic, having to push it into the few spare minutes during my lunch break. I simply have not found the time to work on TDO Mini Forms. Well that’s not entirely true, I haven’t found time and motivation this last six months. Part of the problem [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:4859:\"\n\n\n

    Even finding time to write this blog post is problematic, having to push it into the few spare minutes during my lunch break. I simply have not found the time to work on TDO Mini Forms. Well that’s not entirely true, I haven’t found time and motivation this last six months.

    \n

    Part of the problem is that I implemented TDO Mini Forms for fun, a neat little plugin for WordPress I could use on some web projects (all dead now by the way). Then it was driven by my love of coding and the small crowd of users. But I changed projects in work several months back and could no longer slip the time in to bash away at some code for myself, at least during the daylight hours and now there is a mountain of support requests on the forums that I can’t even comprehend getting through and a slow disconnect between what I enjoyed about it and what I wanted to enjoy about it.

    \n

    Essentially, it’s not fun any more. It’s bug fixes, RTFM and maintaince upgrades (with WordPress 3.0 is coming and that’s like a big stomping unstoppable giant, which I fully expect to splat my plugins…) it becomes daunting. I’ve added too many features (that can do wonderful things), and people either complain about them (“it’s too complex”) or demand more (“editable image uploads ftw!”). The whole code base of TDO Mini Forms evolved chaotically and the idea of re-writing (and having to maintain some degree of backwards compatibility) it’s quite off-putting.

    \n

    And then I’m working on another creative project that I’m genuinely motivated about, but isn’t software. And when I have free time, I dive into this project, because I want to, not because I have to.

    \n

    It might be more interesting if I was getting more out of it, say I was a web-developer (I’m not, I’m embedded engineer) and it was promoting my career or getting my clients, I was a big wordpress-advocate and people were coming to my blog to hear the cool things I say (I don’t have much cool things to say, unless you like tabletop roleplaying…), I was making enough money from donations I could afford to get a new gadget every once in a while or it was powering a big project I loved, but it’s not.

    \n

    So I’m not sure where that leaves TDO Mini Forms. I think probably it’s been on an unofficial hiatus for the last while already. I don’t want to dump it, but I’m not sure of when I’ll get back to it. I have been thinking about it a lot, but not working on it. (I may write up those thoughts in a future blog post).

    \n

    One thing I will say, if you’re building a professional website using WordPress and require some special user interface that hides the backend UI, it’s great to mock something up with TDO Mini Forms. But I can’t help but think, it would be better to build your own custom version. TDO Mini Forms is incredibly flexible, but it can’t do everything. And the more complex it gets, the more bug prone it becomes and hard to support and… well it also suffers the fickleness of an author that isn’t under contract to support it long term either. Just saying, it’s not as I’m being paid. \':)\'

    \n

    I have to send out a big thanks to all the people who have donated to the plugin. I really do appreciate it and it’s why I went so far with it. Thanks for listening.
    \n

    Related Posts:

    \n\n\n\n\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:139:\"http://thedeadone.net/blog/forgive-me-internet-for-i-have-been-lax-it-has-been-over-six-months-since-i-did-any-work-on-tdo-mini-forms/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"10\";}s:7:\"summary\";s:304:\"Even finding time to write this blog post is problematic, having to push it into the few spare minutes during my lunch break. I simply have not found the time to work on TDO Mini Forms. Well that’s not entirely true, I haven’t found time and motivation this last six months. Part of the problem [...]\";s:12:\"atom_content\";s:4859:\"\n\n\n

    Even finding time to write this blog post is problematic, having to push it into the few spare minutes during my lunch break. I simply have not found the time to work on TDO Mini Forms. Well that’s not entirely true, I haven’t found time and motivation this last six months.

    \n

    Part of the problem is that I implemented TDO Mini Forms for fun, a neat little plugin for WordPress I could use on some web projects (all dead now by the way). Then it was driven by my love of coding and the small crowd of users. But I changed projects in work several months back and could no longer slip the time in to bash away at some code for myself, at least during the daylight hours and now there is a mountain of support requests on the forums that I can’t even comprehend getting through and a slow disconnect between what I enjoyed about it and what I wanted to enjoy about it.

    \n

    Essentially, it’s not fun any more. It’s bug fixes, RTFM and maintaince upgrades (with WordPress 3.0 is coming and that’s like a big stomping unstoppable giant, which I fully expect to splat my plugins…) it becomes daunting. I’ve added too many features (that can do wonderful things), and people either complain about them (“it’s too complex”) or demand more (“editable image uploads ftw!”). The whole code base of TDO Mini Forms evolved chaotically and the idea of re-writing (and having to maintain some degree of backwards compatibility) it’s quite off-putting.

    \n

    And then I’m working on another creative project that I’m genuinely motivated about, but isn’t software. And when I have free time, I dive into this project, because I want to, not because I have to.

    \n

    It might be more interesting if I was getting more out of it, say I was a web-developer (I’m not, I’m embedded engineer) and it was promoting my career or getting my clients, I was a big wordpress-advocate and people were coming to my blog to hear the cool things I say (I don’t have much cool things to say, unless you like tabletop roleplaying…), I was making enough money from donations I could afford to get a new gadget every once in a while or it was powering a big project I loved, but it’s not.

    \n

    So I’m not sure where that leaves TDO Mini Forms. I think probably it’s been on an unofficial hiatus for the last while already. I don’t want to dump it, but I’m not sure of when I’ll get back to it. I have been thinking about it a lot, but not working on it. (I may write up those thoughts in a future blog post).

    \n

    One thing I will say, if you’re building a professional website using WordPress and require some special user interface that hides the backend UI, it’s great to mock something up with TDO Mini Forms. But I can’t help but think, it would be better to build your own custom version. TDO Mini Forms is incredibly flexible, but it can’t do everything. And the more complex it gets, the more bug prone it becomes and hard to support and… well it also suffers the fickleness of an author that isn’t under contract to support it long term either. Just saying, it’s not as I’m being paid. \':)\'

    \n

    I have to send out a big thanks to all the people who have donated to the plugin. I really do appreciate it and it’s why I went so far with it. Thanks for listening.
    \n

    Related Posts:

    \n\n\n\n\n\";}i:8;a:13:{s:5:\"title\";s:34:\"Tutorial Video for TDO Mini Forms!\";s:4:\"link\";s:61:\"http://thedeadone.net/blog/tutorial-video-for-tdo-mini-forms/\";s:8:\"comments\";s:70:\"http://thedeadone.net/blog/tutorial-video-for-tdo-mini-forms/#comments\";s:7:\"pubdate\";s:31:\"Fri, 20 Nov 2009 08:58:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Mark Cunningham\";}s:8:\"category\";s:50:\"BlogeditingHow Totdo-mini-formsTDOMFVideoWordpress\";s:4:\"guid\";s:28:\"http://thedeadone.net/?p=787\";s:11:\"description\";s:270:\"A guy called Court has put together a video tutorial and article on using TDO Mini Forms, my free WordPress plugin. The video is pretty good too as it shows you how to create a submission form and an edit form. I think I may be adding a link to this on the FAQ! As [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2649:\"\n\n\n

    A guy called Court has put together a video tutorial and article on using TDO Mini Forms, my free WordPress plugin.

    \n

    The video is pretty good too as it shows you how to create a submission form and an edit form. I think I may be adding a link to this on the FAQ! \':)\'

    \n

    \n

    As a footnote to the video, the latest version 0.13.7 does include Custom Field editing and the compare view for edit posts is now working. \':)\'

    \n

    Also check out his site for indie musicians called indilean that uses TDO Mini Forms too.
    \n

    Related Posts:

    \n\n\n\n\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:66:\"http://thedeadone.net/blog/tutorial-video-for-tdo-mini-forms/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"14\";}s:7:\"summary\";s:270:\"A guy called Court has put together a video tutorial and article on using TDO Mini Forms, my free WordPress plugin. The video is pretty good too as it shows you how to create a submission form and an edit form. I think I may be adding a link to this on the FAQ! As [...]\";s:12:\"atom_content\";s:2649:\"\n\n\n

    A guy called Court has put together a video tutorial and article on using TDO Mini Forms, my free WordPress plugin.

    \n

    The video is pretty good too as it shows you how to create a submission form and an edit form. I think I may be adding a link to this on the FAQ! \':)\'

    \n

    \n

    As a footnote to the video, the latest version 0.13.7 does include Custom Field editing and the compare view for edit posts is now working. \':)\'

    \n

    Also check out his site for indie musicians called indilean that uses TDO Mini Forms too.
    \n

    Related Posts:

    \n\n\n\n\n\";}i:9;a:13:{s:5:\"title\";s:45:\"A day later, 0.13.7 release of TDO Mini Forms\";s:4:\"link\";s:72:\"http://thedeadone.net/blog/a-day-later-0-13-7-release-of-tdo-mini-forms/\";s:8:\"comments\";s:81:\"http://thedeadone.net/blog/a-day-later-0-13-7-release-of-tdo-mini-forms/#comments\";s:7:\"pubdate\";s:31:\"Thu, 19 Nov 2009 13:43:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Mark Cunningham\";}s:8:\"category\";s:39:\"Blogtdo-mini-formsTDOMFv0.13.7Wordpress\";s:4:\"guid\";s:28:\"http://thedeadone.net/?p=786\";s:11:\"description\";s:377:\"A new release of TDO Mini Forms should be available very shortly from wordpress.org. Several people reported that upgrading to 0.13.6 resulted in a blank page appearing for their wordpress site. This release is specifically to fix that. I’m sorry about this, but it didn’t appear on my test server before release. Related Posts: Pet Projects, TDO-Mini-Forms [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1630:\"\n\n\n

    A new release of TDO Mini Forms should be available very shortly from wordpress.org. Several people reported that upgrading to 0.13.6 resulted in a blank page appearing for their wordpress site. This release is specifically to fix that.

    \n

    I’m sorry about this, but it didn’t appear on my test server before release.
    \n

    Related Posts:

    \n\n\n\n\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:77:\"http://thedeadone.net/blog/a-day-later-0-13-7-release-of-tdo-mini-forms/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"7\";}s:7:\"summary\";s:377:\"A new release of TDO Mini Forms should be available very shortly from wordpress.org. Several people reported that upgrading to 0.13.6 resulted in a blank page appearing for their wordpress site. This release is specifically to fix that. I’m sorry about this, but it didn’t appear on my test server before release. Related Posts: Pet Projects, TDO-Mini-Forms [...]\";s:12:\"atom_content\";s:1630:\"\n\n\n

    A new release of TDO Mini Forms should be available very shortly from wordpress.org. Several people reported that upgrading to 0.13.6 resulted in a blank page appearing for their wordpress site. This release is specifically to fix that.

    \n

    I’m sorry about this, but it didn’t appear on my test server before release.
    \n

    Related Posts:

    \n\n\n\n\n\";}}s:7:\"channel\";a:7:{s:5:\"title\";s:23:\"thedeadone.net » TDOMF\";s:4:\"link\";s:21:\"http://thedeadone.net\";s:13:\"lastbuilddate\";s:31:\"Tue, 26 Apr 2011 10:30:17 +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.1.2\";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:4:\"etag\";s:34:\"\"5e8f8efe4653893f2f86d323e8e915cc\"\";}','no'),(11301,0,'tdomf_default_author','18','yes'),(11302,0,'tdomf_akismet_key','85f7f8b6c563','yes'),(11303,0,'tdomf_mod_show_links','1','yes'),(11304,0,'tdomf_akismet_key_prev','85f7f8b6c563','yes'),(11319,0,'smcf_form_title','Send me a message','yes'),(11433,0,'nscontact-dialog','a:4:{s:21:\"contact_email_address\";s:23:\"webmaster@timberon.info\";s:18:\"contact_link_class\";s:16:\"nscontact-dialog\";s:25:\"recaptcha_api_private_key\";s:41:\"6LcuT8ASAAAAAN-aXTwlHjya6V49n7QNKNjtBCPh \";s:24:\"recaptcha_api_public_key\";s:40:\"6LcuT8ASAAAAAJGAkaEIV58Q1i0EDVoFAxqnUhKh\";}','yes'),(11337,0,'widget_custom-contact-forms','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(11340,0,'frm_options','O:11:\"FrmSettings\":30:{s:15:\"preview_page_id\";i:3254;s:19:\"preview_page_id_str\";s:19:\"frm-preview-page-id\";s:9:\"lock_keys\";i:0;s:6:\"pubkey\";s:40:\"6LcuT8ASAAAAAJGAkaEIV58Q1i0EDVoFAxqnUhKh\";s:7:\"privkey\";s:41:\"6LcuT8ASAAAAAN-aXTwlHjya6V49n7QNKNjtBCPh \";s:8:\"re_theme\";s:3:\"red\";s:7:\"re_lang\";s:2:\"en\";s:6:\"re_msg\";s:39:\"The reCAPTCHA was not entered correctly\";s:12:\"custom_style\";b:1;s:10:\"load_style\";s:3:\"all\";s:17:\"custom_stylesheet\";b:0;s:10:\"jquery_css\";i:0;s:12:\"accordion_js\";i:0;s:11:\"success_msg\";s:54:\"Your responses were successfully submitted. Thank you!\";s:10:\"failed_msg\";s:60:\"We\\\'re sorry. It looks like you\\\'ve already submitted that.\";s:11:\"invalid_msg\";s:66:\"There was a problem with your submission. Errors are marked below.\";s:12:\"submit_value\";s:6:\"Submit\";s:9:\"login_msg\";s:45:\"You do not have permission to view this form.\";s:16:\"admin_permission\";s:37:\"You do not have permission to do that\";s:8:\"email_to\";s:23:\"webmaster@timberon.info\";s:14:\"frm_view_forms\";s:13:\"administrator\";s:14:\"frm_edit_forms\";s:13:\"administrator\";s:16:\"frm_delete_forms\";s:13:\"administrator\";s:19:\"frm_change_settings\";s:13:\"administrator\";s:16:\"frm_view_entries\";N;s:18:\"frm_create_entries\";N;s:16:\"frm_edit_entries\";N;s:18:\"frm_delete_entries\";N;s:16:\"frm_view_reports\";N;s:17:\"frm_edit_displays\";N;}','yes'),(11341,0,'frm_db_version','7','yes'),(11342,0,'widget_frm_show_form','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12065,0,'smcf_link_title','Contact','yes'),(11403,0,'wp_skyscraper_options','a:8:{s:4:\"html\";s:1390:\"Contact\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
    Contact\r\n
    \r\n\r\n
    \r\n
    \r\n\r\n\";s:7:\"bgcolor\";s:6:\"ffffff\";s:9:\"textcolor\";s:6:\"000000\";s:11:\"bordercolor\";s:6:\"c2bcc2\";s:5:\"align\";s:5:\"right\";s:3:\"top\";s:1:\"3\";s:5:\"width\";s:3:\"210\";s:6:\"height\";s:2:\"26\";}','yes'),(12066,0,'smcf_form_subject','1','yes'),(12263,0,'_plugin_feedback_email_label','Your email','yes'),(12017,0,'widget_unfiltered_text','a:3:{i:2;a:0:{}i:4;a:1:{s:4:\"text\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(11797,0,'widget_mcw_my_most_popular','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(11798,0,'widget_mcw_my_special_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(11356,0,'addtoany_options','a:15:{s:8:\"position\";s:6:\"bottom\";s:30:\"display_in_posts_on_front_page\";s:2:\"-1\";s:19:\"display_in_excerpts\";s:2:\"-1\";s:16:\"display_in_posts\";s:1:\"1\";s:16:\"display_in_pages\";s:2:\"-1\";s:15:\"display_in_feed\";s:2:\"-1\";s:10:\"show_title\";s:1:\"1\";s:7:\"onclick\";s:2:\"-1\";s:6:\"button\";s:28:\"share_save_120_16.png|120|16\";s:13:\"button_custom\";s:0:\"\";s:23:\"additional_js_variables\";s:0:\"\";s:10:\"inline_css\";s:1:\"1\";s:5:\"cache\";s:2:\"-1\";s:11:\"button_text\";s:14:\"Share/Bookmark\";s:15:\"active_services\";a:0:{}}','yes'),(11359,0,'widget_widget_allwebmenus','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(11360,0,'AWM_menu_path','/wp-content/plugins/allwebmenus-wordpress-menu-plugin/menu/','yes'),(11361,0,'AWM_Checked','1','yes'),(11362,0,'AWM_Check_show','1','yes'),(11363,0,'AWM_Checked_Date','29','yes'),(11364,0,'AWM_selected_tab','0','yes'),(11374,0,'floating_widgets_appreciation','','yes'),(11375,0,'floating_widgets_mode','basic','yes'),(11380,0,'floating_widgets_posts','','yes'),(11381,0,'floating_widgets_pages','on','yes'),(11382,0,'floating_widget_width','150','yes'),(11383,0,'floating_widget_float','right','yes'),(11384,0,'floating_widget_border_width','0','yes'),(11385,0,'floating_widget_border_style','solid','yes'),(11386,0,'floating_widget_border_color','ff0000','yes'),(11387,0,'floating_widget_padding','0','yes'),(11388,0,'floating_widget_margin','0','yes'),(11389,0,'floating_widgets_title_size','12','yes'),(11390,0,'floating_widgets_title_color','0000ff','yes'),(12069,0,'smcf_subject','SimpleModal Contact Form','yes'),(11795,0,'mcw_meta','a:4:{s:7:\"initial\";b:0;s:3:\"now\";i:0;s:7:\"version\";s:3:\"2.0\";s:9:\"generated\";s:2:\"no\";}','yes'),(11796,0,'widget_mcw_my_donation','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(11397,0,'announcer_data','a:11:{s:26:\"announcer_previous_content\";s:29:\"Welcome to Timberon everyone!\";s:16:\"announcer_status\";s:0:\"\";s:18:\"announcer_end_date\";s:1:\"0\";s:17:\"announcer_id_name\";s:5:\"TT123\";s:27:\"announcer_show_close_button\";s:3:\"Yes\";s:20:\"announcer_class_type\";N;s:27:\"announcer_custom_class_name\";s:0:\"\";s:30:\"announcer_inbuilt_class_select\";s:5:\"float\";s:19:\"announcer_placement\";s:2:\"bp\";s:17:\"announcer_content\";s:4417:\"

    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.”

    \r\n

    Stage 2 Fire Restrictions include prohibition of:

    \r\n
      \r\n
    1. 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.
    2. \r\n
    3.  Smoking is limited to an enclosed vehicle or a smoking approved building.
    4. \r\n
    5. Possessing, discharging or using any kind of firework or other pyrotechnic device.
    6. \r\n
    7. Welding, or operating acetylene or other torch with open flame.
    8. \r\n
    9. 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).
    10. \r\n
    11. Chainsaw use will not be allowed between the hours of 10:00 a.m through midnight.
    \r\n

    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.

    \r\n

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

    \r\n

    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.

    \r\n

    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.

    \r\n

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

    \r\n

    To report a fire, call (575) 434-2286 or toll free 1-877-695-1663.
    For fire restrictions and other fire information for all recreation sites in New Mexico, log on to http://gacc.nifc.gov/swcc/ or http://www.nmfireinfo.com or http://www.publiclands.org/firenews/NM.php. For more information on the Lincoln National Forest, please visit our website at www.fs.usda.gov/lincoln and follow us on www.twitter.com/lincolnsmokey.

    \";s:18:\"announcer_revision\";i:3;}','yes'),(12267,0,'_plugin_feedback_message_required','1','yes'),(11715,0,'widget_skcw-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12264,0,'_plugin_feedback_email_required','1','yes'),(12265,0,'_plugin_feedback_phone_label','Your phone number','yes'),(12266,0,'_plugin_feedback_message_label','Message','yes'),(11446,0,'gCF_table','wp_gCF','yes'),(12064,0,'smcf_link_url','/contact','yes'),(11448,0,'gCF_fromemail','admin@contactform.com','yes'),(12067,0,'smcf_form_cc_sender','1','yes'),(11716,0,'skcw_template_directory','/home/timberon/blog/','yes'),(11717,0,'skcw_templates_list','a:0:{}','yes'),(11728,0,'widget_section-tabbed','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(11729,0,'widget_section','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(11730,0,'section-widget-settings','a:4:{s:5:\"theme\";s:4:\"none\";s:5:\"scope\";s:11:\".swt-outter\";s:9:\"heightfix\";b:0;i:0;b:0;}','yes'),(11799,0,'widget_mycustomwidgetaddon','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(11801,0,'mcw_mywidgets','a:0:{}','yes'),(11802,0,'mcw_options','a:12:{s:7:\"filters\";a:8:{i:0;a:2:{i:0;s:3:\"all\";i:1;s:4:\"true\";}i:1;a:2:{i:0;s:7:\"archive\";i:1;s:12:\"is_archive()\";}i:2;a:2:{i:0;s:8:\"category\";i:1;s:13:\"is_category()\";}i:3;a:2:{i:0;s:4:\"home\";i:1;s:9:\"is_home()\";}i:4;a:2:{i:0;s:4:\"page\";i:1;s:9:\"is_page()\";}i:5;a:2:{i:0;s:6:\"search\";i:1;s:11:\"is_search()\";}i:6;a:2:{i:0;s:6:\"single\";i:1;s:11:\"is_single()\";}i:7;a:2:{i:0;s:3:\"tag\";i:1;s:8:\"is_tag()\";}}s:12:\"use_add_html\";s:2:\"no\";s:8:\"allow_js\";s:3:\"yes\";s:8:\"std_kind\";s:4:\"html\";s:11:\"code_height\";s:3:\"200\";s:12:\"filter_width\";s:2:\"75\";s:11:\"css_wrapper\";s:2:\"no\";s:8:\"wpfilter\";s:0:\"\";s:12:\"use_wpfilter\";s:2:\"no\";s:9:\"outfilter\";s:11:\"the_content\";s:10:\"use_custag\";s:3:\"yes\";s:11:\"copy_widget\";s:2:\"no\";}','yes'),(12020,0,'widget_iwajax_contact_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(11984,0,'livesearchpopup_widget','a:1:{s:5:\"title\";s:0:\"\";}','yes'),(12909,0,'_transient_timeout_feed_158246107829064da986334b11892600','1305002140','no'),(12910,0,'_transient_feed_158246107829064da986334b11892600','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:6:\"\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:230:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Timberon.Info RSS 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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Latest Postings from Timberon Classifieds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.timberonclassifieds.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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 May 2011 10:33:00 +0100\";s: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:17:\"FeedCreator 1.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:\"item\";a:20:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:13:\"Home For Sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.timberonclassifieds.com/for_sale/property/249_Home_For_Sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1699:\"

    This Home is at 81 Rocky Trail. It is on a approx. 4.32 acre corner lot at Rocky Trail and Hunter. It has a 2006 1800 square foot Cavco Manufactured Home, it has only been lived in the last four years. It has loads of cupboard space and up-graded appliance.Home is set on a Concrete Foundation and is Taxed as a Structure not a Mobile home. 

    \n

    There is also the original 1,300 square foot house which has been partically remodeled, it is close to the new house as if to be connected with a breeze-way to be used as a guest house. connected to it about eight years ago is a 1,200 square foot garage,

    \n

    in the three car garage is a  long work bench along back wall and a LARGE steel wood burning stove. My wife and I have been here two and a half years and would like to down size. also I have fenced in about  two acres in back for my dogs. lots of pondrosa pines junipers in back, and surounded by acres of empty large lots. lots of privacy          Asking 168,000.00      call 575 987-2498 Ron or Rachel

    \n

    PICTURES OF DEER AND TURKEY WERE TAKEN FROM LIVING-ROOM WINDOW, WE HAVE SEEN COUGARS, BOBCATS, A BLACKBEAR ,AND HUNDREDS OF ELK AROUND TOWN THERE ARE TWO FISHING LAKE, A 9 HOLE GOLF COURSE, A NEWLY REMODEL PUBLIC SWIMMING POOL

    \n

    ATV RENTALS AND HORSE RENTALS.

    \n

    EMAIL realhelpron@dellcity.com

    \n

    Feel free to call or e-mail with questions

    \n

     

    \n

     

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Mar 2011 23:46:37 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:19:\"Full-size microwave\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.timberonclassifieds.com/for_sale/classifieds/248_Full_size_microwave\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2011 23:43:47 +0100\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:19:\"Full-size microwave\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.timberonclassifieds.com/for_sale/classifieds/247_Full_size_microwave\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2011 23:36:53 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:31:\"Carson Cabin - Timberon Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://www.timberonclassifieds.com/for_rent/timberon_rentals/212_Carson_Cabin_Timberon_Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1659:\"

    190 Carson   [DIRECTIONS]

    \n

    This colorful cabin features two bedrooms with queen size beds and two full bathrooms.  The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels.  There is a full kitchen, washer/dryer and telephone.  On the deck is a propane grill and there are tall pines in the area.   Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night).  Maximum capacity:  6 persons

    \n

    We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201

    \n

    Reservations HIGHLY recommended...

    \n

    *Reservations made during the holidays require a 50% non-refundable deposit.

    \n

    *One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.

    \n

    *Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!

    \n

    These Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. All properties are non-smoking!

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 19 Feb 2011 08:05:34 +0100\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:29:\"Doll House - Timberon Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://www.timberonclassifieds.com/for_rent/timberon_rentals/137_Doll_House_Timberon_Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1454:\"

    17 Dry Creek   [DIRECTIONS]

    \n

    This cabin has two bedrooms and two bathrooms and is located in the tall pines. There are two queen beds and a queen hide-a-bed.  The cabin has a full kitchen w/dishwasher, washer/dryer, satellite TV, central heat, and a nice deck with gas grill.  Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night).  Maximum capacity:  6 persons

    \n

    We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201

    \n

    Reservations HIGHLY recommended...

    \n

    *Reservations made during the holidays require a 50% non-refundable deposit.

    \n

    *One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.

    \n

    *Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!

    \n

    These Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. All properties are non-smoking!

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 04:32:28 +0100\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:27:\"Red Barn - Timberon Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.timberonclassifieds.com/for_rent/timberon_rentals/136_Red_Barn_Timberon_Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1264:\"

    1841 Sacramento   [DIRECTIONS]

    \n

    The Red Barn is a one bedroom/one bath unit that includes a bedroom with a double bed, full kitchen, and TV/VCR/DVD.  The Sacramento River runs just outside of this unit.  Rates begin at $65.00 per night for two persons only.

    \n

    We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201

    \n

    Reservations HIGHLY recommended...

    \n

    *Reservations made during the holidays require a 50% non-refundable deposit.

    \n

    *One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.

    \n

    *Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!

    \n

    These Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. All properties are non-smoking!

    \n

     

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 04:23:10 +0100\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:35:\"Abbott Log Cabin - Timberon Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.timberonclassifieds.com/for_rent/timberon_rentals/125_Abbott_Log_Cabin_Timberon_Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1488:\"

    187 Dixwood   [DIRECTIONS]

    \n

    This rustic property has four bedrooms and three bathrooms. The beds include one king, one queen, one double, and four twins. There is a full kitchen plus another partial kitchen, washer/dryer, two dens, telephone, and TV w/satellite and a DVD player. Outdoors there are three decks, patio furniture, charcoal grill and a gas grill.  Rates begin at $110.00 per night for up to six adults.  (additional adult $5.00 each per night) Maximum capacity: 12 persons.

    \n

    We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201

    \n

    Reservations HIGHLY recommended...

    \n

    *Reservations made during the holidays require a 50% non-refundable deposit.

    \n

    *One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.

    \n

    *Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!

    \n

    These Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. All properties are non-smoking!

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Nov 2010 00:59:56 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:32:\"Casa Coconino - Timberon Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://www.timberonclassifieds.com/for_rent/timberon_rentals/124_Casa_Coconino_Timberon_Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1494:\"

    15 Coconino Drive  [DIRECTIONS]

    \n

    This cabin has three bedrooms and two bathrooms.  There are 2 king-size beds, 4 twin beds, and a double hide-a-bed.  The cabin has a full kitchen, washer/dryer, satellite TV /VCR and additional TV with DVD player, garden tub with jets, a wood burning stove, a nice porch with gas grill, dishwasher and Wi-Fi.. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 10 persons.

    \n

    We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201

    \n

    Reservations HIGHLY recommended...

    \n

    *Reservations made during the holidays require a 50% non-refundable deposit.

    \n

    *One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.

    \n

    *Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!

    \n

    These Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. All properties are non-smoking!

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Nov 2010 00:46:30 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:38:\"Miria\'s Hide-a-Way... Timberon Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://www.timberonclassifieds.com/for_rent/timberon_rentals/123_Miria_s_Hide_a_Way_Timberon_Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1559:\"

    88 Chresta Loma   [DIRECTIONS]

    \n

    Features a one bedroom and a two bathroom main house, and a guesthouse with one bedroom and one bathroom. The main house includes a king-size bed and queen futon, full kitchen, TV/VCR/DVD, computer with internet access, a wood-burning stove, a charcoal grill, and a huge screened porch with hammocks and a beautiful view. There is a double bed and queen futon along with a kitchenette in the guesthouse. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 12 persons.

    \n

    We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201

    \n

    Reservations HIGHLY recommended...

    \n

    *Reservations made during the holidays require a 50% non-refundable deposit.

    \n

    *One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.

    \n

    *Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!

    \n

    These Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. All properties are non-smoking!

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Nov 2010 20:23:57 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:31:\"Miller Cabin - Timberon Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://www.timberonclassifieds.com/for_rent/timberon_rentals/121_Miller_Cabin_Timberon_Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1384:\"

    114 Oakmont  [DIRECTIONS]

    \n

    This is a 3 bedroom/2 bath cabin that includes two queen-size beds, 2 twins, and a queen-size hide-a-bed. There is also a full kitchen, wood-burning stove, air conditioner, telephone, washer/dryer, a charcoal grill, and TV/DVD with satellite. Rates begin at $90.00 per night for up to four adults add $5.00 per night for each additional adult. Maximum capacity is 10 persons.

    \n

    We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201

    \n

    Reservations HIGHLY recommended...

    \n

    *Reservations made during the holidays require a 50% non-refundable deposit.

    \n

    *One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.

    \n

    *Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!

    \n

    These Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. All properties are non-smoking!

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Nov 2010 18:31:54 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:32:\"Whiting Cabin - Timberon Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://www.timberonclassifieds.com/for_rent/timberon_rentals/120_Whiting_Cabin_Timberon_Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1397:\"

    172 Bronco  [DIRECTIONS]

    \n

    There are two bedrooms and 1 bathroom. The bedrooms include king-size bed, queen-size bed, and a queen-size hide-a-bed. There is a full kitchen, wood-burning fireplace, air conditioner, screened-in porch, telephone, a charcoal grill, and DVD with satellite TV. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 8 persons.

    \n

    We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201

    \n

    Reservations HIGHLY recommended...

    \n

    *Reservations made during the holidays require a 50% non-refundable deposit.

    \n

    *One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.

    \n

    *Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!

    \n

    These Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. All properties are non-smoking!

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Nov 2010 18:14:27 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:49:\"Casa Sacramento... Apartment E - Timberon Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://www.timberonclassifieds.com/for_rent/timberon_rentals/119_Casa_Sacramento_Apartment_E_Timberon_Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1214:\"

    10 White Marsh Valley [located within walking distance of the golf course]  [DIRECTIONS]

    \n

    1 Room/1 Bath includes double bed, kitchenette, and television with satellite programming. Rates begin at $45.00 per night for two persons only.

    \n

    We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201

    \n

    Reservations HIGHLY recommended...

    \n

    *Reservations made during the holidays require a 50% non-refundable deposit.

    \n

    *One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.

    \n

    *Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!

    \n

    These Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. All properties are non-smoking!

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Nov 2010 18:07:17 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:49:\"Casa Sacramento... Apartment D - Timberon Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://www.timberonclassifieds.com/for_rent/timberon_rentals/118_Casa_Sacramento_Apartment_D_Timberon_Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1374:\"

    10 White Marsh Valley [located within walking distance of the golf course]  [DIRECTIONS]

    \n

    1 BR/1 Bath includes queen bed and queen hide-a-bed, kitchenette, dressing room, wood stove, telephone, small charcoal grill, and television with satellite & VCR. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.

    \n

    We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201

    \n

    Reservations HIGHLY recommended...

    \n

    *Reservations made during the holidays require a 50% non-refundable deposit.

    \n

    *One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.

    \n

    *Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!

    \n

    These Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. All properties are non-smoking!

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Nov 2010 18:01:05 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:49:\"Casa Sacramento... Apartment C - Timberon Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://www.timberonclassifieds.com/for_rent/timberon_rentals/117_Casa_Sacramento_Apartment_C_Timberon_Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1333:\"

    10 White Marsh Valley [located within walking distance of the golf course]  [DIRECTIONS]

    \n

    1 BR/2 Bath includes queen bed and queen hide-a-bed, kitchenette, telephone, air conditioning, and television with satellite. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.

    \n

    We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201

    \n

    Reservations HIGHLY recommended...

    \n

    *Reservations made during the holidays require a 50% non-refundable deposit.

    \n

    *One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.

    \n

    *Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!

    \n

    These Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. All properties are non-smoking!

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Nov 2010 17:50:40 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:49:\"Casa Sacramento... Apartment A - Timberon Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://www.timberonclassifieds.com/for_rent/timberon_rentals/115_Casa_Sacramento_Apartment_A_Timberon_Rentals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1703:\"

    10 White Marsh Valley [located within walking distance of the golf course]  [DIRECTIONS]

    \n

    2 BR/1 Bath includes 2 twin beds, 1 queen bed, and 1 queen hide-a-bed, full kitchen, wood stove, washer/ dryer, telephone, air conditioning, charcoal grill, and television with satellite programming and a VCR. Rates begin at $80.00 per night for up to four adults, $5.00 per night for each additional adult. Maximum capacity is 8 persons.

    \n

    We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201

    Reservations HIGHLY recommended...
    *Reservations made during the holidays require a 50% non-refundable deposit.
    *One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    *Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!

    These Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. All properties are non-smoking!

    \n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Nov 2010 02:23:57 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:\"Timberon Restrictive Covenants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://www.timberonclassifieds.com/Services/Property_Info/114_Timberon_Restrictive_Covenants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4419:\"

    The Restrictive Covenants were set in the beginning of the Timberon development and \"go with the land\". Even though there is presently no group that enforces them, they definitely remain in force. It doesn\'t matter if you were never given a copy, don\'t agree with them, etc... You are taking a chance if you violate them. If you find yourself in the position of having to do something at odds with the restrictive covenants in you area, try to get them changed first.

    \n

    PDF Files from Pioneer Abstract and Title and Roberts Realty [Last Updated Dec 31, 2004]

    \n

    [Sacramento Ranches 1]   [Sacramento Ranches 2]   [Sacramento Ranches 3]   [Sacramento Ranches 4]   [Sacramento River Estates 1]   [Timberon 1]   [Timberon 1 Airfield]   [Timberon 1 Commercial]   [Timberon 1 Golf Course]   [Timberon 2]   [Timberon 2 Golf Course]   [Timberon 3]   [Timberon 3 Golf Course]   [Timberon 4]   [Timberon 4 Golf Course]   [Timberon 5]   [Timberon 5 Golf Course]   [Timberon 6]   [Timberon 6 Golf Course]   [Timberon 7]   [Timberon 7 Golf Course]   [Timberon 8]   [Timberon 8 Golf Course]   [Timberon 9]   [Timberon 10]   [Timberon 12]   [Timberon 13]   [Timberon 14]   [Timberon 14A]   [Timberon 15]   [Timberon 17]   [Timberon RV Park

    \n

    [Supporting 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Nov 2010 18:49:26 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:18:\"Timberon Plat Maps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.timberonclassifieds.com/Services/Property_Info/111_Timberon_Plat_Maps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17090:\"

    Plat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...

    \n

    Overall Map of Timberon... [Composite Timberon Plat Map]

    \n

    Timberon Airfield 1... [Original Plat]   [Re-Plat A]

    \n

    Timberon Commercial 1... [Original Plat]   [Area 1 Re-Plat A Block 2]   [Re-Plat A Block 2 Lot 10A]   [Re-Plat S Block 2]   [Area 1 Block A Re-Plat V]   [Re-Plat B Block 2]   [Easement Area 1 Block 2]

    \n

    Sacramento River Estates... [Original Plat]   [Re-Plat A Block 1]   [Block 1 Re-Plat B]

    \n

    Sacramento Mountain Ranch 1... [Original Plat]   [Block 5 Re-Plat A Lot 1]   [Re-Plat Lot 5 Block 5]   [Re-Plat A Block 5 Lot 4]   [Re-Plat B Block 5 Lot 5]

    \n

    Sacramento Mountain Ranch 2... [Original Plat]   [Block 7 Re-Plat A]

    \n

    Sacramento Mountain Ranch 3... [Original Plat]   [Block 13 Re-Plat M]   [Re-Plat Lots 4-5 Block 13]   [Re-Plat Lots 20-21 Block 13]

    \n

    Sacramento Mountain Ranch 4... [Original Plat]   [Re-Plat Block 23]

    \n

    Timberon Golf Course 1... [Original Plat]   [Block 3 Re-Plat A]

    \n

    Timberon Golf Course 2... [Original Plat]   [Re-Plat A Block 8]

    \n

    Timberon Golf Course 3... [Original Plat]

    \n

    Timberon Golf Course 4... [Original Plat]

    \n

    Timberon Golf Course 5... [Original Plat]

    \n

    Timberon Golf Course 6... [Original Plat]   [Block 16 Re-Plat A]

    \n

    Timberon Golf Course 7... [Original Plat]   [Block 6 Amend Re-Plat A]   [Block 6 Re-Plat A]   [Re-Plat A Block 19]   [Re-Plat A Block 20]

    \n

    Timberon Golf Course 8... [Original Plat]

    \n

    Timberon Unit 1... [Original Plat]

    \n

    Timberon Unit 2... [Original Plat]   [Block 47 Re-Plat M]

    \n

    Timberon Unit 3... [Original Plat]   [Block 58 Re-Plat A]   [Block 59 Re-Plat A]   [Block 59 Re-Plat B]   [Re-Plat 10A Block 61]   [Re-Plat A Block 50]   [Re-Plat A Block 53]   [Re-Plat A Block 56]   [Re-Plat A Block 61]   [Re-Plat D Block 57]

    \n

    Timberon Unit 4... [Original Plat]   [Block 25 Re-Plat A]

    \n

    Timberon Unit 5... [Original Plat]   [Re-Plat A Block 69]

    \n

    Timberon Unit 6... [Original Plat]   [T6 Re-Plat]   [Re-Plat A Block 99]   [Re-Plat A Block 100]

    \n

    Timberon Unit 7... [Original Plat]   [Block 81 Re-Plat]   [Re-Plat A Block 78]   [Re-Plat A Block 80]

    \n

    Timberon Unit 8... [Original Plat]   [Block 85 Re-Plat Lots 11-12]   [Block 92 Re-Plat]   [Block 86 Re-Plat A]   [Re-Plat 1A Block 85]   [Re-Plat A Block 82]   [Re-Plat A Block 90]   [Re-Plat A Block 98]   [Re-Plat B Block 85]   [Re-Plat B Block 91]   [Re-Plat B Block 93]   [Re-Plat C Block 84]   [Re-Plat C Block 85]   [Re-Plat M Block 82]

    \n

    Timberon Unit 9... [Original Plat]   [Re-Plat Block 159]

    \n

    Timberon Unit 10... [Original Plat]   [Re-Plat 1A Block 111]   [Re-Plat A Block 106]   [Re-Plat A Block 111]   [Re-Plat A Block 112]   [Re-Plat B Block 111]   [Re-Plat D Block 112]

    \n

    Timberon Unit 12... [Original Plat]   [Re-Plat A Block 102]   [Re-Plat B Block 103]   [Re-Plat C Block 103]   [Re-Plat C Block 118]   [T12 Re-Plat]

    \n

    Timberon Unit 13... [Original Plat]   [T13 Amended]

    \n

    Timberon Unit 14... [Original Plat]   [Re-Plat 54A Block 126]   [Re-Plat 83A Block 126]   [Re-Plat A Block 100]   [Re-Plat A Block 131]

    \n

    Timberon Unit 14A... [Original Plat]   [Re-Plat F Block 129]   [Re-Plat A Block 129]  

    \n

    Timberon Unit 15... [Original Plat]   [Block 165 Re-Plat A]   [Block 165 Re-Plat B]   [Block 168 Re-Plat A]   [Block 163 Re-Plat A]   [Block 172 Re-Plat A]

    \n

    Timberon Unit 17... [Original Plat]   [Re-Plat A Block 185]   [Re-Plat A]

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 21 Nov 2010 16:16:00 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:31:\"Timberon Unit #4 Block 6 Lot 34\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://www.timberonclassifieds.com/for_sale/property/76_Timberon_Unit_4_Block_6_Lot_34\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:251:\"

    Timberon Unit #4 Block 6 Lot 34 Land for sale 2.1 acres water and electric (Canyon Rd.) $20,000 obo. or Owner finance with $10,000 down and monthly pymts for 36 months at 6% interest please call 915-269-6291 or 915-269-4188 for more 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:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Oct 2010 16:54:17 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:5:\"$1500\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.timberonclassifieds.com/for_sale/classifieds/53_1500\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:290:\"

    Jeep for sale and running. It is titled as a 1942 but not sure if the year is correct. Has later Grille and Front fender wheel wells. Could use a steering box adjustment.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Jun 2010 04:43:43 +0100\";s: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:61:\"\n \n \n \n \n \";s:7:\"attribs\";a: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:\"T6-B75-B8 is now for sale by owner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.timberonclassifieds.com/for_sale/property/51_T6_B75_B8_is_now_for_sale_by_owner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:442:\"

    T6-B75-B8 is now for sale by owner. Water and Utilities nearby. Buyer PAYS land transfer fees and all related expenses of sale. Note : due to size of land being less than .50 acre , if you want to build on it , per the State of NM and Otero County , a new-type septic system must be installed. See regulations. Good for recreational use as well ! Owner Motivated to Sell ! Contact Larry @ 514-679-6578 or photolw2003@yahoo.com 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:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Jun 2010 23:09:15 +0100\";s:7:\"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:\"Mon, 09 May 2011 16:32:58 GMT\";s:6:\"server\";s:6:\"Apache\";s:12:\"x-powered-by\";s:10:\"PHP/5.2.17\";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:17:\"noahs-classifieds\";s:5:\"4.1.3\";s:19:\"content-disposition\";s:34:\"inline; filename=rss_latest_20.xml\";s:10:\"set-cookie\";a:2:{i:0;s:50:\"PHPSESSID=fb402c2f8bda9a42a51b9f1e983830bc; path=/\";i:1;s:70:\"globalUserId=1011117423; expires=Wed, 18-May-2033 03:33:20 GMT; path=/\";}s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:58:\"application/xml; charset=UTF-8; filename=rss_latest_20.xml\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(12071,0,'smcf_ua','1','yes'),(12245,0,'hb_db_version','','yes'),(12096,0,'widget_vikispot','a:3:{i:2;a:0:{}i:3;a:13:{s:5:\"label\";s:0:\"\";s:5:\"title\";s:0:\"\";s:5:\"video\";s:2:\"on\";s:8:\"selected\";s:4:\"news\";s:4:\"lang\";s:2:\"en\";s:4:\"font\";s:0:\"\";s:4:\"imgw\";s:2:\"80\";s:4:\"grid\";s:1:\"1\";s:4:\"line\";s:1:\"4\";s:5:\"count\";s:1:\"8\";s:5:\"vsize\";s:3:\"640\";s:4:\"desc\";s:1:\"4\";s:7:\"compact\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}','yes'),(12097,0,'widget_vikispot-stream','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12126,0,'magic_contact_options','a:13:{s:17:\"recipient_contact\";s:23:\"webmaster@timberon.info\";s:15:\"subject_contact\";s:21:\"A contactable message\";s:18:\"label_name_contact\";s:4:\"Name\";s:19:\"label_email_contact\";s:6:\"E-Mail\";s:21:\"label_website_contact\";s:7:\"Website\";s:22:\"label_feedback_contact\";s:12:\"You Feedback\";s:18:\"label_send_contact\";s:4:\"SEND\";s:19:\"recievedMsg_contact\";s:26:\"Thank you for your message\";s:22:\"notRecievedMsg_contact\";s:54:\"Sorry, your message could not be sent, try again later\";s:18:\"disclaimer_contact\";s:56:\"Please feel free to get in touch, we value your feedback\";s:18:\"hide_email_contact\";b:0;s:20:\"hide_website_contact\";b:0;s:12:\"side_contact\";s:4:\"left\";}','yes'),(12127,0,'magic_contact_version','0.2','yes'),(12132,0,'abam_display_menu','Timberon','yes'),(12145,0,'quick_navigation_panel_settings','a:6:{s:29:\"quick_navigation_panel_blocks\";a:1:{s:29:\"quick_navigation_panel_search\";s:3:\"yes\";}s:28:\"quick_navigation_panel_color\";s:7:\"#FFFFFF\";s:34:\"quick_navigation_panel_hover_color\";s:7:\"#750909\";s:34:\"quick_navigation_panel_border_size\";s:3:\"1px\";s:35:\"quick_navigation_panel_border_color\";s:7:\"#575757\";s:33:\"quick_navigation_panel_background\";s:7:\"#575757\";}','yes'),(13187,0,'ajaxchat_version','0.4.2','yes'),(13188,0,'ajaxchat_bottom_color','#575757','yes'),(12146,0,'quick_navigation_panel_version','1.0','yes'),(12251,0,'knote_db_version','','yes'),(12178,0,'calotropis_reset','','yes'),(12159,0,'fluency_login_style','false','yes'),(12160,0,'fluency_login_logo','','yes'),(12161,0,'fluency_login_link','','yes'),(12162,0,'fluency_menu_logo','','yes'),(12163,0,'fluency_hidden_menu_logo','','yes'),(12164,0,'fluency_menu_width','','yes'),(12165,0,'fluency_menu_position','true','yes'),(12166,0,'fluency_menu_icons','true','yes'),(12167,0,'fluency_click_menus','false','yes'),(12168,0,'fluency_hot_keys','true','yes'),(12169,0,'fluency_admin_drop_down','0','yes'),(12170,0,'fluency_hide_menu','0','yes'),(12177,0,'calotropis_bg','a:7:{s:5:\"image\";s:0:\"\";s:10:\"attachment\";s:6:\"scroll\";s:6:\"repeat\";s:9:\"no-repeat\";s:7:\"h_align\";s:6:\"center\";s:7:\"v_align\";s:3:\"top\";s:7:\"bgcolor\";s:6:\"000000\";s:6:\"resize\";s:3:\"100\";}','yes'),(12683,0,'cat_arch_data','s:1022:\"a:17:{i:45;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:34;a:3:{s:8:\"template\";s:12:\"/archive.php\";s:3:\"all\";s:3:\"all\";s:8:\"priority\";s:2:\"10\";}i:6;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:25;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:8;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:23;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:24;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:26;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:30;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:15;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:48;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:14;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:49;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:13;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:50;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:51;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:1;a:2:{s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}}\";','yes'),(12684,0,'cat_temp_post','s:58:\"a:2:{i:3455;s:11:\"/single.php\";i:3443;s:11:\"/single.php\";}\";','yes'),(12862,0,'rss_9e0b32913a4d74fcee743b1c1559a516_ts','1304949429','yes'),(12597,0,'wpguy_category_order','a:1:{i:34;s:19:\"6,25,26,30,15,14,13\";}','yes'),(12670,0,'widget_sub_page_navigation','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12628,0,'wpelb_options','a:16:{s:12:\"posts_active\";s:2:\"on\";s:15:\"comments_active\";s:2:\"on\";s:18:\"author_link_active\";s:2:\"on\";s:8:\"linkpath\";s:8:\"external\";s:8:\"template\";s:7:\"default\";s:15:\"backgroundcolor\";s:7:\"#808080\";s:11:\"bordercolor\";s:7:\"#e7e5dd\";s:9:\"fontcolor\";s:7:\"#e7e5dd\";s:9:\"linkcolor\";s:7:\"#e7e5dd\";s:15:\"backgroundimage\";s:0:\"\";s:23:\"backgroundimageposition\";s:0:\"\";s:21:\"backgroundimagerepeat\";s:9:\"no-repeat\";s:4:\"logo\";s:0:\"\";s:11:\"is_internal\";s:2:\"on\";s:8:\"no_apply\";s:0:\"\";s:9:\"on_bottom\";s:0:\"\";}','yes'),(12634,0,'widget_a2a_share_save_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12290,0,'rss_b5736ed4d3c5cb346e08c330561bf688_ts','1304433876','yes'),(12329,0,'tdomf_stat_submitted','8','yes'),(13986,0,'_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1305858340','no'),(13984,0,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1305858340','no'),(13985,0,'_transient_feed_1a5f760f2e2b48827d4974a60857e7c2','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/updated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2011 14:17: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: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:43:\"Donal MacArthur on \"HTML Sitemap Generator\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/extend/plugins/atlas-html-sitemap-generator/#post-24981\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 Mar 2011 05:54: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:42:\"24981@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:\"Add a customizable HTML sitemap to any page 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Donal MacArthur\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Marko-M on \"Quick Chat\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/quick-chat/#post-25989\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 13:40: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:42:\"25989@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:\"Quick Chat is elegant WordPress chat plugin. Quick Chat supports in post embedding, bad words filtering, emoticons, translation and css customization.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Marko-M\";s: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:48:\"Donald Gilbert on \"WordPress Admin Bar Improved\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/extend/plugins/wordpress-admin-bar-improved/#post-14221\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Nov 2009 18:31: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:42:\"14221@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:79:\"A set of custom tweaks to the WordPress Admin Bar that was introduced in WP3.1.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Donald Gilbert\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"redcocker on \"WP SyntaxHighlighter\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/extend/plugins/wp-syntaxhighlighter/#post-26252\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2011 01:09: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:42:\"26252@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:90:\"This plugin is code syntax highlighter based on SyntaxHighlighter ver. 3.0.83 and 2.1.382.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"redcocker\";s: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:32:\"oncletom on \"Canalblog 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/canalblog-importer/#post-15666\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 Jan 2010 07:35: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15666@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:131:\"Fatigué(e) d'avoir à gérer un blog sur Canalblog ? Cette extension va vous permettre de TOUT récupérer en quelques clics.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"oncletom\";s: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:31:\"mark8barnes on \"Sermon Browser\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/sermon-browser/#post-5890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 Jun 2008 17:30:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5890@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:139:\"Upload sermons to your website, where they can be searched, listened to, and downloaded. Easy to use with comprehensive help and tutorials.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"mark8barnes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"fritsjan on \"Add Clone Sites for WPMU (batch)\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/extend/plugins/add-cloned-sites-for-wpmu-batch/#post-25568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 15:38: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:42:\"25568@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:\"Batch add new sites on Wordpress MU / Wordpress Network while using a template site to clone, includes batch domainmapping of the new sites.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"fritsjan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"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: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: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: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:36:\"Vladimir Prelovac on \"Smart 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/smart-youtube/#post-2935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Feb 2008 12:05: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:\"2935@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:112:\"Smart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Vladimir Prelovac\";s: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:38:\"Vladimir Prelovac on \"WP Quick Deploy\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wp-quick-deploy/#post-22855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 08:49: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"22855@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:97:\"WP Quick Deploy allows you to pick your favorite plugins and install them at once without hassle.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Vladimir Prelovac\";s: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:34:\"Stefan M. on \"SMu Manual DoFollow\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/manuall-dofollow/#post-21126\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Sep 2010 22:44: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:\"21126@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:118:\"SMu DoFollow has many DoFollow Options (Manual or Automatism) and included URL Validator (Manual, WP-Cron or Cronjob).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Stefan M.\";s: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: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: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:\"HotelClub Plugin on \"HotelClub\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/hotelclub/#post-24417\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Feb 2011 03:56:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"24417@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:69:\"HotelClub provides a variety of widgets to search and display hotels.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"HotelClub 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: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:38:\"mdbitz on \"WordPress-Amazon-Associate\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.org/extend/plugins/wordpress-amazon-associate/#post-22129\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Nov 2010 01:44: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:\"22129@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:148:\"Quickly and easily monetize your webiste through the integration of Amazon\nproducts and widgets tagged with your and/or authors' associate ids.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"mdbitz\";s: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/updated\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a: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:\"2011-03-07 05:54:32\";s:14:\"content-length\";s:4:\"7974\";s:4:\"x-nc\";s:11:\"HIT luv 139\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(13594,0,'wppostits_timeinterval','5','yes'),(13595,0,'wppostits_style','wppostits_style1.png','yes'),(13342,0,'AdInserter1Options','a:11:{s:8:\"ad1_name\";s:10:\"Ad Block 1\";s:15:\"ad1_displayType\";s:14:\"Before Content\";s:19:\"ad1_paragraphNumber\";s:1:\"0\";s:17:\"ad1_directionType\";s:11:\"From Bottom\";s:13:\"ad1_floatType\";s:4:\"Left\";s:8:\"ad1_data\";s:1100:\"\r\n\r\n\r\n\r\n\r\n\r\n
    Advertisement
    \r\n \r\n
    \r\nTimberon 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.\r\n\r\n||\r\n\r\n\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.\";s:15:\"ad1_general_tag\";s:7:\"gadgets\";s:13:\"ad1_after_day\";s:1:\"0\";s:14:\"ad1_block_user\";s:0:\"\";s:12:\"ad1_disabled\";s:34:\"\";s:13:\"ad1_block_cat\";s:0:\"\";}','yes'),(13343,0,'AdInserter2Options','a:11:{s:8:\"ad2_name\";s:10:\"Ad Block 2\";s:15:\"ad2_displayType\";s:4:\"None\";s:19:\"ad2_paragraphNumber\";s:1:\"0\";s:17:\"ad2_directionType\";s:8:\"From Top\";s:13:\"ad2_floatType\";s:4:\"None\";s:8:\"ad2_data\";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.\";s:15:\"ad2_general_tag\";s:7:\"gadgets\";s:13:\"ad2_after_day\";s:1:\"0\";s:14:\"ad2_block_user\";s:0:\"\";s:12:\"ad2_disabled\";s:34:\"\";s:13:\"ad2_block_cat\";s:0:\"\";}','yes'),(13344,0,'AdInserter3Options','a:11:{s:8:\"ad3_name\";s:10:\"Ad Block 3\";s:15:\"ad3_displayType\";s:4:\"None\";s:19:\"ad3_paragraphNumber\";s:1:\"0\";s:17:\"ad3_directionType\";s:8:\"From Top\";s:13:\"ad3_floatType\";s:4:\"None\";s:8:\"ad3_data\";s:0:\"\";s:15:\"ad3_general_tag\";s:7:\"gadgets\";s:13:\"ad3_after_day\";s:1:\"0\";s:14:\"ad3_block_user\";s:0:\"\";s:12:\"ad3_disabled\";s:34:\"\";s:13:\"ad3_block_cat\";s:0:\"\";}','yes'),(13345,0,'AdInserter4Options','a:11:{s:8:\"ad4_name\";s:10:\"Ad Block 4\";s:15:\"ad4_displayType\";s:4:\"None\";s:19:\"ad4_paragraphNumber\";s:1:\"0\";s:17:\"ad4_directionType\";s:8:\"From Top\";s:13:\"ad4_floatType\";s:4:\"None\";s:8:\"ad4_data\";s:0:\"\";s:15:\"ad4_general_tag\";s:7:\"gadgets\";s:13:\"ad4_after_day\";s:1:\"0\";s:14:\"ad4_block_user\";s:0:\"\";s:12:\"ad4_disabled\";s:34:\"\";s:13:\"ad4_block_cat\";s:0:\"\";}','yes'),(13346,0,'AdInserter5Options','a:11:{s:8:\"ad5_name\";s:10:\"Ad Block 5\";s:15:\"ad5_displayType\";s:4:\"None\";s:19:\"ad5_paragraphNumber\";s:1:\"0\";s:17:\"ad5_directionType\";s:8:\"From Top\";s:13:\"ad5_floatType\";s:4:\"None\";s:8:\"ad5_data\";s:0:\"\";s:15:\"ad5_general_tag\";s:7:\"gadgets\";s:13:\"ad5_after_day\";s:1:\"0\";s:14:\"ad5_block_user\";s:0:\"\";s:12:\"ad5_disabled\";s:34:\"\";s:13:\"ad5_block_cat\";s:0:\"\";}','yes'),(13347,0,'AdInserter6Options','a:11:{s:8:\"ad6_name\";s:10:\"Ad Block 6\";s:15:\"ad6_displayType\";s:4:\"None\";s:19:\"ad6_paragraphNumber\";s:1:\"0\";s:17:\"ad6_directionType\";s:8:\"From Top\";s:13:\"ad6_floatType\";s:4:\"None\";s:8:\"ad6_data\";s:0:\"\";s:15:\"ad6_general_tag\";s:7:\"gadgets\";s:13:\"ad6_after_day\";s:1:\"0\";s:14:\"ad6_block_user\";s:0:\"\";s:12:\"ad6_disabled\";s:34:\"\";s:13:\"ad6_block_cat\";s:0:\"\";}','yes'),(13348,0,'AdInserter7Options','a:11:{s:8:\"ad7_name\";s:10:\"Ad Block 7\";s:15:\"ad7_displayType\";s:4:\"None\";s:19:\"ad7_paragraphNumber\";s:1:\"0\";s:17:\"ad7_directionType\";s:8:\"From Top\";s:13:\"ad7_floatType\";s:4:\"None\";s:8:\"ad7_data\";s:0:\"\";s:15:\"ad7_general_tag\";s:7:\"gadgets\";s:13:\"ad7_after_day\";s:1:\"0\";s:14:\"ad7_block_user\";s:0:\"\";s:12:\"ad7_disabled\";s:34:\"\";s:13:\"ad7_block_cat\";s:0:\"\";}','yes'),(13349,0,'AdInserter8Options','a:11:{s:8:\"ad8_name\";s:10:\"Ad Block 8\";s:15:\"ad8_displayType\";s:4:\"None\";s:19:\"ad8_paragraphNumber\";s:1:\"0\";s:17:\"ad8_directionType\";s:8:\"From Top\";s:13:\"ad8_floatType\";s:4:\"None\";s:8:\"ad8_data\";s:0:\"\";s:15:\"ad8_general_tag\";s:7:\"gadgets\";s:13:\"ad8_after_day\";s:1:\"0\";s:14:\"ad8_block_user\";s:0:\"\";s:12:\"ad8_disabled\";s:34:\"\";s:13:\"ad8_block_cat\";s:0:\"\";}','yes'),(13992,0,'_transient_timeout_rss_8f86a73a2b4743f38c245a91ab96ba97','1305819993','no'),(13993,0,'_transient_rss_8f86a73a2b4743f38c245a91ab96ba97','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:146:\"NMDGF: RT @AldoLeopoldFdn @NMDGF That\'s a great link! Thanks for sharing. / This one? Visit Aldo Leopold\'s Tres Piedras Home http://fb.me/Sf2OJQhp\";s:11:\"description\";s:146:\"NMDGF: RT @AldoLeopoldFdn @NMDGF That\'s a great link! Thanks for sharing. / This one? Visit Aldo Leopold\'s Tres Piedras Home http://fb.me/Sf2OJQhp\";s:7:\"pubdate\";s:31:\"Thu, 12 May 2011 21:37:53 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/68792033405444096\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/68792033405444096\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:146:\"NMDGF: RT @AldoLeopoldFdn @NMDGF That\'s a great link! Thanks for sharing. / This one? Visit Aldo Leopold\'s Tres Piedras Home http://fb.me/Sf2OJQhp\";}i:1;a:7:{s:5:\"title\";s:89:\"NMDGF: Birding at Bernardo Wildlife Area -- Take the new auto tour! http://fb.me/MWTWVAyH\";s:11:\"description\";s:89:\"NMDGF: Birding at Bernardo Wildlife Area -- Take the new auto tour! http://fb.me/MWTWVAyH\";s:7:\"pubdate\";s:31:\"Thu, 12 May 2011 17:02:51 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/68722818627534849\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/68722818627534849\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:89:\"NMDGF: Birding at Bernardo Wildlife Area -- Take the new auto tour! http://fb.me/MWTWVAyH\";}i:2;a:7:{s:5:\"title\";s:109:\"NMDGF: Get your tickets today for the 13th Annual Albuquerque Hunting Heritage Banquet. http://fb.me/Jjpcz9Un\";s:11:\"description\";s:109:\"NMDGF: Get your tickets today for the 13th Annual Albuquerque Hunting Heritage Banquet. http://fb.me/Jjpcz9Un\";s:7:\"pubdate\";s:31:\"Wed, 11 May 2011 17:07:27 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/68361589304205312\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/68361589304205312\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:109:\"NMDGF: Get your tickets today for the 13th Annual Albuquerque Hunting Heritage Banquet. http://fb.me/Jjpcz9Un\";}i:3;a:7:{s:5:\"title\";s:51:\"NMDGF: NMDGF - Fishing Report http://fb.me/XnsLa448\";s:11:\"description\";s:51:\"NMDGF: NMDGF - Fishing Report http://fb.me/XnsLa448\";s:7:\"pubdate\";s:31:\"Wed, 11 May 2011 14:08:47 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/68316625316749312\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/68316625316749312\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:51:\"NMDGF: NMDGF - Fishing Report http://fb.me/XnsLa448\";}i:4;a:7:{s:5:\"title\";s:51:\"NMDGF: NMDGF - Fishing Report http://fb.me/MDbVqhUD\";s:11:\"description\";s:51:\"NMDGF: NMDGF - Fishing Report http://fb.me/MDbVqhUD\";s:7:\"pubdate\";s:31:\"Wed, 11 May 2011 14:08:26 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/68316537991340032\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/68316537991340032\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:51:\"NMDGF: NMDGF - Fishing Report http://fb.me/MDbVqhUD\";}i:5;a:7:{s:5:\"title\";s:147:\"NMDGF: RT @KOB4: NM considers delisting desert bighorn sheep: The New Mexico Game and Fish Department is considering removing desert... http:// ...\";s:11:\"description\";s:147:\"NMDGF: RT @KOB4: NM considers delisting desert bighorn sheep: The New Mexico Game and Fish Department is considering removing desert... http:// ...\";s:7:\"pubdate\";s:31:\"Tue, 10 May 2011 20:44:55 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/68053929195352064\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/68053929195352064\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:147:\"NMDGF: RT @KOB4: NM considers delisting desert bighorn sheep: The New Mexico Game and Fish Department is considering removing desert... http:// ...\";}i:6;a:7:{s:5:\"title\";s:120:\"NMDGF: RT @screek: New Mexico wildlife officials consider delisting endangered desert bighorn sheep http://bit.ly/k9qGGF\";s:11:\"description\";s:120:\"NMDGF: RT @screek: New Mexico wildlife officials consider delisting endangered desert bighorn sheep http://bit.ly/k9qGGF\";s:7:\"pubdate\";s:31:\"Tue, 10 May 2011 20:44:49 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/68053902599274496\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/68053902599274496\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:120:\"NMDGF: RT @screek: New Mexico wildlife officials consider delisting endangered desert bighorn sheep http://bit.ly/k9qGGF\";}i:7;a:7:{s:5:\"title\";s:63:\"NMDGF: Aquatic Invasive Species Awareness http://fb.me/YJT7hQmx\";s:11:\"description\";s:63:\"NMDGF: Aquatic Invasive Species Awareness http://fb.me/YJT7hQmx\";s:7:\"pubdate\";s:31:\"Tue, 10 May 2011 19:02:51 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/68028242988236800\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/68028242988236800\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:63:\"NMDGF: Aquatic Invasive Species Awareness http://fb.me/YJT7hQmx\";}i:8;a:7:{s:5:\"title\";s:50:\"NMDGF: Expect to Be Checked! http://fb.me/UpemODOm\";s:11:\"description\";s:50:\"NMDGF: Expect to Be Checked! http://fb.me/UpemODOm\";s:7:\"pubdate\";s:31:\"Tue, 10 May 2011 16:15:27 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/67986116128686081\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/67986116128686081\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:50:\"NMDGF: Expect to Be Checked! http://fb.me/UpemODOm\";}i:9;a:7:{s:5:\"title\";s:67:\"NMDGF: Visit Aldo Leopold\'s Tres Piedras Home http://fb.me/Sf2OJQhp\";s:11:\"description\";s:67:\"NMDGF: Visit Aldo Leopold\'s Tres Piedras Home http://fb.me/Sf2OJQhp\";s:7:\"pubdate\";s:31:\"Tue, 10 May 2011 14:13:52 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/67955516088913920\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/67955516088913920\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:67:\"NMDGF: Visit Aldo Leopold\'s Tres Piedras Home http://fb.me/Sf2OJQhp\";}i:10;a:7:{s:5:\"title\";s:44:\"NMDGF: Stocking Report http://fb.me/VwGfVTla\";s:11:\"description\";s:44:\"NMDGF: Stocking Report http://fb.me/VwGfVTla\";s:7:\"pubdate\";s:31:\"Mon, 09 May 2011 21:47:58 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/67707409040285696\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/67707409040285696\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:44:\"NMDGF: Stocking Report http://fb.me/VwGfVTla\";}i:11;a:7:{s:5:\"title\";s:126:\"NMDGF: Just a reminder: May 12th is the deadline to apply for FISH & GAME WARDEN-BASIC-(Position #40869) http://fb.me/NjUPmXJB\";s:11:\"description\";s:126:\"NMDGF: Just a reminder: May 12th is the deadline to apply for FISH & GAME WARDEN-BASIC-(Position #40869) http://fb.me/NjUPmXJB\";s:7:\"pubdate\";s:31:\"Mon, 09 May 2011 15:10:21 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/67607343684259840\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/67607343684259840\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:126:\"NMDGF: Just a reminder: May 12th is the deadline to apply for FISH & GAME WARDEN-BASIC-(Position #40869) http://fb.me/NjUPmXJB\";}i:12;a:7:{s:5:\"title\";s:62:\"NMDGF: Importance of Water in New Mexico http://fb.me/wlNk1iRA\";s:11:\"description\";s:62:\"NMDGF: Importance of Water in New Mexico http://fb.me/wlNk1iRA\";s:7:\"pubdate\";s:31:\"Mon, 09 May 2011 14:45:25 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/67601067566837760\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/67601067566837760\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:62:\"NMDGF: Importance of Water in New Mexico http://fb.me/wlNk1iRA\";}i:13;a:7:{s:5:\"title\";s:109:\"NMDGF: Aiden Frentzel with a large Brown Trout he caught in the Jemez. Way to go Aiden! http://fb.me/Y3Ig9ck4\";s:11:\"description\";s:109:\"NMDGF: Aiden Frentzel with a large Brown Trout he caught in the Jemez. Way to go Aiden! http://fb.me/Y3Ig9ck4\";s:7:\"pubdate\";s:31:\"Fri, 06 May 2011 16:48:02 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/66544764543180800\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/66544764543180800\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:109:\"NMDGF: Aiden Frentzel with a large Brown Trout he caught in the Jemez. Way to go Aiden! http://fb.me/Y3Ig9ck4\";}i:14;a:7:{s:5:\"title\";s:47:\"NMDGF: Great catch Aiden! http://fb.me/AR1GAyQ3\";s:11:\"description\";s:47:\"NMDGF: Great catch Aiden! http://fb.me/AR1GAyQ3\";s:7:\"pubdate\";s:31:\"Fri, 06 May 2011 16:41:06 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/66543018689314816\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/66543018689314816\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:47:\"NMDGF: Great catch Aiden! http://fb.me/AR1GAyQ3\";}i:15;a:7:{s:5:\"title\";s:60:\"NMDGF: NM Youth Trap Shoot Competition http://fb.me/MCn8V8uY\";s:11:\"description\";s:60:\"NMDGF: NM Youth Trap Shoot Competition http://fb.me/MCn8V8uY\";s:7:\"pubdate\";s:31:\"Fri, 06 May 2011 16:23:13 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/66538519216128001\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/66538519216128001\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:60:\"NMDGF: NM Youth Trap Shoot Competition http://fb.me/MCn8V8uY\";}i:16;a:7:{s:5:\"title\";s:40:\"NMDGF: Tiger Bites http://fb.me/Kr7rUW8W\";s:11:\"description\";s:40:\"NMDGF: Tiger Bites http://fb.me/Kr7rUW8W\";s:7:\"pubdate\";s:31:\"Thu, 05 May 2011 18:18:13 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/66205072270434304\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/66205072270434304\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:40:\"NMDGF: Tiger Bites http://fb.me/Kr7rUW8W\";}i:17;a:7:{s:5:\"title\";s:80:\"NMDGF: GAME COMMISSION TO MEET TODAY, MAY 5 IN ALBUQUERQUE http://fb.me/AAnDBhNX\";s:11:\"description\";s:80:\"NMDGF: GAME COMMISSION TO MEET TODAY, MAY 5 IN ALBUQUERQUE http://fb.me/AAnDBhNX\";s:7:\"pubdate\";s:31:\"Thu, 05 May 2011 14:27:25 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/66146985987678208\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/66146985987678208\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:80:\"NMDGF: GAME COMMISSION TO MEET TODAY, MAY 5 IN ALBUQUERQUE http://fb.me/AAnDBhNX\";}i:18;a:7:{s:5:\"title\";s:57:\"NMDGF: Youth Trap Shoot Competition http://fb.me/WZFRT6zm\";s:11:\"description\";s:57:\"NMDGF: Youth Trap Shoot Competition http://fb.me/WZFRT6zm\";s:7:\"pubdate\";s:31:\"Tue, 03 May 2011 22:45:37 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/65547588052594688\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/65547588052594688\";s:7:\"twitter\";a:1:{s:6:\"source\";s:69:\"Facebook\";}s:7:\"summary\";s:57:\"NMDGF: Youth Trap Shoot Competition http://fb.me/WZFRT6zm\";}i:19;a:7:{s:5:\"title\";s:134:\"NMDGF: @NMDGF is recruiting Conservation Officers, accepting applications through May 12th; for more information: http://bit.ly/mD5RQO\";s:11:\"description\";s:134:\"NMDGF: @NMDGF is recruiting Conservation Officers, accepting applications through May 12th; for more information: http://bit.ly/mD5RQO\";s:7:\"pubdate\";s:31:\"Tue, 03 May 2011 14:33:49 +0000\";s:4:\"guid\";s:51:\"http://twitter.com/NMDGF/statuses/65423824639897600\";s:4:\"link\";s:51:\"http://twitter.com/NMDGF/statuses/65423824639897600\";s:7:\"twitter\";a:1:{s:6:\"source\";s:3:\"web\";}s:7:\"summary\";s:134:\"NMDGF: @NMDGF is recruiting Conservation Officers, accepting applications through May 12th; for more information: http://bit.ly/mD5RQO\";}}s:7:\"channel\";a:6:{s:5:\"title\";s:15:\"Twitter / NMDGF\";s:4:\"link\";s:24:\"http://twitter.com/NMDGF\";s:11:\"description\";s:46:\"Twitter updates from NM Game and Fish / NMDGF.\";s:8:\"language\";s:5:\"en-us\";s:3:\"ttl\";s:2:\"40\";s:7:\"tagline\";s:46:\"Twitter updates from NM Game and Fish / NMDGF.\";}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:\"\"c8a894ccd596afd27a8e05f26844de9c\"\";s:13:\"last_modified\";s:29:\"Thu, 19 May 2011 14:43:16 GMT\";}','no'),(12530,0,'widget_featured_post_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12470,0,'IR_Title','Information Reel','yes'),(12471,0,'IR_Height','140','yes'),(12472,0,'IR_SameTime','3','yes'),(12473,0,'IR_TextLength','125','yes'),(12466,0,'gNewsAnnouncementnoannouncement','No announcement available','yes'),(12467,0,'gNewsAnnouncementorder','0','yes'),(12474,0,'IR_type','widget','yes'),(12475,0,'IR_random','YES','yes'),(12503,0,'wp_announce_popup_height','500','yes'),(13198,0,'meebo_custom_buttons','','yes'),(12501,0,'wp_announce_popup_type','none','yes'),(12502,0,'wp_announce_popup_width','600','yes'),(12506,0,'wp_announce_member_popup_switch','','yes'),(12535,0,'widget_dc_jqfloatingmenu_widget','a:4:{i:2;a:0:{}i:3;a:12:{s:8:\"nav_menu\";i:35;s:5:\"event\";s:5:\"click\";s:5:\"width\";i:160;s:9:\"speedMenu\";i:600;s:10:\"speedFloat\";i:1500;s:8:\"location\";s:3:\"top\";s:5:\"align\";s:5:\"right\";s:7:\"offsetL\";i:10;s:7:\"offsetA\";i:10;s:4:\"skin\";s:8:\"no-theme\";s:9:\"autoClose\";s:4:\"true\";s:7:\"tabText\";s:4:\"Menu\";}i:4;a:12:{s:8:\"nav_menu\";i:35;s:5:\"event\";s:5:\"click\";s:5:\"width\";i:100;s:9:\"speedMenu\";i:600;s:10:\"speedFloat\";i:1500;s:8:\"location\";s:6:\"bottom\";s:5:\"align\";s:5:\"right\";s:7:\"offsetL\";i:10;s:7:\"offsetA\";i:10;s:4:\"skin\";s:9:\"Dark_grey\";s:9:\"autoClose\";s:4:\"true\";s:7:\"tabText\";s:4:\"Menu\";}s:12:\"_multiwidget\";i:1;}','yes'),(12509,0,'announce_id','3419','yes'),(12510,0,'announce_active','0','yes'),(12515,0,'wa_opts','a:18:{s:11:\"cookie_name\";s:15:\"wa_announcement\";s:17:\"cookie_expiration\";s:1:\"0\";s:14:\"animation_name\";s:81:\"http://www.timberon.info/blog/wp-content/plugins/welcome-announcement/wa_demo.swf\";s:16:\"animation_params\";s:275:\"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.\";s:17:\"alternate_content\";s:293:\"

    \r\n

    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.

    \";s:15:\"animation_width\";s:3:\"300\";s:16:\"animation_height\";s:3:\"300\";s:17:\"animation_bgcolor\";s:7:\"#ffffff\";s:12:\"veil_bgcolor\";s:7:\"#CCCCCC\";s:17:\"veil_transparency\";s:4:\"0.85\";s:16:\"fade_in_duration\";s:3:\"2.5\";s:11:\"anim_appear\";s:6:\"fadeIn\";s:11:\"veil_appear\";s:6:\"fadeIn\";s:18:\"animation_duration\";s:2:\"10\";s:17:\"fade_out_duration\";s:1:\"3\";s:14:\"anim_disappear\";s:7:\"fadeOut\";s:14:\"veil_disappear\";s:7:\"fadeOut\";s:8:\"defaults\";s:5:\"false\";}','yes'),(12682,0,'cat_temp_data','s:1324:\"a:17:{i:45;a:3:{s:2:\"id\";s:2:\"45\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:34;a:4:{s:2:\"id\";s:2:\"34\";s:8:\"template\";s:11:\"/single.php\";s:3:\"all\";s:3:\"all\";s:8:\"priority\";s:2:\"10\";}i:6;a:3:{s:2:\"id\";s:1:\"6\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:8;a:3:{s:2:\"id\";s:1:\"8\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:30;a:3:{s:2:\"id\";s:2:\"30\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:15;a:3:{s:2:\"id\";s:2:\"15\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:48;a:3:{s:2:\"id\";s:2:\"48\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:14;a:3:{s:2:\"id\";s:2:\"14\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:49;a:3:{s:2:\"id\";s:2:\"49\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:13;a:3:{s:2:\"id\";s:2:\"13\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:50;a:3:{s:2:\"id\";s:2:\"50\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:51;a:3:{s:2:\"id\";s:2:\"51\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:8:\"template\";s:1:\"0\";s:8:\"priority\";s:2:\"10\";}}\";','yes'),(12557,0,'wp-maintenance-mode-msqld','0','yes'),(12562,0,'plugin_maintenance-mode','a:17:{s:13:\"mamo_activate\";s:3:\"off\";s:13:\"pluginversion\";s:3:\"5.4\";s:18:\"mamo_excludedpaths\";s:0:\"\";s:18:\"mamo_include_feeds\";N;s:23:\"mamo_include_trackbacks\";N;s:19:\"mamo_include_xmlrpc\";N;s:18:\"mamo_backtime_days\";i:9;s:19:\"mamo_backtime_hours\";i:14;s:18:\"mamo_backtime_mins\";i:45;s:14:\"mamo_pagetitle\";s:11:\"Coming Soon\";s:12:\"mamo_pagemsg\";s:240:\"

    Being Redesigned

    \r\n\r\n

    [blogtitle] is currently undergoing extensive changes in function and appearance.
    \r\n
    \r\nPlease try back [until].

    \r\n\r\n

    Sorry for the inconvenience.

    \";s:22:\"mamo_placeholder_until\";s:96:\"in [days] days, [hours] hours, and [minutes] minutes
    (on [date] at [time])\";s:26:\"mamo_placeholder_until_exc\";s:10:\"again soon\";s:19:\"mamo_503_splashpage\";N;s:10:\"mamo_theme\";s:7:\"default\";s:18:\"mamo_role_frontend\";s:14:\"manage_options\";s:17:\"mamo_role_backend\";s:4:\"read\";}','yes'),(12861,0,'rss_9e0b32913a4d74fcee743b1c1559a516','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:5:{s:5:\"title\";s:69:\"OFFICIALS PLAN FOR LINCOLN NATIONAL FOREST CLOSURE DUE TO FIRE DANGER\";s:7:\"pubdate\";s:29:\"Thu, 05 May 2011 00:00:00 CDT\";s:4:\"link\";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:11:\"description\";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:\"summary\";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...\";}i:1;a:5:{s:5:\"title\";s:59:\"FOREST SERVICE TO CUT HAZARDOUS TREES ALONG U.S. HIGHWAY 82\";s:7:\"pubdate\";s:29:\"Mon, 02 May 2011 00:00:00 CDT\";s:4:\"link\";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:11:\"description\";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:\"summary\";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...\";}i:2;a:5:{s:5:\"title\";s:69:\"CLOSURE ORDER PROHIBITS ACCESS TO BURNED AREAS OF WHITE FIRE INCIDENT\";s:7:\"pubdate\";s:29:\"Mon, 02 May 2011 00:00:00 CDT\";s:4:\"link\";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:11:\"description\";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:\"summary\";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...\";}i:3;a:5:{s:5:\"title\";s:65:\"CLOSURE ORDER PROHIBITS ACCESS TO SITTING BULL FALLS DAY-USE AREA\";s:7:\"pubdate\";s:29:\"Wed, 27 Apr 2011 00:00:00 CDT\";s:4:\"link\";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:11:\"description\";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:\"summary\";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...\";}i:4;a:5:{s:5:\"title\";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:\"pubdate\";s:29:\"Mon, 25 Apr 2011 00:00:00 CDT\";s:4:\"link\";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:11:\"description\";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:\"summary\";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...\";}i:5;a:5:{s:5:\"title\";s:67:\"LEARN GARDENING TECHNIQUES AT SMOKEY?S GARDEN ARBOR DAY CELEBRATION\";s:7:\"pubdate\";s:29:\"Mon, 18 Apr 2011 00:00:00 CDT\";s:4:\"link\";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:11:\"description\";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:\"summary\";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...\";}i:6;a:5:{s:5:\"title\";s:45:\"WHITE FIRE NEWS RELEASE April 7, 2011 8:00 PM\";s:7:\"pubdate\";s:29:\"Fri, 08 Apr 2011 00:00:00 CDT\";s:4:\"link\";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:11:\"description\";s:53:\" \n\n Acres: 10,341  ...\";s:7:\"summary\";s:53:\" \n\n Acres: 10,341  ...\";}i:7;a:5:{s:5:\"title\";s:33:\"White Fire News: 4/4/2011 8:00pm\";s:7:\"pubdate\";s:29:\"Tue, 05 Apr 2011 00:00:00 CDT\";s:4:\"link\";s:342:\"http://www.fs.usda.gov/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gjAwhwtDDw9_AI8zPwhQoY6IeDdGCqCPOBqwDLG-AAjgb6fh75uan6BdnZaY6OiooA1tkqlQ!!/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&cid=STELPRDB5290580&navid=180000000000000&pnavid=null&ss=110308&position=News&ttype=detail\";s:11:\"description\";s:92:\" \n\n WHITE FIRE NEWS RELEASE\n\n April 4, 2011 8:00 PM\n\n \n\n Acres: 10,089 ...\";s:7:\"summary\";s:92:\" \n\n WHITE FIRE NEWS RELEASE\n\n April 4, 2011 8:00 PM\n\n \n\n Acres: 10,089 ...\";}i:8;a:5:{s:5:\"title\";s:63:\"LINCOLN NATIONAL FOREST TO IMPLEMENT STAGE II FIRE RESTRICTIONS\";s:7:\"pubdate\";s:29:\"Tue, 05 Apr 2011 00:00:00 CDT\";s:4:\"link\";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:11:\"description\";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:\"summary\";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...\";}i:9;a:5:{s:5:\"title\";s:34:\"White Fire News: 4/5/2011 10:30pm\";s:7:\"pubdate\";s:29:\"Tue, 05 Apr 2011 00:00:00 CDT\";s:4:\"link\";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:11:\"description\";s:53:\" \n\n Acres: 10,089  ...\";s:7:\"summary\";s:53:\" \n\n Acres: 10,089  ...\";}}s:7:\"channel\";a:4:{s:5:\"title\";s:30:\"News For LincolnNationalForest\";s:4:\"link\";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:11:\"description\";s:30:\"News For LincolnNationalForest\";s:7:\"tagline\";s:30:\"News For LincolnNationalForest\";}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\";}}','yes'),(12547,0,'widget_noaa_weather','a:3:{i:2;a:0:{}i:3;a:2:{s:10:\"noaa_title\";s:7:\"Weather\";s:9:\"noaa_code\";s:4:\"KSRR\";}s:12:\"_multiwidget\";i:1;}','yes'),(12556,0,'wp-maintenance-mode','a:10:{s:6:\"active\";i:0;s:5:\"radio\";i:0;s:4:\"time\";i:60;s:4:\"link\";i:1;s:5:\"theme\";i:1;s:4:\"role\";s:13:\"administrator\";s:4:\"unit\";i:1;s:5:\"title\";s:16:\"Maintenance mode\";s:4:\"text\";s:189:\"

    Sorry for the inconvenience.
    Our website is currently undergoing scheduled maintenance.
    Please try back in %1$s %2$s
    Thank you for your understanding.

    \";s:7:\"exclude\";s:23:\"wp-cron, feed, wp-admin\";}','yes'),(12869,0,'widget_better_rss_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(12872,0,'crs_title','','yes'),(12873,0,'crs_display_width','100','yes'),(12874,0,'crs_display_count','1','yes'),(12875,0,'crs_record_height','30','yes'),(12876,0,'crs_rss_url','http://www.fs.usda.gov/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','yes'),(12900,0,'widget_rss-just-better','a:8:{i:2;a:0:{}i:3;a:11:{s:5:\"title\";s:0:\"\";s:4:\"name\";s:50:\"http://feeds.feedburner.com/Kobcom-SeNewMexicoNews\";s:6:\"number\";s:2:\"10\";s:6:\"charex\";s:2:\"50\";s:6:\"target\";s:6:\"_blank\";s:4:\"list\";s:2:\"ul\";s:8:\"lkbtitle\";N;s:7:\"pubdate\";s:2:\"on\";s:7:\"pubtime\";s:2:\"on\";s:9:\"pubauthor\";N;s:7:\"excerpt\";N;}i:4;a:11:{s:5:\"title\";s:0:\"\";s:4:\"name\";s:80:\"http://www.krqe.com/feeds/rssFeed?siteId=20019&obfType=RSS_FEED&categoryId=30381\";s:6:\"number\";s:2:\"10\";s:6:\"charex\";s:2:\"50\";s:6:\"target\";s:6:\"_blank\";s:4:\"list\";s:2:\"ol\";s:8:\"lkbtitle\";N;s:7:\"pubdate\";s:2:\"on\";s:7:\"pubtime\";s:2:\"on\";s:9:\"pubauthor\";N;s:7:\"excerpt\";N;}i:5;a:11:{s:5:\"title\";s:0:\"\";s:4:\"name\";s:72:\"http://feeds.alamogordonews.com/mngi/rss/CustomRssServlet/561/200447.xml\";s:6:\"number\";s:2:\"10\";s:6:\"charex\";s:2:\"50\";s:6:\"target\";s:6:\"_blank\";s:4:\"list\";s:2:\"ul\";s:8:\"lkbtitle\";N;s:7:\"pubdate\";N;s:7:\"pubtime\";N;s:9:\"pubauthor\";N;s:7:\"excerpt\";N;}i:6;a:11:{s:5:\"title\";s:0:\"\";s:4:\"name\";s:37:\"http://nmfireinfo.wordpress.com/feed/\";s:6:\"number\";s:1:\"5\";s:6:\"charex\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:4:\"list\";s:2:\"ul\";s:8:\"lkbtitle\";N;s:7:\"pubdate\";s:2:\"on\";s:7:\"pubtime\";s:2:\"on\";s:9:\"pubauthor\";N;s:7:\"excerpt\";N;}i:7;a:11:{s:5:\"title\";s:0:\"\";s:4:\"name\";s:55:\"http://twitter.com/statuses/user_timeline/119168644.rss\";s:6:\"number\";s:1:\"3\";s:6:\"charex\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:4:\"list\";s:2:\"ul\";s:8:\"lkbtitle\";N;s:7:\"pubdate\";N;s:7:\"pubtime\";N;s:9:\"pubauthor\";N;s:7:\"excerpt\";N;}i:8;a:11:{s:5:\"title\";s:0:\"\";s:4:\"name\";s:384:\"http://www.fs.usda.gov/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:6:\"number\";s:1:\"5\";s:6:\"charex\";s:0:\"\";s:6:\"target\";s:6:\"_blank\";s:4:\"list\";s:2:\"ul\";s:8:\"lkbtitle\";N;s:7:\"pubdate\";N;s:7:\"pubtime\";N;s:9:\"pubauthor\";N;s:7:\"excerpt\";N;}s:12:\"_multiwidget\";i:1;}','yes'),(12963,0,'plp_show_include_field','on','yes'),(12964,0,'plp_db_version','2','yes'),(13010,0,'category_children','a:8:{i:34;a:7:{i:0;i:6;i:1;i:13;i:2;i:14;i:3;i:15;i:4;i:25;i:5;i:26;i:6;i:30;}i:25;a:3:{i:0;i:8;i:1;i:23;i:2;i:24;}i:15;a:2:{i:0;i:48;i:1;i:57;}i:14;a:1:{i:0;i:49;}i:53;a:1:{i:0;i:54;}i:58;a:2:{i:0;i:55;i:1;i:56;}i:13;a:1:{i:0;i:60;}i:50;a:1:{i:0;i:61;}}','yes'),(12893,0,'rss_df22ae8e6ae6298fd288aae8af341557_ts','1304953397','yes'),(13956,0,'_transient_timeout_feed_mod_df22ae8e6ae6298fd288aae8af341557','1305855688','no'),(13954,0,'_transient_timeout_feed_df22ae8e6ae6298fd288aae8af341557','1305855688','no'),(13955,0,'_transient_feed_df22ae8e6ae6298fd288aae8af341557','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: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:32:\"\n\n\n\n\n\n\n\n\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:4:{s:0:\"\";a:4:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"KOB.com - Southeast New Mexico 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: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:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://media.msnbc.msn.com/i/msnbc/Sections/Local%20News/_Config/Logo/KOB_logo.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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"http://kob.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:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KOB.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:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"62-year-old Moriarty store closes its doors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1601:\"\"\"Mike\'s Friendly Store, a landmark business in Moriarty, will be closing its doors next month after 62 years in business on old Route 66.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/6TrVhSzFr3I/s2118251.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 19 May 2011 01:45:39 GMT\";s: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.KOB.com/article/stories/s2118251.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Gas war has erupted in Roswell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1557:\"\"\"Three stations on north Main Street in Roswell are competing for business by dropping the price of gas.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/1dhskTazo5A/s2118163.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 19 May 2011 01:17:21 GMT\";s: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.KOB.com/article/stories/s2118163.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Bear caught in Roswell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1543:\"\"\"Officials have caught a bear that was on the loose in Roswell Wednesday afternoon.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/WeyOkzCJmiI/s2117989.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 19 May 2011 01:54:13 GMT\";s: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.KOB.com/article/stories/s2117989.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Wildfire costs soar due to drought conditions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1639:\"\"\"Chaves County, like every other county in the state, is dealing with the severe drought that continues to feed wildfires. All of that comes at a huge financial cost.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/iJKJdTEmOOs/s2116397.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 18 May 2011 01:31:53 GMT\";s: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.KOB.com/article/stories/s2116397.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Phony money circulating through Roswell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1627:\"\"\"\n\n Roswell Police are investigating more than 30 cases of counterfeit cash circulating around the city and they are warning businesses to be on the look out.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/_vokCzDnJ9k/s2116354.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 18 May 2011 00:28:27 GMT\";s: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.KOB.com/article/stories/s2116354.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Grass fire breaks out in Eastern New Mexico\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1530:\"State Forestry has informed KOB Eyewitness News 4 of an active 5,000 acre grass fire northeast of Melrose.
    \n > Share your pictures or videos\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/QZBSF-Yqtj4/s2115944.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 17 May 2011 22:56:16 GMT\";s: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.KOB.com/article/stories/s2115944.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Carlsbad PD warns of purse thieves\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1402:\"Carlsbad police say someone is talking their way into homes and stealing purses.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/I_roaiimgYs/s2115642.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 17 May 2011 17:44:46 GMT\";s: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.KOB.com/article/stories/s2115642.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Nuclear facility changing face of oil dependent economy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1587:\"\"\"The new uranium enrichment facility is bringing new jobs and changing the face of Lea County’s oil and gas dependent economy.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/Q9kl2UWfz60/s2114720.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 17 May 2011 05:09:10 GMT\";s: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.KOB.com/article/stories/s2114720.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Suspected burglar loses his bumper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1562:\"\"\"Roswell police are hoping a unique piece of evidence will help them catch a suspect in burglary.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/XD48NcnKS4E/s2114621.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 17 May 2011 00:37:52 GMT\";s: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.KOB.com/article/stories/s2114621.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Man shot at Roswell grocery store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1587:\"\"\"Roswell police are investigating a shooting at a local grocery store that sent one man to the hospital.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/RgJUUJVITEM/s2114498.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 17 May 2011 00:22:09 GMT\";s: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.KOB.com/article/stories/s2114498.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"State looks to rollback energy efficient building 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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1639:\"\"\"\n\n The state Construction Industries Commission is looking to roll back energy efficient building standards implemented by Gov. Bill Richardson\'s administration.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/AT2DwWekv-E/s2113876.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 16 May 2011 17:14:27 GMT\";s: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.KOB.com/article/stories/s2113876.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Crews battling large wildfires in New Mexico\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1589:\"\"\"\n\n Firefighters dealt with gusty winds Monday as they battled two large wildfires and a smaller blaze in New Mexico.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/WX-FjvgI1Kc/s2113525.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 17 May 2011 00:07:42 GMT\";s: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.KOB.com/article/stories/s2113525.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Blaze in Gila Wilderness chews through more timber\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1627:\"\"\"A wildfire burning for more than two weeks in and near the rugged Gila Wilderness in southwest New Mexico has grown to more than 70,000 acres.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/ivvGPtjqCnc/s2113112.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 16 May 2011 05:54:41 GMT\";s: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.KOB.com/article/stories/s2113112.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"San Jon teen dies from crash during police chase\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1535:\"\"\"A 19-year-old San Jon man has died after rolling his pickup while trying to evade police.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/EjB6Ief7ZWM/s2113109.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 16 May 2011 05:24:52 GMT\";s: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.KOB.com/article/stories/s2113109.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Portales teens put sewing talents to work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1420:\"Portales High School clothing design students are making dresses for impoverished girls in Africa.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/LtMG_FKx5fg/s2112389.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sun, 15 May 2011 02:40:09 GMT\";s: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.KOB.com/article/stories/s2112389.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Mayhill fire in NM now 98 percent contained\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1612:\"\"\"A wildfire burning for nearly two weeks in and near the rugged Gila Wilderness in southwest New Mexico has grown to more than 63,000 acres.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/ymB4aSQI-ng/s2112366.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 19 May 2011 05:14:43 GMT\";s: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.KOB.com/article/stories/s2112366.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Students honor fallen soldier in Roswell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1595:\"\"\"The third grade class at Washington Avenue Elementary School launched rockets in honor of Private First Class Antonio Stiggins.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/3NLEM-GGzEo/s2111686.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 14 May 2011 03:05:19 GMT\";s: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.KOB.com/article/stories/s2111686.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Family of woman accused in death investigation speaks out\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1570:\"\"\"The sister of a Roswell woman facing charges in connection to the death of a teenager is speaking out.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/2YJtIWr0TM4/s2111668.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 14 May 2011 02:29:45 GMT\";s: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.KOB.com/article/stories/s2111668.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Teens linked to graffiti spree in Roswell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1579:\"\"\"Buildings, dumpsters, electrical boxes, you name it; it was all tagged during the early morning spraying spree.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/GDuEPewIOzs/s2111667.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 14 May 2011 02:15:48 GMT\";s: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.KOB.com/article/stories/s2111667.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"SUV falls on man in Carlsbad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1391:\"A Carlsbad man has died after a sport utility vehicle on fell on him.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/rWFWfH2uxvs/s2110673.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Fri, 13 May 2011 15:13:33 GMT\";s: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.KOB.com/article/stories/s2110673.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Mayhill fire burns ranger district buildings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1619:\"\"\"The Mayhill fire, east of Cloudcroft, has burned 28,000 acres and destroyed three homes, three commercial-government buildings and 11 outbuildings.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/1L7nDCszNz8/s2108561.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 12 May 2011 16:07:22 GMT\";s: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.KOB.com/article/stories/s2108561.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Doctor shortage impacts New Mexico healthcare\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1584:\"\"\"There is a shortage of 400 to 600 full time doctors and it\'s a problem that affects thousand of New Mexicans everyday.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/StwvPK3e7Js/s2108490.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 12 May 2011 15:05:54 GMT\";s: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.KOB.com/article/stories/s2108490.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Busy day: Three bears caught in Roswell, Belen, Los Lunas\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1559:\"\"\"Dry conditions are blamed for three bears wandering into Roswell, Belen and Los Lunas Wednesday.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/Rl122a7Zt8k/s2108417.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 12 May 2011 16:13:45 GMT\";s: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.KOB.com/article/stories/s2108417.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"NM issues smoke advisory because of wildfires\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1609:\"\"\"New Mexico officials have issued a smoke advisory for areas of the state affected by smoke from multiple wildfires in New Mexico, Arizona and Mexico.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/0Z9K5BAa6d0/s2106601.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 11 May 2011 17:00:19 GMT\";s: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.KOB.com/article/stories/s2106601.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Roswell teen charged in \'sexting\' case\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1578:\"\"\"Roswell Police have arrested and charged a 14-year-old high school freshman in an alleged "sexting" case.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/x7HihEzmm20/s2106302.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 11 May 2011 14:47:09 GMT\";s: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.KOB.com/article/stories/s2106302.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Evacuated Mayhill residents allowed to return 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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1819:\"\"\"A wildfire west of the Sacramento Mountain village of Mayhill has burned more than 10,000 acres, but residents now are being allowed to return to their homes.
    \n > Fires prompt evacuations around state\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/BhNgi0ixp3I/s2104405.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 11 May 2011 14:49:16 GMT\";s: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.KOB.com/article/stories/s2104405.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Woman arrested in death of Roswell teen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1560:\"\"\"Roswell police have made an arrest in the death of a young girl who was found inside a home last week.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/B0qNu_ter-w/s2103274.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Mon, 9 May 2011 23:41:07 GMT\";s: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.KOB.com/article/stories/s2103274.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Fires prompt evacuations around the state\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1832:\"\"\"High winds and dry conditions helped fan several fires throughout the state threatening homes and even forcing some evacuations Monday.
    \n > Evacuations ordered in village of Queens
    \n > Submit your photos\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/Aec0nNxX1LI/s2103069.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 10 May 2011 16:43:45 GMT\";s: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.KOB.com/article/stories/s2103069.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Roosevelt Co. budgets for high fuel prices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1415:\"Roosevelt County authorities are adding more money to their budgets to cover high gas prices.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/_9NnrijHuSo/s2102746.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Mon, 9 May 2011 16:17:22 GMT\";s: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.KOB.com/article/stories/s2102746.shtml?cat=519\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Cloudcroft weighs 4 day school week\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Cloudcroft school board members are looking at cost savings as they wrangle with a $400,000 budget deficit.\n


    \n

    \n \n
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://feedproxy.google.com/~r/Kobcom-SeNewMexicoNews/~3/gTspbPF7SmI/s2102718.shtml\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"subject\";a:1:{i:0;a:5:{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:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"www.KOB.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Mon, 9 May 2011 16:03:35 GMT\";s: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.KOB.com/article/stories/s2102718.shtml?cat=519\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Roswell, Alamogordo, Artesia, Carlsbad, Portales and Southeast New Mexico news from KOB Eyewitness News 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: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:50:\"http://feeds.feedburner.com/Kobcom-SeNewMexicoNews\";}}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:22:\"kobcom-senewmexiconews\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://www.w3.org/2003/01/geo/wgs84_pos#\";a:2:{s:3:\"lat\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"33.485178\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"long\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"-104.550898\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"aqrSLnxXtDkctpb+HF5xJoe0OQ8\";s:13:\"last-modified\";s:29:\"Thu, 19 May 2011 13:37:28 GMT\";s:4:\"date\";s:29:\"Thu, 19 May 2011 13:38:11 GMT\";s:7:\"expires\";s:29:\"Thu, 19 May 2011 13:38:11 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'),(13669,0,'widget_randomtext','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13546,0,'guan_image_notes_enable_comments_thumbnail','0','yes'),(13957,0,'_transient_feed_mod_df22ae8e6ae6298fd288aae8af341557','1305812488','no'),(12911,0,'_transient_timeout_feed_mod_158246107829064da986334b11892600','1305002140','no'),(12912,0,'_transient_feed_mod_158246107829064da986334b11892600','1304958940','no'),(12930,0,'ws_menu_editor','a:2:{s:22:\"hide_advanced_settings\";b:1;s:19:\"menu_format_version\";i:0;}','yes'),(12945,0,'zigdashnote_options','a:3:{s:5:\"title\";s:11:\"ZigDashNote\";s:4:\"text\";s:14:\"Your text here\";s:6:\"credit\";i:1;}','yes'),(12937,0,'hap_wpr-contributor','a:16:{s:5:\"Posts\";s:10:\"menu-posts\";s:5:\"Media\";s:10:\"menu-media\";s:5:\"Links\";s:10:\"menu-links\";s:5:\"Pages\";s:10:\"menu-pages\";s:8:\"Comments\";s:13:\"menu-comments\";s:10:\"Formidable\";s:24:\"toplevel_page_formidable\";s:7:\"Plugins\";s:12:\"menu-plugins\";s:5:\"Users\";s:10:\"menu-users\";s:5:\"Tools\";s:10:\"menu-tools\";s:8:\"Settings\";s:13:\"menu-settings\";s:13:\"Biz Directory\";s:51:\"toplevel_page_business-directory-business-directory\";s:9:\"Guestbook\";s:33:\"toplevel_page_gwolle-gb-gwolle-gb\";s:12:\"Mingle Forum\";s:26:\"toplevel_page_mingle-forum\";s:7:\"Gallery\";s:29:\"toplevel_page_nextgen-gallery\";s:15:\"Public Uploader\";s:37:\"toplevel_page_nextgen-public-uploader\";s:9:\"Dashboard\";s:14:\"menu-dashboard\";}','yes'),(12962,0,'plp_show_link_text_field','on','yes'),(12965,0,'plp_add_home_link','','yes'),(12966,0,'plp_add_contact_link','','yes'),(12967,0,'plp_unlink_current','','yes'),(12968,0,'plp_unlink_js','','yes'),(12969,0,'plp_exclude_children','','yes'),(12970,0,'plp_label_first_item','','yes'),(12971,0,'plp_add_spans_at_start_of_list_items','','yes'),(12972,0,'plp_add_spans_inside_list_items','','yes'),(12973,0,'plp_add_spans_at_start_of_anchors','','yes'),(12974,0,'plp_add_spans_inside_anchors','','yes'),(12975,0,'plp_remove_title_attributes','','yes'),(12976,0,'plp_show_link_class_field','','yes'),(12977,0,'plp_show_title_attribute_field','','yes'),(12978,0,'plp_show_redirect_field','','yes'),(12979,0,'plp_show_target_blank','','yes'),(12980,0,'plp_show_link_field','on','yes'),(12981,0,'plp_show_nofollow_field','','yes'),(12982,0,'plp_delete_data_on_deactivation','','yes'),(13047,0,'_transient_timeout_feed_mod_9cf7509415997d62a58a2ea464df90e7','1305075391','no'),(13048,0,'_transient_feed_mod_9cf7509415997d62a58a2ea464df90e7','1305032191','no'),(13441,0,'_transient_feed_8f86a73a2b4743f38c245a91ab96ba97','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:4:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:93:\"\n \n \n \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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Twitter / NMDGF\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Twitter updates from NM Game and Fish / NMDGF.\";s:7:\"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:3:\"ttl\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"40\";s:7:\"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:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"NMDGF: RT @AldoLeopoldFdn @NMDGF That\'s a great link! Thanks for sharing. / This one? Visit Aldo Leopold\'s Tres Piedras Home http://fb.me/Sf2OJQhp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"NMDGF: RT @AldoLeopoldFdn @NMDGF That\'s a great link! Thanks for sharing. / This one? Visit Aldo Leopold\'s Tres Piedras Home http://fb.me/Sf2OJQhp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 12 May 2011 21:37:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://twitter.com/NMDGF/statuses/68792033405444096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/68792033405444096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"NMDGF: Birding at Bernardo Wildlife Area -- Take the new auto tour! http://fb.me/MWTWVAyH\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"NMDGF: Birding at Bernardo Wildlife Area -- Take the new auto tour! http://fb.me/MWTWVAyH\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 12 May 2011 17: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:51:\"http://twitter.com/NMDGF/statuses/68722818627534849\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/68722818627534849\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"NMDGF: Get your tickets today for the 13th Annual Albuquerque Hunting Heritage Banquet. http://fb.me/Jjpcz9Un\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"NMDGF: Get your tickets today for the 13th Annual Albuquerque Hunting Heritage Banquet. http://fb.me/Jjpcz9Un\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 17:07: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:51:\"http://twitter.com/NMDGF/statuses/68361589304205312\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/68361589304205312\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"NMDGF: NMDGF - Fishing Report http://fb.me/XnsLa448\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"NMDGF: NMDGF - Fishing Report http://fb.me/XnsLa448\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 14:08:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://twitter.com/NMDGF/statuses/68316625316749312\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/68316625316749312\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"NMDGF: NMDGF - Fishing Report http://fb.me/MDbVqhUD\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"NMDGF: NMDGF - Fishing Report http://fb.me/MDbVqhUD\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 14:08: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:51:\"http://twitter.com/NMDGF/statuses/68316537991340032\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/68316537991340032\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"NMDGF: RT @KOB4: NM considers delisting desert bighorn sheep: The New Mexico Game and Fish Department is considering removing desert... http:// ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"NMDGF: RT @KOB4: NM considers delisting desert bighorn sheep: The New Mexico Game and Fish Department is considering removing desert... http:// ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 May 2011 20:44: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:51:\"http://twitter.com/NMDGF/statuses/68053929195352064\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/68053929195352064\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"NMDGF: RT @screek: New Mexico wildlife officials consider delisting endangered desert bighorn sheep http://bit.ly/k9qGGF\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"NMDGF: RT @screek: New Mexico wildlife officials consider delisting endangered desert bighorn sheep http://bit.ly/k9qGGF\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 May 2011 20:44:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://twitter.com/NMDGF/statuses/68053902599274496\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/68053902599274496\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"NMDGF: Aquatic Invasive Species Awareness http://fb.me/YJT7hQmx\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"NMDGF: Aquatic Invasive Species Awareness http://fb.me/YJT7hQmx\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 May 2011 19: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:51:\"http://twitter.com/NMDGF/statuses/68028242988236800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/68028242988236800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"NMDGF: Expect to Be Checked! http://fb.me/UpemODOm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"NMDGF: Expect to Be Checked! http://fb.me/UpemODOm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 May 2011 16: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:51:\"http://twitter.com/NMDGF/statuses/67986116128686081\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/67986116128686081\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"NMDGF: Visit Aldo Leopold\'s Tres Piedras Home http://fb.me/Sf2OJQhp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"NMDGF: Visit Aldo Leopold\'s Tres Piedras Home http://fb.me/Sf2OJQhp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 May 2011 14:13: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:51:\"http://twitter.com/NMDGF/statuses/67955516088913920\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/67955516088913920\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"NMDGF: Stocking Report http://fb.me/VwGfVTla\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"NMDGF: Stocking Report http://fb.me/VwGfVTla\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 21:47: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:51:\"http://twitter.com/NMDGF/statuses/67707409040285696\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/67707409040285696\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"NMDGF: Just a reminder: May 12th is the deadline to apply for FISH & GAME WARDEN-BASIC-(Position #40869) http://fb.me/NjUPmXJB\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"NMDGF: Just a reminder: May 12th is the deadline to apply for FISH & GAME WARDEN-BASIC-(Position #40869) http://fb.me/NjUPmXJB\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 15:10: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://twitter.com/NMDGF/statuses/67607343684259840\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/67607343684259840\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"NMDGF: Importance of Water in New Mexico http://fb.me/wlNk1iRA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"NMDGF: Importance of Water in New Mexico http://fb.me/wlNk1iRA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 14:45: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:51:\"http://twitter.com/NMDGF/statuses/67601067566837760\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/67601067566837760\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"NMDGF: Aiden Frentzel with a large Brown Trout he caught in the Jemez. Way to go Aiden! http://fb.me/Y3Ig9ck4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"NMDGF: Aiden Frentzel with a large Brown Trout he caught in the Jemez. Way to go Aiden! http://fb.me/Y3Ig9ck4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2011 16:48: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:51:\"http://twitter.com/NMDGF/statuses/66544764543180800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/66544764543180800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"NMDGF: Great catch Aiden! http://fb.me/AR1GAyQ3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"NMDGF: Great catch Aiden! http://fb.me/AR1GAyQ3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2011 16:41: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:51:\"http://twitter.com/NMDGF/statuses/66543018689314816\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/66543018689314816\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"NMDGF: NM Youth Trap Shoot Competition http://fb.me/MCn8V8uY\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"NMDGF: NM Youth Trap Shoot Competition http://fb.me/MCn8V8uY\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2011 16:23: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:51:\"http://twitter.com/NMDGF/statuses/66538519216128001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/66538519216128001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"NMDGF: Tiger Bites http://fb.me/Kr7rUW8W\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"NMDGF: Tiger Bites http://fb.me/Kr7rUW8W\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2011 18:18: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:51:\"http://twitter.com/NMDGF/statuses/66205072270434304\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/66205072270434304\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"NMDGF: GAME COMMISSION TO MEET TODAY, MAY 5 IN ALBUQUERQUE http://fb.me/AAnDBhNX\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"NMDGF: GAME COMMISSION TO MEET TODAY, MAY 5 IN ALBUQUERQUE http://fb.me/AAnDBhNX\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2011 14:27: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:51:\"http://twitter.com/NMDGF/statuses/66146985987678208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/66146985987678208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"NMDGF: Youth Trap Shoot Competition http://fb.me/WZFRT6zm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"NMDGF: Youth Trap Shoot Competition http://fb.me/WZFRT6zm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2011 22:45: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:51:\"http://twitter.com/NMDGF/statuses/65547588052594688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/65547588052594688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"NMDGF: @NMDGF is recruiting Conservation Officers, accepting applications through May 12th; for more information: http://bit.ly/mD5RQO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"NMDGF: @NMDGF is recruiting Conservation Officers, accepting applications through May 12th; for more information: http://bit.ly/mD5RQO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2011 14:33: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:51:\"http://twitter.com/NMDGF/statuses/65423824639897600\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/NMDGF/statuses/65423824639897600\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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: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:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:54:\"http://twitter.com/statuses/user_timeline/38493596.rss\";s:3:\"rel\";s:4:\"self\";}}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:24:{s:4:\"date\";s:29:\"Sat, 14 May 2011 10:09:23 GMT\";s:6:\"server\";s:2:\"hi\";s:6:\"status\";s:6:\"200 OK\";s:13:\"x-transaction\";s:22:\"1305367763-34109-53407\";s:17:\"x-ratelimit-limit\";s:3:\"150\";s:4:\"etag\";s:34:\"\"c8a894ccd596afd27a8e05f26844de9c\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:13:\"last-modified\";s:29:\"Sat, 14 May 2011 10:09:23 GMT\";s:21:\"x-ratelimit-remaining\";s:3:\"149\";s:9:\"x-runtime\";s:7:\"0.01658\";s:18:\"x-transaction-mask\";s:40:\"a6183ffa5f8ca943ff1b53b5644ef114be3e990c\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=utf-8\";s:14:\"content-length\";s:5:\"11936\";s:6:\"pragma\";s:8:\"no-cache\";s:17:\"x-ratelimit-class\";s:3:\"api\";s:10:\"x-revision\";s:3:\"DEV\";s:7:\"expires\";s:29:\"Tue, 31 Mar 1981 05:00:00 GMT\";s:13:\"cache-control\";s:62:\"no-cache, no-store, must-revalidate, pre-check=0, post-check=0\";s:5:\"x-mid\";s:40:\"9b3f9060d6a9fd4e58ffc82f62337c56eabe7f90\";s:17:\"x-ratelimit-reset\";s:10:\"1305371363\";s:10:\"set-cookie\";a:3:{i:0;s:98:\"k=208.84.112.18.1305367763469805; path=/; expires=Sat, 21-May-11 10:09:23 GMT; domain=.twitter.com\";i:1;s:74:\"guest_id=130536776347510554; path=/; expires=Mon, 13 Jun 2011 10:09:23 GMT\";i:2;s:273:\"_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCBRa%252B%252B0vAToHaWQiJTllYjA5ZDRhYWE1Mjk3%250ANTUzMTMxMjY3OTgzZmQ4YjRmIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy%250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--9fddd547d5918342fd6630e71237146d8d302954; domain=.twitter.com; path=/; HttpOnly\";}s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(13960,0,'_transient_timeout_feed_mod_d496cb84b055c78100fc45bd52e6d418','1305855689','no'),(13961,0,'_transient_feed_mod_d496cb84b055c78100fc45bd52e6d418','1305812489','no'),(13958,0,'_transient_timeout_feed_d496cb84b055c78100fc45bd52e6d418','1305855689','no'),(13959,0,'_transient_feed_d496cb84b055c78100fc45bd52e6d418','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:5:\"\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:263:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Southeast | KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://www.krqe.com/subindex/news/local/southeast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"KRQE TV RSS Feed; Site: KRQE TV; Category: Southeast\";s: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:\"copyright\";a:1:{i:0;a:5:{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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Southeast\";s:7:\"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:3:\"ttl\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"600\";s:7:\"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:97:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Gas price war heating 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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://www.krqe.com/dpp/news/business/gas_and_fuel/gas-price-war-heating-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"

    A competition among gas stations is a treat for drivers.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3815503\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 18 May 2011 23:34:29 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 18 May 2011 23:34:29 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/18/Gas_price_war_heating_c4e35616-9fbc-4b26-94f7-6a4e68c5d7170000_20110518173121_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Celina Westervelt\";s: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:87:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Purse thief stalking Carlsbad homes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.krqe.com/dpp/news/crime/purse-thief-stalking-carlsbad-homes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"

    Carlsbad police say someone is talking their way into homes and stealing purses.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3813975\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 17 May 2011 16:47:43 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 17 May 2011 16:47:43 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Associated Press\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:75:\"http://media2.krqe.com//photo/2008/12/19/car_light_20081219135930_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:97:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Gun-wielding neighbor foils burglary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.krqe.com/dpp/news/crime/gun-wielding-neighbor-foils-burglary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"

    A burglary is foiled thanks to an gun-wielding neighbor, and that neighbor didn\'t just scare the guy off, he shot at the crook.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3813401\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 16 May 2011 23:21:47 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 17 May 2011 21:58:29 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/04/05/Brazen_gun_heist_in_Rodbbb9cee-1422-4afc-abe7-a041b070c0340000_20110405182211_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Celina Westervelt\";s: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:87:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Airport fire kills Artesia worker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.krqe.com/dpp/news/crime/airport-fire-kills-artesia-worker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:176:\"

    A contract worker cutting metal in an airport hanger apparently ignited flamable material and died in the resulting fire, the Artesia Police Department reported Monday.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3813411\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 16 May 2011 22:33:44 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 16 May 2011 22:33:44 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:75:\"http://media2.krqe.com//photo/2008/12/19/car_light_20081219135930_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:87:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Las Cruces to implement spending freeze \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.krqe.com/dpp/news/politics/las-cruces-to-implement-spending-freeze\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:164:\"

    Las Cruces begins implementing a spending freeze next week in what city officials hope will be a savings of nearly $4 million for the current spending year.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3813011\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 16 May 2011 17:11:35 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 16 May 2011 17:11:35 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Associated Press\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:72:\"http://media2.krqe.com//photo/2011/02/28/wallet_20110228093030_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:97:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Taggers tear through Roswell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://www.krqe.com/dpp/news/crime/tirading-taggers-tear-through-roswell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"

    Taggers went on a vandalism spree Thursday night, leaving their mark on more than 20 Roswell businesses.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3810889\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Sat, 14 May 2011 00:07:58 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 14 May 2011 00:07:58 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/13/Tirading_taggers_tear_16f9cd76-39c3-47b9-9ac6-76a7404ad1ec0000_20110513172905_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Celina Westervelt\";s: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:107:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Young rocketeers honor fallen soldier\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.krqe.com/dpp/military/new_mexico/young-rocketeers-honor-fallen-soldier\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"

    A group of fourth graders in Roswell displayed a high-flying salute Friday to the latest New Mexico soldier killed in Iraq.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3810558\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 13 May 2011 20:29:28 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Fri, 13 May 2011 20:29:28 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:3:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/13/Young_rocketeers_honorf77642d9-1b5f-4e4b-af4a-c114b4280d630002_20110513134537_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/13/Young_rocketeers_honorf77642d9-1b5f-4e4b-af4a-c114b4280d630003_20110513134548_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/13/Young_rocketeers_honorf77642d9-1b5f-4e4b-af4a-c114b4280d630000_20110513134515_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:97:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Crooks steal special grave plaque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://www.krqe.com/dpp/news/local/southeast/crooks-steal-vet%27s-special-grave-plaque\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"

    It doesn\'t get much lower than robbing a war veteran\'s grave.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3809781\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 12 May 2011 23:59:10 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Fri, 13 May 2011 15:08:17 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/12/Crooks_steal_special_gc8afb908-6f3f-4f4e-82bf-b22ecb362c3b0000_20110512175716_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Celina Westervelt\";s: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:97:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Woman defends sister in girl\'s death\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.krqe.com/dpp/news/crime/woman-defends-sister-in-girl%27s-death\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"

    The family of the Roswell woman accused of causing the death of her 14-year-old stepdaughter says you haven\'t heard the whole story.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3809800\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 12 May 2011 23:52:28 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Fri, 13 May 2011 16:29:33 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/12/Woman_defends_sister_i6237ba4c-4c78-4504-b0dc-2d6d00bf198f0000_20110512173942_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Celina Westervelt\";s: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:107:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Roswell bear capture may be first\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.krqe.com/dpp/news/environment/roswell-bear-capture-may-be-first\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"

    Roswell logged another unusual sighting Wednesday, but it wasn\'t out of this world.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3809160\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 12 May 2011 16:46:24 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 12 May 2011 16:58:35 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:3:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/12/Roswell_bear_capture_mfaf8982f-4562-4af8-bb88-f092a5f334380003_20110512102440_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"

    Game officers carry Roswell bear.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:120:\"http://media2.krqe.com//photo/2011/05/12/Roz_bear_jpegsa76a8414-fd1f-4903-b058-6e370dd839ad0001_20110512104503_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/12/Roswell_bear_capture_mfaf8982f-4562-4af8-bb88-f092a5f334380002_20110512102430_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"

    Belen bear released.  Image frome N.M. Dept. of Game and Fish video.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:107:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Battle against forest fires continues\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.krqe.com/dpp/weather/wildfires/battle-against-forest-fires-continues\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"

    Firefighters across the state are still dealing with wildfires with the two largest burning in national forests.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3809071\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 12 May 2011 15:17:24 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 12 May 2011 15:32:15 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:3:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/12/Battle_against_forest_53bba9a7-e70b-463b-a109-02e5ac7131460002_20110512091335_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"

    Miller Fire.  U.S. Forest Service photo.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/12/Battle_against_forest_53bba9a7-e70b-463b-a109-02e5ac7131460001_20110512091324_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"

    Mayhill Fire seen from News 13\'s Skyranger.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/12/Battle_against_forest_53bba9a7-e70b-463b-a109-02e5ac7131460000_20110512091312_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"

    Mayhill Fire seen from News 13\'s Skyranger.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:147:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Mayhill Fire swells to 19,000 acres\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.krqe.com/dpp/weather/wildfires/mayhill-fire-swells-to-19000-acres\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:250:\"

    The wildfire beaten back by firefighters protecting the community of Mayhill has now grown to 19,000 acres as it spreads deeper into the Lincoln National Forest, according to a new estimate released early Wednesday by the U.S. Forest Service.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3807323\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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 14:32:41 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 11 May 2011 15:07:22 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:7:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/11/Mayhill_Fire_swells_toe4821571-7bf4-4f98-8987-320da3bfeaa60002_20110511090549_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/11/Mayhill_Fire_swells_toe4821571-7bf4-4f98-8987-320da3bfeaa60001_20110511090539_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/11/Mayhill_Fire_swells_toe4821571-7bf4-4f98-8987-320da3bfeaa60000_20110511090527_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/10/Firefighters_saved_May39d96d91-2878-47a1-9e9c-c7207fef54160001_20110510123651_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/10/Firefighters_saved_May39d96d91-2878-47a1-9e9c-c7207fef54160002_20110510123703_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/09/Mayhill_residents_flee60ced0bc-611e-43a7-9d08-0326082adbc20000_20110509222358_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:92:\"http://media2.krqe.com//photo/2011/05/09/mayhill-wildfire-skyranger_20110509181201_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"

     Mayhill Wildfire from Skyranger

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:97:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"NM teen arrested for nude Facebook pic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.krqe.com/dpp/news/nm-teen-arrested-for-nude-facebook-pic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:160:\"

    Roswell police arrested a 14-year-old Goddard High School freshman after he posted a nude picture of his girlfriend when she wouldn\'t have sex with him.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3806921\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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 04:21:13 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 11 May 2011 22:18:45 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/10/NM_Teen_Arrested_for_Nbc64b112-c954-4622-9ad3-76859f9edd180000_20110510222013_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Nancy Laflin\";s: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:97:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Stepmom arrested in teen\'s death\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.krqe.com/dpp/news/crime/stepmom-arrested-in-teen%27s-death\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"

    Roswell police say the death of a 14-year-old girl last week was definitely child abuse, and her 1-year-old stepsister has also tested positive for meth.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3806620\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 10 May 2011 23:21:36 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 11 May 2011 22:30:20 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/10/Stepmom_arrested_in_tec3ff819b-77c7-450c-a2d9-489732ee0f680000_20110510170636_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Celina Westervelt\";s: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:97:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Cloudcroft: Do or die budget cuts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.krqe.com/dpp/news/education/cloudcroft%3A-do-or-die-budget-cuts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"

    Budget cuts in one New Mexico school district are so dire even school lunches could be pulled. Cloudcroft has to cut hundreds of thousands of dollars from its budget and everything from teachers\' jobs to athletics are on the chopping block.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3806576\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 10 May 2011 22:39:16 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 11 May 2011 22:08:18 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:125:\"http://media2.krqe.com//photo/2011/02/18/Susana_on_education1c7b7200-b125-45f3-92f8-b33d433bca870003_20110218074019_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Celina Westervelt\";s: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:237:\"\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:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Gila fire jumps road, destroys trailers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.krqe.com/dpp/weather/wildfires/fires-raze-homes-in-two-mountain-towns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:221:\"

    High winds in the produced \"extreme burning conditions\" Monday as the Miller Fire extended beyond a highway fire line as firefighters protected homes and the Gila Cliff Dwellings National Monument Visitors Center.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3805859\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 10 May 2011 14:27:40 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 11 May 2011 16:56:40 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:14:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/10/Firefighters_saved_May39d96d91-2878-47a1-9e9c-c7207fef54160001_20110510123651_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/10/Firefighters_saved_May39d96d91-2878-47a1-9e9c-c7207fef54160002_20110510123703_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/10/Firefighters_saved_May39d96d91-2878-47a1-9e9c-c7207fef54160000_20110510123639_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/10/Firefighters_defending585b9879-c4b2-477e-abe6-ac54f8a783d60003_20110510082627_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"

    Mayhill Fire.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:85:\"http://media2.krqe.com//photo/2011/05/09/0510_mayhill_fire_2_20110509211345_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"82\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"

    Photo courtesy Michael Johnson/Daily News

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:85:\"http://media2.krqe.com//photo/2011/05/09/0510_mayhill_fire_1_20110509211251_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"38\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"

    Photo courtesy Michael Johnson/Daily News

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/10/Firefighters_defending585b9879-c4b2-477e-abe6-ac54f8a783d60004_20110510082638_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"

    Mayhill Fire.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/10/Firefighters_defending585b9879-c4b2-477e-abe6-ac54f8a783d60000_20110510082556_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"

    Mayhill Fire.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/10/Firefighters_defending585b9879-c4b2-477e-abe6-ac54f8a783d60002_20110510082617_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"

    Mayhill Fire.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:108:\"http://media2.krqe.com//photo/2011/05/10/krqe-ugc-socorro-smoke-sunset-mary-baca-bd_20110510102047_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:167:\"

    The sun sets over M Mountain in Socorro behind smoke from the Miller Fire in the Gila National Forest.  Photo by Mary Baca submitted to KRQE.com Report It!

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:100:\"http://media2.krqe.com//photo/2011/05/09/krqe-usfs-miller-fire_1-aerial-bd_20110509131536_82_61.JPEG\";s:4:\"type\";s:10:\"image/jpeg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"

    Miller Fire in Gila National Forest.  U.S. Forest Service photo.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:103:\"http://media2.krqe.com//photo/2011/05/09/krqe-usfs-miller-fire-2-heart-bar-bd_20110509131631_82_61.JPEG\";s:4:\"type\";s:10:\"image/jpeg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"46\";s:5:\"width\";s:2:\"82\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"

    Miller Fire approaching the Heart Bar Ranch in the Gila National Forest.  U.S. Forest Service photo.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:103:\"http://media2.krqe.com//photo/2011/04/29/krqe-ugc-miller-fire-susan-garland-bd_20110429161418_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"

    Miller Fire seen from Silver City.  Photo by Susan Garland submitted to KRQE ReportIt!

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/10/Firefighters_defending585b9879-c4b2-477e-abe6-ac54f8a783d60001_20110510082607_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Jeff Todd\";s: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:\"Bill Diven\";s: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:117:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Mayhill residents flee advancing fire\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.krqe.com/dpp/weather/wildfires/mayhill-residents-flee-advancing-fire\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"

    Crews continue to batttle a  wind-driven wildfire that already has burned structures and has officials urging residents of the Otero County community of Mayhill to evacuate the town.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3805359\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 09 May 2011 21:20:24 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 10 May 2011 15:55:15 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:4:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/09/Mayhill_residents_flee60ced0bc-611e-43a7-9d08-0326082adbc20000_20110509222358_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:85:\"http://media2.krqe.com//photo/2011/05/09/0510_mayhill_fire_2_20110509211345_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"82\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"

    Photo courtesy Michael Johnson/Daily News

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:85:\"http://media2.krqe.com//photo/2011/05/09/0510_mayhill_fire_1_20110509211251_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"38\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"

    Photo courtesy Michael Johnson/Daily News

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:92:\"http://media2.krqe.com//photo/2011/05/09/mayhill-wildfire-skyranger_20110509181201_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"

     Mayhill Wildfire from Skyranger

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:97:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Firefighters mopping up Roswell blaze\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.krqe.com/dpp/weather/wildfires/school-evacuated-as-roswell-fire-grows\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"

    Two wildfires erupted at midday Monday with one forcing the evacutation of a Roswell school and nearby residences.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3805207\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 09 May 2011 19:38:03 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 09 May 2011 22:22:06 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:2:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/09/Firefighters_mopping_u42b2b5fb-009f-4dd3-a707-7ce727df4d880001_20110509162035_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/09/Firefighters_mopping_u42b2b5fb-009f-4dd3-a707-7ce727df4d880000_20110509162024_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:87:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"NM county budgets for high fuel prices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.krqe.com/dpp/news/nm-county-budgets-for-high-fuel-prices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"

    Roosevelt County authorities are adding more money to their budgets to cover high gas prices.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3805118\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 09 May 2011 17:01:09 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 09 May 2011 17:02:13 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Associated Press\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:69:\"http://media2.krqe.com//photo/2011/03/08/gas_20110308080251_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"

    A motorist finishes pumping gas to his car at an Arco station in Federal Way, Wash. on Monday, March 7, 2011. (AP Photo/The News Tribune, Peter Haley)

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:87:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"NM man sentenced in firearms conviction\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.krqe.com/dpp/news/crime/nm-man-sentenced-in-firearms-conviction\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:164:\"

    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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3804828\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 09 May 2011 15:57:25 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 09 May 2011 15:57:25 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Associated Press\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:71:\"http://media2.krqe.com//photo/2010/07/21/gavel_20100721120005_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:87:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Cloudcroft weighs 4 day school week \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://www.krqe.com/dpp/news/education/cloudcroft-weighs-4-day-school-week-\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"

    Cloudcroft school board members are looking at cost savings as they wrangle with a $400,000 budget deficit. One idea under consideration is a four day school week.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3804978\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 09 May 2011 15:30:59 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 09 May 2011 15:30:59 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Associated Press\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:81:\"http://media2.krqe.com//photo/2010/09/09/colored_pencils_20100909083318_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"56\";s:5:\"width\";s:2:\"82\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"

    A stock image of notebook paper and colored pencils.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:127:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Wildland fires plaguing New Mexico\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.krqe.com/dpp/weather/wildfires/wildland-fires-plaguing-new-mexico\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"

    Firefighters established defensive positions in the Gila National Forest Monday to protect a community and national monument from the monster Miller Fire.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3804953\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 09 May 2011 14:57:59 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 09 May 2011 19:17:09 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:5:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:103:\"http://media2.krqe.com//photo/2011/05/09/krqe-usfs-miller-fire-2-heart-bar-bd_20110509131631_82_61.JPEG\";s:4:\"type\";s:10:\"image/jpeg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"46\";s:5:\"width\";s:2:\"82\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"

    Miller Fire approaching the Heart Bar Ranch in the Gila National Forest.  U.S. Forest Service photo.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:100:\"http://media2.krqe.com//photo/2011/05/09/krqe-usfs-miller-fire_1-aerial-bd_20110509131536_82_61.JPEG\";s:4:\"type\";s:10:\"image/jpeg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"

    Miller Fire in Gila National Forest.  U.S. Forest Service photo.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/09/Wildland_fires_plaguinf0655de9-ecf2-4c6f-ac79-469fe69cd5c40002_20110509085353_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/09/Wildland_fires_plaguinf0655de9-ecf2-4c6f-ac79-469fe69cd5c40001_20110509085343_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/09/Wildland_fires_plaguinf0655de9-ecf2-4c6f-ac79-469fe69cd5c40000_20110509085333_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:87:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Crews battling 3 lightning-caused fires\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.krqe.com/dpp/weather/wildfires/crews-battling-3-lightning-caused-fires\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"

    Crews in New Mexico still are battling three different lightning-caused wildfires that have charred a combined 10,000 acres.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3803998\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Sat, 07 May 2011 22:25:14 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 07 May 2011 22:25:14 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:75:\"http://media2.krqe.com//photo/2010/08/03/lightning_20100803102655_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:87:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Elephant Butte water to start flowing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.krqe.com/dpp/news/elephant-butte-water-to-start-flowing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:182:\"

    The Elephant Butte Irrigation District directors say the 2011 irrigation season will start May 31 for farmers in the Hatch, Rincon and Mesilla Valleys of southern New Mexico.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3803920\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Sat, 07 May 2011 20:59:31 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 07 May 2011 20:59:31 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:111:\"http://media2.krqe.com//photo/2010/12/27/krqe-elephant-butte-lake-runoff-irrigation-bd_20101227130315_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"

    Elephant Butte Lake.  KRQE.com archive image.

    \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:97:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Dire conditions force forest closure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.krqe.com/dpp/news/news_links/dire-conditions-force-forest-closure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"

    Forest rangers will be closing the Lincoln National Forest next week due to the dire fire danger. The forest gets more than 3 million visitors a year, and many say the closure will add to an already slow tourist season.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3803553\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 06 May 2011 23:34:49 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Fri, 06 May 2011 23:43:56 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/06/Dire_conditions_force_0c72bd6d-a4ee-4100-a56b-097d11823ac20000_20110506170506_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Celina Westervelt\";s: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:87:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Photos may help find person of interest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.krqe.com/dpp/news/crime/photos-may-help-find-person-of-interest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"

    Authorities in both New Mexico and Texas hope surveillance photos will help them find a man who may know who killed a woman in Hobbs last year.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3803103\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 06 May 2011 16:13:12 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Fri, 06 May 2011 16:13:12 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/06/Photos_released_in_hopcef6841b-708c-414d-89a4-f27daefadf2e0000_20110506101203_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:97:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"\"Precious\" pup pilfered\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.krqe.com/dpp/news/crime/pilfered-%22precious%22-pup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:164:\"

    Roswell police are looking for a burglar who made off with some very \"precious\" cargo. The thief not only looted a family\'s home, he or she stole their dog.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3802751\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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 23:05:25 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Fri, 06 May 2011 14:41:39 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:127:\"http://media2.krqe.com//photo/2011/05/05/Pilfered_precious_pupe3d8b8b5-53d1-48f4-b291-982afe571d500000_20110505164711_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Celina Westervelt\";s: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:87:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Clovis schools OK gay-straight alliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.krqe.com/dpp/news/education/clovis-schools-ok-gay-straight-alliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:211:\"

    Clovis Municipal Schools has approved an application for a gay-straight alliance club. The Clovis News Journal reports a high school senior first applied for permission to form the club in late February.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3802637\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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 21:23:37 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 05 May 2011 21:23:37 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Associated Press\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/04/27/Gaystraight_club_promp6f5a1493-6a36-443c-8125-c0a79fe660a70001_20110427110136_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:97:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Stolen cameras used to track police\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.krqe.com/dpp/news/crime/theft/stolen-cameras-used-to-track-police\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"

    It\'s not a very smart crime -- stealing security cameras. Usually the thieves are caught on video before they\'re caught for real. Now some crooks are using the stolen cameras to dodge the law.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3801777\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:01:11 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 05 May 2011 21:07:05 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/04/Stolen_cameras_used_to13264162-95f9-4019-a793-7a7b2ee83e190000_20110504180015_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Celina Westervelt\";s: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:97:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Who or what killed a 14-year-old girl?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://www.krqe.com/dpp/news/crime/who-or-what-killed-a-14-year-old-girl%3F\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"

    Who or what killed a 14-year-old girl in her stepmother\'s home? Roswell police say they received a 911 call about the girl at 6:30 a.m. Tuesday. When they arrived at the scene, she was already dead.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"3800803\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 04 May 2011 00:13:06 GMT\";s: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://www.canvastek.com/rss/2.0/ctek/\";a:2:{s:12:\"lastEditDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 04 May 2011 15:07:59 GMT\";s: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:\"copyright\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"KRQE TV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:3:\"url\";s:128:\"http://media2.krqe.com//photo/2011/05/03/Who_or_what_killed_a_15db9c04f-65a6-4abc-af24-2f3beb509acb0000_20110503175100_82_61.JPG\";s:4:\"type\";s:9:\"image/jpg\";s:6:\"medium\";s:5:\"image\";s:6:\"height\";s:2:\"61\";s:5:\"width\";s:2:\"81\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Celina Westervelt\";s:7:\"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:5:{s:6:\"server\";s:17:\"Apache-Coyote/1.1\";s:12:\"x-powered-by\";s:11:\"Servlet 2.4\";s:12:\"content-type\";s:34:\"application/xml;charset=ISO-8859-1\";s:4:\"date\";s:29:\"Thu, 19 May 2011 13:38:12 GMT\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(13983,0,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1305815140','no'),(13987,0,'_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1305815140','no'),(13968,0,'_transient_timeout_feed_mod_a8386f8aaed115e2af22e51072598bbc','1305855690','no'),(13674,0,'wpnewsslider_timeinterval','3','yes'),(13190,0,'ajaxchat_force_login','0','yes'),(13978,0,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1305858340','no'),(13979,0,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1305815140','no'),(13964,0,'_transient_timeout_feed_mod_d872c1bc3fad99993ec61992a130bec2','1305855689','no'),(13963,0,'_transient_feed_d872c1bc3fad99993ec61992a130bec2','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:4:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:93:\"\n \n \n \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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Twitter / LincolnSmokey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Twitter updates from Joseph Garcia / LincolnSmokey.\";s:7:\"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:3:\"ttl\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"40\";s:7:\"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:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 22: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:59:\"http://twitter.com/LincolnSmokey/statuses/70615844379574273\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/70615844379574273\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 16:21: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:59:\"http://twitter.com/LincolnSmokey/statuses/70524332283146241\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/70524332283146241\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"LincolnSmokey: Critical fire conditions on Lincoln National Forest. No public access until further notice. Pls call (575) 434-7200 for more info.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 May 2011 16:19: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:59:\"http://twitter.com/LincolnSmokey/statuses/70523854824554496\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/70523854824554496\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 16:17: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:59:\"http://twitter.com/LincolnSmokey/statuses/70523310991081472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/70523310991081472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 16:16: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://twitter.com/LincolnSmokey/statuses/67623987999543296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/67623987999543296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 16:14: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:59:\"http://twitter.com/LincolnSmokey/statuses/67623496934621184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/67623496934621184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 Apr 2011 23:54: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:59:\"http://twitter.com/LincolnSmokey/statuses/64115322956955648\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/64115322956955648\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Apr 2011 13:27: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://twitter.com/LincolnSmokey/statuses/62870456985853953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/62870456985853953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"LincolnSmokey: Last Chance Fire - Guadalupe Ranger District: 23,793 acres - crews aggressively conducting burn out ops. Hwy 137 at 408 - closed.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Apr 2011 13:26: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:59:\"http://twitter.com/LincolnSmokey/statuses/62870099148812288\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/62870099148812288\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Apr 2011 13: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:59:\"http://twitter.com/LincolnSmokey/statuses/62868496119369728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/62868496119369728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Apr 2011 13:17: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:59:\"http://twitter.com/LincolnSmokey/statuses/62867886611496960\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/62867886611496960\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"LincolnSmokey: Restricted fire use unless within a FS developed recreation site on Lincoln National Forst where fire rings and grills are provided.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Apr 2011 14:50:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://twitter.com/LincolnSmokey/statuses/56368297121300480\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/56368297121300480\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Apr 2011 14:47: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:59:\"http://twitter.com/LincolnSmokey/statuses/56367536354238464\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/56367536354238464\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"LincolnSmokey: National Environmental Week - Guadalupe Ranger District - Apr 25-29, 2011. Call (575) 885-4181, for more 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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"LincolnSmokey: National Environmental Week - Guadalupe Ranger District - Apr 25-29, 2011. Call (575) 885-4181, for more 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:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Apr 2011 22:11: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:59:\"http://twitter.com/LincolnSmokey/statuses/56116865751187456\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/56116865751187456\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"LincolnSmokey: Winds will be present next 3 days. Be very careful with fire use. Monitor weather conditions. www.fs.usda.gov/lincoln.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 Apr 2011 22:09: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://twitter.com/LincolnSmokey/statuses/56116323113111552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/56116323113111552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 15:26:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://twitter.com/LincolnSmokey/statuses/55290143304728576\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/55290143304728576\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"LincolnSmokey: White Fire incident. Smoke may be visible during mop-up operations. Monitor weather forecasts. Breezy to windy conditions L8R this week.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 15:24: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:59:\"http://twitter.com/LincolnSmokey/statuses/55289590512222208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/55289590512222208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 15:21:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://twitter.com/LincolnSmokey/statuses/55289076840017922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/55289076840017922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 15:20: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:59:\"http://twitter.com/LincolnSmokey/statuses/55288609871364096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/55288609871364096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:38:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 15:18: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://twitter.com/LincolnSmokey/statuses/55288245218586625\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://twitter.com/LincolnSmokey/statuses/55288245218586625\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://api.twitter.com\";a:2:{s:6:\"source\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:5:\"place\";a:1:{i:0;a:5:{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: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:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:55:\"http://twitter.com/statuses/user_timeline/119168644.rss\";s:3:\"rel\";s:4:\"self\";}}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:24:{s:4:\"date\";s:29:\"Thu, 19 May 2011 13:38:12 GMT\";s:6:\"server\";s:2:\"hi\";s:6:\"status\";s:6:\"200 OK\";s:13:\"x-transaction\";s:20:\"1305812292-32351-468\";s:17:\"x-ratelimit-limit\";s:3:\"150\";s:4:\"etag\";s:34:\"\"2e1f0adeae585a7dfe99a781148bf80f\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:13:\"last-modified\";s:29:\"Thu, 19 May 2011 13:38:12 GMT\";s:21:\"x-ratelimit-remaining\";s:3:\"149\";s:9:\"x-runtime\";s:7:\"0.05394\";s:18:\"x-transaction-mask\";s:40:\"a6183ffa5f8ca943ff1b53b5644ef114cbcb0195\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=utf-8\";s:14:\"content-length\";s:5:\"13398\";s:6:\"pragma\";s:8:\"no-cache\";s:17:\"x-ratelimit-class\";s:3:\"api\";s:10:\"x-revision\";s:3:\"DEV\";s:7:\"expires\";s:29:\"Tue, 31 Mar 1981 05:00:00 GMT\";s:13:\"cache-control\";s:62:\"no-cache, no-store, must-revalidate, pre-check=0, post-check=0\";s:5:\"x-mid\";s:40:\"63e81badaad103c543eb82416f2142fa2936937e\";s:17:\"x-ratelimit-reset\";s:10:\"1305815892\";s:10:\"set-cookie\";a:3:{i:0;s:98:\"k=208.84.112.18.1305812292776426; path=/; expires=Thu, 26-May-11 13:38:12 GMT; domain=.twitter.com\";i:1;s:74:\"guest_id=130581229278156934; path=/; expires=Sat, 18 Jun 2011 13:38:12 GMT\";i:2;s:265:\"_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCK9UeggwAToHaWQiJTc0Njc5MWNhZWMxMmQx%250AZWEyOGU3MDM4OWJkN2Y4NTQ3IgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy%250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--a8b4967d233787604640ec99771a04d1ea146cbc; domain=.twitter.com; path=/; HttpOnly\";}s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(13967,0,'_transient_feed_a8386f8aaed115e2af22e51072598bbc','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:56:\"\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:9:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"NM Fire Info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://nmfireinfo.wordpress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"New Mexico Fire 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:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 May 2011 03:16: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:\"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:21:\"http://wordpress.com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"cloud\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:5:{s:6:\"domain\";s:24:\"nmfireinfo.wordpress.com\";s:4:\"port\";s:2:\"80\";s:4:\"path\";s:17:\"/?rsscloud=notify\";s:17:\"registerProcedure\";s:0:\"\";s:8:\"protocol\";s:9:\"http-post\";}}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:11:\"\n \n \n \n \";s:7:\"attribs\";a: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:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://s2.wp.com/i/buttonw-com.png\";s:7:\"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:12:\"NM Fire Info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://nmfireinfo.wordpress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:52:\"\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:\"Mayhill Fire Update – May 18, 2011 9: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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://nmfireinfo.wordpress.com/2011/05/18/mayhill-fire-update-may-10-2011-10am/\";s:7:\"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://nmfireinfo.wordpress.com/2011/05/18/mayhill-fire-update-may-10-2011-10am/#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, 19 May 2011 03:00:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:15:\"Active Wildfire\";s: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:\"Forest 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:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"NM Fire Info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"NM State Forestry\";s: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:\"Southeast 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://nmfireinfo.wordpress.com/?p=2271\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:665:\"For Immediate Release: Wednesday, May 18, 2011, A.M.                 Mayhill Fire Information: 575.687.3494 Fire Started:  May 9, 2011                              Cause:  Under Investigation Containment:  98 percent                             Acres: 31,861 Estimated Containment Date: May19, 2011 Note: No delays or closures of US Highway 82 are planned or anticipated for Mayhill Fire operations. Fire [...]\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"jmyslivy\";s: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://nmfireinfo.wordpress.com/2011/05/18/mayhill-fire-update-may-10-2011-10am/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:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:0:\"\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"jmyslivy\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:52:\"\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:66:\"Santa Fe National Forest to enter Stage 1 Fire Restrictions Friday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"http://nmfireinfo.wordpress.com/2011/05/18/santa-fe-national-forest-to-enter-stage-1-fire-restrictions-friday/\";s:7:\"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:119:\"http://nmfireinfo.wordpress.com/2011/05/18/santa-fe-national-forest-to-enter-stage-1-fire-restrictions-friday/#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, 18 May 2011 20: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:5:{i:0;a:5:{s:4:\"data\";s:15:\"Fire Prevention\";s: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:\"Forest 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:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"NM Fire Info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:12:\"Northeast 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:4;a:5:{s:4:\"data\";s:12:\"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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://nmfireinfo.wordpress.com/?p=2398\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:549:\"Beginning Friday, May 20 at 8:00 a.m. the Santa Fe National Forest will enter Stage 1 Fire Restrictions due to severe drought conditions and increasing fire danger. Restrictions will not apply to the Chama River Canyon Wilderness, Dome Wilderness, Pecos Wilderness and San Pedro Parks Wilderness. First level (Stage 1) restrictions limit campfires to Forest [...]\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"lmlujan\";s: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:115:\"http://nmfireinfo.wordpress.com/2011/05/18/santa-fe-national-forest-to-enter-stage-1-fire-restrictions-friday/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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:0:\"\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"lmlujan\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:40:\"\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:65:\"Rio Wildfire Update, Santa Fe National Forest – May 18, 12 p.m.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://nmfireinfo.wordpress.com/2011/05/18/rio-wildfire-update-santa-fe-national-forest-may-18-12-p-m/\";s:7:\"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:111:\"http://nmfireinfo.wordpress.com/2011/05/18/rio-wildfire-update-santa-fe-national-forest-may-18-12-p-m/#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, 18 May 2011 20:01:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"NM Fire Info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://nmfireinfo.wordpress.com/?p=2389\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:551:\"Fire Name: Rio Wildfire Time/Date Started: 11:48 a.m. on Sunday, May 15, 2011 Location: Cuba Ranger District, Santa Fe National Forest; approximately 9 miles northwest of Jemez Springs and 1 mile south of the Rancho del Chaparral Girl Scout Camp within Sandoval County. Legal Description: T19N, R1E, SEC 23 Cause: Unknown, under investigation Fuels: Ponderosa [...]\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"lmlujan\";s: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:107:\"http://nmfireinfo.wordpress.com/2011/05/18/rio-wildfire-update-santa-fe-national-forest-may-18-12-p-m/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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:0:\"\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"lmlujan\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:55:\"\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:67:\"Gila National Forest – Miller Fire Update – 5/18/11 @ 8:10 a.m.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://nmfireinfo.wordpress.com/2011/05/18/gila-national-forest-miller-fire-update-5811/\";s:7:\"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:97:\"http://nmfireinfo.wordpress.com/2011/05/18/gila-national-forest-miller-fire-update-5811/#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, 18 May 2011 14:00: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:6:{i:0;a:5:{s:4:\"data\";s:15:\"Active Wildfire\";s: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:\"Closures\";s: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:\"Fire Prevention\";s: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:\"Forest 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:\"\";}i:4;a:5:{s:4:\"data\";s:12:\"NM Fire Info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:12:\"Southwest 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://nmfireinfo.wordpress.com/?p=2194\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:736:\" Acres: 75,362                          Start date:  April 28, 2011 Cause:  Human                        Location:  25 miles north of Silver City, NM Containment: 40 percent         Fuels:  Timber with grass understory Terrain:  Steep, rugged            Resources:  13 crews, 8 engines, 6 water tenders Total personnel: 420                Available air support:  8 helicopters Yesterday’s expected critical wind event resulted in light to moderate fire [...]\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"jmyslivy\";s: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:93:\"http://nmfireinfo.wordpress.com/2011/05/18/gila-national-forest-miller-fire-update-5811/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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:0:\"\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"jmyslivy\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:40:\"\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:86:\"Abrams Fire – ADVISORY – Pine Tree Trail is now open (effective May 17th, 3: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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"http://nmfireinfo.wordpress.com/2011/05/17/abrams-fire-advisory-pine-tree-trail-is-now-open-effective-may-17th-300-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"http://nmfireinfo.wordpress.com/2011/05/17/abrams-fire-advisory-pine-tree-trail-is-now-open-effective-may-17th-300-pm/#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, 17 May 2011 21:31: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:12:\"NM Fire Info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://nmfireinfo.wordpress.com/?p=2394\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:512:\"ADVISORY –  Related to Abrams Fire  The closure for Pine Tree Trail was lifted today, May 17th, 20ll, at 3:00 pm.  The trail is now open.   As an added safety measure, hikers are encouraged to stay on the trail.  Rehab work on firelines near the trail is ongoing.   Thank you for your patience and cooperation. \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"lbenavidez\";s: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:123:\"http://nmfireinfo.wordpress.com/2011/05/17/abrams-fire-advisory-pine-tree-trail-is-now-open-effective-may-17th-300-pm/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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:0:\"\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"lbenavidez\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:40:\"\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:\"Fields Fire Update – 5/17/11 – 3:15 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://nmfireinfo.wordpress.com/2011/05/17/fields-fire-update-51711-315-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://nmfireinfo.wordpress.com/2011/05/17/fields-fire-update-51711-315-pm/#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, 17 May 2011 21:14:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"NM Fire Info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://nmfireinfo.wordpress.com/?p=2390\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:390:\"Crews in Curry County are responding to a very active grass fire NE of Melrose. The Fields Fire is estimated to be 5,000 acres and has jumped State Road 224. There are currently no threats to structures.\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Dan Ware\";s: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://nmfireinfo.wordpress.com/2011/05/17/fields-fire-update-51711-315-pm/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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:0:\"\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Dan Ware\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:40:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Rio Wildfire Update, Santa Fe National Forest – 5/17 9:30 a.m.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://nmfireinfo.wordpress.com/2011/05/17/rio-wildfire-update-santa-fe-national-forest-517-930-a-m/\";s:7:\"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:109:\"http://nmfireinfo.wordpress.com/2011/05/17/rio-wildfire-update-santa-fe-national-forest-517-930-a-m/#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, 17 May 2011 16:32: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:12:\"NM Fire Info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://nmfireinfo.wordpress.com/?p=2383\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:551:\"Fire Name: Rio Wildfire Time/Date Started: 11:48 a.m. on Sunday, May 15, 2011 Location: Cuba Ranger District, Santa Fe National Forest; approximately 9 miles northwest of Jemez Springs and 1 mile south of the Rancho del Chaparral Girl Scout Camp within Sandoval County. Legal Description: T19N, R1E, SEC 23 Cause: Unknown, under investigation Fuels: Ponderosa [...]\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"lmlujan\";s: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:105:\"http://nmfireinfo.wordpress.com/2011/05/17/rio-wildfire-update-santa-fe-national-forest-517-930-a-m/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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:0:\"\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"lmlujan\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:52:\"\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:117:\"CIBOLA NATIONAL FOREST’S MOUNTAINAIR RANGER DISTRICT PICKS MAY 18TH FOR FULL CLOSURE OF MANZANO & GALLINA MOUNTAINS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:156:\"http://nmfireinfo.wordpress.com/2011/05/16/cibola-national-forests-mountainair-ranger-district-picks-may-18th-for-full-closure-of-manzano-gallina-mountains/\";s:7:\"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:165:\"http://nmfireinfo.wordpress.com/2011/05/16/cibola-national-forests-mountainair-ranger-district-picks-may-18th-for-full-closure-of-manzano-gallina-mountains/#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, 16 May 2011 22: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:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:8:\"Closures\";s: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:\"Fire Prevention\";s: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:14:\"Forest 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:\"\";}i:3;a:5:{s:4:\"data\";s:12:\"NM Fire Info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:15:\"Northcentral 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://nmfireinfo.wordpress.com/?p=2376\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"FULL CLOSURE ON MOUNTAINAIR RANGER DISTRICT Mountainair, NM – May 16, 2011, The Mountainair Ranger District hits Extreme Fire Danger Levels. Fire officials have been monitoring and evaluating the current fuel moistures in anticipation for full forest closure starting this week. The criteria used for evaluating the closure includes safety and concerns for our communities, [...]\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"jmyslivy\";s: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:161:\"http://nmfireinfo.wordpress.com/2011/05/16/cibola-national-forests-mountainair-ranger-district-picks-may-18th-for-full-closure-of-manzano-gallina-mountains/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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:0:\"\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"jmyslivy\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:49:\"\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:49:\"LINCOLN NATIONAL FOREST CLOSES MAY 12 @ 8:00 a.m.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://nmfireinfo.wordpress.com/2011/05/11/lincoln-national-forest-closes-may-12-800-a-m/\";s:7:\"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:98:\"http://nmfireinfo.wordpress.com/2011/05/11/lincoln-national-forest-closes-may-12-800-a-m/#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, 11 May 2011 18:14: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:4:{i:0;a:5:{s:4:\"data\";s:8:\"Closures\";s: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:\"Fire Prevention\";s: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:14:\"Forest 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:\"\";}i:3;a:5:{s:4:\"data\";s:12:\"NM Fire Info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://nmfireinfo.wordpress.com/?p=2297\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:540:\"Due to extreme fire conditions, Lincoln National Forest officials will close the forest to public access starting 8:00 a.m., May 12, 2011. Recent fire activity includes the Mayhill Fire, which has burned approximately 5,000 acres in Otero County, the Queen and Last Chance Fires, which have burned approximately 57,000 acres in Eddy County, and the [...]\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"jmyslivy\";s: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:94:\"http://nmfireinfo.wordpress.com/2011/05/11/lincoln-national-forest-closes-may-12-800-a-m/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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:0:\"\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"jmyslivy\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:52:\"\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:92:\"Stage II Fire Restrictions begin today, May 9, 2011 – Cibola NF, Magdalena Ranger District\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"http://nmfireinfo.wordpress.com/2011/05/09/stage-ii-fire-restrictions-begin-today-may-9-2011-cibola-nf-magdalena-ranger-district/\";s:7:\"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:138:\"http://nmfireinfo.wordpress.com/2011/05/09/stage-ii-fire-restrictions-begin-today-may-9-2011-cibola-nf-magdalena-ranger-district/#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, 09 May 2011 20:37: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:5:{i:0;a:5:{s:4:\"data\";s:15:\"Fire Prevention\";s: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:\"Forest 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:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"NM Fire Info\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"Northcentral 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:4;a:5:{s:4:\"data\";s:12:\"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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://nmfireinfo.wordpress.com/?p=2242\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:566:\"Cibola National Forest and Grasslands Supervisor Nancy Rose announced that several Ranger Districts and Grasslands will begin on Stage II fire restrictions starting on May 9, 2011.  Due to increasing fire danger, these restrictions are deemed necessary to prevent human-caused wildfires and to protect public health and safety. These restrictions will remain in force until [...]\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"jmyslivy\";s: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:134:\"http://nmfireinfo.wordpress.com/2011/05/09/stage-ii-fire-restrictions-begin-today-may-9-2011-cibola-nf-magdalena-ranger-district/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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:7:\"\n \n \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:0:\"\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"jmyslivy\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:37:\"http://nmfireinfo.wordpress.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:6:\"search\";s:4:\"type\";s:37:\"application/opensearchdescription+xml\";s:4:\"href\";s:39:\"http://nmfireinfo.wordpress.com/osd.xml\";s:5:\"title\";s:12:\"NM Fire Info\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:46:\"http://nmfireinfo.wordpress.com/?pushpress=hub\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 19 May 2011 13:38:13 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:8:\"x-hacker\";s:108:\"If you\'re reading this, you should visit automattic.com/jobs and apply to join the fun, mention this header.\";s:10:\"x-pingback\";s:42:\"http://nmfireinfo.wordpress.com/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 19 May 2011 03:16:22 GMT\";s:4:\"etag\";s:34:\"\"4de4d7c2d1d35c3b4770af66d53cef38\"\";s:4:\"x-nc\";s:10:\"HIT ord 20\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(13211,0,'widget_dc_jqslickcontact_widget','a:3:{i:2;a:0:{}i:3;a:22:{s:6:\"method\";s:5:\"stick\";s:5:\"width\";i:207;s:9:\"speedMenu\";i:600;s:10:\"speedFloat\";i:5;s:8:\"position\";s:5:\"right\";s:7:\"offsetL\";i:30;s:7:\"offsetA\";i:30;s:4:\"skin\";s:4:\"Grey\";s:9:\"autoClose\";s:4:\"true\";s:7:\"tabText\";s:7:\"Contact\";s:7:\"emailTo\";s:23:\"webmaster@timberon.info\";s:8:\"formText\";s:0:\"\";s:12:\"textPosition\";s:3:\"top\";s:6:\"label1\";s:9:\"Your Name\";s:6:\"label2\";s:10:\"Your Email\";s:6:\"label3\";s:7:\"Subject\";s:9:\"labelText\";s:7:\"Message\";s:6:\"valid1\";s:1:\"1\";s:6:\"valid2\";s:1:\"2\";s:6:\"valid3\";s:1:\"1\";s:9:\"validText\";s:1:\"1\";s:7:\"btnText\";s:6:\"Submit\";}s:12:\"_multiwidget\";i:1;}','yes'),(13777,0,'_transient_timeout_rss_4f99f27f6c650fb00d8695f4fb36094e','1305653783','no'); INSERT INTO `wp_options` VALUES (13778,0,'_transient_rss_4f99f27f6c650fb00d8695f4fb36094e','O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:30:{i:0;a:14:{s:5:\"title\";s:47:\"Adding a Wordpress Menu To a Non-Wordpress Page\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/P6idvHO1UCs/\";s:8:\"comments\";s:117:\"http://www.designchemical.com/blog/index.php/website-coding/adding-a-wordpress-menu-to-a-non-wordpress-page/#comments\";s:7:\"pubdate\";s:31:\"Sat, 14 May 2011 23:25:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:67:\"Website CodingWordpress Tipsfunctionmenunavigationtutorialwordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1881\";s:11:\"description\";s:820:\"\"\"

    If you are developing a site that uses Wordpress as a CMS for part of the website and custom php pages for other sections it can be useful to utilise the functions built into Wordpress on non-Wordpress pages.

    \n

    One useful example is to use the Wordpress menu system to manage the site’s menus. With its ability to add custom links, … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:3300:\"

    If you are developing a site that uses Wordpress as a CMS for part of the website and custom php pages for other sections it can be useful to utilise the functions built into Wordpress on non-Wordpress pages.

    \n

    One useful example is to use the Wordpress menu system to manage the site’s menus. With its ability to add custom links, this offers a powerful solution to handling the complete website’s navigation.

    \n

    Adding The Wordpress Functions

    \n

    Setting this up is actually very simple and just requires a few lines of code in the head of the page to add the Wordpress functions:

    \n
    \nrequire(\'blog/wp-config.php\');\n$wp->init();\n$wp->parse_request();\n$wp->query_posts();\n$wp->register_globals();\n
    \n

    Obviously you need to change the path to the wp-config file to be the same as the directory for your Wordpress installlation.

    \n

    The Wordpress Menu Function

    \n

    To add a Wordpress menu to our page we then just use the wp_nav_menu() function as we would do in our Wordpress theme files. The function accepts all of the same parameters, which allows you to customise various aspects.

    \n

    For our tutorial demo we are going to add the mega menu, which is set up for the Wordpress mega menu plugin demo page. To identify the menu we use the “menu” parameter in the wp_nav_menu function, which accepts the menu slug name – based on the name you gave your menu in the Wordpress admin system – in our case it is “mega-menu”

    \n
    \n<?php\n    wp_nav_menu( array( \'menu\' => \'mega-menu\' ) );\n?>\n
    \n

    And that’s all there is to it – just add the function in the page where you want the menu to appear – See demo using non-wordpress page

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:113:\"http://www.designchemical.com/blog/index.php/website-coding/adding-a-wordpress-menu-to-a-non-wordpress-page/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:108:\"http://www.designchemical.com/blog/index.php/website-coding/adding-a-wordpress-menu-to-a-non-wordpress-page/\";}s:7:\"summary\";s:820:\"\"\"

    If you are developing a site that uses Wordpress as a CMS for part of the website and custom php pages for other sections it can be useful to utilise the functions built into Wordpress on non-Wordpress pages.

    \n

    One useful example is to use the Wordpress menu system to manage the site’s menus. With its ability to add custom links, … more

    \";s:12:\"atom_content\";s:3300:\"

    If you are developing a site that uses Wordpress as a CMS for part of the website and custom php pages for other sections it can be useful to utilise the functions built into Wordpress on non-Wordpress pages.

    \n

    One useful example is to use the Wordpress menu system to manage the site’s menus. With its ability to add custom links, this offers a powerful solution to handling the complete website’s navigation.

    \n

    Adding The Wordpress Functions

    \n

    Setting this up is actually very simple and just requires a few lines of code in the head of the page to add the Wordpress functions:

    \n
    \nrequire(\'blog/wp-config.php\');\n$wp->init();\n$wp->parse_request();\n$wp->query_posts();\n$wp->register_globals();\n
    \n

    Obviously you need to change the path to the wp-config file to be the same as the directory for your Wordpress installlation.

    \n

    The Wordpress Menu Function

    \n

    To add a Wordpress menu to our page we then just use the wp_nav_menu() function as we would do in our Wordpress theme files. The function accepts all of the same parameters, which allows you to customise various aspects.

    \n

    For our tutorial demo we are going to add the mega menu, which is set up for the Wordpress mega menu plugin demo page. To identify the menu we use the “menu” parameter in the wp_nav_menu function, which accepts the menu slug name – based on the name you gave your menu in the Wordpress admin system – in our case it is “mega-menu”

    \n
    \n<?php\n    wp_nav_menu( array( \'menu\' => \'mega-menu\' ) );\n?>\n
    \n

    And that’s all there is to it – just add the function in the page where you want the menu to appear – See demo using non-wordpress page

    \n
    \n \n
    \";}i:1;a:14:{s:5:\"title\";s:44:\"New Wordpress Plugin – Slick Contact Forms\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/H5UoupVuEmc/\";s:8:\"comments\";s:113:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/new-wordpress-plugin-slick-contact-forms/#comments\";s:7:\"pubdate\";s:31:\"Mon, 09 May 2011 12:11:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:69:\"Wordpress PluginsjQueryAJAXanimationformslayoutpluginswidgetwordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1845\";s:11:\"description\";s:881:\"\"\"

    \"\"

    \n

    Slick Contact Forms is our latest Wordpress plugin using jQuery. The plugin allows you to quickly and easily add contact forms to any post or page in Wordpress using widget areas.

    \n

    The plugin allows multiple forms per page, option to either use jquery sticky tabs or jquery floating tabs for the contact form and configure the form settings, … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:3120:\"

    \"\"

    \n

    Slick Contact Forms is our latest Wordpress plugin using jQuery. The plugin allows you to quickly and easily add contact forms to any post or page in Wordpress using widget areas.

    \n

    The plugin allows multiple forms per page, option to either use jquery sticky tabs or jquery floating tabs for the contact form and configure the form settings, animation and the email address of where the form details should be sent.

    \n

    Wordpress slick contact forms plugin page.

    \n

    Each contact form also includes the option to add up to 3 input text fields and one text area. Input labels can be set via the contact form control panel as well as the type of jQuery validation used – select either “no validation”, “required” or “email” for checking that entered text matches the correct email format.

    \n

    \"\"

    \n

    Validation error messages are animated along with highlighting the input field and form is submitted using AJAX.

    \n

    The plugin is designed so that all of the forms are fully accessible and in the event that the user has javascript disabled the form will appear on the page in the designated widget area and can be submitted as normal.

    \n

    For more information and instructions on how to install and configure the plugin and check out a demo form:

    \n

    Wordpress slick contact forms.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:109:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/new-wordpress-plugin-slick-contact-forms/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:104:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/new-wordpress-plugin-slick-contact-forms/\";}s:7:\"summary\";s:881:\"\"\"

    \"\"

    \n

    Slick Contact Forms is our latest Wordpress plugin using jQuery. The plugin allows you to quickly and easily add contact forms to any post or page in Wordpress using widget areas.

    \n

    The plugin allows multiple forms per page, option to either use jquery sticky tabs or jquery floating tabs for the contact form and configure the form settings, … more

    \";s:12:\"atom_content\";s:3120:\"

    \"\"

    \n

    Slick Contact Forms is our latest Wordpress plugin using jQuery. The plugin allows you to quickly and easily add contact forms to any post or page in Wordpress using widget areas.

    \n

    The plugin allows multiple forms per page, option to either use jquery sticky tabs or jquery floating tabs for the contact form and configure the form settings, animation and the email address of where the form details should be sent.

    \n

    Wordpress slick contact forms plugin page.

    \n

    Each contact form also includes the option to add up to 3 input text fields and one text area. Input labels can be set via the contact form control panel as well as the type of jQuery validation used – select either “no validation”, “required” or “email” for checking that entered text matches the correct email format.

    \n

    \"\"

    \n

    Validation error messages are animated along with highlighting the input field and form is submitted using AJAX.

    \n

    The plugin is designed so that all of the forms are fully accessible and in the event that the user has javascript disabled the form will appear on the page in the designated widget area and can be submitted as normal.

    \n

    For more information and instructions on how to install and configure the plugin and check out a demo form:

    \n

    Wordpress slick contact forms.

    \n
    \n \n
    \";}i:2;a:14:{s:5:\"title\";s:41:\"Wordpress Plugin – jQuery Floating Menu\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/hOODd2VnsDs/\";s:8:\"comments\";s:110:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-floating-menu/#comments\";s:7:\"pubdate\";s:31:\"Mon, 02 May 2011 01:46:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:67:\"Wordpress PluginsjQuerymenunavigationpluginsverticalwidgetwordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1773\";s:11:\"description\";s:829:\"\"Floating

    Updated 16th May 2011

    \n

    The Floating Menu plugin allows you to add a floating, sticky menu containing important or relevant links to your Wordpress site. These menus can be created from any Wordpress 3.0 custom menu.

    \n

    This Wordpress plugin can handle multiple floating menus on each page and has many options to customise position and features, which are easily set … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:8563:\"

    Updated 16th May 2011

    \n

    The Floating Menu plugin allows you to add a floating, sticky menu containing important or relevant links to your Wordpress site. These menus can be created from any Wordpress 3.0 custom menu.

    \n

    This Wordpress plugin can handle multiple floating menus on each page and has many options to customise position and features, which are easily set via the widget control panel.

    \n

    Download Floating Menu 1.1 (1,511)

    \n

    \n

    View Floating Menu Demo

    \n

    Installation

    \n
      \n
    1. Upload the plugin through `Plugins > Add New > Upload` interface or upload `floating-menu` folder to the `/wp-content/plugins/` directory
    2. \n
    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. \n
    5. In the widgets section, select the Floating Menu widget and add to one of your widget areas
    6. \n
    7. Select one of the WP menus, set the required settings and save your widget
    8. \n
    \n

    Useage

    \n

    In order to use the floating menu plugin you will need the following:

    \n

    A Wordpress custom menu

    \n

    Either use an existing menu or set one up via the menu option in Wordpress admin.

    \n

    Widget area

    \n

    Location of the actual widget is not important since the plugin automatically sets the position based on the control panel settings. You can therefore add the floating menu to an existing widget area in your Wordpress theme or create a new widget area.

    \n

    To learn more about adding widget areas to Wordpress see our Wordpress tutorial – “Adding A Widget Area To Your Theme Files”.

    \n

    Create Your Floating Menu

    \n

    To create your floating menu go to the widget admin page and drag the “Floating Menu” widget to the desired widget area. Select your custom menu from the drop down list in the widget control panel.

    \n

    Click “save” to activate the widget.

    \n

    Configuring Your Widget

    \n

    The floating menu can easily be customised using the options available in the widget control panel:

    \n

    Event:

    \n

    Open/Close the menu using either ‘hover’ or ‘click’.

    \n

    Tab Text:

    \n

    Enter the text that you would like to use for the menu tab.

    \n

    Width:

    \n

    Set the width of the menu in pixels

    \n

    Location & Aligment:

    \n

    The position of the menu in the browser window is determined using its location (either Top or Bottom) and aligment (left or right). The location also changes how the menu slides out:

    \n
      \n
    • Top Left or Top Right – menu slides down
    • \n
    • Bottom Left or Bottom Right – menu slides up
    • \n
    \n

    For each one you can also add the number of pixels that you would like to offset the menu by from either the location or alignment in the text box next to the drop down list. The default offset for both location and alignment is 10px.

    \n

    E.g. To position a menu 50 pixels from the top and 100 pixels from the right you would use the following settings:

    \n

    \"Floating

    \n

    Floating Speed:

    \n

    The speed in milliseconds for the menu floating animation (i.e. the time it takes to “catch up” when the page scrolls up or down) – e.g. to set the floating speed to 1.3 seconds use 1300.

    \n

    The default speed is set to 1.5 secs.

    \n

    Animation Speed:

    \n

    The speed in milliseconds to open and close the slide out menu.

    \n

    The default speed is set to 0.6 secs.

    \n

    Auto-Close Menu:

    \n

    If checked, the menu will automatically slide closed when the user clicks anywhere in the browser

    \n

    Keep Open:

    \n

    If checked, the menu tab will remain open at all times.

    \n

    Skin:

    \n

    4 different sample skins are currently available for styling the floating menu. Since there are no essential styles required to create the floating menu, these can easily be used to create your own custom menu theme.

    \n

    Note: If you use one of the skin CSS files to create your own style please remember to copy the CSS to your theme folder as all files in the plugin folder are automatically deleted when the plugin is updated.

    \n

    FAQ

    \n
    \n

    The menu appears on the page but does not work. Why?

    \n

    One main reason for this is that the plugin adds the required jQuery code to your template footer. Make sure that your template files contain the wp_footer() function.

    \n

    Another likely cause is due to other non-functioning plugins, which may have errors and cause the plugin javascript to not load. Remove any unwanted plugins and try again. Checking with Firebug will show where these error are occuring.

    \n
    \n
    \n

    Many issues that can crop up with installing and using the plugin with different themes have been covered in our comments section. Please check previous comments for further information/tips.

    \n
    \n
    \n

    Demo jQuery Floating Menu

    \n

    http://designchemical.com/lab/demo-wordpress-jquery-floating-menu-plugin/

    \n

    Download The Plugin

    \n

    Download Floating Menu 1.1 (1,511)

    \n

    \n

    If you find this plugin useful please rate it at wordpress.org.

    \n

    If you liked the floating menu plugin you may also like the Slick Menu Plugin.

    \n

    If you have any problems, suggestions on how we can make the plugin better or would like help creating a new skin for your Floating Menu let us know via comments, email or our online contact form.

    \n
    \n
    \n\n\n\n\n\n
    \n

    All of our Wordpress and Jquery plugins are created and supported for free. However … we are always happy to receive any donations if you do find the plugins useful!

    \n
    \n
    \n
    \n

    Screenshots

    \n

    \"\"

    \n

    Widget in edit mode

    \n

    Updates

    \n

    Version 1.1 16th May 2011

    \n
      \n
    • Added: Option to keep menu open at all times
    • \n
    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:106:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-floating-menu/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"12\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:101:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-floating-menu/\";}s:7:\"summary\";s:829:\"\"Floating

    Updated 16th May 2011

    \n

    The Floating Menu plugin allows you to add a floating, sticky menu containing important or relevant links to your Wordpress site. These menus can be created from any Wordpress 3.0 custom menu.

    \n

    This Wordpress plugin can handle multiple floating menus on each page and has many options to customise position and features, which are easily set … more

    \";s:12:\"atom_content\";s:8563:\"

    Updated 16th May 2011

    \n

    The Floating Menu plugin allows you to add a floating, sticky menu containing important or relevant links to your Wordpress site. These menus can be created from any Wordpress 3.0 custom menu.

    \n

    This Wordpress plugin can handle multiple floating menus on each page and has many options to customise position and features, which are easily set via the widget control panel.

    \n

    Download Floating Menu 1.1 (1,511)

    \n

    \n

    View Floating Menu Demo

    \n

    Installation

    \n
      \n
    1. Upload the plugin through `Plugins > Add New > Upload` interface or upload `floating-menu` folder to the `/wp-content/plugins/` directory
    2. \n
    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. \n
    5. In the widgets section, select the Floating Menu widget and add to one of your widget areas
    6. \n
    7. Select one of the WP menus, set the required settings and save your widget
    8. \n
    \n

    Useage

    \n

    In order to use the floating menu plugin you will need the following:

    \n

    A Wordpress custom menu

    \n

    Either use an existing menu or set one up via the menu option in Wordpress admin.

    \n

    Widget area

    \n

    Location of the actual widget is not important since the plugin automatically sets the position based on the control panel settings. You can therefore add the floating menu to an existing widget area in your Wordpress theme or create a new widget area.

    \n

    To learn more about adding widget areas to Wordpress see our Wordpress tutorial – “Adding A Widget Area To Your Theme Files”.

    \n

    Create Your Floating Menu

    \n

    To create your floating menu go to the widget admin page and drag the “Floating Menu” widget to the desired widget area. Select your custom menu from the drop down list in the widget control panel.

    \n

    Click “save” to activate the widget.

    \n

    Configuring Your Widget

    \n

    The floating menu can easily be customised using the options available in the widget control panel:

    \n

    Event:

    \n

    Open/Close the menu using either ‘hover’ or ‘click’.

    \n

    Tab Text:

    \n

    Enter the text that you would like to use for the menu tab.

    \n

    Width:

    \n

    Set the width of the menu in pixels

    \n

    Location & Aligment:

    \n

    The position of the menu in the browser window is determined using its location (either Top or Bottom) and aligment (left or right). The location also changes how the menu slides out:

    \n
      \n
    • Top Left or Top Right – menu slides down
    • \n
    • Bottom Left or Bottom Right – menu slides up
    • \n
    \n

    For each one you can also add the number of pixels that you would like to offset the menu by from either the location or alignment in the text box next to the drop down list. The default offset for both location and alignment is 10px.

    \n

    E.g. To position a menu 50 pixels from the top and 100 pixels from the right you would use the following settings:

    \n

    \"Floating

    \n

    Floating Speed:

    \n

    The speed in milliseconds for the menu floating animation (i.e. the time it takes to “catch up” when the page scrolls up or down) – e.g. to set the floating speed to 1.3 seconds use 1300.

    \n

    The default speed is set to 1.5 secs.

    \n

    Animation Speed:

    \n

    The speed in milliseconds to open and close the slide out menu.

    \n

    The default speed is set to 0.6 secs.

    \n

    Auto-Close Menu:

    \n

    If checked, the menu will automatically slide closed when the user clicks anywhere in the browser

    \n

    Keep Open:

    \n

    If checked, the menu tab will remain open at all times.

    \n

    Skin:

    \n

    4 different sample skins are currently available for styling the floating menu. Since there are no essential styles required to create the floating menu, these can easily be used to create your own custom menu theme.

    \n

    Note: If you use one of the skin CSS files to create your own style please remember to copy the CSS to your theme folder as all files in the plugin folder are automatically deleted when the plugin is updated.

    \n

    FAQ

    \n
    \n

    The menu appears on the page but does not work. Why?

    \n

    One main reason for this is that the plugin adds the required jQuery code to your template footer. Make sure that your template files contain the wp_footer() function.

    \n

    Another likely cause is due to other non-functioning plugins, which may have errors and cause the plugin javascript to not load. Remove any unwanted plugins and try again. Checking with Firebug will show where these error are occuring.

    \n
    \n
    \n

    Many issues that can crop up with installing and using the plugin with different themes have been covered in our comments section. Please check previous comments for further information/tips.

    \n
    \n
    \n

    Demo jQuery Floating Menu

    \n

    http://designchemical.com/lab/demo-wordpress-jquery-floating-menu-plugin/

    \n

    Download The Plugin

    \n

    Download Floating Menu 1.1 (1,511)

    \n

    \n

    If you find this plugin useful please rate it at wordpress.org.

    \n

    If you liked the floating menu plugin you may also like the Slick Menu Plugin.

    \n

    If you have any problems, suggestions on how we can make the plugin better or would like help creating a new skin for your Floating Menu let us know via comments, email or our online contact form.

    \n
    \n
    \n\n\n\n\n\n
    \n

    All of our Wordpress and Jquery plugins are created and supported for free. However … we are always happy to receive any donations if you do find the plugins useful!

    \n
    \n
    \n
    \n

    Screenshots

    \n

    \"\"

    \n

    Widget in edit mode

    \n

    Updates

    \n

    Version 1.1 16th May 2011

    \n
      \n
    • Added: Option to keep menu open at all times
    • \n
    \n
    \n \n
    \";}i:3;a:14:{s:5:\"title\";s:36:\"New jQuery Plugin – jQuery Floater\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/LOcnVhemS0s/\";s:8:\"comments\";s:112:\"http://www.designchemical.com/blog/index.php/jquery-plugins/new-jquery-plugin-%e2%80%93-jquery-floater/#comments\";s:7:\"pubdate\";s:31:\"Mon, 02 May 2011 01:19:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:55:\"jQuery PluginsjQuerylayoutmenunavigationpluginsvertical\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1794\";s:11:\"description\";s:880:\"\"\"

    The new jQuery Floater plugin allows you to easily create floating tabs with slide out content from any block of HTML. Useful for adding important navigation links or even text content.

    \n

    The plugin offers many options, which can be used to customise the floating content including:

    \n
      \n
    • Position the floating tabs anywhere in the browser window using a combination

    more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:2933:\"

    The new jQuery Floater plugin allows you to easily create floating tabs with slide out content from any block of HTML. Useful for adding important navigation links or even text content.

    \n

    The plugin offers many options, which can be used to customise the floating content including:

    \n
      \n
    • Position the floating tabs anywhere in the browser window using a combination of “location” and “alignment” along with offet in pixels.
    • \n
    • Slide out content will automatically slide down if location is set to the top of the browser and slide up if set to the bottom
    • \n
    • Option of using either “click” or “hover” to activate the slider.
    • \n
    • Customise the floating and slide out animation by changing the speed settings as well as the easing for the floating.
    • \n
    • Multiple floating tabs per page
    • \n
    • Set the text label for the floating tabs
    • \n
    • Auto-close option, which will automatically slide closed if elsewhere in the browser screen is clicked
    • \n
    \n

    Checkout the jQuery Floater plugin project page for more information.

    \n

    Wordpress Plugin Version

    \n

    The floater plugin is also available as a Wordpress menu widget plugin, which allows you to create floating menus from any Wordpress 3.0 custom menus – Wordpress Floating Menu plugin.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:108:\"http://www.designchemical.com/blog/index.php/jquery-plugins/new-jquery-plugin-%e2%80%93-jquery-floater/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:103:\"http://www.designchemical.com/blog/index.php/jquery-plugins/new-jquery-plugin-%e2%80%93-jquery-floater/\";}s:7:\"summary\";s:880:\"\"\"

    The new jQuery Floater plugin allows you to easily create floating tabs with slide out content from any block of HTML. Useful for adding important navigation links or even text content.

    \n

    The plugin offers many options, which can be used to customise the floating content including:

    \n
      \n
    • Position the floating tabs anywhere in the browser window using a combination

    more

    \";s:12:\"atom_content\";s:2933:\"

    The new jQuery Floater plugin allows you to easily create floating tabs with slide out content from any block of HTML. Useful for adding important navigation links or even text content.

    \n

    The plugin offers many options, which can be used to customise the floating content including:

    \n
      \n
    • Position the floating tabs anywhere in the browser window using a combination of “location” and “alignment” along with offet in pixels.
    • \n
    • Slide out content will automatically slide down if location is set to the top of the browser and slide up if set to the bottom
    • \n
    • Option of using either “click” or “hover” to activate the slider.
    • \n
    • Customise the floating and slide out animation by changing the speed settings as well as the easing for the floating.
    • \n
    • Multiple floating tabs per page
    • \n
    • Set the text label for the floating tabs
    • \n
    • Auto-close option, which will automatically slide closed if elsewhere in the browser screen is clicked
    • \n
    \n

    Checkout the jQuery Floater plugin project page for more information.

    \n

    Wordpress Plugin Version

    \n

    The floater plugin is also available as a Wordpress menu widget plugin, which allows you to create floating menus from any Wordpress 3.0 custom menus – Wordpress Floating Menu plugin.

    \n
    \n \n
    \";}i:4;a:14:{s:5:\"title\";s:48:\"jQuery Animated Error Messages & Form Validation\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/JXj0QoL9FEU/\";s:8:\"comments\";s:108:\"http://www.designchemical.com/blog/index.php/jquery/jquery-animated-error-messages-form-validation/#comments\";s:7:\"pubdate\";s:31:\"Thu, 21 Apr 2011 13:24:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:47:\"TutorialsValidationjQueryanimationformstutorial\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1754\";s:11:\"description\";s:839:\"\"\"

    In today’s tutorial we are going to use jQuery animation to create more interesting and engaging form validation errors for a user registration form.

    \n

    Our jQuery form submit and validation code is based on the same one we created in our “Create Your Own jQuery AJAX Form Submit With Validation” tutorial in February. The additional items that we are going … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:10973:\"

    In today’s tutorial we are going to use jQuery animation to create more interesting and engaging form validation errors for a user registration form.

    \n

    Our jQuery form submit and validation code is based on the same one we created in our “Create Your Own jQuery AJAX Form Submit With Validation” tutorial in February. The additional items that we are going to add are:

    \n
    \n
      \n
    • An additional code snippet to check that the user’s password re-entry matches
    • \n
    • jQuery code that will create & dynamically position our various validation error messages
    • \n
    • jQuery animation code that will show the relevant error
    • \n
    • An additional step that will fade out the error message when the input element gains focus
    • \n
    \n
    \n

    View DemoDownload Source Files

    \n

    The Form HTML

    \n

    A standard form with the same format that we used in the earlier tutorial:

    \n
    \n<form id="form-sign-up" class="styled" action="" method="post">\n    <fieldset>\n        <h3>Register Now!</h3>\n        <ol>\n            <li class="form-row">\n                <label>Name:</label>\n                <input name="name" type="text" class="text-input required" />\n            </li>\n            <li class="form-row">\n                <label>Email:</label>\n                <input name="email" type="text" class="text-input required email" />\n            </li>\n            <li class="form-row">\n                <label>Password:</label>\n                <input name="password" type="password" id="password-1" class="text-input required password" />\n            </li>\n            <li class="form-row">\n                <label>Repeat Password:</label>\n                <input name="password1" type="password" id="password-2" class="text-input required password" />\n            </li>\n            <li class="button-row">\n                <input type="image" src="images/btn_sign_up_off.png" alt="Sign Up" value="OK" class="btn-submit img-swap" />\n            </li>\n        </ol>\n    </fieldset>\n</form>\n
    \n

    The key items here are the classes we have assigned to the text elements, which will be used by our jQuery code to identify what validation rules and error messages should apply. We have 3 different types:

    \n
      \n
    • Name – has class “required”, which checks that the input is not empty and is used as the basis for all of our form elements
    • \n
    • Email – has class “email”, which checks the input against a regular expression for matching standard email formats
    • \n
    • Password/Re-enter Password – has class “password”, which will check the 2 entries against each other to make sure they match
    • \n
    \n

    Our Form CSS

    \n

    There are a couple of CSS rules, which are required in order for our error animation to work – these are highlighted in the code below with appropriate comments:

    \n
    \n/*Form styles*/\n.styled {\nfont: 15px Arial, sans-serif;\nwidth: 422px;\nmargin: 20px auto;\nbackground: url(images/bg_form.png) no-repeat 0 0;\npadding-top: 20px;\n}\n.styled fieldset {\nbackground: url(images/bg_form.png) no-repeat 0 100%;\npadding: 0 25px 20px 25px;\nposition: relative;\n}\n\n/* Form rows */\n.styled fieldset li.form-row {\nmargin-bottom: 5px;\npadding: 3px 0;\nclear: both;\nposition: relative; /* Required as error messages will be absolutely positioned */\n}\n.styled label {\ndisplay: block;\nfont-weight: bold;\nfloat: left;\nwidth: 100px;\nline-height: 24px;\npadding-top: 4px;\ncolor: #555;\n}\n.styled fieldset li.button-row {\nmargin-bottom: 0;\npadding: 5px 0 0;\ntext-align: right;\n}\n\n/* Text input styles */\n/* Default */\n.styled input.text-input {\nheight: 22px;\nwidth: 254px;\npadding: 5px 8px;\nbackground: url(images/bg_input.png) no-repeat 0 0;\nborder: none;\nfont: normal 15px Arial, sans-serif;\ncolor: #333;\nline-height: 1em;\n}\n
    \n

    The Form Validation CSS

    \n

    The following CSS rules are for styling and setting up the form error messages:

    \n
    \n\n/* Form Validation */\n/* CSS code to create the error messages */\n.styled span.error {\nfont: bold 11px Arial, sans-serif;\nline-height: 1em;\ncolor:#fff;\ntext-shadow: 1px 1px 1px #000;\nbackground: url(images/arrow_error.png) no-repeat 0 center;\nborder-right: 1px solid #6c0202;\nheight: 11px;\npadding: 8px 15px 11px 20px;\ndisplay: none; /* Required as we will use jQuery to fade in the error message */\nposition: absolute; /* Required */\ntop: 3px;\nright: 0; /* Required - initially set all error messages to the right of the form row */\n}\n\n/* Change the input field styles when an error message is present */\n.styled fieldset li.error input.text-input {\nbackground-position: 0 -64px;\n}\n
    \n

    The jQuery Code

    \n

    The code below includes comments explaining each function in more detail:

    \n
    \n// Form validation and submit when button is clicked\n	$(\'.btn-submit\').click(function(e){\n\n		// Declare the function variables:\n		// Parent form, form URL, email regex and the error HTML\n		var $formId = $(this).parents(\'form\');\n		var formAction = $formId.attr(\'action\');\n		var emailReg = /^([\\w-\\.]+@([\\w-]+\\.)+[\\w-]{2,4})?$/;\n		var $error = $(\'<span class="error"></span>\');\n\n		// Prepare the form for validation - remove previous errors\n		$(\'li\',$formId).removeClass(\'error\');\n		$(\'span.error\').remove();\n\n		// Validate all inputs with the class "required"\n		$(\'.required\',$formId).each(function(){\n			var inputVal = $(this).val();\n			var $parentTag = $(this).parent();\n			if(inputVal == \'\'){\n				$parentTag.addClass(\'error\').append($error.clone().text(\'Required Field\'));\n			}\n\n			// Run the email validation using the regex for those input items also having class "email"\n			if($(this).hasClass(\'email\') == true){\n				if(!emailReg.test(inputVal)){\n					$parentTag.addClass(\'error\').append($error.clone().text(\'Enter valid email\'));\n				}\n			}\n\n			// Check passwords match for inputs with class "password"\n			if($(this).hasClass(\'password\') == true){\n				var password1 = $(\'#password-1\').val();\n				var password2 = $(\'#password-2\').val();\n				if(password1 != password2){\n				$parentTag.addClass(\'error\').append($error.clone().text(\'Passwords must match\'));\n				}\n			}\n		});\n\n		// All validation complete - Check if any errors exist\n		// If has errors\n		if ($(\'span.error\').length > 0) {\n\n			$(\'span.error\').each(function(){\n\n				// Set the distance for the error animation\n				var distance = 5;\n\n				// Get the error dimensions\n				var width = $(this).outerWidth();\n\n				// Calculate starting position\n				var start = width + distance;\n\n				// Set the initial CSS\n				$(this).show().css({\n					display: \'block\',\n					opacity: 0,\n					right: -start+\'px\'\n				})\n				// Animate the error message\n				.animate({\n					right: -width+\'px\',\n					opacity: 1\n				}, \'slow\');\n\n			});\n		} else {\n			$formId.submit();\n		}\n		// Prevent form submission\n			e.preventDefault();\n	});\n\n	// Fade out error message when input field gains focus\n	$(\'.required\').focus(function(){\n		var $parent = $(this).parent();\n		$parent.removeClass(\'error\');\n		$(\'span.error\',$parent).fadeOut();\n	});\n
    \n

    The comments are fairly self explanatory. So to briefly summarise the jQuery code:

    \n
      \n
    1. When the submit button is clicked the validation process starts by declaring all function variables, including the error message span tag
    2. \n
    3. Clean up the form by removing any errors span tags plus the error class on the form rows from the previous click so we are starting with a clean slateLoop through all input fields with class “required” and first check if they contain text
    4. \n
    5. Validate input fields with class “email” using a standard regex pattern for email address formats
    6. \n
    7. Get the 2 password field values and check if they match
    8. \n
    9. If any of our checks returns an error indentify that form row by adding class=”error”, clone the error span tag, append to the form row and insert the relevant error message text
    10. \n
    11. Position each error message span tag to the right of the form row based on the total width of the message
    12. \n
    13. Fade in each error message and alert the user by animating 5px to the left
    14. \n
    15. Fade out and remove the errors when the user clicks on the text input field
    16. \n
    \n

    With the basic process now in place you can easily modify and expand the animation functions and try different effects to suit your users and website.

    \n

    View DemoDownload Source Files

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:104:\"http://www.designchemical.com/blog/index.php/jquery/jquery-animated-error-messages-form-validation/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"6\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:99:\"http://www.designchemical.com/blog/index.php/jquery/jquery-animated-error-messages-form-validation/\";}s:7:\"summary\";s:839:\"\"\"

    In today’s tutorial we are going to use jQuery animation to create more interesting and engaging form validation errors for a user registration form.

    \n

    Our jQuery form submit and validation code is based on the same one we created in our “Create Your Own jQuery AJAX Form Submit With Validation” tutorial in February. The additional items that we are going … more

    \";s:12:\"atom_content\";s:10973:\"

    In today’s tutorial we are going to use jQuery animation to create more interesting and engaging form validation errors for a user registration form.

    \n

    Our jQuery form submit and validation code is based on the same one we created in our “Create Your Own jQuery AJAX Form Submit With Validation” tutorial in February. The additional items that we are going to add are:

    \n
    \n
      \n
    • An additional code snippet to check that the user’s password re-entry matches
    • \n
    • jQuery code that will create & dynamically position our various validation error messages
    • \n
    • jQuery animation code that will show the relevant error
    • \n
    • An additional step that will fade out the error message when the input element gains focus
    • \n
    \n
    \n

    View DemoDownload Source Files

    \n

    The Form HTML

    \n

    A standard form with the same format that we used in the earlier tutorial:

    \n
    \n<form id="form-sign-up" class="styled" action="" method="post">\n    <fieldset>\n        <h3>Register Now!</h3>\n        <ol>\n            <li class="form-row">\n                <label>Name:</label>\n                <input name="name" type="text" class="text-input required" />\n            </li>\n            <li class="form-row">\n                <label>Email:</label>\n                <input name="email" type="text" class="text-input required email" />\n            </li>\n            <li class="form-row">\n                <label>Password:</label>\n                <input name="password" type="password" id="password-1" class="text-input required password" />\n            </li>\n            <li class="form-row">\n                <label>Repeat Password:</label>\n                <input name="password1" type="password" id="password-2" class="text-input required password" />\n            </li>\n            <li class="button-row">\n                <input type="image" src="images/btn_sign_up_off.png" alt="Sign Up" value="OK" class="btn-submit img-swap" />\n            </li>\n        </ol>\n    </fieldset>\n</form>\n
    \n

    The key items here are the classes we have assigned to the text elements, which will be used by our jQuery code to identify what validation rules and error messages should apply. We have 3 different types:

    \n
      \n
    • Name – has class “required”, which checks that the input is not empty and is used as the basis for all of our form elements
    • \n
    • Email – has class “email”, which checks the input against a regular expression for matching standard email formats
    • \n
    • Password/Re-enter Password – has class “password”, which will check the 2 entries against each other to make sure they match
    • \n
    \n

    Our Form CSS

    \n

    There are a couple of CSS rules, which are required in order for our error animation to work – these are highlighted in the code below with appropriate comments:

    \n
    \n/*Form styles*/\n.styled {\nfont: 15px Arial, sans-serif;\nwidth: 422px;\nmargin: 20px auto;\nbackground: url(images/bg_form.png) no-repeat 0 0;\npadding-top: 20px;\n}\n.styled fieldset {\nbackground: url(images/bg_form.png) no-repeat 0 100%;\npadding: 0 25px 20px 25px;\nposition: relative;\n}\n\n/* Form rows */\n.styled fieldset li.form-row {\nmargin-bottom: 5px;\npadding: 3px 0;\nclear: both;\nposition: relative; /* Required as error messages will be absolutely positioned */\n}\n.styled label {\ndisplay: block;\nfont-weight: bold;\nfloat: left;\nwidth: 100px;\nline-height: 24px;\npadding-top: 4px;\ncolor: #555;\n}\n.styled fieldset li.button-row {\nmargin-bottom: 0;\npadding: 5px 0 0;\ntext-align: right;\n}\n\n/* Text input styles */\n/* Default */\n.styled input.text-input {\nheight: 22px;\nwidth: 254px;\npadding: 5px 8px;\nbackground: url(images/bg_input.png) no-repeat 0 0;\nborder: none;\nfont: normal 15px Arial, sans-serif;\ncolor: #333;\nline-height: 1em;\n}\n
    \n

    The Form Validation CSS

    \n

    The following CSS rules are for styling and setting up the form error messages:

    \n
    \n\n/* Form Validation */\n/* CSS code to create the error messages */\n.styled span.error {\nfont: bold 11px Arial, sans-serif;\nline-height: 1em;\ncolor:#fff;\ntext-shadow: 1px 1px 1px #000;\nbackground: url(images/arrow_error.png) no-repeat 0 center;\nborder-right: 1px solid #6c0202;\nheight: 11px;\npadding: 8px 15px 11px 20px;\ndisplay: none; /* Required as we will use jQuery to fade in the error message */\nposition: absolute; /* Required */\ntop: 3px;\nright: 0; /* Required - initially set all error messages to the right of the form row */\n}\n\n/* Change the input field styles when an error message is present */\n.styled fieldset li.error input.text-input {\nbackground-position: 0 -64px;\n}\n
    \n

    The jQuery Code

    \n

    The code below includes comments explaining each function in more detail:

    \n
    \n// Form validation and submit when button is clicked\n	$(\'.btn-submit\').click(function(e){\n\n		// Declare the function variables:\n		// Parent form, form URL, email regex and the error HTML\n		var $formId = $(this).parents(\'form\');\n		var formAction = $formId.attr(\'action\');\n		var emailReg = /^([\\w-\\.]+@([\\w-]+\\.)+[\\w-]{2,4})?$/;\n		var $error = $(\'<span class="error"></span>\');\n\n		// Prepare the form for validation - remove previous errors\n		$(\'li\',$formId).removeClass(\'error\');\n		$(\'span.error\').remove();\n\n		// Validate all inputs with the class "required"\n		$(\'.required\',$formId).each(function(){\n			var inputVal = $(this).val();\n			var $parentTag = $(this).parent();\n			if(inputVal == \'\'){\n				$parentTag.addClass(\'error\').append($error.clone().text(\'Required Field\'));\n			}\n\n			// Run the email validation using the regex for those input items also having class "email"\n			if($(this).hasClass(\'email\') == true){\n				if(!emailReg.test(inputVal)){\n					$parentTag.addClass(\'error\').append($error.clone().text(\'Enter valid email\'));\n				}\n			}\n\n			// Check passwords match for inputs with class "password"\n			if($(this).hasClass(\'password\') == true){\n				var password1 = $(\'#password-1\').val();\n				var password2 = $(\'#password-2\').val();\n				if(password1 != password2){\n				$parentTag.addClass(\'error\').append($error.clone().text(\'Passwords must match\'));\n				}\n			}\n		});\n\n		// All validation complete - Check if any errors exist\n		// If has errors\n		if ($(\'span.error\').length > 0) {\n\n			$(\'span.error\').each(function(){\n\n				// Set the distance for the error animation\n				var distance = 5;\n\n				// Get the error dimensions\n				var width = $(this).outerWidth();\n\n				// Calculate starting position\n				var start = width + distance;\n\n				// Set the initial CSS\n				$(this).show().css({\n					display: \'block\',\n					opacity: 0,\n					right: -start+\'px\'\n				})\n				// Animate the error message\n				.animate({\n					right: -width+\'px\',\n					opacity: 1\n				}, \'slow\');\n\n			});\n		} else {\n			$formId.submit();\n		}\n		// Prevent form submission\n			e.preventDefault();\n	});\n\n	// Fade out error message when input field gains focus\n	$(\'.required\').focus(function(){\n		var $parent = $(this).parent();\n		$parent.removeClass(\'error\');\n		$(\'span.error\',$parent).fadeOut();\n	});\n
    \n

    The comments are fairly self explanatory. So to briefly summarise the jQuery code:

    \n
      \n
    1. When the submit button is clicked the validation process starts by declaring all function variables, including the error message span tag
    2. \n
    3. Clean up the form by removing any errors span tags plus the error class on the form rows from the previous click so we are starting with a clean slateLoop through all input fields with class “required” and first check if they contain text
    4. \n
    5. Validate input fields with class “email” using a standard regex pattern for email address formats
    6. \n
    7. Get the 2 password field values and check if they match
    8. \n
    9. If any of our checks returns an error indentify that form row by adding class=”error”, clone the error span tag, append to the form row and insert the relevant error message text
    10. \n
    11. Position each error message span tag to the right of the form row based on the total width of the message
    12. \n
    13. Fade in each error message and alert the user by animating 5px to the left
    14. \n
    15. Fade out and remove the errors when the user clicks on the text input field
    16. \n
    \n

    With the basic process now in place you can easily modify and expand the animation functions and try different effects to suit your users and website.

    \n

    View DemoDownload Source Files

    \n
    \n \n
    \";}i:5;a:14:{s:5:\"title\";s:52:\"Form Validation Using jQuery and Regular Expressions\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/juoVpvarhyo/\";s:8:\"comments\";s:114:\"http://www.designchemical.com/blog/index.php/jquery/form-validation-using-jquery-and-regular-expressions/#comments\";s:7:\"pubdate\";s:31:\"Mon, 18 Apr 2011 02:00:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:57:\"TutorialsValidationWebsite CodingjQueryformsregextutorial\";s:4:\"guid\";s:41:\"http://www.designchemical.com/blog/?p=952\";s:11:\"description\";s:854:\"\"\"

    Updated 18th April 2011

    \n

    Regular expressions offer an extremely flexible and powerful way of adding validation to your website forms. Combined with jQuery, it allows you to ensure that data sent to the server matches all of your requirements.

    \n

    In this post I have included several example regular expressions that we have used in our web design projects for validating … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:9417:\"

    Updated 18th April 2011

    \n

    Regular expressions offer an extremely flexible and powerful way of adding validation to your website forms. Combined with jQuery, it allows you to ensure that data sent to the server matches all of your requirements.

    \n

    In this post I have included several example regular expressions that we have used in our web design projects for validating form input.

    \n

    For this tutorial we assume you know how to create the HTML form and add jQuery to your site. For samples you can refer to previous posts – check passwords using jQuery, email validation using jQuery or view the demo form.

    \n

    View Demo

    \n

    For each example we have created a css class, which can then be assigned to the relevant form element. If you are creating your own validation code/plugin there are obviously more efficient ways of creating a complete validation system but for the tutorial we have kept each regular expression sample separate and also use the “keyup” event.

    \n

    jQuery To Handle the Submit Button

    \n

    In order to use these validation functions in a form we need to add jQuery that will check for the presence of any span elements with the class “error”. We do this by using the length property. If the length is > 0 the form submit can be stopped and the user alerted:

    \n
    \n$(\'#btn-submit\').click(function() {\n  if($(\'span.error\').length &gt; 0){\n    alert(\'Errors!\');\n    return false;\n  } else {\n    $(\'#btn-submit\').after(\'<span class="error">Form Accepted.</span>\');\n    return false;\n  }\n});\n
    \n

    Now that we have this code to check for errors, we can add any of the examples below to the form.

    \n

    Example 1 – Validates Numeric Characters Only

    \n

    Accepts only 0 – 9

    \n
    \n$(\'.keyup-numeric\').keyup(function() {\n    $(\'span.error-keyup-1\').hide();\n    var inputVal = $(this).val();\n    var numericReg = /^\\d*[0-9](|.\\d*[0-9]|,\\d*[0-9])?$/;\n    if(!numericReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-1">Numeric characters only.</span>\');\n    }\n});\n
    \n

    Example 2 – No Special Characters

    \n

    Allows only letters, numbers and spaces. All other characters will return an error.

    \n
    \n$(\'.keyup-characters\').keyup(function() {\n    $(\'span.error-keyup-2\').remove();\n    var inputVal = $(this).val();\n    var characterReg = /^\\s*[a-zA-Z0-9,\\s]+\\s*$/;\n    if(!characterReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-2">No special characters allowed.</span>\');\n    }\n});\n
    \n

    Example 3 – Maximum of 8 Characters

    \n

    Allows all characters up to a maximum of 8. Useful for passwords, etc. The value can easily be increased/descreased by changing the {0,8}

    \n
    \n$(\'.keyup-limit-8\').keyup(function() {\n    $(\'span.error-keyup-3\').remove();\n    var inputVal = $(this).val();\n    var characterReg = /^([a-zA-Z0-9]{0,8})$/;\n    if(!characterReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-3">Maximum 8 characters.</span>\');\n    }\n});\n
    \n

    Example 4 – US Phone Number

    \n

    Allows numbers 2-9 for the first and second group of 3 followed by 0-9 for the last 4 with the groups separated by “-” e.g:

    \n
      \n
    • 234-234-1234 = OK
    • \n
    • 134-234-1234 = Error
    • \n
    • 234-134-1234 = Error
    • \n
    \n
    \n$(\'.keyup-phone\').keyup(function() {\n    $(\'span.error-keyup-4\').remove();\n    var inputVal = $(this).val();\n    var characterReg = /^[2-9]\\d{2}-\\d{3}-\\d{4}$/;\n    if(!characterReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-4">Format xxx-xxx-xxxx</span>\');\n    }\n});\n
    \n

    Example 5 – Validate Date Format

    \n

    Allows date format – mm/dd/yyyy – including “/”. All other combinations will return errors e.g:

    \n
      \n
    • 01/31/2001 = OK
    • \n
    • 31/01/2001 = Error
    • \n
    • 1/01/2001 = Error
    • \n
    \n
    \n$(\'.keyup-date\').keyup(function() {\n    $(\'span.error-keyup-5\').remove();\n    var inputVal = $(this).val();\n    var dateReg = /^[0,1]?\\d{1}\\/(([0-2]?\\d{1})|([3][0,1]{1}))\\/(([1]{1}[9]{1}[9]{1}\\d{1})|([2-9]{1}\\d{3}))$/;\n    if(!dateReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-5">Invalid date format.</span>\');\n    }\n});\n
    \n

    Example 6 – Check For Possible Fake Text

    \n

    This is an interesting example, which checks for possible fake text being entered into your form. The regex looks for groups of the same letters occuring in groups of 3 or more e.g:

    \n
      \n
    • foo = OK
    • \n
    • fff = Error
    • \n
    \n
    \n$(\'.keyup-fake\').keyup(function() {\n    $(\'span.error-keyup-6\').remove();\n    var inputVal = $(this).val();\n    var fakeReg = /(.)\\1{2,}/;\n    if(fakeReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-6">Invalid text.</span>\');\n    }\n});\n
    \n

    Example 7 – Check Email Address Format

    \n

    This is a standard regular expression, which is used to validate email addresses to ensure they follow the standard format:

    \n
      \n
    • email@email.com = OK
    • \n
    • email.email.com = Error
    • \n
    \n
    \n$(\'.keyup-email\').keyup(function() {\n    $(\'span.error-keyup-7\').remove();\n    var inputVal = $(this).val();\n    var emailReg = /^([\\w-\\.]+@([\\w-]+\\.)+[\\w-]{2,4})?$/;\n    if(!emailReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-7">Invalid Email Format.</span>\');\n    }\n});\n
    \n

    Example 8 – No Free Email Addresses

    \n

    Another useful email validation regular expression checks for email addresses using free emails – in the example below we check for yahoo, gmail and hotmail:

    \n
      \n
    • email@yahoo.com = Error
    • \n
    • email@email.com = OK
    • \n
    \n
    \n$(\'.keyup-email-2\').keyup(function() {\n    $(\'span.error-keyup-8\').remove();\n    var inputVal = $(this).val();\n    var emailFreeReg= /^([\\w-\\.]+@(?!gmail.com)(?!yahoo.com)(?!hotmail.com)(?!aol.com)([\\w-]+\\.)+[\\w-]{2,4})?$/;\n    if(!emailFreeReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-8">No Free Email Addresses.</span>\');\n    }\n});\n
    \n

    Example 9 – Visa Card Number Format

    \n

    For an example of validating a credit card we can use the following regular expression, which checks the input against the standard format for Visa credit cards – All card numbers must start with a 4 & cards may either have 16 digits or 13 digits for older cards:

    \n
      \n
    • 4166000000000000 = OK
    • \n
    • 4166000000000 = OK
    • \n
    • 41660000000000001 = Error
    • \n
    • 2166000000000000 = Error
    • \n
    \n
    \n$(\'.keyup-cc\').keyup(function() {\n    $(\'span.error-keyup-9\').remove();\n    var inputVal = $(this).val();\n    var ccReg = /^4[0-9]{12}(?:[0-9]{3})?$/;\n    if(!ccReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-9">Invalid visa card number</span>\');\n    }\n});\n
    \n

    Hopefully some of the above examples will be useful for your forms and also help demonstrate how powerful regular expressions can be.

    \n

    View Demo

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:110:\"http://www.designchemical.com/blog/index.php/jquery/form-validation-using-jquery-and-regular-expressions/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"2\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:105:\"http://www.designchemical.com/blog/index.php/jquery/form-validation-using-jquery-and-regular-expressions/\";}s:7:\"summary\";s:854:\"\"\"

    Updated 18th April 2011

    \n

    Regular expressions offer an extremely flexible and powerful way of adding validation to your website forms. Combined with jQuery, it allows you to ensure that data sent to the server matches all of your requirements.

    \n

    In this post I have included several example regular expressions that we have used in our web design projects for validating … more

    \";s:12:\"atom_content\";s:9417:\"

    Updated 18th April 2011

    \n

    Regular expressions offer an extremely flexible and powerful way of adding validation to your website forms. Combined with jQuery, it allows you to ensure that data sent to the server matches all of your requirements.

    \n

    In this post I have included several example regular expressions that we have used in our web design projects for validating form input.

    \n

    For this tutorial we assume you know how to create the HTML form and add jQuery to your site. For samples you can refer to previous posts – check passwords using jQuery, email validation using jQuery or view the demo form.

    \n

    View Demo

    \n

    For each example we have created a css class, which can then be assigned to the relevant form element. If you are creating your own validation code/plugin there are obviously more efficient ways of creating a complete validation system but for the tutorial we have kept each regular expression sample separate and also use the “keyup” event.

    \n

    jQuery To Handle the Submit Button

    \n

    In order to use these validation functions in a form we need to add jQuery that will check for the presence of any span elements with the class “error”. We do this by using the length property. If the length is > 0 the form submit can be stopped and the user alerted:

    \n
    \n$(\'#btn-submit\').click(function() {\n  if($(\'span.error\').length &gt; 0){\n    alert(\'Errors!\');\n    return false;\n  } else {\n    $(\'#btn-submit\').after(\'<span class="error">Form Accepted.</span>\');\n    return false;\n  }\n});\n
    \n

    Now that we have this code to check for errors, we can add any of the examples below to the form.

    \n

    Example 1 – Validates Numeric Characters Only

    \n

    Accepts only 0 – 9

    \n
    \n$(\'.keyup-numeric\').keyup(function() {\n    $(\'span.error-keyup-1\').hide();\n    var inputVal = $(this).val();\n    var numericReg = /^\\d*[0-9](|.\\d*[0-9]|,\\d*[0-9])?$/;\n    if(!numericReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-1">Numeric characters only.</span>\');\n    }\n});\n
    \n

    Example 2 – No Special Characters

    \n

    Allows only letters, numbers and spaces. All other characters will return an error.

    \n
    \n$(\'.keyup-characters\').keyup(function() {\n    $(\'span.error-keyup-2\').remove();\n    var inputVal = $(this).val();\n    var characterReg = /^\\s*[a-zA-Z0-9,\\s]+\\s*$/;\n    if(!characterReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-2">No special characters allowed.</span>\');\n    }\n});\n
    \n

    Example 3 – Maximum of 8 Characters

    \n

    Allows all characters up to a maximum of 8. Useful for passwords, etc. The value can easily be increased/descreased by changing the {0,8}

    \n
    \n$(\'.keyup-limit-8\').keyup(function() {\n    $(\'span.error-keyup-3\').remove();\n    var inputVal = $(this).val();\n    var characterReg = /^([a-zA-Z0-9]{0,8})$/;\n    if(!characterReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-3">Maximum 8 characters.</span>\');\n    }\n});\n
    \n

    Example 4 – US Phone Number

    \n

    Allows numbers 2-9 for the first and second group of 3 followed by 0-9 for the last 4 with the groups separated by “-” e.g:

    \n
      \n
    • 234-234-1234 = OK
    • \n
    • 134-234-1234 = Error
    • \n
    • 234-134-1234 = Error
    • \n
    \n
    \n$(\'.keyup-phone\').keyup(function() {\n    $(\'span.error-keyup-4\').remove();\n    var inputVal = $(this).val();\n    var characterReg = /^[2-9]\\d{2}-\\d{3}-\\d{4}$/;\n    if(!characterReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-4">Format xxx-xxx-xxxx</span>\');\n    }\n});\n
    \n

    Example 5 – Validate Date Format

    \n

    Allows date format – mm/dd/yyyy – including “/”. All other combinations will return errors e.g:

    \n
      \n
    • 01/31/2001 = OK
    • \n
    • 31/01/2001 = Error
    • \n
    • 1/01/2001 = Error
    • \n
    \n
    \n$(\'.keyup-date\').keyup(function() {\n    $(\'span.error-keyup-5\').remove();\n    var inputVal = $(this).val();\n    var dateReg = /^[0,1]?\\d{1}\\/(([0-2]?\\d{1})|([3][0,1]{1}))\\/(([1]{1}[9]{1}[9]{1}\\d{1})|([2-9]{1}\\d{3}))$/;\n    if(!dateReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-5">Invalid date format.</span>\');\n    }\n});\n
    \n

    Example 6 – Check For Possible Fake Text

    \n

    This is an interesting example, which checks for possible fake text being entered into your form. The regex looks for groups of the same letters occuring in groups of 3 or more e.g:

    \n
      \n
    • foo = OK
    • \n
    • fff = Error
    • \n
    \n
    \n$(\'.keyup-fake\').keyup(function() {\n    $(\'span.error-keyup-6\').remove();\n    var inputVal = $(this).val();\n    var fakeReg = /(.)\\1{2,}/;\n    if(fakeReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-6">Invalid text.</span>\');\n    }\n});\n
    \n

    Example 7 – Check Email Address Format

    \n

    This is a standard regular expression, which is used to validate email addresses to ensure they follow the standard format:

    \n
      \n
    • email@email.com = OK
    • \n
    • email.email.com = Error
    • \n
    \n
    \n$(\'.keyup-email\').keyup(function() {\n    $(\'span.error-keyup-7\').remove();\n    var inputVal = $(this).val();\n    var emailReg = /^([\\w-\\.]+@([\\w-]+\\.)+[\\w-]{2,4})?$/;\n    if(!emailReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-7">Invalid Email Format.</span>\');\n    }\n});\n
    \n

    Example 8 – No Free Email Addresses

    \n

    Another useful email validation regular expression checks for email addresses using free emails – in the example below we check for yahoo, gmail and hotmail:

    \n
      \n
    • email@yahoo.com = Error
    • \n
    • email@email.com = OK
    • \n
    \n
    \n$(\'.keyup-email-2\').keyup(function() {\n    $(\'span.error-keyup-8\').remove();\n    var inputVal = $(this).val();\n    var emailFreeReg= /^([\\w-\\.]+@(?!gmail.com)(?!yahoo.com)(?!hotmail.com)(?!aol.com)([\\w-]+\\.)+[\\w-]{2,4})?$/;\n    if(!emailFreeReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-8">No Free Email Addresses.</span>\');\n    }\n});\n
    \n

    Example 9 – Visa Card Number Format

    \n

    For an example of validating a credit card we can use the following regular expression, which checks the input against the standard format for Visa credit cards – All card numbers must start with a 4 & cards may either have 16 digits or 13 digits for older cards:

    \n
      \n
    • 4166000000000000 = OK
    • \n
    • 4166000000000 = OK
    • \n
    • 41660000000000001 = Error
    • \n
    • 2166000000000000 = Error
    • \n
    \n
    \n$(\'.keyup-cc\').keyup(function() {\n    $(\'span.error-keyup-9\').remove();\n    var inputVal = $(this).val();\n    var ccReg = /^4[0-9]{12}(?:[0-9]{3})?$/;\n    if(!ccReg.test(inputVal)) {\n        $(this).after(\'<span class="error error-keyup-9">Invalid visa card number</span>\');\n    }\n});\n
    \n

    Hopefully some of the above examples will be useful for your forms and also help demonstrate how powerful regular expressions can be.

    \n

    View Demo

    \n
    \n \n
    \";}i:6;a:14:{s:5:\"title\";s:50:\"jQuery Tooltips – Create Your Own Tooltip Plugin\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/eU2tc65Y0h4/\";s:8:\"comments\";s:108:\"http://www.designchemical.com/blog/index.php/jquery/jquery-tooltips-create-your-own-tooltip-plugin/#comments\";s:7:\"pubdate\";s:31:\"Sun, 17 Apr 2011 17:06:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:48:\"TutorialsjQueryjQuery Pluginsdemopluginstutorial\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1662\";s:11:\"description\";s:870:\"\"\"

    \"\"

    \n

    In today’s jQuery tutorial we are going to look at creating your own jQuery tooltip plugin!

    \n

    Whilst there are many great tooltip plugins available out there, creating your own provides a nice and relatively easy opportunity to try your hand at jquery plugins as well as some basic jquery code.

    \n

    View jQuery Tooltips Plugin DemoDownload Source Files … more

    \n\"\"

    \n

    In today’s jQuery tutorial we are going to look at creating your own jQuery tooltip plugin!

    \n

    Whilst there are many great tooltip plugins available out there, creating your own provides a nice and relatively easy opportunity to try your hand at jquery plugins as well as some basic jquery code.

    \n

    View jQuery Tooltips Plugin DemoDownload Source Files

    \n

    By creating a plugin version of the code you are making it portable and easily applied to any html element in your website. The objective of the final plugin will be to be able to create a custom tooltip of our own design on any element, using the title attribute as the source for the tooltip content.

    \n

    Creating a jQuery plugin version makes you think a little more about the various requirements of the code to ensure that all possible variations of where/how it may be used are covered. Since you also may have less control over the CSS of where it may be used you usually need to add a little extra jQuery to set the conditions. Generally this requires adding code that gets the objects dimensions, position or content.

    \n

    The Tooltip Plugin Components

    \n

    If we look then at the various stages/components required for creating a jquery tooltips plugin that must be able to function anywhere we can break it down into the following basic components:

    \n
      \n
    • Dynamically generating the tooltip – this involves both the html “container” and the text content
    • \n
    • The event that will trigger the tooltip to appear
    • \n
    • The animation that will present the tooltip on screen
    • \n
    • The animation to remove the tooltip once no longer required.
    • \n
    \n

    The Plugin Code

    \n

    Plugins basically follow the same pattern so once you have created your first jQuery plugin things get much easier. We wont go into too much detail on how plugins are constructed since there are a lot of good resources already out there on writing jQuery plugins. A good starting place is – Plugins/Authoring on the jQuery website.

    \n

    The basic standard format we use is as follows:

    \n
    \n(function( $ ){\n\n  $.fn.yourpluginname= function( options ) {  \n\n    var defaults = {\n      \'youroption\': \'default setting\'\n    };\n\n    //call in the default otions\n    var options = $.extend(defaults, options);\n\n    return this.each(function() {\n\n      // Here you add your jQuery plugin code\n\n    });\n\n  };\n})( jQuery );\n
    \n

    1. Set Up The Plugin & Add Our Default Options

    \n

    The first thing we need to do is set up the namespacing. This is an important step when developing a jQuery plugin and you need to set up the namespacing to ensure that your plugin will have a very low chance of being overwritten by another plugin using the same name.

    \n

    We always prefix our plugins with “dc” so for our jQuery tooltips we are going to use “dcTooltip”.

    \n

    Options allow you to add variables, which the plugin user can set themselves when the plugin initialises. This makes the plugin more flexible. For our tooltips we have determined that we would like to set up 5 different options, which all therefore need default settings:

    \n
    \n(function($){\n\n    $.fn.dcTooltip = function(options) {\n\n        //set default options\n        var defaults = {\n            classWrapper: \'tooltip\',    // Class of tooltip container\n            hoverDelay: 300,    // Delay in milliseconds before tooltip activates\n            speed: \'fast\',    // Speed of tooltip animation\n            distance: 20,    // Distance for tooltip animation\n            padLeft: 0    // Setting allowing user to manually shift the tooltip position\n        };\n\n        //call in the default otions\n        var options = $.extend(defaults, options);\n\n})(jQuery);\n
    \n

    Now that we have the basic plugin structure in place we can get down to the jQuery code that will generate the tooltip feature.

    \n

    2. Dynamically Generating The Tooltip

    \n

    As we mentioned above we are going to get the tooltip text from the item’s “title” attribute. The text then needs to be inserted into our tooltip container, ready for the animation.

    \n

    The HTML for the tooltip container is very simple:

    \n
    \n<div class="tooltip">\n    <div class="top"></div>\n    <div class="text"></div>\n</div>\n
    \n

    We have added the additional div tag (class = “top”) so the user can add more advanced styling.

    \n

    In this first section of our jquery tooltips code we are going to do a number of things:

    \n
      \n
    1. Get the title attribute text insert into the tooltip container and append the tooltip HTML to the item.
    2. \n
    3. Get the tooltip dimensions
    4. \n
    5. Get the dimensions of the element
    6. \n
    7. Position the tooltip by setting it’s margins. We want our tooltip to be positioned at the top and center of each element. The left margin will be based on the width of the element and the top margin based on the tooltip’s height and distance we want it to travel during the animation.
    8. \n
    9. Set up CSS – Since our tooltips are positioned absolutely we need to make sure that the tooltip item has relative positioning. Plus we need to set our tooltip opacity to zero for the animation effect.
    10. \n
    11. Finally – lets empty the element’s title attribute to prevent the default browser tooltip appearing.
    12. \n
    \n
    \n    // 1. Get the text, create the tooltip and append\n    var getText = $(this).attr(\'title\');\n    var $wrapper = \'<div class="\'+defaults.classWrapper+\'"><div class="top"></div><div class="text">\'+getText+\'</div></div>\';\n    $(this).append($wrapper);\n\n    // 2. Get the dimensions of the tooltip\n    var $tooltip = $(\'.\'+defaults.classWrapper,this);\n    var widthP = $tooltip.width();\n\n    // 3. Get the dimensions of the element\n    var widthT = $(this).width();\n    var heightT = $(this).height();\n\n    // 4. Set margins based on element dimensions and distance for animation\n    var marginTop = heightT - defaults.distance;\n    var marginLeft = (widthP - widthT)/2;\n    marginLeft = -marginLeft + defaults.padLeft;\n    $tooltip.css({marginLeft: marginLeft+\'px\', bottom: marginTop+\'px\'});\n\n    // 5. Set the element position to relative & tooltip opacity to 0\n    $(this).css(\'position\',\'relative\');\n    $tooltip.css(\'opacity\',0);\n\n    // 6. Remove the element\'s title text\n    $(this).removeAttr(\'title\');\n
    \n

    That’s basically it for the code, which will create and set up each element’s tooltip. Each tooltip is now ready for us to add the animation effects.

    \n

    3. Setting Up The Hover Event

    \n

    Our jQuery tooltips are going to be triggered using the “hover” event. To minimise tooltips appearing when users are just moving their mouse across the screen and becoming an annoying effect, we are going to use the HoverIntent plugin.

    \n

    We set up the hover event using the following code, which includes the settings required for HoverIntent:

    \n
    \n// Configuration settings for HoverIntent plugin\nvar config = {\n    sensitivity: 2, // number = sensitivity threshold (must be 1 or higher)\n    interval: defaults.hoverDelay, // number = milliseconds for onMouseOver polling interval\n    over: linkOver, // function = onMouseOver callback (REQUIRED)\n    timeout: defaults.hoverDelay, // number = milliseconds delay before onMouseOut\n    out: linkOut // function = onMouseOut callback (REQUIRED)\n    };\n\n// Initialise HoverIntent\n$(this).hoverIntent(config);\n
    \n

    The above code sets the timeout and interval to be the same as our initial option settings with a default of 300 milliseconds. Users can therefore increase this by passing a higher value when the plugin is initialised.

    \n

    Notice in the configuration settings we have declared 2 functions – “linkOver” and “linkOut”. This is where we will add out animation code, which shows/hides the tooltip HTML.

    \n

    4. linkOver Function To Display Tooltip

    \n

    Now comes the fun part where we get to add the animation code that will display our tooltip. Our animation, which shows the tooltip has 3 basic steps:

    \n
      \n
    1. First we need to “show” the tooltip since it is currently hidden using CSS.
    2. \n
    3. Set the “bottom” position of the tooltip to the same as our marginTop variable, which we got earlier in the code.
    4. \n
    5. Animate the plugin by moving it up – the distance is set according to our “distance” option. The speed for the animation is also set using our plugin options, which has a default value of “fast”.
    6. \n
    \n
    \nfunction linkOver(){\n    $tooltip.show().css({\n        bottom: marginTop+\'px\'\n    }).animate({\n        bottom: defaults.distance+marginTop,\n        opacity: 1\n    }, defaults.speed);\n}\n
    \n

    5. linkOut Function To Hide Tooltip

    \n

    Our animation for hiding the jquery tooltip only has two basic steps:

    \n
      \n
    1. Move the tooltip upwards a distance of 1.5 x our “distance” option, at the same time fading out the tooltip. Again our speed is set according to the “speed” option.
    2. \n
    3. When the first step is complete we need to “hide” the tooltip again.
    4. \n
    \n
    \nfunction linkOut(){\n    $(\'.\'+defaults.classWrapper,this).animate({\n        bottom: (defaults.distance*1.5)+marginTop,\n        opacity: 0\n    }, defaults.speed, function() {\n        $(this).hide();\n    });\n}\n
    \n

    The Complete jQuery Tooltip Plugin Code

    \n

    Putting all of our above components together the complete plugin code is:

    \n
    \n(function($){\n\n	//define the new for the plugin ans how to call it\n	$.fn.dcTooltip = function(options) {\n\n		//set default options\n		var defaults = {\n			classWrapper	: \'tooltip\',\n			hoverDelay		: 300,\n			speed       	: \'fast\',\n			distance		: 20,\n			padLeft			: 0\n		};\n\n		//call in the default otions\n		var options = $.extend(defaults, options);\n\n		//act upon the element that is passed into the design\n		return this.each(function(options){\n\n			// 1. Get the text, create the tooltip and append\n			var getText = $(this).attr(\'title\');\n			var $wrapper = \'<div class="\'+defaults.classWrapper+\'"><div class="top"></div><div class="text">\'+getText+\'</div></div>\';\n			$(this).append($wrapper);\n			// 2. Get the dimensions of the tooltip\n			var $tooltip = $(\'.\'+defaults.classWrapper,this);\n			var widthP = $tooltip.width();\n			// 3. Get the dimensions of the element\n			var widthT = $(this).width();\n			var heightT = $(this).height();\n			// 4. Set margins based on element dimensions and distance for animation\n			var marginTop = heightT - defaults.distance;\n			var marginLeft = (widthP - widthT)/2;\n			marginLeft = -marginLeft + defaults.padLeft;\n			$tooltip.css({marginLeft: marginLeft+\'px\', bottom: marginTop+\'px\'});\n			// 5. Set the element position to relative & tooltip opacity to 0\n			$(this).css(\'position\',\'relative\');\n			$tooltip.css(\'opacity\',0);\n			// 6. Remove the element\'s title text\n			$(this).removeAttr("title");\n\n                       // Configuration settings for HoverIntent plugin\n			var config = {\n				sensitivity: 2, // number = sensitivity threshold (must be 1 or higher)\n				interval: defaults.hoverDelay, // number = milliseconds for onMouseOver polling interval\n				over: linkOver, // function = onMouseOver callback (REQUIRED)\n				timeout: defaults.hoverDelay, // number = milliseconds delay before onMouseOut\n				out: linkOut // function = onMouseOut callback (REQUIRED)\n			};\n\n			// Initialise HoverIntent\n			$(this).hoverIntent(config);\n\n			// Hover link over\n			function linkOver(){\n\n				$tooltip.show().css({\n					bottom: marginTop+\'px\'\n                }).animate({\n                    bottom: defaults.distance+marginTop,\n                 opacity: 1\n                }, defaults.speed);\n			}\n\n			// Hover link over\n			function linkOut(){\n\n				$(\'.\'+defaults.classWrapper,this).animate({\n                    bottom: (defaults.distance*1.5)+marginTop,\n                    opacity: 0\n			    }, defaults.speed, function() {\n					$(this).hide();\n				});\n			}\n		});\n	};\n})(jQuery);\n
    \n

    Save your plugin file – in our case we are going to use – jquery.dctooltip.1.0.js

    \n

    Using Your jQuery Tooltips Plugin

    \n

    To use your jQuery tooltips now becomes very easy since it’s wrapped up as a plugin.

    \n

    1. Add the Plugin

    \n

    Add the plugin link to the document head as you would do with any other plugin. Don’t forget to also include the HoverIntent plugin:

    \n
    \n<script type="text/javascript" src="js/jquery.hoverIntent.minified.js"></script>\n<script type="text/javascript" src="js/jquery.dctooltip.1.0.js"></script>\n
    \n

    2. Initialise the jQuery Tooltip Plugin

    \n

    To use the plugin with it’s default options you can use the following code:

    \n
    \n$(document).ready(function() {\n    $(\'#demo-list li a\').dcTooltip();\n});\n
    \n

    To change any of the default options:

    \n
    \n$(document).ready(function() {\n    $(\'#demo-list li a\').dcTooltip({\n        classWrapper: \'another-tooltip\',\n	hoverDelay: 600,\n	speed: \'slow\',\n	distance: 40\n    });\n});\n
    \n

    3. The Tooltip CSS

    \n

    Our tooltip CSS is fortunately very easy. As we mentioned at the start, if you are developing a jQuery plugin for general release you want to make it easy to use and wherever possible try to avoid very specific custom styling requirements – or at least make it easy to customise.

    \n

    In our plugin options we have allowed the user to specify the tooltip container class, which therefore enables them to have multiple styles. For our demo we will use the default class – “tooltip”.

    \n

    There are only a few “required” CSS rules for the tooltip container, which are identified below:

    \n
    \n.tooltip {\nwidth: 249px;\nposition: absolute; /* Required */\nbottom: 0; /* Required */\nleft: 0; /* Required */\ndisplay: none; /* Required */\nfont-weight: normal;\nfont-size: 12px;\nline-height: 1.5em;\ncolor: #000;\nz-index: 50;\n}\n.tooltip .text {\npadding: 5px 15px 35px 15px;\nbackground: url(images/tooltip.png) no-repeat 100% 100%;\n}\n.tooltip .top {\nheight: 10px;\nbackground: url(images/tooltip_top.png) no-repeat 100% 100%;\n}\n
    \n

    View jQuery Tooltips Plugin DemoDownload Source Files

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:104:\"http://www.designchemical.com/blog/index.php/jquery/jquery-tooltips-create-your-own-tooltip-plugin/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:99:\"http://www.designchemical.com/blog/index.php/jquery/jquery-tooltips-create-your-own-tooltip-plugin/\";}s:7:\"summary\";s:870:\"\"\"

    \"\"

    \n

    In today’s jQuery tutorial we are going to look at creating your own jQuery tooltip plugin!

    \n

    Whilst there are many great tooltip plugins available out there, creating your own provides a nice and relatively easy opportunity to try your hand at jquery plugins as well as some basic jquery code.

    \n

    View jQuery Tooltips Plugin DemoDownload Source Files … more

    \n\"\"

    \n

    In today’s jQuery tutorial we are going to look at creating your own jQuery tooltip plugin!

    \n

    Whilst there are many great tooltip plugins available out there, creating your own provides a nice and relatively easy opportunity to try your hand at jquery plugins as well as some basic jquery code.

    \n

    View jQuery Tooltips Plugin DemoDownload Source Files

    \n

    By creating a plugin version of the code you are making it portable and easily applied to any html element in your website. The objective of the final plugin will be to be able to create a custom tooltip of our own design on any element, using the title attribute as the source for the tooltip content.

    \n

    Creating a jQuery plugin version makes you think a little more about the various requirements of the code to ensure that all possible variations of where/how it may be used are covered. Since you also may have less control over the CSS of where it may be used you usually need to add a little extra jQuery to set the conditions. Generally this requires adding code that gets the objects dimensions, position or content.

    \n

    The Tooltip Plugin Components

    \n

    If we look then at the various stages/components required for creating a jquery tooltips plugin that must be able to function anywhere we can break it down into the following basic components:

    \n
      \n
    • Dynamically generating the tooltip – this involves both the html “container” and the text content
    • \n
    • The event that will trigger the tooltip to appear
    • \n
    • The animation that will present the tooltip on screen
    • \n
    • The animation to remove the tooltip once no longer required.
    • \n
    \n

    The Plugin Code

    \n

    Plugins basically follow the same pattern so once you have created your first jQuery plugin things get much easier. We wont go into too much detail on how plugins are constructed since there are a lot of good resources already out there on writing jQuery plugins. A good starting place is – Plugins/Authoring on the jQuery website.

    \n

    The basic standard format we use is as follows:

    \n
    \n(function( $ ){\n\n  $.fn.yourpluginname= function( options ) {  \n\n    var defaults = {\n      \'youroption\': \'default setting\'\n    };\n\n    //call in the default otions\n    var options = $.extend(defaults, options);\n\n    return this.each(function() {\n\n      // Here you add your jQuery plugin code\n\n    });\n\n  };\n})( jQuery );\n
    \n

    1. Set Up The Plugin & Add Our Default Options

    \n

    The first thing we need to do is set up the namespacing. This is an important step when developing a jQuery plugin and you need to set up the namespacing to ensure that your plugin will have a very low chance of being overwritten by another plugin using the same name.

    \n

    We always prefix our plugins with “dc” so for our jQuery tooltips we are going to use “dcTooltip”.

    \n

    Options allow you to add variables, which the plugin user can set themselves when the plugin initialises. This makes the plugin more flexible. For our tooltips we have determined that we would like to set up 5 different options, which all therefore need default settings:

    \n
    \n(function($){\n\n    $.fn.dcTooltip = function(options) {\n\n        //set default options\n        var defaults = {\n            classWrapper: \'tooltip\',    // Class of tooltip container\n            hoverDelay: 300,    // Delay in milliseconds before tooltip activates\n            speed: \'fast\',    // Speed of tooltip animation\n            distance: 20,    // Distance for tooltip animation\n            padLeft: 0    // Setting allowing user to manually shift the tooltip position\n        };\n\n        //call in the default otions\n        var options = $.extend(defaults, options);\n\n})(jQuery);\n
    \n

    Now that we have the basic plugin structure in place we can get down to the jQuery code that will generate the tooltip feature.

    \n

    2. Dynamically Generating The Tooltip

    \n

    As we mentioned above we are going to get the tooltip text from the item’s “title” attribute. The text then needs to be inserted into our tooltip container, ready for the animation.

    \n

    The HTML for the tooltip container is very simple:

    \n
    \n<div class="tooltip">\n    <div class="top"></div>\n    <div class="text"></div>\n</div>\n
    \n

    We have added the additional div tag (class = “top”) so the user can add more advanced styling.

    \n

    In this first section of our jquery tooltips code we are going to do a number of things:

    \n
      \n
    1. Get the title attribute text insert into the tooltip container and append the tooltip HTML to the item.
    2. \n
    3. Get the tooltip dimensions
    4. \n
    5. Get the dimensions of the element
    6. \n
    7. Position the tooltip by setting it’s margins. We want our tooltip to be positioned at the top and center of each element. The left margin will be based on the width of the element and the top margin based on the tooltip’s height and distance we want it to travel during the animation.
    8. \n
    9. Set up CSS – Since our tooltips are positioned absolutely we need to make sure that the tooltip item has relative positioning. Plus we need to set our tooltip opacity to zero for the animation effect.
    10. \n
    11. Finally – lets empty the element’s title attribute to prevent the default browser tooltip appearing.
    12. \n
    \n
    \n    // 1. Get the text, create the tooltip and append\n    var getText = $(this).attr(\'title\');\n    var $wrapper = \'<div class="\'+defaults.classWrapper+\'"><div class="top"></div><div class="text">\'+getText+\'</div></div>\';\n    $(this).append($wrapper);\n\n    // 2. Get the dimensions of the tooltip\n    var $tooltip = $(\'.\'+defaults.classWrapper,this);\n    var widthP = $tooltip.width();\n\n    // 3. Get the dimensions of the element\n    var widthT = $(this).width();\n    var heightT = $(this).height();\n\n    // 4. Set margins based on element dimensions and distance for animation\n    var marginTop = heightT - defaults.distance;\n    var marginLeft = (widthP - widthT)/2;\n    marginLeft = -marginLeft + defaults.padLeft;\n    $tooltip.css({marginLeft: marginLeft+\'px\', bottom: marginTop+\'px\'});\n\n    // 5. Set the element position to relative & tooltip opacity to 0\n    $(this).css(\'position\',\'relative\');\n    $tooltip.css(\'opacity\',0);\n\n    // 6. Remove the element\'s title text\n    $(this).removeAttr(\'title\');\n
    \n

    That’s basically it for the code, which will create and set up each element’s tooltip. Each tooltip is now ready for us to add the animation effects.

    \n

    3. Setting Up The Hover Event

    \n

    Our jQuery tooltips are going to be triggered using the “hover” event. To minimise tooltips appearing when users are just moving their mouse across the screen and becoming an annoying effect, we are going to use the HoverIntent plugin.

    \n

    We set up the hover event using the following code, which includes the settings required for HoverIntent:

    \n
    \n// Configuration settings for HoverIntent plugin\nvar config = {\n    sensitivity: 2, // number = sensitivity threshold (must be 1 or higher)\n    interval: defaults.hoverDelay, // number = milliseconds for onMouseOver polling interval\n    over: linkOver, // function = onMouseOver callback (REQUIRED)\n    timeout: defaults.hoverDelay, // number = milliseconds delay before onMouseOut\n    out: linkOut // function = onMouseOut callback (REQUIRED)\n    };\n\n// Initialise HoverIntent\n$(this).hoverIntent(config);\n
    \n

    The above code sets the timeout and interval to be the same as our initial option settings with a default of 300 milliseconds. Users can therefore increase this by passing a higher value when the plugin is initialised.

    \n

    Notice in the configuration settings we have declared 2 functions – “linkOver” and “linkOut”. This is where we will add out animation code, which shows/hides the tooltip HTML.

    \n

    4. linkOver Function To Display Tooltip

    \n

    Now comes the fun part where we get to add the animation code that will display our tooltip. Our animation, which shows the tooltip has 3 basic steps:

    \n
      \n
    1. First we need to “show” the tooltip since it is currently hidden using CSS.
    2. \n
    3. Set the “bottom” position of the tooltip to the same as our marginTop variable, which we got earlier in the code.
    4. \n
    5. Animate the plugin by moving it up – the distance is set according to our “distance” option. The speed for the animation is also set using our plugin options, which has a default value of “fast”.
    6. \n
    \n
    \nfunction linkOver(){\n    $tooltip.show().css({\n        bottom: marginTop+\'px\'\n    }).animate({\n        bottom: defaults.distance+marginTop,\n        opacity: 1\n    }, defaults.speed);\n}\n
    \n

    5. linkOut Function To Hide Tooltip

    \n

    Our animation for hiding the jquery tooltip only has two basic steps:

    \n
      \n
    1. Move the tooltip upwards a distance of 1.5 x our “distance” option, at the same time fading out the tooltip. Again our speed is set according to the “speed” option.
    2. \n
    3. When the first step is complete we need to “hide” the tooltip again.
    4. \n
    \n
    \nfunction linkOut(){\n    $(\'.\'+defaults.classWrapper,this).animate({\n        bottom: (defaults.distance*1.5)+marginTop,\n        opacity: 0\n    }, defaults.speed, function() {\n        $(this).hide();\n    });\n}\n
    \n

    The Complete jQuery Tooltip Plugin Code

    \n

    Putting all of our above components together the complete plugin code is:

    \n
    \n(function($){\n\n	//define the new for the plugin ans how to call it\n	$.fn.dcTooltip = function(options) {\n\n		//set default options\n		var defaults = {\n			classWrapper	: \'tooltip\',\n			hoverDelay		: 300,\n			speed       	: \'fast\',\n			distance		: 20,\n			padLeft			: 0\n		};\n\n		//call in the default otions\n		var options = $.extend(defaults, options);\n\n		//act upon the element that is passed into the design\n		return this.each(function(options){\n\n			// 1. Get the text, create the tooltip and append\n			var getText = $(this).attr(\'title\');\n			var $wrapper = \'<div class="\'+defaults.classWrapper+\'"><div class="top"></div><div class="text">\'+getText+\'</div></div>\';\n			$(this).append($wrapper);\n			// 2. Get the dimensions of the tooltip\n			var $tooltip = $(\'.\'+defaults.classWrapper,this);\n			var widthP = $tooltip.width();\n			// 3. Get the dimensions of the element\n			var widthT = $(this).width();\n			var heightT = $(this).height();\n			// 4. Set margins based on element dimensions and distance for animation\n			var marginTop = heightT - defaults.distance;\n			var marginLeft = (widthP - widthT)/2;\n			marginLeft = -marginLeft + defaults.padLeft;\n			$tooltip.css({marginLeft: marginLeft+\'px\', bottom: marginTop+\'px\'});\n			// 5. Set the element position to relative & tooltip opacity to 0\n			$(this).css(\'position\',\'relative\');\n			$tooltip.css(\'opacity\',0);\n			// 6. Remove the element\'s title text\n			$(this).removeAttr("title");\n\n                       // Configuration settings for HoverIntent plugin\n			var config = {\n				sensitivity: 2, // number = sensitivity threshold (must be 1 or higher)\n				interval: defaults.hoverDelay, // number = milliseconds for onMouseOver polling interval\n				over: linkOver, // function = onMouseOver callback (REQUIRED)\n				timeout: defaults.hoverDelay, // number = milliseconds delay before onMouseOut\n				out: linkOut // function = onMouseOut callback (REQUIRED)\n			};\n\n			// Initialise HoverIntent\n			$(this).hoverIntent(config);\n\n			// Hover link over\n			function linkOver(){\n\n				$tooltip.show().css({\n					bottom: marginTop+\'px\'\n                }).animate({\n                    bottom: defaults.distance+marginTop,\n                 opacity: 1\n                }, defaults.speed);\n			}\n\n			// Hover link over\n			function linkOut(){\n\n				$(\'.\'+defaults.classWrapper,this).animate({\n                    bottom: (defaults.distance*1.5)+marginTop,\n                    opacity: 0\n			    }, defaults.speed, function() {\n					$(this).hide();\n				});\n			}\n		});\n	};\n})(jQuery);\n
    \n

    Save your plugin file – in our case we are going to use – jquery.dctooltip.1.0.js

    \n

    Using Your jQuery Tooltips Plugin

    \n

    To use your jQuery tooltips now becomes very easy since it’s wrapped up as a plugin.

    \n

    1. Add the Plugin

    \n

    Add the plugin link to the document head as you would do with any other plugin. Don’t forget to also include the HoverIntent plugin:

    \n
    \n<script type="text/javascript" src="js/jquery.hoverIntent.minified.js"></script>\n<script type="text/javascript" src="js/jquery.dctooltip.1.0.js"></script>\n
    \n

    2. Initialise the jQuery Tooltip Plugin

    \n

    To use the plugin with it’s default options you can use the following code:

    \n
    \n$(document).ready(function() {\n    $(\'#demo-list li a\').dcTooltip();\n});\n
    \n

    To change any of the default options:

    \n
    \n$(document).ready(function() {\n    $(\'#demo-list li a\').dcTooltip({\n        classWrapper: \'another-tooltip\',\n	hoverDelay: 600,\n	speed: \'slow\',\n	distance: 40\n    });\n});\n
    \n

    3. The Tooltip CSS

    \n

    Our tooltip CSS is fortunately very easy. As we mentioned at the start, if you are developing a jQuery plugin for general release you want to make it easy to use and wherever possible try to avoid very specific custom styling requirements – or at least make it easy to customise.

    \n

    In our plugin options we have allowed the user to specify the tooltip container class, which therefore enables them to have multiple styles. For our demo we will use the default class – “tooltip”.

    \n

    There are only a few “required” CSS rules for the tooltip container, which are identified below:

    \n
    \n.tooltip {\nwidth: 249px;\nposition: absolute; /* Required */\nbottom: 0; /* Required */\nleft: 0; /* Required */\ndisplay: none; /* Required */\nfont-weight: normal;\nfont-size: 12px;\nline-height: 1.5em;\ncolor: #000;\nz-index: 50;\n}\n.tooltip .text {\npadding: 5px 15px 35px 15px;\nbackground: url(images/tooltip.png) no-repeat 100% 100%;\n}\n.tooltip .top {\nheight: 10px;\nbackground: url(images/tooltip_top.png) no-repeat 100% 100%;\n}\n
    \n

    View jQuery Tooltips Plugin DemoDownload Source Files

    \n
    \n \n
    \";}i:7;a:14:{s:5:\"title\";s:55:\"Wordpress Plugin Update – Vertical Accordion Menu 2.5\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/pOUsj154N7k/\";s:8:\"comments\";s:124:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-update-vertical-accordion-menu-2-5/#comments\";s:7:\"pubdate\";s:31:\"Thu, 07 Apr 2011 17:24:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:75:\"Wordpress PluginsaccordionjQuerymega menusnavigationpluginsupdateswordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1639\";s:11:\"description\";s:903:\"\"\"

    The latest update to our Wordpress plugin – jQuery vertical accordion menu version 2.5, now allows the auto-expand feature without having to use the “Save State” option.

    \n

    Auto-expand will automatically expand sub-menus on page load using the inherent CSS classes allocated by the Wordpress custom menu system. This will synchronise the accordion menu with the current page for users that … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:2198:\"

    The latest update to our Wordpress plugin – jQuery vertical accordion menu version 2.5, now allows the auto-expand feature without having to use the “Save State” option.

    \n

    Auto-expand will automatically expand sub-menus on page load using the inherent CSS classes allocated by the Wordpress custom menu system. This will synchronise the accordion menu with the current page for users that navigate to the page from other non-accordion links.

    \n

    For more detailed information see the jQuery Vertical Accordion Menu plugin page or download the plugin from Wordpress – jQuery Vertical Accordion Menu Widget 2.5.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:120:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-update-vertical-accordion-menu-2-5/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:115:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-update-vertical-accordion-menu-2-5/\";}s:7:\"summary\";s:903:\"\"\"

    The latest update to our Wordpress plugin – jQuery vertical accordion menu version 2.5, now allows the auto-expand feature without having to use the “Save State” option.

    \n

    Auto-expand will automatically expand sub-menus on page load using the inherent CSS classes allocated by the Wordpress custom menu system. This will synchronise the accordion menu with the current page for users that … more

    \";s:12:\"atom_content\";s:2198:\"

    The latest update to our Wordpress plugin – jQuery vertical accordion menu version 2.5, now allows the auto-expand feature without having to use the “Save State” option.

    \n

    Auto-expand will automatically expand sub-menus on page load using the inherent CSS classes allocated by the Wordpress custom menu system. This will synchronise the accordion menu with the current page for users that navigate to the page from other non-accordion links.

    \n

    For more detailed information see the jQuery Vertical Accordion Menu plugin page or download the plugin from Wordpress – jQuery Vertical Accordion Menu Widget 2.5.

    \n
    \n \n
    \";}i:8;a:14:{s:5:\"title\";s:27:\"Slick jQuery Image Captions\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/7WW4PENY4tw/\";s:8:\"comments\";s:89:\"http://www.designchemical.com/blog/index.php/jquery/slick-jquery-image-captions/#comments\";s:7:\"pubdate\";s:31:\"Thu, 07 Apr 2011 05:53:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:29:\"jQueryanimationimagestutorial\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1629\";s:11:\"description\";s:779:\"\"\"

    \"\"

    \n

    In today’s tutorial we are going to show how you can add slick image captions to an image gallery using just a few lines of jQuery and CSS.

    \n1. Gallery HTML\n

    Our image gallery is going to just be a simple unordered list containing our image thumbnails. For the captions we will use span tags, which will contain … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:5903:\"

    \"\"

    \n

    In today’s tutorial we are going to show how you can add slick image captions to an image gallery using just a few lines of jQuery and CSS.

    \n

    1. Gallery HTML

    \n

    Our image gallery is going to just be a simple unordered list containing our image thumbnails. For the captions we will use span tags, which will contain a header tag and our main caption text.

    \n
    \n<ul id="gallery">\n	  <li>\n	    <img src="images/gallery/thumb/img_1a.jpg" alt="" />\n		<span>\n		  <h3>Image 1</h3>\n		  This is the caption for the first image\n		</span>\n	  </li>\n	  <li>\n	    <img src="images/gallery/thumb/img_2a.jpg" alt="" />\n		<span>\n		  <h3>Image 2</h3>\n		  This is the caption for the second image\n		</span>\n	  </li>\n	  <li>\n	    <img src="images/gallery/thumb/img_3a.jpg" alt="" />\n		<span>\n		  <h3>Image 3</h3>\n		  This is the caption for the third image\n		</span>\n	  </li>\n	  <li>\n	    <img src="images/gallery/thumb/img_4a.jpg" alt="" />\n		<span>\n		  <h3>Image 4</h3>\n		  This is the caption for the fourth image\n		</span>\n	  </li>\n	  <li>\n	    <img src="images/gallery/thumb/img_5a.jpg" alt="" />\n		<span>\n		  <h3>Image 5</h3>\n		  This is the caption for the fifth image\n		</span>\n	  </li>\n	  <li>\n	    <img src="images/gallery/thumb/img_6a.jpg" alt="" />\n		<span>\n		  <h3>Image 6</h3>\n		  This is the caption for the last image\n		</span>\n	  </li>\n	</ul>\n
    \n

    2. The CSS

    \n

    Most of our CSS is just for styling the gallery thumbnails. For our captions we are going to use absolutely positioned span tags so there are a couple of important CSS rules required to make our jquery captions work.

    \n

    The CSS below contains some notes to identify which ones we need:

    \n
    \n#gallery {\nmargin-bottom: 20px;\nwidth: 100%;  /* Use this & the overflow: hidden to clear the floated list items */\noverflow: hidden;\n}\n#gallery li {\nfloat: left;\nmargin: 0 3px 3px 0;\nwidth: 214px;\nheight: 131px;\nposition: relative; /* Required for positioning of span tags */\ncolor: #000;\n}\n#gallery li img {\npadding: 6px;\nbackground: #ececec;\nborder: 1px solid #ccc;\n}\n#gallery li h3 {\nfont: bold 11px Helvetica,Arial,sans-serif;\npadding: 0;\nmargin: 0;\n}\n#gallery li span {\ndisplay: none;  /* Required to hide the captions */\nfont-size: 11px;\nposition: absolute; /* Required for positioning to overlay over image */\nbottom: 7px;\nleft: 7px;\npadding: 5px;\nbackground: url(images/bg_white_trans.png) repeat;\nwidth: 190px; /* Since we are using absolute positioning we need to set the width */\nline-height: 1.2em;\n}\n
    \n

    With the above CSS we are hiding the span tags using display: none – this means that if the user does not have javascript enabled they will be unable to see the captions. If you want to change this you can set the span tags to not display using jQuery instead.

    \n

    3. The jQuery Code – Fading Captions

    \n

    Our jQuery is very simple and we can use the hover event, which allows us to add effects for both mouseover and mouseout:

    \n
    \n$(document).ready(function() {\n    $(\'#gallery li\').hover(\n        function(){$(\'span\',this).fadeIn(\'slow\');},\n        function(){$(\'span\',this).fadeOut(\'slow\');\n    });\n});\n
    \n

    4. The jQuery Code – Sliding Captions

    \n

    One of the great things about jQuery is its built-in effects, so if we want to change the caption animation from fade in/out to sliding we just change the code as follows:

    \n
    \n$(document).ready(function() {\n    $(\'#gallery li\').hover(\n        function(){$(\'span\',this).slideToggle(\'slow\');},\n        function(){$(\'span\',this).slideToggle(\'slow\');\n    });\n});\n
    \n

    View jQuery Fading Caption DemoView jQuery Sliding Caption DemoDownload Source Files

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:85:\"http://www.designchemical.com/blog/index.php/jquery/slick-jquery-image-captions/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:80:\"http://www.designchemical.com/blog/index.php/jquery/slick-jquery-image-captions/\";}s:7:\"summary\";s:779:\"\"\"

    \"\"

    \n

    In today’s tutorial we are going to show how you can add slick image captions to an image gallery using just a few lines of jQuery and CSS.

    \n1. Gallery HTML\n

    Our image gallery is going to just be a simple unordered list containing our image thumbnails. For the captions we will use span tags, which will contain … more

    \";s:12:\"atom_content\";s:5903:\"

    \"\"

    \n

    In today’s tutorial we are going to show how you can add slick image captions to an image gallery using just a few lines of jQuery and CSS.

    \n

    1. Gallery HTML

    \n

    Our image gallery is going to just be a simple unordered list containing our image thumbnails. For the captions we will use span tags, which will contain a header tag and our main caption text.

    \n
    \n<ul id="gallery">\n	  <li>\n	    <img src="images/gallery/thumb/img_1a.jpg" alt="" />\n		<span>\n		  <h3>Image 1</h3>\n		  This is the caption for the first image\n		</span>\n	  </li>\n	  <li>\n	    <img src="images/gallery/thumb/img_2a.jpg" alt="" />\n		<span>\n		  <h3>Image 2</h3>\n		  This is the caption for the second image\n		</span>\n	  </li>\n	  <li>\n	    <img src="images/gallery/thumb/img_3a.jpg" alt="" />\n		<span>\n		  <h3>Image 3</h3>\n		  This is the caption for the third image\n		</span>\n	  </li>\n	  <li>\n	    <img src="images/gallery/thumb/img_4a.jpg" alt="" />\n		<span>\n		  <h3>Image 4</h3>\n		  This is the caption for the fourth image\n		</span>\n	  </li>\n	  <li>\n	    <img src="images/gallery/thumb/img_5a.jpg" alt="" />\n		<span>\n		  <h3>Image 5</h3>\n		  This is the caption for the fifth image\n		</span>\n	  </li>\n	  <li>\n	    <img src="images/gallery/thumb/img_6a.jpg" alt="" />\n		<span>\n		  <h3>Image 6</h3>\n		  This is the caption for the last image\n		</span>\n	  </li>\n	</ul>\n
    \n

    2. The CSS

    \n

    Most of our CSS is just for styling the gallery thumbnails. For our captions we are going to use absolutely positioned span tags so there are a couple of important CSS rules required to make our jquery captions work.

    \n

    The CSS below contains some notes to identify which ones we need:

    \n
    \n#gallery {\nmargin-bottom: 20px;\nwidth: 100%;  /* Use this & the overflow: hidden to clear the floated list items */\noverflow: hidden;\n}\n#gallery li {\nfloat: left;\nmargin: 0 3px 3px 0;\nwidth: 214px;\nheight: 131px;\nposition: relative; /* Required for positioning of span tags */\ncolor: #000;\n}\n#gallery li img {\npadding: 6px;\nbackground: #ececec;\nborder: 1px solid #ccc;\n}\n#gallery li h3 {\nfont: bold 11px Helvetica,Arial,sans-serif;\npadding: 0;\nmargin: 0;\n}\n#gallery li span {\ndisplay: none;  /* Required to hide the captions */\nfont-size: 11px;\nposition: absolute; /* Required for positioning to overlay over image */\nbottom: 7px;\nleft: 7px;\npadding: 5px;\nbackground: url(images/bg_white_trans.png) repeat;\nwidth: 190px; /* Since we are using absolute positioning we need to set the width */\nline-height: 1.2em;\n}\n
    \n

    With the above CSS we are hiding the span tags using display: none – this means that if the user does not have javascript enabled they will be unable to see the captions. If you want to change this you can set the span tags to not display using jQuery instead.

    \n

    3. The jQuery Code – Fading Captions

    \n

    Our jQuery is very simple and we can use the hover event, which allows us to add effects for both mouseover and mouseout:

    \n
    \n$(document).ready(function() {\n    $(\'#gallery li\').hover(\n        function(){$(\'span\',this).fadeIn(\'slow\');},\n        function(){$(\'span\',this).fadeOut(\'slow\');\n    });\n});\n
    \n

    4. The jQuery Code – Sliding Captions

    \n

    One of the great things about jQuery is its built-in effects, so if we want to change the caption animation from fade in/out to sliding we just change the code as follows:

    \n
    \n$(document).ready(function() {\n    $(\'#gallery li\').hover(\n        function(){$(\'span\',this).slideToggle(\'slow\');},\n        function(){$(\'span\',this).slideToggle(\'slow\');\n    });\n});\n
    \n

    View jQuery Fading Caption DemoView jQuery Sliding Caption DemoDownload Source Files

    \n
    \n \n
    \";}i:9;a:14:{s:5:\"title\";s:54:\"Open External Links In New Browser Window Using jQuery\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/nAETgXpvz4Y/\";s:8:\"comments\";s:116:\"http://www.designchemical.com/blog/index.php/jquery/open-external-links-in-new-browser-window-using-jquery/#comments\";s:7:\"pubdate\";s:31:\"Wed, 06 Apr 2011 03:16:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:47:\"TutorialsWebsite CodingjQuerynavigationtutorial\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1623\";s:11:\"description\";s:799:\"\"\"

    Since one of our earlier posts – How To Open Links In a New Browser Window we have had requests at how this can be automated so that only external links are opened in a new window without having to add class “external” to every link.

    \n

    This can be done in a couple of ways depending on how your links … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:3200:\"

    Since one of our earlier posts – How To Open Links In a New Browser Window we have had requests at how this can be automated so that only external links are opened in a new window without having to add class “external” to every link.

    \n

    This can be done in a couple of ways depending on how your links are structured. As well as giving the code for external links, this tutorial also shows a good example of how to combine and use jQuery selectors to filter:

    \n

    Method 1 – Links With Complete URLs

    \n

    If your site uses complete URLs, including the domain name, for all links we can identify the external links by selecting those that do not contain your domain name. For this we use a combination of both the not() and :contains() selectors:

    \n
    \n$(document).ready(function($){\n    $(\'a\').not(\':contains(http://www.designchemical.com)\').click(function(){\n        this.target = "_blank";\n    });\n});\n
    \n

    The above code will therefore identify any link that does not contain http://www.designchemical.com and open this in a new browser window.

    \n

    View Demo 1

    \n

    Method 2 – Only External Links Use Complete URLs

    \n

    If only external links use complete URLs we can just use contains() selector to identify those links with http or https:

    \n
    \n$(document).ready(function($){\n    $(\'a:contains(http)\').click(function(){\n        this.target = "_blank";\n    });\n});\n
    \n

    View Demo 2

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:112:\"http://www.designchemical.com/blog/index.php/jquery/open-external-links-in-new-browser-window-using-jquery/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:107:\"http://www.designchemical.com/blog/index.php/jquery/open-external-links-in-new-browser-window-using-jquery/\";}s:7:\"summary\";s:799:\"\"\"

    Since one of our earlier posts – How To Open Links In a New Browser Window we have had requests at how this can be automated so that only external links are opened in a new window without having to add class “external” to every link.

    \n

    This can be done in a couple of ways depending on how your links … more

    \";s:12:\"atom_content\";s:3200:\"

    Since one of our earlier posts – How To Open Links In a New Browser Window we have had requests at how this can be automated so that only external links are opened in a new window without having to add class “external” to every link.

    \n

    This can be done in a couple of ways depending on how your links are structured. As well as giving the code for external links, this tutorial also shows a good example of how to combine and use jQuery selectors to filter:

    \n

    Method 1 – Links With Complete URLs

    \n

    If your site uses complete URLs, including the domain name, for all links we can identify the external links by selecting those that do not contain your domain name. For this we use a combination of both the not() and :contains() selectors:

    \n
    \n$(document).ready(function($){\n    $(\'a\').not(\':contains(http://www.designchemical.com)\').click(function(){\n        this.target = "_blank";\n    });\n});\n
    \n

    The above code will therefore identify any link that does not contain http://www.designchemical.com and open this in a new browser window.

    \n

    View Demo 1

    \n

    Method 2 – Only External Links Use Complete URLs

    \n

    If only external links use complete URLs we can just use contains() selector to identify those links with http or https:

    \n
    \n$(document).ready(function($){\n    $(\'a:contains(http)\').click(function(){\n        this.target = "_blank";\n    });\n});\n
    \n

    View Demo 2

    \n
    \n \n
    \";}i:10;a:14:{s:5:\"title\";s:34:\"New jQuery Plugin – jQuery Slick\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/-8gjzf_TIsM/\";s:8:\"comments\";s:100:\"http://www.designchemical.com/blog/index.php/jquery-plugins/new-jquery-plugin-jquery-slick/#comments\";s:7:\"pubdate\";s:31:\"Mon, 04 Apr 2011 09:10:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:68:\"jQuery PluginsjQuerylayoutmenunavigationpluginssliderwidgetwordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1619\";s:11:\"description\";s:823:\"\"\"

    The new jQuery Slick plugin creates sticky, slide out tabs from any HTML content. Great for adding sticky navigation or forms to any website.

    \n

    Very quick and easy to use – just wrap the sticky content with a div tag with an ID and initialise the plugin. Features of the plugin include:

    \n
      \n
    • The ability to position the sticky

    more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:2313:\"

    The new jQuery Slick plugin creates sticky, slide out tabs from any HTML content. Great for adding sticky navigation or forms to any website.

    \n

    Very quick and easy to use – just wrap the sticky content with a div tag with an ID and initialise the plugin. Features of the plugin include:

    \n
      \n
    • The ability to position the sticky tab anywhere using a combination of “location” and “offset” settings
    • \n
    • Set animation speed
    • \n
    • Set the tab text
    • \n
    • Auto-close option, which will automatically slide closed if elsewhere in the browser screen is clicked
    • \n
    • Multiple slick tabs per page.
    • \n
    \n

    Checkout the jQuery Slick plugin project page for more information.

    \n

    Also see our Wordpress Slick Menu plugin version.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:96:\"http://www.designchemical.com/blog/index.php/jquery-plugins/new-jquery-plugin-jquery-slick/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:91:\"http://www.designchemical.com/blog/index.php/jquery-plugins/new-jquery-plugin-jquery-slick/\";}s:7:\"summary\";s:823:\"\"\"

    The new jQuery Slick plugin creates sticky, slide out tabs from any HTML content. Great for adding sticky navigation or forms to any website.

    \n

    Very quick and easy to use – just wrap the sticky content with a div tag with an ID and initialise the plugin. Features of the plugin include:

    \n
      \n
    • The ability to position the sticky

    more

    \";s:12:\"atom_content\";s:2313:\"

    The new jQuery Slick plugin creates sticky, slide out tabs from any HTML content. Great for adding sticky navigation or forms to any website.

    \n

    Very quick and easy to use – just wrap the sticky content with a div tag with an ID and initialise the plugin. Features of the plugin include:

    \n
      \n
    • The ability to position the sticky tab anywhere using a combination of “location” and “offset” settings
    • \n
    • Set animation speed
    • \n
    • Set the tab text
    • \n
    • Auto-close option, which will automatically slide closed if elsewhere in the browser screen is clicked
    • \n
    • Multiple slick tabs per page.
    • \n
    \n

    Checkout the jQuery Slick plugin project page for more information.

    \n

    Also see our Wordpress Slick Menu plugin version.

    \n
    \n \n
    \";}i:11;a:14:{s:5:\"title\";s:52:\"jQuery Plugin Update – Vertical Accordion Menu 2.5\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/9gpFoeJ-apk/\";s:8:\"comments\";s:118:\"http://www.designchemical.com/blog/index.php/jquery-plugins/jquery-plugin-update-vertical-accordion-menu-2-5/#comments\";s:7:\"pubdate\";s:31:\"Tue, 29 Mar 2011 07:20:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:57:\"jQuery PluginsaccordionjQuerymenunavigationpluginsupdates\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1610\";s:11:\"description\";s:861:\"\"\"

    The latest version of the jQuery vertical accordion menu plugin now includes the added option to auto-expand selected sub-menus on page load based on their parent li tag CSS class.

    \n

    This enhanced feature allows you to synchronise the accordion menu with the page for users that navigate to the page from other non-accordion links.

    \n

    For more detailed information see the … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:2186:\"

    The latest version of the jQuery vertical accordion menu plugin now includes the added option to auto-expand selected sub-menus on page load based on their parent li tag CSS class.

    \n

    This enhanced feature allows you to synchronise the accordion menu with the page for users that navigate to the page from other non-accordion links.

    \n

    For more detailed information see the jQuery Vertical Accordion Menu plugin page or checkout the accordion menu demos.

    \n

    If you are looking for the Wordpress plugin version please refer to the Wordpress Accordion Menu Plugin page.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:114:\"http://www.designchemical.com/blog/index.php/jquery-plugins/jquery-plugin-update-vertical-accordion-menu-2-5/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"13\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:109:\"http://www.designchemical.com/blog/index.php/jquery-plugins/jquery-plugin-update-vertical-accordion-menu-2-5/\";}s:7:\"summary\";s:861:\"\"\"

    The latest version of the jQuery vertical accordion menu plugin now includes the added option to auto-expand selected sub-menus on page load based on their parent li tag CSS class.

    \n

    This enhanced feature allows you to synchronise the accordion menu with the page for users that navigate to the page from other non-accordion links.

    \n

    For more detailed information see the … more

    \";s:12:\"atom_content\";s:2186:\"

    The latest version of the jQuery vertical accordion menu plugin now includes the added option to auto-expand selected sub-menus on page load based on their parent li tag CSS class.

    \n

    This enhanced feature allows you to synchronise the accordion menu with the page for users that navigate to the page from other non-accordion links.

    \n

    For more detailed information see the jQuery Vertical Accordion Menu plugin page or checkout the accordion menu demos.

    \n

    If you are looking for the Wordpress plugin version please refer to the Wordpress Accordion Menu Plugin page.

    \n
    \n \n
    \";}i:12;a:14:{s:5:\"title\";s:46:\"jQuery & Wordpress Plugin Update – Mega Menu\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/x3sst8dZfgk/\";s:8:\"comments\";s:113:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/jquery-wordpress-plugin-update-mega-menu/#comments\";s:7:\"pubdate\";s:31:\"Sun, 27 Mar 2011 08:40:20 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:94:\"Wordpress PluginsjQuery PluginshorizontaljQuerymega menusmenunavigationpluginsupdateswordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1606\";s:11:\"description\";s:835:\"\"\"

    The latest version of the mega drop down menu plugin for both jQuery and Wordpress now includes the option to use either “click” or “hover” to activate the sub-menus. With the new click option the menu now stays open until the user either clicks on a link or clicks elsewhere on the screen outside of the sub-menu, offers greater useability. … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:2628:\"

    The latest version of the mega drop down menu plugin for both jQuery and Wordpress now includes the option to use either “click” or “hover” to activate the sub-menus. With the new click option the menu now stays open until the user either clicks on a link or clicks elsewhere on the screen outside of the sub-menu, offers greater useability.

    \n

    jQuery Plugin

    \n

    Plugin Project Page

    \n

    http://www.designchemical.com/lab/jquery-mega-drop-down-menu-plugin/getting-started/

    \n

    Demo Page

    \n

    http://www.designchemical.com/lab/jquery-mega-drop-down-menu-plugin/examples/

    \n

    Wordpress Plugin jQuery Drop Down Mega Menu Widget

    \n

    Plugin Project Page

    \n

    http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-drop-down-mega-menu-widget/

    \n

    Wordpress Demos

    \n

    http://www.designchemical.com/lab/demo-wordpress-jquery-mega-menu-plugin/

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:109:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/jquery-wordpress-plugin-update-mega-menu/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:104:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/jquery-wordpress-plugin-update-mega-menu/\";}s:7:\"summary\";s:835:\"\"\"

    The latest version of the mega drop down menu plugin for both jQuery and Wordpress now includes the option to use either “click” or “hover” to activate the sub-menus. With the new click option the menu now stays open until the user either clicks on a link or clicks elsewhere on the screen outside of the sub-menu, offers greater useability. … more

    \";s:12:\"atom_content\";s:2628:\"

    The latest version of the mega drop down menu plugin for both jQuery and Wordpress now includes the option to use either “click” or “hover” to activate the sub-menus. With the new click option the menu now stays open until the user either clicks on a link or clicks elsewhere on the screen outside of the sub-menu, offers greater useability.

    \n

    jQuery Plugin

    \n

    Plugin Project Page

    \n

    http://www.designchemical.com/lab/jquery-mega-drop-down-menu-plugin/getting-started/

    \n

    Demo Page

    \n

    http://www.designchemical.com/lab/jquery-mega-drop-down-menu-plugin/examples/

    \n

    Wordpress Plugin jQuery Drop Down Mega Menu Widget

    \n

    Plugin Project Page

    \n

    http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-drop-down-mega-menu-widget/

    \n

    Wordpress Demos

    \n

    http://www.designchemical.com/lab/demo-wordpress-jquery-mega-menu-plugin/

    \n
    \n \n
    \";}i:13;a:14:{s:5:\"title\";s:52:\"jQuery Image Swap Gallery with Just 3 Lines of Code!\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/B6SbVZKVHio/\";s:8:\"comments\";s:87:\"http://www.designchemical.com/blog/index.php/jquery/jquery-image-swap-gallery/#comments\";s:7:\"pubdate\";s:31:\"Sat, 26 Mar 2011 08:34:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:35:\"TutorialsWebsite CodingjQueryimages\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1571\";s:11:\"description\";s:880:\"\"\"

    \"\"

    \n

    Our earlier post, Quick and Easy jQuery Image Swap has always been popular, so today we are going to use this code to create the ultimate jQuery image swap gallery with just 3 lines of code and 2 lines of CSS.

    \n

    And here is the jQuery code:

    \n
    \n$("#gallery li img").hover(function(){\n	$(\'#main-img\').attr(\'src\',$(this).attr(\'src\').replace(\'thumb/\', \'\'));\n});

    more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:5401:\"

    \"\"

    \n

    Our earlier post, Quick and Easy jQuery Image Swap has always been popular, so today we are going to use this code to create the ultimate jQuery image swap gallery with just 3 lines of code and 2 lines of CSS.

    \n

    And here is the jQuery code:

    \n
    \n$("#gallery li img").hover(function(){\n	$(\'#main-img\').attr(\'src\',$(this).attr(\'src\').replace(\'thumb/\', \'\'));\n});\n
    \n

    View The DemoDownload Source Files

    \n

    A great example of how jQuery can be extremely simple and effective.

    \n

    The Gallery HTML

    \n

    All we need for the gallery is the initial, main image and an unordered list holding the image thumbnails.

    \n
    \n<div id="gallery">\n	<img src="images/gallery/img_1.jpg" alt="" id="main-img" />\n	<ul>\n	  <li><img src="images/gallery/thumb/img_1.jpg" alt="" /></li>\n	  <li><img src="images/gallery/thumb/img_3.jpg" alt="" /></li>\n	  <li><img src="images/gallery/thumb/img_4.jpg" alt="" /></li>\n	  <li><img src="images/gallery/thumb/img_5.jpg" alt="" /></li>\n	  <li><img src="images/gallery/thumb/img_6.jpg" alt="" /></li>\n	  <li><img src="images/gallery/thumb/img_7.jpg" alt="" /></li>\n	</ul>\n</div>\n
    \n

    Our thumbnail images have the same file name as the larger versions and these are put into a folder called “thumb”, which is in the same directory as the main images – this is important for our gallery code to work as the image URL is obtained by getting the thumbnail URL and removing the “/thumb”.

    \n

    Styling The Gallery

    \n

    Definitely not rocket science here – a total of 2 CSS rules:

    \n
    \n#gallery li {\ndisplay: inline;\nmargin-right: 3px;\n}\n#gallery #main-img {\nbackground: url(images/bg_img.png) no-repeat 0 0;\npadding: 26px;\n}\n
    \n

    Adding Image Preload Function

    \n

    Although the 3 lines of jQuery will work, we can make the gallery far better if we use our image preload function, from our previous tutorial.

    \n

    The complete jQuery for the gallery plus preload:

    \n
    \n$(document).ready(function() {\n	// Image swap on hover\n	$("#gallery li img").hover(function(){\n		$(\'#main-img\').attr(\'src\',$(this).attr(\'src\').replace(\'thumb/\', \'\'));\n	});\n	// Image preload\n	var imgSwap = [];\n	 $("#gallery li img").each(function(){\n		imgUrl = this.src.replace(\'thumb/\', \'\');\n		imgSwap.push(imgUrl);\n	});\n	$(imgSwap).preload();\n});\n$.fn.preload = function() {\n    this.each(function(){\n        $(\'<img/>\')[0].src = this;\n    });\n}\n
    \n

    And that’s basically all there is to it.

    \n

    Although it may not have fancy fade/zoom/slide/etc effects and look particularly slick, it is a nice and easy example of how to apply the jQuery image swap on hover function.

    \n

    You can obviously improve on the features but if you are looking for a simple solution without having to understand setting up and styling a complicated gallery plugin (and lets face it some of them are complicated!), then this is about as simple as it gets!

    \n

    View The DemoDownload Source Files

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:83:\"http://www.designchemical.com/blog/index.php/jquery/jquery-image-swap-gallery/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"10\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:78:\"http://www.designchemical.com/blog/index.php/jquery/jquery-image-swap-gallery/\";}s:7:\"summary\";s:880:\"\"\"

    \"\"

    \n

    Our earlier post, Quick and Easy jQuery Image Swap has always been popular, so today we are going to use this code to create the ultimate jQuery image swap gallery with just 3 lines of code and 2 lines of CSS.

    \n

    And here is the jQuery code:

    \n
    \n$("#gallery li img").hover(function(){\n	$(\'#main-img\').attr(\'src\',$(this).attr(\'src\').replace(\'thumb/\', \'\'));\n});

    more

    \";s:12:\"atom_content\";s:5401:\"

    \"\"

    \n

    Our earlier post, Quick and Easy jQuery Image Swap has always been popular, so today we are going to use this code to create the ultimate jQuery image swap gallery with just 3 lines of code and 2 lines of CSS.

    \n

    And here is the jQuery code:

    \n
    \n$("#gallery li img").hover(function(){\n	$(\'#main-img\').attr(\'src\',$(this).attr(\'src\').replace(\'thumb/\', \'\'));\n});\n
    \n

    View The DemoDownload Source Files

    \n

    A great example of how jQuery can be extremely simple and effective.

    \n

    The Gallery HTML

    \n

    All we need for the gallery is the initial, main image and an unordered list holding the image thumbnails.

    \n
    \n<div id="gallery">\n	<img src="images/gallery/img_1.jpg" alt="" id="main-img" />\n	<ul>\n	  <li><img src="images/gallery/thumb/img_1.jpg" alt="" /></li>\n	  <li><img src="images/gallery/thumb/img_3.jpg" alt="" /></li>\n	  <li><img src="images/gallery/thumb/img_4.jpg" alt="" /></li>\n	  <li><img src="images/gallery/thumb/img_5.jpg" alt="" /></li>\n	  <li><img src="images/gallery/thumb/img_6.jpg" alt="" /></li>\n	  <li><img src="images/gallery/thumb/img_7.jpg" alt="" /></li>\n	</ul>\n</div>\n
    \n

    Our thumbnail images have the same file name as the larger versions and these are put into a folder called “thumb”, which is in the same directory as the main images – this is important for our gallery code to work as the image URL is obtained by getting the thumbnail URL and removing the “/thumb”.

    \n

    Styling The Gallery

    \n

    Definitely not rocket science here – a total of 2 CSS rules:

    \n
    \n#gallery li {\ndisplay: inline;\nmargin-right: 3px;\n}\n#gallery #main-img {\nbackground: url(images/bg_img.png) no-repeat 0 0;\npadding: 26px;\n}\n
    \n

    Adding Image Preload Function

    \n

    Although the 3 lines of jQuery will work, we can make the gallery far better if we use our image preload function, from our previous tutorial.

    \n

    The complete jQuery for the gallery plus preload:

    \n
    \n$(document).ready(function() {\n	// Image swap on hover\n	$("#gallery li img").hover(function(){\n		$(\'#main-img\').attr(\'src\',$(this).attr(\'src\').replace(\'thumb/\', \'\'));\n	});\n	// Image preload\n	var imgSwap = [];\n	 $("#gallery li img").each(function(){\n		imgUrl = this.src.replace(\'thumb/\', \'\');\n		imgSwap.push(imgUrl);\n	});\n	$(imgSwap).preload();\n});\n$.fn.preload = function() {\n    this.each(function(){\n        $(\'<img/>\')[0].src = this;\n    });\n}\n
    \n

    And that’s basically all there is to it.

    \n

    Although it may not have fancy fade/zoom/slide/etc effects and look particularly slick, it is a nice and easy example of how to apply the jQuery image swap on hover function.

    \n

    You can obviously improve on the features but if you are looking for a simple solution without having to understand setting up and styling a complicated gallery plugin (and lets face it some of them are complicated!), then this is about as simple as it gets!

    \n

    View The DemoDownload Source Files

    \n
    \n \n
    \";}i:14;a:14:{s:5:\"title\";s:64:\"Wordpress Tutorial – Create Your own Custom Vertical Mega Menu\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/RVZT9Vb6w20/\";s:8:\"comments\";s:133:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-tutorial-create-your-own-custom-vertical-mega-menu/#comments\";s:7:\"pubdate\";s:31:\"Fri, 25 Mar 2011 17:21:39 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:133:\"TutorialsWebsite CodingWordpress PluginsWordpress TipsjQuery PluginsCSSjQuerymega menusmenunavigationpluginstutorialverticalwordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1546\";s:11:\"description\";s:924:\"\"Custom

    \"Custom

    \n

    In our last menu tutorial we looked at creating a custom style sheet for the mega drop down menu plugin. Today we are going to go through the jQuery Vertical Mega Menu Plugin and how we can use the plugin’s built in CSS classes combined with the inherent Wordpress menu classes to create a completely customised menu.

    \n

    The sample … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:12001:\"

    \"Custom

    \n

    In our last menu tutorial we looked at creating a custom style sheet for the mega drop down menu plugin. Today we are going to go through the jQuery Vertical Mega Menu Plugin and how we can use the plugin’s built in CSS classes combined with the inherent Wordpress menu classes to create a completely customised menu.

    \n

    The sample CSS file in the demo can also be used as a template for your own Wordpress vertical mega menu styles:

    \n

    View Final Menu DemoDownload source code

    \n

    This tutorial assumes that you understand at least the basics of CSS and HTML, know how to create a custom menu using the admin system in Wordpress 3.0 and, of course, use our Vertical Mega menu plugin as some of the CSS selectors are specific to this plugin.

    \n

    The Objectives

    \n

    For the tutorial we will create a mega menu for a store selling sports clothing/equipment. In addition to the basic minimum styles required to create the vertical mega menu we will add a drop-shadow to the menu container and also customise all 3 of the sub-menus.

    \n

    Footwear Custom Menu

    \n

    For this menu we will customise each row to add labels showing Mens/Ladies as well as add background images for each of the product groups.

    \n

    \"Footwear

    \n

    Jackets Sub-Menu

    \n

    Usually the mega menu works best with 3 levels of navigation. The jackets sub-menu gives an example of how you can still customise the mega menu with only 2 menu levels.

    \n

    \"Jackets

    \n

    Sports Bags Sub-Menu

    \n

    Add background images to each sub-menu.

    \n

    \"Sports

    \n

    Creating The Vertical Mega Menu

    \n

    The Basic Mega Menu CSS

    \n

    The following CSS code gives the minimum styling required to create the standard mega menu structure without any specifc styles for the menu options. Using this code our menu looks like this:

    \n

    \"Basic

    \n

    View Basic Mega Menu Demo

    \n

    Still mega but definitely not as pretty!

    \n

    The CSS contains notes on any essential styles

    \n
    \n/* Main menu styling */\n.dcjq-vertical-mega-menu .menu li a {\ndisplay: block;\ncolor: #000;\npadding: 11px 38px 11px 25px;\ntext-shadow: 1px 1px 1px #fff;\ntext-decoration: none;\nborder-bottom: 1px solid #999;\nbackground: url(images/bg_nav.png) repeat-x 0 0;\n}\n.dcjq-vertical-mega-menu .menu li a:hover, .dcjq-vertical-mega-menu .menu li.mega-hover a {\nbackground-position: 0 -40px;\ncolor: #fff;\ntext-shadow: 1px 1px 1px #000;\n}\n\n/* Add arrow icon to parent links */\n.dcjq-vertical-mega-menu .menu li a.dc-mega {\nposition: relative; /* Required since icons are positioned absolutely */\n}\n.dcjq-vertical-mega-menu .menu li a .dc-mega-icon {\ndisplay: block;\nposition: absolute;\ntop: 14px;\nright: 15px;\nwidth: 6px;\nheight: 8px;\nbackground: url(images/arrow_right.png) no-repeat -6px 0;\n}\n.dcjq-vertical-mega-menu .menu li a:hover .dc-mega-icon, .dcjq-vertical-mega-menu .menu li.mega-hover a .dc-mega-icon {\nbackground-position: 0 0;\n}\n\n/* Mega menu container */\n.dcjq-vertical-mega-menu .menu li .sub-container {\nposition: absolute; /* Required */\noverflow: hidden;\nbackground: url(images/bg_menu.png) no-repeat 100% 100%; /* Add the drop shadow image */\npadding: 0 13px 17px 0; /* Padding for drop shadow */\n}\n.dcjq-vertical-mega-menu .menu li .sub-container .sub {\nborder: none;\npadding: 15px 15px 5px 15px;\nbackground: #fff url(images/bg_grad_top.png) repeat-x 0 0;\nborder-top: 1px solid #ccc;\nborder-right: 1px solid #bbb;\nborder-bottom: 1px solid #bbb;\nborder-left: 1px solid #ccc;\n}\n.dcjq-vertical-mega-menu .menu li .sub .row {\nwidth: 100%; overflow: hidden; /* Required to clear floats for each row */\n}\n.dcjq-vertical-mega-menu .menu li .sub li {\nfloat: none;\nwidth: 160px; /* Set sub-menu width */\nfont-weight: normal;\n}\n.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr {\nfloat: left; /* Required */\nmargin: 0 5px 10px 5px;\n}\n.dcjq-vertical-mega-menu .menu li .sub a, .dcjq-vertical-mega-menu .menu.left li .sub a {\nbackground: none;\nborder: none;\ntext-shadow: none;\nfloat: none;\ncolor: #000;\ndisplay: block;\ntext-decoration: none;\nfont-size: 0.9em;\nmargin-bottom: 0;\n}\n.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr a.mega-hdr-a { /* Sub-menu headings */\nbackground: url(images/bg_nav.png) repeat-x 0 -40px;\npadding: 5px;\nmargin-bottom: 5px;\ntext-transform: uppercase;\nfont-weight: bold;\ncolor: #fff;\ntext-shadow: 1px 1px 1px #000;\ntext-align: center;\n}\n.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr a.mega-hdr-a:hover {\ncolor: #000;\ntext-shadow: none;\n}\n.dcjq-vertical-mega-menu .menu .sub li.mega-hdr li {\nmargin-bottom: 3px;\n}\n.dcjq-vertical-mega-menu .menu .sub li a {\npadding: 3px 3px 3px 15px;\nbackground: url(images/bullet.png) no-repeat 3px 8px;\nfont-weight: normal;\ntext-transform: capitalize; font-size: 12px;\n}\n.dcjq-vertical-mega-menu .menu .sub li a:hover {\ncolor: #fff;\nbackground: #000 url(images/bullet_white.png) no-repeat 5px 8px;\n}\n.dcjq-vertical-mega-menu .menu .sub ul li {\npadding-right: 0;\n}\n\n/* Styling for menu items with only 2 levels */\n.dcjq-vertical-mega-menu .menu li .sub-container.non-mega .sub {\npadding: 10px;\nbackground: #fff;\n}\n.dcjq-vertical-mega-menu .menu li .sub-container.non-mega li {\npadding: 0;\nmargin: 0;\nwidth: 150px;\nfloat: none;\n}\n
    \n

    Custom Styling

    \n

    In order to customise the menu you will need the menu item ID’s that Wordpress automatically assigns to the HTML list items. To get these you can view the source code for the menu in your own site. The ID follows the format “menu-item-#”, where # is a unique number assigned by Wordpress.

    \n

    It can get a little confusing wading through the source code so it’s best to work out first which items need to have additional CSS rules. The list items that will be customised and their ID’s in our demo are:

    \n
      \n
    • Footwear (ID menu-item-1) – For adding the “Mens” & “Ladies” labels to the rows
    • \n
    • Nike Mens (ID menu-item-4)
    • \n
    • Adidas Mens (ID menu-item-6)
    • \n
    • Gola Mens (ID menu-item-7)
    • \n
    • Nike Ladies (ID menu-item-8)
    • \n
    • Adidas Ladies (ID menu-item-10)
    • \n
    • Gola Ladies (ID menu-item-11)
    • \n
    \n
      \n
    • Jackets (ID menu-item-2) – Overide the standard styling for only 2 levels of navigation
    • \n
    • Jacket 1 (ID menu-item-12)
    • \n
    • Jacket 2 (ID menu-item-13)
    • \n
    • Jacket 3 (ID menu-item-14)
    • \n
    \n
      \n
    • Sports Bags (ID menu-item-3) – Add padding to top of all bag sub-menus
    • \n
    • Golf Bags (ID menu-item-15)
    • \n
    • Sports Bags (ID menu-item-17)
    • \n
    • Tennis Bags (ID menu-item-18)
    • \n
    \n

    Custom CSS For Footwear

    \n
    \n/* Footwear */\n.dcjq-vertical-mega-menu .menu li#menu-item-1 .sub .row {\npadding: 10px 10px 0 40px; /* Pad the rows to add the background labels */\nmargin-bottom: 10px;\nborder: 1px solid #ccc;\nbackground: url(images/mens.png) no-repeat 0 center; /* Mens row background image */\n}\n.dcjq-vertical-mega-menu .menu li#menu-item-1 .sub .row.last {\nbackground-image: url(images/ladies.png); /* Ladies row background image */\n}\n.dcjq-vertical-mega-menu .menu li#menu-item-1 .sub li.mega-hdr {\npadding: 75px 0 0; /* Padding for top of each sub-menu for background images */\n}\n\n/* Add the background images */\nli#menu-item-4.mega-hdr {background: url(images/nike.png) no-repeat center 0;}\nli#menu-item-6.mega-hdr {background: url(images/adidas_1.jpg) no-repeat center 0;}\nli#menu-item-7.mega-hdr {background: url(images/gola_1.jpg) no-repeat center 0;}\nli#menu-item-8.mega-hdr {background: url(images/nike_2.jpg) no-repeat center 0;}\nli#menu-item-10.mega-hdr {background: url(images/adidas_2.jpg) no-repeat center 0;}\nli#menu-item-11.mega-hdr {background: url(images/gola_2.jpg) no-repeat center 0;}\n
    \n

    Custom CSS For Jackets

    \n

    The jackets are slightly different to the other 2 since the menu only have 2 levels of navigation. The CSS below will float each item and create a larger menu container.

    \n
    \n/* Jackets */\n.dcjq-vertical-mega-menu .menu li#menu-item-2 .sub-container.non-mega .sub {\nwidth: 480px; /* Required to overide styling for 2-levels */\nheight: 180px; /* Required */\npadding: 20px 10px 10px;\n}\n.dcjq-vertical-mega-menu .menu li#menu-item-2 .sub-container.non-mega li {\nfloat: left;\n}\nli#menu-item-12, li#menu-item-13, li#menu-item-14{\npadding: 150px 0 0; /* Padding for top of each sub-menu for background images */\nmargin-right: 10px;\n}\n\n/* Add the background images */\nli#menu-item-12 {background: url(images/jacket_1.jpg) no-repeat center 0;}\nli#menu-item-13 {background: url(images/jacket_2.jpg) no-repeat center 0;}\nli#menu-item-14 {background: url(images/jacket_3.jpg) no-repeat center 0;}\n
    \n

    Custom CSS For Sports Bags

    \n
    \n/* Sports Bags */\nli#menu-item-3 li.mega-hdr {\npadding: 120px 0 0; /* Padding for top of each sub-menu for background images */\n}\n\n/* Add the background images */\nli#menu-item-15.mega-hdr {background: url(images/bag_1.jpg) no-repeat center 0;}\nli#menu-item-17.mega-hdr {background: url(images/bag_3.jpg) no-repeat center 0;}\nli#menu-item-18.mega-hdr {background: url(images/bag_4.jpg) no-repeat center 0;}\n
    \n

    That’s basically it! Using the above techniques you can pretty much customise the menu to suite most requirements.

    \n

    Download the source code below for a complete working copies of both the basic and customised menus.

    \n

    View Final Menu DemoDownload source code

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:129:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-tutorial-create-your-own-custom-vertical-mega-menu/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"1\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:124:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-tutorial-create-your-own-custom-vertical-mega-menu/\";}s:7:\"summary\";s:924:\"\"Custom

    \"Custom

    \n

    In our last menu tutorial we looked at creating a custom style sheet for the mega drop down menu plugin. Today we are going to go through the jQuery Vertical Mega Menu Plugin and how we can use the plugin’s built in CSS classes combined with the inherent Wordpress menu classes to create a completely customised menu.

    \n

    The sample … more

    \";s:12:\"atom_content\";s:12001:\"

    \"Custom

    \n

    In our last menu tutorial we looked at creating a custom style sheet for the mega drop down menu plugin. Today we are going to go through the jQuery Vertical Mega Menu Plugin and how we can use the plugin’s built in CSS classes combined with the inherent Wordpress menu classes to create a completely customised menu.

    \n

    The sample CSS file in the demo can also be used as a template for your own Wordpress vertical mega menu styles:

    \n

    View Final Menu DemoDownload source code

    \n

    This tutorial assumes that you understand at least the basics of CSS and HTML, know how to create a custom menu using the admin system in Wordpress 3.0 and, of course, use our Vertical Mega menu plugin as some of the CSS selectors are specific to this plugin.

    \n

    The Objectives

    \n

    For the tutorial we will create a mega menu for a store selling sports clothing/equipment. In addition to the basic minimum styles required to create the vertical mega menu we will add a drop-shadow to the menu container and also customise all 3 of the sub-menus.

    \n

    Footwear Custom Menu

    \n

    For this menu we will customise each row to add labels showing Mens/Ladies as well as add background images for each of the product groups.

    \n

    \"Footwear

    \n

    Jackets Sub-Menu

    \n

    Usually the mega menu works best with 3 levels of navigation. The jackets sub-menu gives an example of how you can still customise the mega menu with only 2 menu levels.

    \n

    \"Jackets

    \n

    Sports Bags Sub-Menu

    \n

    Add background images to each sub-menu.

    \n

    \"Sports

    \n

    Creating The Vertical Mega Menu

    \n

    The Basic Mega Menu CSS

    \n

    The following CSS code gives the minimum styling required to create the standard mega menu structure without any specifc styles for the menu options. Using this code our menu looks like this:

    \n

    \"Basic

    \n

    View Basic Mega Menu Demo

    \n

    Still mega but definitely not as pretty!

    \n

    The CSS contains notes on any essential styles

    \n
    \n/* Main menu styling */\n.dcjq-vertical-mega-menu .menu li a {\ndisplay: block;\ncolor: #000;\npadding: 11px 38px 11px 25px;\ntext-shadow: 1px 1px 1px #fff;\ntext-decoration: none;\nborder-bottom: 1px solid #999;\nbackground: url(images/bg_nav.png) repeat-x 0 0;\n}\n.dcjq-vertical-mega-menu .menu li a:hover, .dcjq-vertical-mega-menu .menu li.mega-hover a {\nbackground-position: 0 -40px;\ncolor: #fff;\ntext-shadow: 1px 1px 1px #000;\n}\n\n/* Add arrow icon to parent links */\n.dcjq-vertical-mega-menu .menu li a.dc-mega {\nposition: relative; /* Required since icons are positioned absolutely */\n}\n.dcjq-vertical-mega-menu .menu li a .dc-mega-icon {\ndisplay: block;\nposition: absolute;\ntop: 14px;\nright: 15px;\nwidth: 6px;\nheight: 8px;\nbackground: url(images/arrow_right.png) no-repeat -6px 0;\n}\n.dcjq-vertical-mega-menu .menu li a:hover .dc-mega-icon, .dcjq-vertical-mega-menu .menu li.mega-hover a .dc-mega-icon {\nbackground-position: 0 0;\n}\n\n/* Mega menu container */\n.dcjq-vertical-mega-menu .menu li .sub-container {\nposition: absolute; /* Required */\noverflow: hidden;\nbackground: url(images/bg_menu.png) no-repeat 100% 100%; /* Add the drop shadow image */\npadding: 0 13px 17px 0; /* Padding for drop shadow */\n}\n.dcjq-vertical-mega-menu .menu li .sub-container .sub {\nborder: none;\npadding: 15px 15px 5px 15px;\nbackground: #fff url(images/bg_grad_top.png) repeat-x 0 0;\nborder-top: 1px solid #ccc;\nborder-right: 1px solid #bbb;\nborder-bottom: 1px solid #bbb;\nborder-left: 1px solid #ccc;\n}\n.dcjq-vertical-mega-menu .menu li .sub .row {\nwidth: 100%; overflow: hidden; /* Required to clear floats for each row */\n}\n.dcjq-vertical-mega-menu .menu li .sub li {\nfloat: none;\nwidth: 160px; /* Set sub-menu width */\nfont-weight: normal;\n}\n.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr {\nfloat: left; /* Required */\nmargin: 0 5px 10px 5px;\n}\n.dcjq-vertical-mega-menu .menu li .sub a, .dcjq-vertical-mega-menu .menu.left li .sub a {\nbackground: none;\nborder: none;\ntext-shadow: none;\nfloat: none;\ncolor: #000;\ndisplay: block;\ntext-decoration: none;\nfont-size: 0.9em;\nmargin-bottom: 0;\n}\n.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr a.mega-hdr-a { /* Sub-menu headings */\nbackground: url(images/bg_nav.png) repeat-x 0 -40px;\npadding: 5px;\nmargin-bottom: 5px;\ntext-transform: uppercase;\nfont-weight: bold;\ncolor: #fff;\ntext-shadow: 1px 1px 1px #000;\ntext-align: center;\n}\n.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr a.mega-hdr-a:hover {\ncolor: #000;\ntext-shadow: none;\n}\n.dcjq-vertical-mega-menu .menu .sub li.mega-hdr li {\nmargin-bottom: 3px;\n}\n.dcjq-vertical-mega-menu .menu .sub li a {\npadding: 3px 3px 3px 15px;\nbackground: url(images/bullet.png) no-repeat 3px 8px;\nfont-weight: normal;\ntext-transform: capitalize; font-size: 12px;\n}\n.dcjq-vertical-mega-menu .menu .sub li a:hover {\ncolor: #fff;\nbackground: #000 url(images/bullet_white.png) no-repeat 5px 8px;\n}\n.dcjq-vertical-mega-menu .menu .sub ul li {\npadding-right: 0;\n}\n\n/* Styling for menu items with only 2 levels */\n.dcjq-vertical-mega-menu .menu li .sub-container.non-mega .sub {\npadding: 10px;\nbackground: #fff;\n}\n.dcjq-vertical-mega-menu .menu li .sub-container.non-mega li {\npadding: 0;\nmargin: 0;\nwidth: 150px;\nfloat: none;\n}\n
    \n

    Custom Styling

    \n

    In order to customise the menu you will need the menu item ID’s that Wordpress automatically assigns to the HTML list items. To get these you can view the source code for the menu in your own site. The ID follows the format “menu-item-#”, where # is a unique number assigned by Wordpress.

    \n

    It can get a little confusing wading through the source code so it’s best to work out first which items need to have additional CSS rules. The list items that will be customised and their ID’s in our demo are:

    \n
      \n
    • Footwear (ID menu-item-1) – For adding the “Mens” & “Ladies” labels to the rows
    • \n
    • Nike Mens (ID menu-item-4)
    • \n
    • Adidas Mens (ID menu-item-6)
    • \n
    • Gola Mens (ID menu-item-7)
    • \n
    • Nike Ladies (ID menu-item-8)
    • \n
    • Adidas Ladies (ID menu-item-10)
    • \n
    • Gola Ladies (ID menu-item-11)
    • \n
    \n
      \n
    • Jackets (ID menu-item-2) – Overide the standard styling for only 2 levels of navigation
    • \n
    • Jacket 1 (ID menu-item-12)
    • \n
    • Jacket 2 (ID menu-item-13)
    • \n
    • Jacket 3 (ID menu-item-14)
    • \n
    \n
      \n
    • Sports Bags (ID menu-item-3) – Add padding to top of all bag sub-menus
    • \n
    • Golf Bags (ID menu-item-15)
    • \n
    • Sports Bags (ID menu-item-17)
    • \n
    • Tennis Bags (ID menu-item-18)
    • \n
    \n

    Custom CSS For Footwear

    \n
    \n/* Footwear */\n.dcjq-vertical-mega-menu .menu li#menu-item-1 .sub .row {\npadding: 10px 10px 0 40px; /* Pad the rows to add the background labels */\nmargin-bottom: 10px;\nborder: 1px solid #ccc;\nbackground: url(images/mens.png) no-repeat 0 center; /* Mens row background image */\n}\n.dcjq-vertical-mega-menu .menu li#menu-item-1 .sub .row.last {\nbackground-image: url(images/ladies.png); /* Ladies row background image */\n}\n.dcjq-vertical-mega-menu .menu li#menu-item-1 .sub li.mega-hdr {\npadding: 75px 0 0; /* Padding for top of each sub-menu for background images */\n}\n\n/* Add the background images */\nli#menu-item-4.mega-hdr {background: url(images/nike.png) no-repeat center 0;}\nli#menu-item-6.mega-hdr {background: url(images/adidas_1.jpg) no-repeat center 0;}\nli#menu-item-7.mega-hdr {background: url(images/gola_1.jpg) no-repeat center 0;}\nli#menu-item-8.mega-hdr {background: url(images/nike_2.jpg) no-repeat center 0;}\nli#menu-item-10.mega-hdr {background: url(images/adidas_2.jpg) no-repeat center 0;}\nli#menu-item-11.mega-hdr {background: url(images/gola_2.jpg) no-repeat center 0;}\n
    \n

    Custom CSS For Jackets

    \n

    The jackets are slightly different to the other 2 since the menu only have 2 levels of navigation. The CSS below will float each item and create a larger menu container.

    \n
    \n/* Jackets */\n.dcjq-vertical-mega-menu .menu li#menu-item-2 .sub-container.non-mega .sub {\nwidth: 480px; /* Required to overide styling for 2-levels */\nheight: 180px; /* Required */\npadding: 20px 10px 10px;\n}\n.dcjq-vertical-mega-menu .menu li#menu-item-2 .sub-container.non-mega li {\nfloat: left;\n}\nli#menu-item-12, li#menu-item-13, li#menu-item-14{\npadding: 150px 0 0; /* Padding for top of each sub-menu for background images */\nmargin-right: 10px;\n}\n\n/* Add the background images */\nli#menu-item-12 {background: url(images/jacket_1.jpg) no-repeat center 0;}\nli#menu-item-13 {background: url(images/jacket_2.jpg) no-repeat center 0;}\nli#menu-item-14 {background: url(images/jacket_3.jpg) no-repeat center 0;}\n
    \n

    Custom CSS For Sports Bags

    \n
    \n/* Sports Bags */\nli#menu-item-3 li.mega-hdr {\npadding: 120px 0 0; /* Padding for top of each sub-menu for background images */\n}\n\n/* Add the background images */\nli#menu-item-15.mega-hdr {background: url(images/bag_1.jpg) no-repeat center 0;}\nli#menu-item-17.mega-hdr {background: url(images/bag_3.jpg) no-repeat center 0;}\nli#menu-item-18.mega-hdr {background: url(images/bag_4.jpg) no-repeat center 0;}\n
    \n

    That’s basically it! Using the above techniques you can pretty much customise the menu to suite most requirements.

    \n

    Download the source code below for a complete working copies of both the basic and customised menus.

    \n

    View Final Menu DemoDownload source code

    \n
    \n \n
    \";}i:15;a:14:{s:5:\"title\";s:53:\"Wordpress Plugin Update – jQuery Accordion Menu 2.4\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/6ctzEaJc77M/\";s:8:\"comments\";s:122:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-update-jquery-accordion-menu-2-4/#comments\";s:7:\"pubdate\";s:31:\"Wed, 23 Mar 2011 22:24:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:77:\"Wordpress PluginsaccordionjQuerymenunavigationpluginsupdatesverticalwordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1541\";s:11:\"description\";s:888:\"\"\"

    Based on recent feedback we have decided to launch the latest update to our jQuery vertical accordion menu plugin for Wordpress. The latest version (2.4) now includes the option to auto-expand the accordion menu according to the users current page/post.

    \n

    This now greatly enhances the Wordpress accordion menu by automatically following the inherent Wordpress menu system for tracking the users … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:2523:\"

    Based on recent feedback we have decided to launch the latest update to our jQuery vertical accordion menu plugin for Wordpress. The latest version (2.4) now includes the option to auto-expand the accordion menu according to the users current page/post.

    \n

    This now greatly enhances the Wordpress accordion menu by automatically following the inherent Wordpress menu system for tracking the users location, using the “current-menu-ancestor” CSS class to identify which sub-menus should be open. Very useful for keeping the menu in sync with users who browse to pages via other links.

    \n

    To use this new feature check the “Auto Expand Based on Current Page/Item” box in the accordion menu widget control panel. The feature requires the “Save Menu State” option to be checked in order to work.

    \n

    See the Wordpress Plugin – jQuery Vertical Accordion Menu project page for more information, or Download Version 2.4.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:118:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-update-jquery-accordion-menu-2-4/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"2\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:113:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-update-jquery-accordion-menu-2-4/\";}s:7:\"summary\";s:888:\"\"\"

    Based on recent feedback we have decided to launch the latest update to our jQuery vertical accordion menu plugin for Wordpress. The latest version (2.4) now includes the option to auto-expand the accordion menu according to the users current page/post.

    \n

    This now greatly enhances the Wordpress accordion menu by automatically following the inherent Wordpress menu system for tracking the users … more

    \";s:12:\"atom_content\";s:2523:\"

    Based on recent feedback we have decided to launch the latest update to our jQuery vertical accordion menu plugin for Wordpress. The latest version (2.4) now includes the option to auto-expand the accordion menu according to the users current page/post.

    \n

    This now greatly enhances the Wordpress accordion menu by automatically following the inherent Wordpress menu system for tracking the users location, using the “current-menu-ancestor” CSS class to identify which sub-menus should be open. Very useful for keeping the menu in sync with users who browse to pages via other links.

    \n

    To use this new feature check the “Auto Expand Based on Current Page/Item” box in the accordion menu widget control panel. The feature requires the “Save Menu State” option to be checked in order to work.

    \n

    See the Wordpress Plugin – jQuery Vertical Accordion Menu project page for more information, or Download Version 2.4.

    \n
    \n \n
    \";}i:16;a:14:{s:5:\"title\";s:55:\"Wordpress Plugin Update – Vertical Accordion Menu 2.3\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/DYBo8CF4Ong/\";s:8:\"comments\";s:134:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-update-%e2%80%93-vertical-accordion-menu-2-3/#comments\";s:7:\"pubdate\";s:31:\"Mon, 21 Mar 2011 05:41:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:77:\"Wordpress PluginsjQueryaccordionmenunavigationpluginsupdatesverticalwordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1533\";s:11:\"description\";s:671:\"\"\"

    We have had several comments regarding problems using Cufon text with the jQuery Vertical Acccordion Menu plugin. This latest update to the plugin now allows you to use Cufon fonts with the accordion menu, starting with version 2.3.

    \n

    Update the accordion plugin via your plugin admin panel or click to download version 2.3.

    \n\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1782:\"

    We have had several comments regarding problems using Cufon text with the jQuery Vertical Acccordion Menu plugin. This latest update to the plugin now allows you to use Cufon fonts with the accordion menu, starting with version 2.3.

    \n

    Update the accordion plugin via your plugin admin panel or click to download version 2.3.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:130:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-update-%e2%80%93-vertical-accordion-menu-2-3/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:125:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-update-%e2%80%93-vertical-accordion-menu-2-3/\";}s:7:\"summary\";s:671:\"\"\"

    We have had several comments regarding problems using Cufon text with the jQuery Vertical Acccordion Menu plugin. This latest update to the plugin now allows you to use Cufon fonts with the accordion menu, starting with version 2.3.

    \n

    Update the accordion plugin via your plugin admin panel or click to download version 2.3.

    \n\";s:12:\"atom_content\";s:1782:\"

    We have had several comments regarding problems using Cufon text with the jQuery Vertical Acccordion Menu plugin. This latest update to the plugin now allows you to use Cufon fonts with the accordion menu, starting with version 2.3.

    \n

    Update the accordion plugin via your plugin admin panel or click to download version 2.3.

    \n
    \n \n
    \";}i:17;a:14:{s:5:\"title\";s:45:\"Wordpress Plugin – jQuery Slick Menu Widget\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/gRbtqtIPGp0/\";s:8:\"comments\";s:114:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-slick-menu-widget/#comments\";s:7:\"pubdate\";s:31:\"Sat, 19 Mar 2011 18:40:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:89:\"Wordpress PluginsjQueryhorizontallayoutmenunavigationpluginssliderverticalwidgetwordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1526\";s:11:\"description\";s:798:\"\"\"

    The jQuery Slick Menu plugin creates sticky, sliding menus from any custom Wordpress menu available with Wordpress 3.0. Using this plugin you can add links/menus for items that you want to highlight and always be available for your users.

    \n

    The plugin can handle multiple slick menus on each page and the location of each widget menu can be easily configured … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:8086:\"

    The jQuery Slick Menu plugin creates sticky, sliding menus from any custom Wordpress menu available with Wordpress 3.0. Using this plugin you can add links/menus for items that you want to highlight and always be available for your users.

    \n

    The plugin can handle multiple slick menus on each page and the location of each widget menu can be easily configured using a combination of the “location” and “offset” options available in each slick menu’s widget control panel.

    \n

    Download JQuery Slick Menu Widget 1.1 (2,914)

    \n

    \n

    Installation

    \n
      \n
    1. Upload the plugin through `Plugins > Add New > Upload` interface or upload `jquery-vertical-mega-menu` folder to the `/wp-content/plugins/` directory
    2. \n
    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. \n
    5. In the widgets section, select the jQuery Slick Menu widget and add to one of your widget areas
    6. \n
    7. Select one of the WP menus, set the required settings and save your widget
    8. \n
    \n

    Useage

    \n

    In order to use the slick menu plugin you will need the following:

    \n

    A Wordpress custom menu

    \n

    Either use an existing menu or set one up via the menu option in Wordpress admin.

    \n

    Widget area

    \n

    Either use an existing widget area in your Wordpress theme or create a new widget area. The location is not critical since the plugin automatically removes the menu from the widget location in the page and sets it according to the location and offset settings.

    \n

    For more information on how to add a new widget to your Wordpress theme see our follow up Wordpress tutorial – “Adding A Widget Area To Your Theme Files”.

    \n

    Create Your Slick Menu

    \n

    To create your sticky sliding menu go to the widget admin page and drag the “jQuery Slick Menu” widget to the desired widget area. Then select your custom menu from the drop down list in the widget control panel.

    \n

    Click “save” to activate the widget.

    \n

    Configuring Your Widget

    \n

    The widget has several settings, which can be used to customise your slick menu:

    \n

    Tab Text

    \n

    Enter the text that you would like to use for the jquery slick menu tab.

    \n

    Location

    \n

    This is the location of where you want the slide out menu to appear in the browser window. There are 6 different locations to choose from:

    \n
      \n
    • Top Left – menu slides down from the top of the browser window
    • \n
    • Top Right
    • \n
    • Bottom Left – menu slides up from the bottom of the browser window
    • \n
    • Bottom Right
    • \n
    • Left – menu slides out from the left of the browser window
    • \n
    • Right – menu slides out from the right of the browser window
    • \n
    \n

    See the jquery slick menu demo page for examples.

    \n

    Offset

    \n

    The number of pixels that the slick menu is positioned from the edge of the browser window – .e.g if location is “Top-Left” and offset is 50 the menu will be positioned along the top, 50 pixels from the left of the browser edge.

    \n

    Auto-Close Menu

    \n

    Check this option to automatically close any open menus when the user clicks anywhere in the browser

    \n

    Animation Speed

    \n

    The speed at which the sliding menu will open/close

    \n

    Skin

    \n

    8 different sample skins are available to either use “out of the box” or to use as examples of css for styling your own slick menu.

    \n

    Note: For the actual menu styling inside the slick box the menu will follow your theme file styles. The skins will style the slider tab and the slick box.

    \n

    FAQ

    \n
    \n

    The menu appears on the page but does not work. Why?

    \n

    One main reason for this is that the plugin adds the required jQuery code to your template footer. Make sure that your template files contain the wp_footer() function.

    \n

    Another likely cause is due to other non-functioning plugins, which may have errors and cause the plugin javascript to not load. Remove any unwanted plugins and try again. Checking with Firebug will show where these error are occuring.

    \n
    \n
    \nMany issues that can crop up with installing and using the plugin with different themes have been covered in our comments section. Please check previous comments for further information/tips.\n
    \n
    \n

    Demo jQuery Slick Menu

    \n

    http://designchemical.com/lab/demo-wordpress-jquery-slick-menu-plugin/

    \n

    Download The Plugin

    \n

    Download JQuery Slick Menu Widget 1.1 (2,914)

    \n

    \n

    If you find this plugin useful please rate it at wordpress.org.

    \n

    If you liked the slick menu widget you may also like our Floating Menu Plugin – create floating, sticky tabs with slide out menus.

    \n

    \nIf you have any problems, suggestions on how we can make the plugin better or would like help creating a new skin for the slick menu let us know via comments, email or our online contact form.

    \n
    \n
    \n\n\n\n\n\n
    \n

    All of our Wordpress and Jquery plugins are created and supported for free. However … we are always happy to receive any donations if you do find the plugins useful!

    \n
    \n
    \n
    \n

    Screenshots

    \n

    \"\"

    \n

    Widget in edit mode

    \n

    \"\"

    \n

    Widget Options For Locations of Slick Menu Tab

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:110:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-slick-menu-widget/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"4\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:105:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-slick-menu-widget/\";}s:7:\"summary\";s:798:\"\"\"

    The jQuery Slick Menu plugin creates sticky, sliding menus from any custom Wordpress menu available with Wordpress 3.0. Using this plugin you can add links/menus for items that you want to highlight and always be available for your users.

    \n

    The plugin can handle multiple slick menus on each page and the location of each widget menu can be easily configured … more

    \";s:12:\"atom_content\";s:8086:\"

    The jQuery Slick Menu plugin creates sticky, sliding menus from any custom Wordpress menu available with Wordpress 3.0. Using this plugin you can add links/menus for items that you want to highlight and always be available for your users.

    \n

    The plugin can handle multiple slick menus on each page and the location of each widget menu can be easily configured using a combination of the “location” and “offset” options available in each slick menu’s widget control panel.

    \n

    Download JQuery Slick Menu Widget 1.1 (2,914)

    \n

    \n

    Installation

    \n
      \n
    1. Upload the plugin through `Plugins > Add New > Upload` interface or upload `jquery-vertical-mega-menu` folder to the `/wp-content/plugins/` directory
    2. \n
    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. \n
    5. In the widgets section, select the jQuery Slick Menu widget and add to one of your widget areas
    6. \n
    7. Select one of the WP menus, set the required settings and save your widget
    8. \n
    \n

    Useage

    \n

    In order to use the slick menu plugin you will need the following:

    \n

    A Wordpress custom menu

    \n

    Either use an existing menu or set one up via the menu option in Wordpress admin.

    \n

    Widget area

    \n

    Either use an existing widget area in your Wordpress theme or create a new widget area. The location is not critical since the plugin automatically removes the menu from the widget location in the page and sets it according to the location and offset settings.

    \n

    For more information on how to add a new widget to your Wordpress theme see our follow up Wordpress tutorial – “Adding A Widget Area To Your Theme Files”.

    \n

    Create Your Slick Menu

    \n

    To create your sticky sliding menu go to the widget admin page and drag the “jQuery Slick Menu” widget to the desired widget area. Then select your custom menu from the drop down list in the widget control panel.

    \n

    Click “save” to activate the widget.

    \n

    Configuring Your Widget

    \n

    The widget has several settings, which can be used to customise your slick menu:

    \n

    Tab Text

    \n

    Enter the text that you would like to use for the jquery slick menu tab.

    \n

    Location

    \n

    This is the location of where you want the slide out menu to appear in the browser window. There are 6 different locations to choose from:

    \n
      \n
    • Top Left – menu slides down from the top of the browser window
    • \n
    • Top Right
    • \n
    • Bottom Left – menu slides up from the bottom of the browser window
    • \n
    • Bottom Right
    • \n
    • Left – menu slides out from the left of the browser window
    • \n
    • Right – menu slides out from the right of the browser window
    • \n
    \n

    See the jquery slick menu demo page for examples.

    \n

    Offset

    \n

    The number of pixels that the slick menu is positioned from the edge of the browser window – .e.g if location is “Top-Left” and offset is 50 the menu will be positioned along the top, 50 pixels from the left of the browser edge.

    \n

    Auto-Close Menu

    \n

    Check this option to automatically close any open menus when the user clicks anywhere in the browser

    \n

    Animation Speed

    \n

    The speed at which the sliding menu will open/close

    \n

    Skin

    \n

    8 different sample skins are available to either use “out of the box” or to use as examples of css for styling your own slick menu.

    \n

    Note: For the actual menu styling inside the slick box the menu will follow your theme file styles. The skins will style the slider tab and the slick box.

    \n

    FAQ

    \n
    \n

    The menu appears on the page but does not work. Why?

    \n

    One main reason for this is that the plugin adds the required jQuery code to your template footer. Make sure that your template files contain the wp_footer() function.

    \n

    Another likely cause is due to other non-functioning plugins, which may have errors and cause the plugin javascript to not load. Remove any unwanted plugins and try again. Checking with Firebug will show where these error are occuring.

    \n
    \n
    \nMany issues that can crop up with installing and using the plugin with different themes have been covered in our comments section. Please check previous comments for further information/tips.\n
    \n
    \n

    Demo jQuery Slick Menu

    \n

    http://designchemical.com/lab/demo-wordpress-jquery-slick-menu-plugin/

    \n

    Download The Plugin

    \n

    Download JQuery Slick Menu Widget 1.1 (2,914)

    \n

    \n

    If you find this plugin useful please rate it at wordpress.org.

    \n

    If you liked the slick menu widget you may also like our Floating Menu Plugin – create floating, sticky tabs with slide out menus.

    \n

    \nIf you have any problems, suggestions on how we can make the plugin better or would like help creating a new skin for the slick menu let us know via comments, email or our online contact form.

    \n
    \n
    \n\n\n\n\n\n
    \n

    All of our Wordpress and Jquery plugins are created and supported for free. However … we are always happy to receive any donations if you do find the plugins useful!

    \n
    \n
    \n
    \n

    Screenshots

    \n

    \"\"

    \n

    Widget in edit mode

    \n

    \"\"

    \n

    Widget Options For Locations of Slick Menu Tab

    \n
    \n \n
    \";}i:18;a:14:{s:5:\"title\";s:66:\"Wordpress Tutorial – Current & Parent Menu Items In Custom Menus\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/0DftD6zsWY0/\";s:8:\"comments\";s:130:\"http://www.designchemical.com/blog/index.php/wordpress-tips/wordpress-tutorial-current-parent-menu-items-in-custom-menus/#comments\";s:7:\"pubdate\";s:31:\"Thu, 17 Mar 2011 16:56:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:67:\"TutorialsWordpress TipsCSSHTMLlayoutmenunavigationtutorialwordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1512\";s:11:\"description\";s:828:\"\"Menu

    With the custom Wordpress menus available with Wordpress 3.0 there are inherent systems that allow us to identify which is the current menu item and it’s parent links. Unfortunately these aren’t very obvious and going through the source code to pick them out can be a nightmare.

    \n

    Today we are going to highlight a few of these classes and demonstrate … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:5536:\"

    With the custom Wordpress menus available with Wordpress 3.0 there are inherent systems that allow us to identify which is the current menu item and it’s parent links. Unfortunately these aren’t very obvious and going through the source code to pick them out can be a nightmare.

    \n

    Today we are going to highlight a few of these classes and demonstrate how they can be used to create a simple but effective menu system using only CSS. The same principles can then be applied to your own menus/themes to add custom styling to active menu items or parent links.

    \n

    For the demonstration we will create a simple 2-tier horizontal menu. The 2nd level sub-menus are only visible when the user browses to the parent menu page.

    \n

    View Demo Menu

    \n

    The Menu Structure

    \n

    In the Wordpress custom menu admin panel our menu structure looks like this:

    \n

    \"Menu

    \n

    Very simple – 3 main menu items – 2 with sub-menus.

    \n

    Basic Menu CSS

    \n

    The 2 important CSS classes that the Wordpress menu system uses are:

    \n
      \n
    • current_menu_item – used to identify the link representing the current page
    • \n
    • current-menu-parent – the class given to the parent li tag of the current_menu_item
    • \n
    \n

    We are going to incorporate the above 2 classes into our menu styling so that the current menu item is styled to visually indicate that this is the active page. We are also going to use the current_menu_parent class to change the display status of the sub-menu so that the child links will be visible.

    \n

    The following shows the complete CSS used to create the demo menu. The comments in the style sheet highlight the key rules in creating the menu structure and how it functions.

    \n
    \n.menu {\nfont: normal 13px Arial, sans-serif;\nbackground: url(../images/bg_blue_demo.png) repeat-x 0 -80px;\nwidth: 100%;\nheight: 40px;\nborder-left: 1px solid #304B73;\nposition: relative; /* Required for positioning of sub-menus */\n}\n.menu li ul {\ndisplay: none;  /* Required to hide menu when inactive */\nposition: absolute;  /* Position the menu below and to the far left */\ntop: 40px;\nleft: 0;\n}\n/* This is the rule that displays sub-menus when a parent link is clicked */\n.menu li.current-menu-parent ul, .menu li.current-menu-item ul {\ndisplay: block;\n}\n.menu li {\nfloat: left;\nmargin: 0;\npadding: 0;\nfont-weight: bold;\n}\n.menu li a {\nfloat: left;\ndisplay: block;\ncolor: #fff;\nbackground: url(../images/bg_blue_demo.png) repeat-x 100% 0;\npadding: 12px 25px;\ntext-decoration: none;\n}\n.menu li a:hover {\nbackground-position: 100% -160px;\ncolor: #fff;\n}\n/* Styling for current parent item */\n.menu li.current-menu-item a, .menu li.current-menu-parent a{\nbackground-position: 100% -40px;\ncolor: #000;\n}\n/* Styling for sub-menus */\n.menu li ul {\nwidth: 904px;\nbackground: url(../images/bg_blue_demo.png) repeat-x 0 -120px;\nborder: 1px solid #999;\nborder-top: none;\n}\n.menu li ul li {\npadding: 6px 0;\n}\n.menu li.current-menu-item ul li a, .menu li.current-menu-parent ul li a {\nbackground: url(../images/bg_bdr.png) repeat-y right center;\ncolor: #666666;\npadding: 6px 35px;\n}\n.menu li ul li a:hover {\ncolor: #000;\n}\n/* Styling for current page sub-menu links */\n.menu li.current-menu-parent ul li.current-menu-item a, .menu li.current-menu-parent ul li.current-menu-item a:hover {\ncolor: #990000;\n}\n
    \n

    Although there are several other CSS classes used by the Wordpress custom menus the above 2 are probably the easiest to use and apply to your own menu. Although at first it may appear a little confusing fortunately the system is fairly logical.

    \n

    Using these classes to add visual indicators for current page and parent links improves the useability and makes navigating your site much less confusing for your users.

    \n

    View Demo Menu

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:126:\"http://www.designchemical.com/blog/index.php/wordpress-tips/wordpress-tutorial-current-parent-menu-items-in-custom-menus/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"12\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:121:\"http://www.designchemical.com/blog/index.php/wordpress-tips/wordpress-tutorial-current-parent-menu-items-in-custom-menus/\";}s:7:\"summary\";s:828:\"\"Menu

    With the custom Wordpress menus available with Wordpress 3.0 there are inherent systems that allow us to identify which is the current menu item and it’s parent links. Unfortunately these aren’t very obvious and going through the source code to pick them out can be a nightmare.

    \n

    Today we are going to highlight a few of these classes and demonstrate … more

    \";s:12:\"atom_content\";s:5536:\"

    With the custom Wordpress menus available with Wordpress 3.0 there are inherent systems that allow us to identify which is the current menu item and it’s parent links. Unfortunately these aren’t very obvious and going through the source code to pick them out can be a nightmare.

    \n

    Today we are going to highlight a few of these classes and demonstrate how they can be used to create a simple but effective menu system using only CSS. The same principles can then be applied to your own menus/themes to add custom styling to active menu items or parent links.

    \n

    For the demonstration we will create a simple 2-tier horizontal menu. The 2nd level sub-menus are only visible when the user browses to the parent menu page.

    \n

    View Demo Menu

    \n

    The Menu Structure

    \n

    In the Wordpress custom menu admin panel our menu structure looks like this:

    \n

    \"Menu

    \n

    Very simple – 3 main menu items – 2 with sub-menus.

    \n

    Basic Menu CSS

    \n

    The 2 important CSS classes that the Wordpress menu system uses are:

    \n
      \n
    • current_menu_item – used to identify the link representing the current page
    • \n
    • current-menu-parent – the class given to the parent li tag of the current_menu_item
    • \n
    \n

    We are going to incorporate the above 2 classes into our menu styling so that the current menu item is styled to visually indicate that this is the active page. We are also going to use the current_menu_parent class to change the display status of the sub-menu so that the child links will be visible.

    \n

    The following shows the complete CSS used to create the demo menu. The comments in the style sheet highlight the key rules in creating the menu structure and how it functions.

    \n
    \n.menu {\nfont: normal 13px Arial, sans-serif;\nbackground: url(../images/bg_blue_demo.png) repeat-x 0 -80px;\nwidth: 100%;\nheight: 40px;\nborder-left: 1px solid #304B73;\nposition: relative; /* Required for positioning of sub-menus */\n}\n.menu li ul {\ndisplay: none;  /* Required to hide menu when inactive */\nposition: absolute;  /* Position the menu below and to the far left */\ntop: 40px;\nleft: 0;\n}\n/* This is the rule that displays sub-menus when a parent link is clicked */\n.menu li.current-menu-parent ul, .menu li.current-menu-item ul {\ndisplay: block;\n}\n.menu li {\nfloat: left;\nmargin: 0;\npadding: 0;\nfont-weight: bold;\n}\n.menu li a {\nfloat: left;\ndisplay: block;\ncolor: #fff;\nbackground: url(../images/bg_blue_demo.png) repeat-x 100% 0;\npadding: 12px 25px;\ntext-decoration: none;\n}\n.menu li a:hover {\nbackground-position: 100% -160px;\ncolor: #fff;\n}\n/* Styling for current parent item */\n.menu li.current-menu-item a, .menu li.current-menu-parent a{\nbackground-position: 100% -40px;\ncolor: #000;\n}\n/* Styling for sub-menus */\n.menu li ul {\nwidth: 904px;\nbackground: url(../images/bg_blue_demo.png) repeat-x 0 -120px;\nborder: 1px solid #999;\nborder-top: none;\n}\n.menu li ul li {\npadding: 6px 0;\n}\n.menu li.current-menu-item ul li a, .menu li.current-menu-parent ul li a {\nbackground: url(../images/bg_bdr.png) repeat-y right center;\ncolor: #666666;\npadding: 6px 35px;\n}\n.menu li ul li a:hover {\ncolor: #000;\n}\n/* Styling for current page sub-menu links */\n.menu li.current-menu-parent ul li.current-menu-item a, .menu li.current-menu-parent ul li.current-menu-item a:hover {\ncolor: #990000;\n}\n
    \n

    Although there are several other CSS classes used by the Wordpress custom menus the above 2 are probably the easiest to use and apply to your own menu. Although at first it may appear a little confusing fortunately the system is fairly logical.

    \n

    Using these classes to add visual indicators for current page and parent links improves the useability and makes navigating your site much less confusing for your users.

    \n

    View Demo Menu

    \n
    \n \n
    \";}i:19;a:14:{s:5:\"title\";s:51:\"Wordpress Plugin Update – Vertical Accordion Menu\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/QmRWuy8_Qds/\";s:8:\"comments\";s:120:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-update-vertical-accordion-menu/#comments\";s:7:\"pubdate\";s:31:\"Wed, 16 Mar 2011 09:58:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:69:\"Wordpress PluginsaccordionjQuerymenunavigationpluginsupdateswordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1508\";s:11:\"description\";s:860:\"\"\"

    The latest update to the jQuery Vertical Accordion Menu plugin for Wordpress now offers the option of adding a count of the number of links under each parent menu item.

    \n

    For multi-level menus this offers improved useability and provides a visual indication of the options available to the user.

    \n

    To enable this option just check the “Show Count” box in … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:2045:\"

    The latest update to the jQuery Vertical Accordion Menu plugin for Wordpress now offers the option of adding a count of the number of links under each parent menu item.

    \n

    For multi-level menus this offers improved useability and provides a visual indication of the options available to the user.

    \n

    To enable this option just check the “Show Count” box in the widget control panel.

    \n

    Check out the plugin page for more information.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:116:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-update-vertical-accordion-menu/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"3\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:111:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-update-vertical-accordion-menu/\";}s:7:\"summary\";s:860:\"\"\"

    The latest update to the jQuery Vertical Accordion Menu plugin for Wordpress now offers the option of adding a count of the number of links under each parent menu item.

    \n

    For multi-level menus this offers improved useability and provides a visual indication of the options available to the user.

    \n

    To enable this option just check the “Show Count” box in … more

    \";s:12:\"atom_content\";s:2045:\"

    The latest update to the jQuery Vertical Accordion Menu plugin for Wordpress now offers the option of adding a count of the number of links under each parent menu item.

    \n

    For multi-level menus this offers improved useability and provides a visual indication of the options available to the user.

    \n

    To enable this option just check the “Show Count” box in the widget control panel.

    \n

    Check out the plugin page for more information.

    \n
    \n \n
    \";}i:20;a:14:{s:5:\"title\";s:38:\"Live Text Search Function Using jQuery\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/LkkdSA8tAkw/\";s:8:\"comments\";s:100:\"http://www.designchemical.com/blog/index.php/jquery/live-text-search-function-using-jquery/#comments\";s:7:\"pubdate\";s:31:\"Mon, 14 Mar 2011 12:34:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:50:\"TutorialsWebsite CodingjQueryformsfunctiontutorial\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1495\";s:11:\"description\";s:772:\"\"\"

    Today we are going to look at using jQuery to create a “live search” feature for your website. With just a few lines of code and a single text input box you can add a text filter to any site content.

    \n

    For the tutorial we will create a search feature for our blog comments, although the same function can easily … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:4375:\"

    Today we are going to look at using jQuery to create a “live search” feature for your website. With just a few lines of code and a single text input box you can add a text filter to any site content.

    \n

    For the tutorial we will create a search feature for our blog comments, although the same function can easily be applied to any elements by changing the selector.

    \n

    The Search Box HTML

    \n

    To capture the search text all we need is a simple input text field. To make the feature a little more exciting we are also going to show the number of results underneath the text input. For this we need to add a div tag with the ID – “filter-count”

    \n
    \n<form id="live-search" action="" class="styled" method="post">\n    <fieldset>\n        <input type="text" class="text-input" id="filter" value="" />\n        <span id="filter-count"></span>\n    </fieldset>\n</form>\n
    \n

    Give the input field a unique ID since we will need this to capture the users text.

    \n

    The Comments List

    \n

    Our comments list is structured using an ordered list – e.g.

    \n
    \n<ol class="commentlist">\n  <li>Comment #1</li>\n  <li>Comment #2</li>\n</ol>\n
    \n

    The jQuery Code

    \n

    The jQuery for this feature is relatively easy and all we are doing is basically getting the input text value, checking this against our list of comments and hiding those that do not contain the text phrase. The count of the number of positive results is then displayed in our “filter-count” span tag.

    \n

    Since this is a “live” search we will use the “keyup” event to initiate the function – the filtered comment list will therefore update with each character entered.

    \n
    \n$(document).ready(function(){\n	$("#filter").keyup(function(){\n\n		// Retrieve the input field text and reset the count to zero\n		var filter = $(this).val(), count = 0;\n\n		// Loop through the comment list\n		$(".commentlist li").each(function(){\n\n			// If the list item does not contain the text phrase fade it out\n			if ($(this).text().search(new RegExp(filter, "i")) < 0) {\n				$(this).fadeOut();\n\n			// Show the list item if the phrase matches and increase the count by 1\n			} else {\n				$(this).show();\n				count++;\n			}\n		});\n\n		// Update the count\n		var numberItems = count;\n		$("#filter-count").text("Number of Comments = "+count);\n	});\n});\n
    \n

    This jQuery live search can be applied to any elements by changing the “.commentlist li” selector.

    \n

    View jQuery Demo

    \n

    The live text search is also used on all of our blog comments.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:96:\"http://www.designchemical.com/blog/index.php/jquery/live-text-search-function-using-jquery/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"3\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:91:\"http://www.designchemical.com/blog/index.php/jquery/live-text-search-function-using-jquery/\";}s:7:\"summary\";s:772:\"\"\"

    Today we are going to look at using jQuery to create a “live search” feature for your website. With just a few lines of code and a single text input box you can add a text filter to any site content.

    \n

    For the tutorial we will create a search feature for our blog comments, although the same function can easily … more

    \";s:12:\"atom_content\";s:4375:\"

    Today we are going to look at using jQuery to create a “live search” feature for your website. With just a few lines of code and a single text input box you can add a text filter to any site content.

    \n

    For the tutorial we will create a search feature for our blog comments, although the same function can easily be applied to any elements by changing the selector.

    \n

    The Search Box HTML

    \n

    To capture the search text all we need is a simple input text field. To make the feature a little more exciting we are also going to show the number of results underneath the text input. For this we need to add a div tag with the ID – “filter-count”

    \n
    \n<form id="live-search" action="" class="styled" method="post">\n    <fieldset>\n        <input type="text" class="text-input" id="filter" value="" />\n        <span id="filter-count"></span>\n    </fieldset>\n</form>\n
    \n

    Give the input field a unique ID since we will need this to capture the users text.

    \n

    The Comments List

    \n

    Our comments list is structured using an ordered list – e.g.

    \n
    \n<ol class="commentlist">\n  <li>Comment #1</li>\n  <li>Comment #2</li>\n</ol>\n
    \n

    The jQuery Code

    \n

    The jQuery for this feature is relatively easy and all we are doing is basically getting the input text value, checking this against our list of comments and hiding those that do not contain the text phrase. The count of the number of positive results is then displayed in our “filter-count” span tag.

    \n

    Since this is a “live” search we will use the “keyup” event to initiate the function – the filtered comment list will therefore update with each character entered.

    \n
    \n$(document).ready(function(){\n	$("#filter").keyup(function(){\n\n		// Retrieve the input field text and reset the count to zero\n		var filter = $(this).val(), count = 0;\n\n		// Loop through the comment list\n		$(".commentlist li").each(function(){\n\n			// If the list item does not contain the text phrase fade it out\n			if ($(this).text().search(new RegExp(filter, "i")) < 0) {\n				$(this).fadeOut();\n\n			// Show the list item if the phrase matches and increase the count by 1\n			} else {\n				$(this).show();\n				count++;\n			}\n		});\n\n		// Update the count\n		var numberItems = count;\n		$("#filter-count").text("Number of Comments = "+count);\n	});\n});\n
    \n

    This jQuery live search can be applied to any elements by changing the “.commentlist li” selector.

    \n

    View jQuery Demo

    \n

    The live text search is also used on all of our blog comments.

    \n
    \n \n
    \";}i:21;a:14:{s:5:\"title\";s:62:\"Wordpress Tutorial – Create Your own Custom Mega Menu Styles\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/jJ7k0hJxCUY/\";s:8:\"comments\";s:123:\"http://www.designchemical.com/blog/index.php/tutorials/wordpress-tutorial-create-your-own-custom-mega-menu-styles/#comments\";s:7:\"pubdate\";s:31:\"Sun, 13 Mar 2011 00:48:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:127:\"TutorialsWordpress PluginsWordpress TipsjQuery PluginsCSShorizontaljQuerylayoutmega menusmenunavigationpluginstutorialwordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1464\";s:11:\"description\";s:916:\"\"Custom

    \"Custom

    \n

    In today’s tutorial we are going to go through how to create your own CSS file for the Wordpress Mega drop down menu plugin and with just a few additional CSS styles, fully customise your navigation to create more exciting and unique menus.

    \n

    The objective of the tutorial will be to create a complete set of CSS rules … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:18195:\"

    \"Custom

    \n

    In today’s tutorial we are going to go through how to create your own CSS file for the Wordpress Mega drop down menu plugin and with just a few additional CSS styles, fully customise your navigation to create more exciting and unique menus.

    \n

    The objective of the tutorial will be to create a complete set of CSS rules for the mega menu that will display a drop down menu box showing 6 categories of cars, each with 4 links. In each category we are going to customise the menu by adding a background image of each type of car.

    \n

    See final menu demo.

    \n

    The tutorial assumes that you already have the jQuery mega drop down menu plugin installed, have a general understanding of CSS and that you understand how to create the custom menu structure in Wordpress admin.

    \n

    Mega Menu Basics

    \n

    Both Wordpress and the jquery plugin that creates the Wordpress mega menu add some additional CSS IDs/classes to your menu’s standard HTML structure that can be used to customise the menu layout and design.

    \n

    Due to the mega menu’s unique layout there are several parts that we need to consider when putting our design together:

    \n
      \n
    • The main “top-level” menu
    • \n
    • The drop down mega menu section
    • \n
    • The sub-menus – headers and links
    • \n
    • Styling for menu items with only 2 levels – i.e. “non-mega” sub-menus
    • \n
    \n

    Setting Up Your Style Sheet

    \n

    All mega menus created by this plugin are wrapped in div tags, which have the css class “dcjq-mega-menu” and the menu itself, which is created by the Wordpress custom menu system is given the class “menu”.

    \n

    Using these 2 CSS identifiers we can create the style rules, which can be added to our theme style sheet.

    \n

    If you have more than one menu on your site and want specific control over each of the menu’s stlying you can change the “dcjq-mega-menu” to use the widget’s ID instead.

    \n

    1. The Main Menu

    \n

    There are a few CSS rules, which are essential in order to make the mega menu work as designed. These are highlighted in the CSS code below with additional comments.

    \n

    The main menu area covers the visible navigation bar and includes all of the top level menu items. Styling this is fairly straightforward and requires css rules for the menu background, the default menu state and the hover state. For both states we will use a single CSS sprite and just change the background image position.

    \n
    \n/* Reset code to remove theme inherent styling for unordered lists */\n\n.dcjq-mega-menu ul.menu ul, .dcjq-mega-menu ul.menu li {\nlist-style: none;\npadding: 0;\nmargin: 0;\n}\n\n.dcjq-mega-menu ul.menu ul {\ndisplay: none; /* Hides non-mega links */\n}\n\n.dcjq-mega-menu ul.menu .sub ul {\ndisplay: block; /* overrides above hide for mega menus */\n}\n\n/* Main menu styles */\n\n.dcjq-mega-menu ul.menu {\nbackground: #222 url(images/bg_black.png) repeat-x 0 -80px;\nwidth: 100%;\nheight: 40px;\nborder-right: 1px solid #1B1B1B;\nborder-left: 1px solid #1B1B1B;\nposition: relative; /* Important - required for positioning of mega menu */\nfont: normal 13px Arial, sans-serif;\nline-height: 16px;\n}\n\n.dcjq-mega-menu ul.menu li {\nfloat: left;\nfont-weight: bold;\n}\n\n.dcjq-mega-menu ul.menu li a {\nfloat: left;\ndisplay: block;\npadding: 12px 25px;\nbackground: url(images/bg_black.png) repeat-x 100% 0;\ncolor: #fff;\ntext-shadow: 1px 1px 1px #000;\ntext-decoration: none;\n}\n\n.dcjq-mega-menu ul.menu li.mega-hover a, .dcjq-mega-menu ul.menu li a:hover {\nbackground-position: 100% -40px;\ncolor: #000;\ntext-shadow: none;\n}\n
    \n

    One additional item that the plugin adds is a span tag to all main menu links that have sub-menus. This additional tag allows us to add a custom arrow or bullet icon to the menu item, which highlights to the user which links have more options.

    \n

    jQuery also adds a class of “mega-hover” when the mouse is over the main menu link – this can be used to change the arrow background image to “active”.

    \n
    \n/* Arrow tag for parent links */\n\n.dcjq-mega-menu ul.menu li a.dc-mega {\npadding-right: 38px; /* Additional padding for arrow */\nposition: relative; /* Required for arrow positioning */\n}\n\n.dcjq-mega-menu ul.menu li a .dc-mega-icon {\ndisplay: block;\nposition: absolute;\ntop: 18px;\nright: 15px;\nwidth: 8px;\nheight: 6px;\nbackground: url(images/arrow.png) no-repeat 0 0;\n}\n\n.dcjq-mega-menu ul.menu li.mega-hover a .dc-mega-icon {\nbackground-position: 0 100%;\n}\n
    \n

    2. Creating the mega drop down

    \n

    To create the mega drop down layout the plugin uses several tags/css classes to control the positioning of the sub-menus:

    \n

    Mega Menu Container – Each group of sub-menus are wrapped in a div tag, which is given the class “sub-container”. The only important rule for this tags is – “position: absolute”.

    \n

    The container allows more advanced styling to be used for the drop down such as the drop-shadow background used in this example.

    \n

    Mega Menu Rows – Based on the number of menu items per row, which is set in the widget control panel, the plugin wraps the sub-menus in div tags, which are given the class “row”. We can clear the sub-menu floats by applying the width: 100%; overflow: hidden rule to these div tags.

    \n

    For this layout no additional styling is required for the row tags, but again these provide another way of adding more advanced styling to your menu.

    \n

    \n
    \n/* Mega Menu Styling */\n/* Mega Drop Down Container */\n\n.dcjq-mega-menu ul.menu li .sub-container {\nposition: absolute; /* Required */\nbackground: url(../../images/bg_sub_left.png) no-repeat 0 100%;\npadding-left: 10px;\nmargin-left: -3px;\n}\n\n.dcjq-mega-menu ul.menu li .sub {\nbackground: url(images/bg_sub.png) no-repeat 100% 100%;\npadding: 20px 20px 20px 10px;\n}\n\n.dcjq-mega-menu ul.menu li .sub-container.mega .sub {\npadding: 20px 10px 0 0;\n}\n\n/* Mega Menu Rows */\n\n.dcjq-mega-menu ul.menu li .sub .row { /* Clear the sub-menu floats */\nwidth: 100%;\noverflow: hidden;\nclear: both;\n}\n\n.dcjq-mega-menu ul.menu li .sub li {\nfloat: none;\nfont-size: 1em;\nfont-weight: bold;\n}\n
    \n

    3. Styling the sub-menus

    \n

    The 2nd level menu items are what the plugin uses to create the sub-menu headers. “Float” and “width” must be set for these elements in order to structure the mega menu correctly. For our layout we are going to border each sub-menu and add a slight gradient background to the header text.

    \n
    \n/* Sub-menu Headers */\n\n.dcjq-mega-menu ul.menu li .sub li.mega-hdr { /* Sub-menu headers - i.e. 2nd level navigation */\nfloat: left; /* Float the sub-menus and give them a fixed width to from the mega menu rows */\nwidth: 260px;\nmargin: 0 10px 20px 10px;\nborder: 1px solid #ccc;\n}\n\n.dcjq-mega-menu ul.menu li .sub a { /* Clear the styles from the top-level links and set the font styles */\nbackground: none;\nborder: none;\ntext-shadow: none;\ncolor: #111;\npadding: 7px 10px;\ndisplay: block;\nfloat: none;\ntext-decoration: none;\nfont-size: 0.9em;\n}\n\n.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a {\npadding: 7px 10px;\nmargin-bottom: 5px;\nborder-bottom: 1px solid #ccc;\ntext-transform: uppercase;\nfont-weight: bold;\ncolor: #000;\nbackground: #EAEAEA url(images/bg_hdr.png) repeat-x center center;\n}\n\n.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a:hover {\ncolor: #000;\ntext-shadow: none;\n}\n
    \n

    Now that we have the layout formatted we can add the individual images, which will make our menu more unique.

    \n

    To do this we simply add background images to each of the 2nd level li tags – in our CSS rules above we have already set the width of the items to 260px, which allows us to add a 120px wide background image and leave enough room for the links.

    \n

    Wordpress automatically adds ID’s to each of the custom menu tags, which will usually be formatted as menu-item-1, menu-item-2, menu-item-3, etc depending on how many menus you have set up for your site. These are different for each site so you need to check the source code of your page to get the correct IDs

    \n
    \n/* Add the individual sub-menu backgrounds */\n\n.dcjq-mega-menu ul.menu li .sub li#menu-item-1 {\nbackground: url(images/bg_coupe.jpg) no-repeat 135px 40px;\n}\n\n.dcjq-mega-menu ul.menu li .sub li#menu-item-2 {\nbackground: url(images/bg_sedan.jpg) no-repeat 135px 40px;\n}\n\n.dcjq-mega-menu ul.menu li .sub li#menu-item-3 {\nbackground: url(images/bg_convert.jpg) no-repeat 135px 40px;\n}\n\n.dcjq-mega-menu ul.menu li .sub li#menu-item-4 {\nbackground: url(images/bg_suv.jpg) no-repeat 135px 40px;\n}\n\n.dcjq-mega-menu ul.menu li .sub li#menu-item-5 {\nbackground: url(images/bg_pickup.jpg) no-repeat 135px 40px;\n}\n\n.dcjq-mega-menu ul.menu li .sub li#menu-item-6 {\nbackground: url(images/bg_sports.jpg) no-repeat 135px 40px;\n}\n
    \n

    4. Styling the sub-menu links

    \n

    To complete the mega menu we can finish off the design by styling the sub-menu links using a custom bullet image and add a “”margin-right” to these list items to prevent them overlapping the background images:

    \n
    \n/* Style the 3rd level links */\n\n.dcjq-mega-menu ul.menu li .sub li ul li {\nmargin-right: 90px;\n}\n.dcjq-mega-menu ul.menu .sub li.mega-hdr li a {\ncolor: #444;\nfont-weight: normal;\npadding: 3px 0 3px 25px;\nbackground: url(images/bullet.png) no-repeat 10px 8px;\n}\n\n.dcjq-mega-menu ul.menu .sub li.mega-hdr li a:hover {\ncolor: #990000;\nbackground-image: url(images/bullet_on.png);\n}\n
    \n

    5. Style non-mega dropdowns

    \n

    The last thing we need to do is add a few CSS rules to style main menu items that only have one sub-level and therefore dont get styled using the mega menu css rules.

    \n

    The plugin adds the class “non-mega” to the container wrapping the 2nd level items and this can be used to differentiate between the 2 types of drop down menu.

    \n
    \n\n/* Styling for items with only 2 levels */\n\n.dcjq-mega-menu ul.menu li .sub-container.non-mega .sub {\npadding: 20px 20px 20px 10px;\n}\n\n.dcjq-mega-menu ul.menu li .sub-container.non-mega li {\nwidth: 190px; /* Set the drop down width */\n}\n\n.dcjq-mega-menu ul.menu li .sub-container.non-mega li a {\npadding: 7px 5px 7px 22px;\nbackground: url(images/bullet.png) no-repeat 5px 12px;\n}\n\n.dcjq-mega-menu ul.menu li .sub-container.non-mega li a:hover {\ncolor: #990000;\nbackground-image: url(images/bullet_on.png);\n}\n
    \n

    That’s basically all that is required to create a more advanced layout for your mega menus.

    \n

    Add the menu css rules to your theme style sheet and the necessary images to the theme images folder – make sure that you set the paths to any background images based on where you store your files – in our example we store the images in a folder called “images”, which is in the same sub-directory of the stlye sheet file.

    \n

    If using a custom style sheet for your mega menu set the “skin” option in the widget control panel to “No Theme” – this will remove any of the sample skins from your website page.

    \n

    The Complete CSS

    \n
    \n/* Reset code to remove theme inherent styling */\n.dcjq-mega-menu ul.menu ul, .dcjq-mega-menu ul.menu li {\nlist-style: none;\npadding: 0;\nmargin: 0;\n}\n.dcjq-mega-menu ul.menu ul {\ndisplay: none; /* Hides non-mega links */\n}\n.dcjq-mega-menu ul.menu .sub ul {\ndisplay: block; /* overrides above hide */\n}\n\n/* Main menu styles */\n.dcjq-mega-menu ul.menu {\nbackground: #222 url(images/bg_black.png) repeat-x 0 -80px;\nwidth: 100%;\nheight: 40px;\nborder-right: 1px solid #1B1B1B;\nborder-left: 1px solid #1B1B1B;\nposition: relative; /* Important - required for positioning of mega menu */\nfont: normal 13px Arial, sans-serif;\nline-height: 16px;\n}\n.dcjq-mega-menu ul.menu li {\nfloat: left;\nfont-weight: bold;\n}\n.dcjq-mega-menu ul.menu li a {\nfloat: left;\ndisplay: block;\npadding: 12px 25px;\nbackground: url(images/bg_black.png) repeat-x 100% 0;\ncolor: #fff;\ntext-shadow: 1px 1px 1px #000;\ntext-decoration: none;\n}\n.dcjq-mega-menu ul.menu li.mega-hover a, .dcjq-mega-menu ul.menu li a:hover {\nbackground-position: 100% -40px;\ncolor: #000;\ntext-shadow: none;\n}\n\n/* Arrow tag for parent links */\n.dcjq-mega-menu ul.menu li a.dc-mega {\npadding-right: 38px; /* Additional padding for arrow */\nposition: relative; /* Required for arrow positioning */\n}\n.dcjq-mega-menu ul.menu li a .dc-mega-icon {\ndisplay: block;\nposition: absolute;\ntop: 18px;\nright: 15px;\nwidth: 8px;\nheight: 6px;\nbackground: url(images/arrow.png) no-repeat 0 0;\n}\n.dcjq-mega-menu ul.menu li.mega-hover a .dc-mega-icon {\nbackground-position: 0 100%;\n}\n\n/* Mega Menu Styling */\n/* Mega Drop Down Container */\n.dcjq-mega-menu ul.menu li .sub-container {\nposition: absolute; /* Required */\nbackground: url(images/bg_sub_left.png) no-repeat 0 100%;\npadding-left: 10px;\nmargin-left: -3px;\n}\n.dcjq-mega-menu ul.menu li .sub {\nbackground: url(images/bg_sub.png) no-repeat 100% 100%;\npadding: 20px 20px 20px 10px;\n}\n.dcjq-mega-menu ul.menu li .sub-container.mega .sub {\npadding: 20px 10px 0 0;\n}\n.dcjq-mega-menu ul.menu li .sub .row { /* Clear the sub-menu floats */\nwidth: 100%;\noverflow: hidden;\nclear: both;\n}\n.dcjq-mega-menu ul.menu li .sub li {\nfloat: none;\nfont-size: 1em;\nfont-weight: bold;\n}\n/* Sub-menu Headers */\n.dcjq-mega-menu ul.menu li .sub li.mega-hdr { /* Sub-menu headers - i.e. 2nd level navigation */\nfloat: left; /* Float the sub-menus and give them a fixed width to from the mega menu rows */\nwidth: 260px;\nmargin: 0 10px 20px 10px;\nborder: 1px solid #ccc;\n}\n.dcjq-mega-menu ul.menu li .sub a { /* Clear the styles from the top-level links and set the font styles */\nbackground: none;\nborder: none;\ntext-shadow: none;\ncolor: #111;\npadding: 7px 10px;\ndisplay: block;\nfloat: none;\ntext-decoration: none;\nfont-size: 0.9em;\n}\n.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a {\npadding: 7px 10px;\nmargin-bottom: 5px;\nborder-bottom: 1px solid #ccc;\ntext-transform: uppercase;\nfont-weight: bold;\ncolor: #000;\nbackground: #EAEAEA url(images/bg_hdr.png) repeat-x center center;\n}\n.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a:hover {\ncolor: #000;\ntext-shadow: none;\n}\n\n/* Add the individual sub-menu backgrounds */\n.dcjq-mega-menu ul.menu li .sub li#menu-item-1 {\nbackground: url(images/bg_coupe.jpg) no-repeat 135px 40px;\n}\n.dcjq-mega-menu ul.menu li .sub li#menu-item-2 {\nbackground: url(images/bg_sedan.jpg) no-repeat 135px 40px;\n}\n.dcjq-mega-menu ul.menu li .sub li#menu-item-3 {\nbackground: url(images/bg_convert.jpg) no-repeat 135px 40px;\n}\n.dcjq-mega-menu ul.menu li .sub li#menu-item-4 {\nbackground: url(images/bg_suv.jpg) no-repeat 135px 40px;\n}\n.dcjq-mega-menu ul.menu li .sub li#menu-item-5 {\nbackground: url(images/bg_pickup.jpg) no-repeat 135px 40px;\n}\n.dcjq-mega-menu ul.menu li .sub li#menu-item-6 {\nbackground: url(images/bg_sports.jpg) no-repeat 135px 40px;\n}\n\n/* Style the 3rd level links */\n.dcjq-mega-menu ul.menu li .sub li ul li {\nmargin-right: 90px;\n}\n.dcjq-mega-menu ul.menu .sub li.mega-hdr li a {\ncolor: #444;\nfont-weight: normal;\npadding: 3px 0 3px 25px;\nbackground: url(images/bullet.png) no-repeat 10px 8px;\n}\n.dcjq-mega-menu ul.menu .sub li.mega-hdr li a:hover {\ncolor: #990000;\nbackground-image: url(images/bullet_on.png);\n}\n\n/* Styling for items with only 2 levels */\n.dcjq-mega-menu ul.menu li .sub-container.non-mega .sub {\npadding: 20px 20px 20px 10px;\n}\n.dcjq-mega-menu ul.menu li .sub-container.non-mega li {\nwidth: 190px; /* Set the drop down width */\n}\n.dcjq-mega-menu ul.menu li .sub-container.non-mega li a {\npadding: 7px 5px 7px 22px;\nbackground: url(images/bullet.png) no-repeat 5px 12px;\n}\n.dcjq-mega-menu ul.menu li .sub-container.non-mega li a:hover {\ncolor: #990000;\nbackground-image: url(images/bullet_on.png);\n}\n
    \n

    See custom mega menu demo.

    \n

    Download

    \n

    Download a complete working copy of the menu, including background images and style sheet – http://www.designchemical.com/lab/jquery/demo/download/custom_mega_menu_styles.zip

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:119:\"http://www.designchemical.com/blog/index.php/tutorials/wordpress-tutorial-create-your-own-custom-mega-menu-styles/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"32\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:114:\"http://www.designchemical.com/blog/index.php/tutorials/wordpress-tutorial-create-your-own-custom-mega-menu-styles/\";}s:7:\"summary\";s:916:\"\"Custom

    \"Custom

    \n

    In today’s tutorial we are going to go through how to create your own CSS file for the Wordpress Mega drop down menu plugin and with just a few additional CSS styles, fully customise your navigation to create more exciting and unique menus.

    \n

    The objective of the tutorial will be to create a complete set of CSS rules … more

    \";s:12:\"atom_content\";s:18195:\"

    \"Custom

    \n

    In today’s tutorial we are going to go through how to create your own CSS file for the Wordpress Mega drop down menu plugin and with just a few additional CSS styles, fully customise your navigation to create more exciting and unique menus.

    \n

    The objective of the tutorial will be to create a complete set of CSS rules for the mega menu that will display a drop down menu box showing 6 categories of cars, each with 4 links. In each category we are going to customise the menu by adding a background image of each type of car.

    \n

    See final menu demo.

    \n

    The tutorial assumes that you already have the jQuery mega drop down menu plugin installed, have a general understanding of CSS and that you understand how to create the custom menu structure in Wordpress admin.

    \n

    Mega Menu Basics

    \n

    Both Wordpress and the jquery plugin that creates the Wordpress mega menu add some additional CSS IDs/classes to your menu’s standard HTML structure that can be used to customise the menu layout and design.

    \n

    Due to the mega menu’s unique layout there are several parts that we need to consider when putting our design together:

    \n
      \n
    • The main “top-level” menu
    • \n
    • The drop down mega menu section
    • \n
    • The sub-menus – headers and links
    • \n
    • Styling for menu items with only 2 levels – i.e. “non-mega” sub-menus
    • \n
    \n

    Setting Up Your Style Sheet

    \n

    All mega menus created by this plugin are wrapped in div tags, which have the css class “dcjq-mega-menu” and the menu itself, which is created by the Wordpress custom menu system is given the class “menu”.

    \n

    Using these 2 CSS identifiers we can create the style rules, which can be added to our theme style sheet.

    \n

    If you have more than one menu on your site and want specific control over each of the menu’s stlying you can change the “dcjq-mega-menu” to use the widget’s ID instead.

    \n

    1. The Main Menu

    \n

    There are a few CSS rules, which are essential in order to make the mega menu work as designed. These are highlighted in the CSS code below with additional comments.

    \n

    The main menu area covers the visible navigation bar and includes all of the top level menu items. Styling this is fairly straightforward and requires css rules for the menu background, the default menu state and the hover state. For both states we will use a single CSS sprite and just change the background image position.

    \n
    \n/* Reset code to remove theme inherent styling for unordered lists */\n\n.dcjq-mega-menu ul.menu ul, .dcjq-mega-menu ul.menu li {\nlist-style: none;\npadding: 0;\nmargin: 0;\n}\n\n.dcjq-mega-menu ul.menu ul {\ndisplay: none; /* Hides non-mega links */\n}\n\n.dcjq-mega-menu ul.menu .sub ul {\ndisplay: block; /* overrides above hide for mega menus */\n}\n\n/* Main menu styles */\n\n.dcjq-mega-menu ul.menu {\nbackground: #222 url(images/bg_black.png) repeat-x 0 -80px;\nwidth: 100%;\nheight: 40px;\nborder-right: 1px solid #1B1B1B;\nborder-left: 1px solid #1B1B1B;\nposition: relative; /* Important - required for positioning of mega menu */\nfont: normal 13px Arial, sans-serif;\nline-height: 16px;\n}\n\n.dcjq-mega-menu ul.menu li {\nfloat: left;\nfont-weight: bold;\n}\n\n.dcjq-mega-menu ul.menu li a {\nfloat: left;\ndisplay: block;\npadding: 12px 25px;\nbackground: url(images/bg_black.png) repeat-x 100% 0;\ncolor: #fff;\ntext-shadow: 1px 1px 1px #000;\ntext-decoration: none;\n}\n\n.dcjq-mega-menu ul.menu li.mega-hover a, .dcjq-mega-menu ul.menu li a:hover {\nbackground-position: 100% -40px;\ncolor: #000;\ntext-shadow: none;\n}\n
    \n

    One additional item that the plugin adds is a span tag to all main menu links that have sub-menus. This additional tag allows us to add a custom arrow or bullet icon to the menu item, which highlights to the user which links have more options.

    \n

    jQuery also adds a class of “mega-hover” when the mouse is over the main menu link – this can be used to change the arrow background image to “active”.

    \n
    \n/* Arrow tag for parent links */\n\n.dcjq-mega-menu ul.menu li a.dc-mega {\npadding-right: 38px; /* Additional padding for arrow */\nposition: relative; /* Required for arrow positioning */\n}\n\n.dcjq-mega-menu ul.menu li a .dc-mega-icon {\ndisplay: block;\nposition: absolute;\ntop: 18px;\nright: 15px;\nwidth: 8px;\nheight: 6px;\nbackground: url(images/arrow.png) no-repeat 0 0;\n}\n\n.dcjq-mega-menu ul.menu li.mega-hover a .dc-mega-icon {\nbackground-position: 0 100%;\n}\n
    \n

    2. Creating the mega drop down

    \n

    To create the mega drop down layout the plugin uses several tags/css classes to control the positioning of the sub-menus:

    \n

    Mega Menu Container – Each group of sub-menus are wrapped in a div tag, which is given the class “sub-container”. The only important rule for this tags is – “position: absolute”.

    \n

    The container allows more advanced styling to be used for the drop down such as the drop-shadow background used in this example.

    \n

    Mega Menu Rows – Based on the number of menu items per row, which is set in the widget control panel, the plugin wraps the sub-menus in div tags, which are given the class “row”. We can clear the sub-menu floats by applying the width: 100%; overflow: hidden rule to these div tags.

    \n

    For this layout no additional styling is required for the row tags, but again these provide another way of adding more advanced styling to your menu.

    \n

    \n
    \n/* Mega Menu Styling */\n/* Mega Drop Down Container */\n\n.dcjq-mega-menu ul.menu li .sub-container {\nposition: absolute; /* Required */\nbackground: url(../../images/bg_sub_left.png) no-repeat 0 100%;\npadding-left: 10px;\nmargin-left: -3px;\n}\n\n.dcjq-mega-menu ul.menu li .sub {\nbackground: url(images/bg_sub.png) no-repeat 100% 100%;\npadding: 20px 20px 20px 10px;\n}\n\n.dcjq-mega-menu ul.menu li .sub-container.mega .sub {\npadding: 20px 10px 0 0;\n}\n\n/* Mega Menu Rows */\n\n.dcjq-mega-menu ul.menu li .sub .row { /* Clear the sub-menu floats */\nwidth: 100%;\noverflow: hidden;\nclear: both;\n}\n\n.dcjq-mega-menu ul.menu li .sub li {\nfloat: none;\nfont-size: 1em;\nfont-weight: bold;\n}\n
    \n

    3. Styling the sub-menus

    \n

    The 2nd level menu items are what the plugin uses to create the sub-menu headers. “Float” and “width” must be set for these elements in order to structure the mega menu correctly. For our layout we are going to border each sub-menu and add a slight gradient background to the header text.

    \n
    \n/* Sub-menu Headers */\n\n.dcjq-mega-menu ul.menu li .sub li.mega-hdr { /* Sub-menu headers - i.e. 2nd level navigation */\nfloat: left; /* Float the sub-menus and give them a fixed width to from the mega menu rows */\nwidth: 260px;\nmargin: 0 10px 20px 10px;\nborder: 1px solid #ccc;\n}\n\n.dcjq-mega-menu ul.menu li .sub a { /* Clear the styles from the top-level links and set the font styles */\nbackground: none;\nborder: none;\ntext-shadow: none;\ncolor: #111;\npadding: 7px 10px;\ndisplay: block;\nfloat: none;\ntext-decoration: none;\nfont-size: 0.9em;\n}\n\n.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a {\npadding: 7px 10px;\nmargin-bottom: 5px;\nborder-bottom: 1px solid #ccc;\ntext-transform: uppercase;\nfont-weight: bold;\ncolor: #000;\nbackground: #EAEAEA url(images/bg_hdr.png) repeat-x center center;\n}\n\n.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a:hover {\ncolor: #000;\ntext-shadow: none;\n}\n
    \n

    Now that we have the layout formatted we can add the individual images, which will make our menu more unique.

    \n

    To do this we simply add background images to each of the 2nd level li tags – in our CSS rules above we have already set the width of the items to 260px, which allows us to add a 120px wide background image and leave enough room for the links.

    \n

    Wordpress automatically adds ID’s to each of the custom menu tags, which will usually be formatted as menu-item-1, menu-item-2, menu-item-3, etc depending on how many menus you have set up for your site. These are different for each site so you need to check the source code of your page to get the correct IDs

    \n
    \n/* Add the individual sub-menu backgrounds */\n\n.dcjq-mega-menu ul.menu li .sub li#menu-item-1 {\nbackground: url(images/bg_coupe.jpg) no-repeat 135px 40px;\n}\n\n.dcjq-mega-menu ul.menu li .sub li#menu-item-2 {\nbackground: url(images/bg_sedan.jpg) no-repeat 135px 40px;\n}\n\n.dcjq-mega-menu ul.menu li .sub li#menu-item-3 {\nbackground: url(images/bg_convert.jpg) no-repeat 135px 40px;\n}\n\n.dcjq-mega-menu ul.menu li .sub li#menu-item-4 {\nbackground: url(images/bg_suv.jpg) no-repeat 135px 40px;\n}\n\n.dcjq-mega-menu ul.menu li .sub li#menu-item-5 {\nbackground: url(images/bg_pickup.jpg) no-repeat 135px 40px;\n}\n\n.dcjq-mega-menu ul.menu li .sub li#menu-item-6 {\nbackground: url(images/bg_sports.jpg) no-repeat 135px 40px;\n}\n
    \n

    4. Styling the sub-menu links

    \n

    To complete the mega menu we can finish off the design by styling the sub-menu links using a custom bullet image and add a “”margin-right” to these list items to prevent them overlapping the background images:

    \n
    \n/* Style the 3rd level links */\n\n.dcjq-mega-menu ul.menu li .sub li ul li {\nmargin-right: 90px;\n}\n.dcjq-mega-menu ul.menu .sub li.mega-hdr li a {\ncolor: #444;\nfont-weight: normal;\npadding: 3px 0 3px 25px;\nbackground: url(images/bullet.png) no-repeat 10px 8px;\n}\n\n.dcjq-mega-menu ul.menu .sub li.mega-hdr li a:hover {\ncolor: #990000;\nbackground-image: url(images/bullet_on.png);\n}\n
    \n

    5. Style non-mega dropdowns

    \n

    The last thing we need to do is add a few CSS rules to style main menu items that only have one sub-level and therefore dont get styled using the mega menu css rules.

    \n

    The plugin adds the class “non-mega” to the container wrapping the 2nd level items and this can be used to differentiate between the 2 types of drop down menu.

    \n
    \n\n/* Styling for items with only 2 levels */\n\n.dcjq-mega-menu ul.menu li .sub-container.non-mega .sub {\npadding: 20px 20px 20px 10px;\n}\n\n.dcjq-mega-menu ul.menu li .sub-container.non-mega li {\nwidth: 190px; /* Set the drop down width */\n}\n\n.dcjq-mega-menu ul.menu li .sub-container.non-mega li a {\npadding: 7px 5px 7px 22px;\nbackground: url(images/bullet.png) no-repeat 5px 12px;\n}\n\n.dcjq-mega-menu ul.menu li .sub-container.non-mega li a:hover {\ncolor: #990000;\nbackground-image: url(images/bullet_on.png);\n}\n
    \n

    That’s basically all that is required to create a more advanced layout for your mega menus.

    \n

    Add the menu css rules to your theme style sheet and the necessary images to the theme images folder – make sure that you set the paths to any background images based on where you store your files – in our example we store the images in a folder called “images”, which is in the same sub-directory of the stlye sheet file.

    \n

    If using a custom style sheet for your mega menu set the “skin” option in the widget control panel to “No Theme” – this will remove any of the sample skins from your website page.

    \n

    The Complete CSS

    \n
    \n/* Reset code to remove theme inherent styling */\n.dcjq-mega-menu ul.menu ul, .dcjq-mega-menu ul.menu li {\nlist-style: none;\npadding: 0;\nmargin: 0;\n}\n.dcjq-mega-menu ul.menu ul {\ndisplay: none; /* Hides non-mega links */\n}\n.dcjq-mega-menu ul.menu .sub ul {\ndisplay: block; /* overrides above hide */\n}\n\n/* Main menu styles */\n.dcjq-mega-menu ul.menu {\nbackground: #222 url(images/bg_black.png) repeat-x 0 -80px;\nwidth: 100%;\nheight: 40px;\nborder-right: 1px solid #1B1B1B;\nborder-left: 1px solid #1B1B1B;\nposition: relative; /* Important - required for positioning of mega menu */\nfont: normal 13px Arial, sans-serif;\nline-height: 16px;\n}\n.dcjq-mega-menu ul.menu li {\nfloat: left;\nfont-weight: bold;\n}\n.dcjq-mega-menu ul.menu li a {\nfloat: left;\ndisplay: block;\npadding: 12px 25px;\nbackground: url(images/bg_black.png) repeat-x 100% 0;\ncolor: #fff;\ntext-shadow: 1px 1px 1px #000;\ntext-decoration: none;\n}\n.dcjq-mega-menu ul.menu li.mega-hover a, .dcjq-mega-menu ul.menu li a:hover {\nbackground-position: 100% -40px;\ncolor: #000;\ntext-shadow: none;\n}\n\n/* Arrow tag for parent links */\n.dcjq-mega-menu ul.menu li a.dc-mega {\npadding-right: 38px; /* Additional padding for arrow */\nposition: relative; /* Required for arrow positioning */\n}\n.dcjq-mega-menu ul.menu li a .dc-mega-icon {\ndisplay: block;\nposition: absolute;\ntop: 18px;\nright: 15px;\nwidth: 8px;\nheight: 6px;\nbackground: url(images/arrow.png) no-repeat 0 0;\n}\n.dcjq-mega-menu ul.menu li.mega-hover a .dc-mega-icon {\nbackground-position: 0 100%;\n}\n\n/* Mega Menu Styling */\n/* Mega Drop Down Container */\n.dcjq-mega-menu ul.menu li .sub-container {\nposition: absolute; /* Required */\nbackground: url(images/bg_sub_left.png) no-repeat 0 100%;\npadding-left: 10px;\nmargin-left: -3px;\n}\n.dcjq-mega-menu ul.menu li .sub {\nbackground: url(images/bg_sub.png) no-repeat 100% 100%;\npadding: 20px 20px 20px 10px;\n}\n.dcjq-mega-menu ul.menu li .sub-container.mega .sub {\npadding: 20px 10px 0 0;\n}\n.dcjq-mega-menu ul.menu li .sub .row { /* Clear the sub-menu floats */\nwidth: 100%;\noverflow: hidden;\nclear: both;\n}\n.dcjq-mega-menu ul.menu li .sub li {\nfloat: none;\nfont-size: 1em;\nfont-weight: bold;\n}\n/* Sub-menu Headers */\n.dcjq-mega-menu ul.menu li .sub li.mega-hdr { /* Sub-menu headers - i.e. 2nd level navigation */\nfloat: left; /* Float the sub-menus and give them a fixed width to from the mega menu rows */\nwidth: 260px;\nmargin: 0 10px 20px 10px;\nborder: 1px solid #ccc;\n}\n.dcjq-mega-menu ul.menu li .sub a { /* Clear the styles from the top-level links and set the font styles */\nbackground: none;\nborder: none;\ntext-shadow: none;\ncolor: #111;\npadding: 7px 10px;\ndisplay: block;\nfloat: none;\ntext-decoration: none;\nfont-size: 0.9em;\n}\n.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a {\npadding: 7px 10px;\nmargin-bottom: 5px;\nborder-bottom: 1px solid #ccc;\ntext-transform: uppercase;\nfont-weight: bold;\ncolor: #000;\nbackground: #EAEAEA url(images/bg_hdr.png) repeat-x center center;\n}\n.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a:hover {\ncolor: #000;\ntext-shadow: none;\n}\n\n/* Add the individual sub-menu backgrounds */\n.dcjq-mega-menu ul.menu li .sub li#menu-item-1 {\nbackground: url(images/bg_coupe.jpg) no-repeat 135px 40px;\n}\n.dcjq-mega-menu ul.menu li .sub li#menu-item-2 {\nbackground: url(images/bg_sedan.jpg) no-repeat 135px 40px;\n}\n.dcjq-mega-menu ul.menu li .sub li#menu-item-3 {\nbackground: url(images/bg_convert.jpg) no-repeat 135px 40px;\n}\n.dcjq-mega-menu ul.menu li .sub li#menu-item-4 {\nbackground: url(images/bg_suv.jpg) no-repeat 135px 40px;\n}\n.dcjq-mega-menu ul.menu li .sub li#menu-item-5 {\nbackground: url(images/bg_pickup.jpg) no-repeat 135px 40px;\n}\n.dcjq-mega-menu ul.menu li .sub li#menu-item-6 {\nbackground: url(images/bg_sports.jpg) no-repeat 135px 40px;\n}\n\n/* Style the 3rd level links */\n.dcjq-mega-menu ul.menu li .sub li ul li {\nmargin-right: 90px;\n}\n.dcjq-mega-menu ul.menu .sub li.mega-hdr li a {\ncolor: #444;\nfont-weight: normal;\npadding: 3px 0 3px 25px;\nbackground: url(images/bullet.png) no-repeat 10px 8px;\n}\n.dcjq-mega-menu ul.menu .sub li.mega-hdr li a:hover {\ncolor: #990000;\nbackground-image: url(images/bullet_on.png);\n}\n\n/* Styling for items with only 2 levels */\n.dcjq-mega-menu ul.menu li .sub-container.non-mega .sub {\npadding: 20px 20px 20px 10px;\n}\n.dcjq-mega-menu ul.menu li .sub-container.non-mega li {\nwidth: 190px; /* Set the drop down width */\n}\n.dcjq-mega-menu ul.menu li .sub-container.non-mega li a {\npadding: 7px 5px 7px 22px;\nbackground: url(images/bullet.png) no-repeat 5px 12px;\n}\n.dcjq-mega-menu ul.menu li .sub-container.non-mega li a:hover {\ncolor: #990000;\nbackground-image: url(images/bullet_on.png);\n}\n
    \n

    See custom mega menu demo.

    \n

    Download

    \n

    Download a complete working copy of the menu, including background images and style sheet – http://www.designchemical.com/lab/jquery/demo/download/custom_mega_menu_styles.zip

    \n
    \n \n
    \";}i:22;a:14:{s:5:\"title\";s:55:\"Choosing a Vertical Menu Wordpress Plugin For Your Site\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/mjNdR5qCBxc/\";s:8:\"comments\";s:128:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/choosing-a-vertical-menu-wordpress-plugin-for-your-site/#comments\";s:7:\"pubdate\";s:31:\"Thu, 10 Mar 2011 20:24:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:112:\"Web Design TipsWordpress PluginsWordpress Tipsdrill downjQuerymega menusnavigationpluginsverticalwidgetwordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1421\";s:11:\"description\";s:838:\"\"\"

    With all of the different types of vertical menu Wordpress plugins out there it can sometimes be confusing as to what is the best option for your own Wordpress site.

    \n

    Today we review the 3 vertical menu plugins available on this site and summarise which one to use for each situation.

    \nThe Vertical Menu Options\n
      \n
    • jQuery Vertical Accordion

    more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:9447:\"

    With all of the different types of vertical menu Wordpress plugins out there it can sometimes be confusing as to what is the best option for your own Wordpress site.

    \n

    Today we review the 3 vertical menu plugins available on this site and summarise which one to use for each situation.

    \n

    The Vertical Menu Options

    \n\n

    When considering a menu type the main thing to take into account is the number of levels of the menu. Here we are looking at menus that have more than one level. You then need to consider whether the information in each sub-level is related or can be treat separately – i.e. are there advantages for the user if all menu options for each main menu link are displayed at the same time or is it important that you actually keep them separate.

    \n

    1. The Vertical Accordion Menu

    \n

    The accordion menu allows users to click on a menu link and have the sub-menu options slide out underneath. It is very popular since it offers a fairly compact, easy to navigate system and the sliding effect gives a good visible cue for the user to know that further options are available.

    \n

    Setting the menu so that only one main link can be open at any one time keeps the focus on the users current opton. Using CSS we can also add further styling to help indicate which is the current active menu item.

    \n

    \"\"

    \n

    Basic 2 level Accordion Menu

    \n

    Pros:

    \n

    Perfect for menus containing only 2 levels of navigation, where the sub-menus are easily recognisable. For a basic menu structure it offers a great way to effectively display your navigation in your web page side bar and offers a nice alternative to the standard flyout menus.

    \n

    The accordion menu will also degrade gracefully to a standard nested HTML list in the event that the user has javascript disabled and is easily styled using CSS.

    \n

    Cons:

    \n

    \n

    For menus that have multiple levels it becomes harder to track which are parent links and which are the sub-menus for each parent. Even using more advanced CSS styling there is a limit to the number of levels you can effectively display without confusing the user.

    \n

    Recommendation

    \n

    Use for basic sidebar navigation that has parent links with one level of child links.

    \n

    See the Wordpress Vertical Accordion Menu Plugin page for more information and examples.

    \n

    2. The Vertical Mega Menu

    \n

    The vertical mega menu creates a single “flyout” style container for each parent link, which contains all of the sub menus for that section. This allows the user to see all available options and therefore compare what link to click with other sub-menus.

    \n

    These are very popular with online stores, where you want to display a lot of product information yet still keep some kind of categorisation for the products.

    \n

    In terms of useability they are excellent since it only requires the user to activate the menu once to see all options. The larger area for the menu also makes it less tricky to navigate compared to multi-level flyout menus, which can sometimes test the users mouse skills.

    \n

    \"\"

    \n

    3 level Mega Menu Showing All Product Categories/Links

    \n

    Pros:

    \n

    Excellent for displaying large groups of related links where the user will benefit from having the ability to view all options at the same time – perfect for online stores. Good useability and less awkward than multi-level flyout menus.

    \n

    With only one parent link its fairly easy to style the menu to give visual clues as to which is the current active menu option.

    \n

    Cons:

    \n

    Large area and will inevitably block the main page content. Also requires javascript combined with fairly advanced CSS to create the mega menu effect. This style of menu is basically useless for only 2 levels of navigation.

    \n

    Recommendation

    \n

    For navigation using related categories and minimum 3 levels.

    \n

    See the Wordpress Vertical Mega Menu Widget Plugin for more information and examples.

    \n

    3. The Drill Down Menu – iPod Stlye Menu

    \n

    Still relatively new, the drill down style menu offers an interesting and more fun method for users to navigate your links.

    \n

    Following the iPod style, users can drill down multiple levels of the menu, selecting various options to ultimately arrive at a very defined and specific list of available links.

    \n

    \"\"

    \n

    Drill Down Menu With Breadcrumb Navigation Showing Previous Options

    \n

    Pros:

    \n

    Perfect for navigation systems where you need to guide the user down specific options to ultimately offer exact links according to their needs and where different categories actually need to be kept separate.

    \n

    This is great for products that have various components where the items selected are critical to the final product. Also very good for structures such as web directories, where you can add value to the user by allowing them to be more specific about their needs.

    \n

    Due to their design and the way they operate they are very compact, occupy a fixed size in your sidebar and considering how they effectively manage large, complicated menu structures you cant beat it for size – obviously why Apple chose this style for the iPod!

    \n

    Cons:

    \n

    A lot of effort/clicks required by the user – it is therefore important that the drill down concept needs to actually add value to the users experience.

    \n

    More complicated to backtrack and the menu style makes it difficult/impossible to compare across categories.

    \n

    As with the vertical mega menu this also requires javascript to create the ipod effect, although CSS styling is fairly straightforward.

    \n

    Not particularly useful with less than 3 levels of navigation or for standard page navigation.

    \n

    Recommendation

    \n

    For navigating unrelated categories/sub-categories of minimum 3 levels or where you need to guide the user to a specific menu option based on their previous choices.

    \n

    Perfect for selling multi-component style products or navigation systems with a complicated heirarchy, where showing all available options would actually confuse the user.

    \n

    Go to the Wordpress Drill Down iPod Menu Plugin page to see drill down menu demos and more information.

    \n

    Summary

    \n

    The most important thing to keep in mind at all times, as well as selecting a menu plugin that looks good on your site, is that the method of navigation actually adds value to the users experience. If it doesnt add value, try alternatives and if it actually makes it more diffcult – you have the wrong plugin!

    \n

    One advantage to all 3 plugins is that they all work from exactly the same HTML structure and you can try out the same custom Wordpress menu with each different menu style and test which one works best for your Wordpress site.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:124:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/choosing-a-vertical-menu-wordpress-plugin-for-your-site/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:119:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/choosing-a-vertical-menu-wordpress-plugin-for-your-site/\";}s:7:\"summary\";s:838:\"\"\"

    With all of the different types of vertical menu Wordpress plugins out there it can sometimes be confusing as to what is the best option for your own Wordpress site.

    \n

    Today we review the 3 vertical menu plugins available on this site and summarise which one to use for each situation.

    \nThe Vertical Menu Options\n
      \n
    • jQuery Vertical Accordion

    more

    \";s:12:\"atom_content\";s:9447:\"

    With all of the different types of vertical menu Wordpress plugins out there it can sometimes be confusing as to what is the best option for your own Wordpress site.

    \n

    Today we review the 3 vertical menu plugins available on this site and summarise which one to use for each situation.

    \n

    The Vertical Menu Options

    \n\n

    When considering a menu type the main thing to take into account is the number of levels of the menu. Here we are looking at menus that have more than one level. You then need to consider whether the information in each sub-level is related or can be treat separately – i.e. are there advantages for the user if all menu options for each main menu link are displayed at the same time or is it important that you actually keep them separate.

    \n

    1. The Vertical Accordion Menu

    \n

    The accordion menu allows users to click on a menu link and have the sub-menu options slide out underneath. It is very popular since it offers a fairly compact, easy to navigate system and the sliding effect gives a good visible cue for the user to know that further options are available.

    \n

    Setting the menu so that only one main link can be open at any one time keeps the focus on the users current opton. Using CSS we can also add further styling to help indicate which is the current active menu item.

    \n

    \"\"

    \n

    Basic 2 level Accordion Menu

    \n

    Pros:

    \n

    Perfect for menus containing only 2 levels of navigation, where the sub-menus are easily recognisable. For a basic menu structure it offers a great way to effectively display your navigation in your web page side bar and offers a nice alternative to the standard flyout menus.

    \n

    The accordion menu will also degrade gracefully to a standard nested HTML list in the event that the user has javascript disabled and is easily styled using CSS.

    \n

    Cons:

    \n

    \n

    For menus that have multiple levels it becomes harder to track which are parent links and which are the sub-menus for each parent. Even using more advanced CSS styling there is a limit to the number of levels you can effectively display without confusing the user.

    \n

    Recommendation

    \n

    Use for basic sidebar navigation that has parent links with one level of child links.

    \n

    See the Wordpress Vertical Accordion Menu Plugin page for more information and examples.

    \n

    2. The Vertical Mega Menu

    \n

    The vertical mega menu creates a single “flyout” style container for each parent link, which contains all of the sub menus for that section. This allows the user to see all available options and therefore compare what link to click with other sub-menus.

    \n

    These are very popular with online stores, where you want to display a lot of product information yet still keep some kind of categorisation for the products.

    \n

    In terms of useability they are excellent since it only requires the user to activate the menu once to see all options. The larger area for the menu also makes it less tricky to navigate compared to multi-level flyout menus, which can sometimes test the users mouse skills.

    \n

    \"\"

    \n

    3 level Mega Menu Showing All Product Categories/Links

    \n

    Pros:

    \n

    Excellent for displaying large groups of related links where the user will benefit from having the ability to view all options at the same time – perfect for online stores. Good useability and less awkward than multi-level flyout menus.

    \n

    With only one parent link its fairly easy to style the menu to give visual clues as to which is the current active menu option.

    \n

    Cons:

    \n

    Large area and will inevitably block the main page content. Also requires javascript combined with fairly advanced CSS to create the mega menu effect. This style of menu is basically useless for only 2 levels of navigation.

    \n

    Recommendation

    \n

    For navigation using related categories and minimum 3 levels.

    \n

    See the Wordpress Vertical Mega Menu Widget Plugin for more information and examples.

    \n

    3. The Drill Down Menu – iPod Stlye Menu

    \n

    Still relatively new, the drill down style menu offers an interesting and more fun method for users to navigate your links.

    \n

    Following the iPod style, users can drill down multiple levels of the menu, selecting various options to ultimately arrive at a very defined and specific list of available links.

    \n

    \"\"

    \n

    Drill Down Menu With Breadcrumb Navigation Showing Previous Options

    \n

    Pros:

    \n

    Perfect for navigation systems where you need to guide the user down specific options to ultimately offer exact links according to their needs and where different categories actually need to be kept separate.

    \n

    This is great for products that have various components where the items selected are critical to the final product. Also very good for structures such as web directories, where you can add value to the user by allowing them to be more specific about their needs.

    \n

    Due to their design and the way they operate they are very compact, occupy a fixed size in your sidebar and considering how they effectively manage large, complicated menu structures you cant beat it for size – obviously why Apple chose this style for the iPod!

    \n

    Cons:

    \n

    A lot of effort/clicks required by the user – it is therefore important that the drill down concept needs to actually add value to the users experience.

    \n

    More complicated to backtrack and the menu style makes it difficult/impossible to compare across categories.

    \n

    As with the vertical mega menu this also requires javascript to create the ipod effect, although CSS styling is fairly straightforward.

    \n

    Not particularly useful with less than 3 levels of navigation or for standard page navigation.

    \n

    Recommendation

    \n

    For navigating unrelated categories/sub-categories of minimum 3 levels or where you need to guide the user to a specific menu option based on their previous choices.

    \n

    Perfect for selling multi-component style products or navigation systems with a complicated heirarchy, where showing all available options would actually confuse the user.

    \n

    Go to the Wordpress Drill Down iPod Menu Plugin page to see drill down menu demos and more information.

    \n

    Summary

    \n

    The most important thing to keep in mind at all times, as well as selecting a menu plugin that looks good on your site, is that the method of navigation actually adds value to the users experience. If it doesnt add value, try alternatives and if it actually makes it more diffcult – you have the wrong plugin!

    \n

    One advantage to all 3 plugins is that they all work from exactly the same HTML structure and you can try out the same custom Wordpress menu with each different menu style and test which one works best for your Wordpress site.

    \n
    \n \n
    \";}i:23;a:14:{s:5:\"title\";s:46:\"Wordpress Plugin – jQuery Vertical Mega Menu\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/QEWLO5g6WRo/\";s:8:\"comments\";s:122:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-vertical-mega-menu-widget/#comments\";s:7:\"pubdate\";s:31:\"Thu, 10 Mar 2011 14:43:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:77:\"Wordpress PluginsjQuerymega menusmenunavigationpluginsverticalwidgetwordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1415\";s:11:\"description\";s:932:\"\"\"

    Updated 19th April 2011

    \n

    \"\"

    \n

    Mega menus are now very popular with improved useability over the standard flyout multi-level menus.

    \n

    This Wordpress plugin uses our jQuery Vertical Mega Menu plugin and allows you to very easily create vertical mega menus in your Wordpress sidebar using the standard custom menus available with Wordpress 3.0.

    \n

    The plugin can handle multiple mega menus … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:10249:\"

    Updated 19th April 2011

    \n

    \"\"

    \n

    Mega menus are now very popular with improved useability over the standard flyout multi-level menus.

    \n

    This Wordpress plugin uses our jQuery Vertical Mega Menu plugin and allows you to very easily create vertical mega menus in your Wordpress sidebar using the standard custom menus available with Wordpress 3.0.

    \n

    The plugin can handle multiple mega menus on each page and provides 3 different choices for flyout menu animation effect – No Animation (show/hide), “fade In” or “slide out”. The plugin also gives the option of selecting either left or right for the flyout menu animation direction and comes with 8 styled skins.

    \n

    For horizontal mega menus refer to – Wordpress Mega Menu Widget Plugin.

    \n

    Download JQuery Vertical Mega Menu Widget 1.3.1 (6,490)

    \n

    \n

    Installation

    \n
      \n
    1. Upload the plugin through `Plugins > Add New > Upload` interface or upload `jquery-vertical-mega-menu` folder to the `/wp-content/plugins/` directory
    2. \n
    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. \n
    5. In the widgets section, select the jQuery vertical mega menu widget and add to one of your widget areas
    6. \n
    7. Select one of the WP menus, set the required settings and save your widget
    8. \n
    \n

    Useage

    \n

    In order to use the vertical mega menu plugin you will need the following:

    \n

    A Wordpress custom menu

    \n

    Either use an existing menu or set one up via the menu option in Wordpress admin. Although the widget will work with any menu structure, for best results use 3 levels for the custom menu – see sample screenshot of custom menu structure below.

    \n

    Widget area

    \n

    Either use an existing widget area in your Wordpress theme or create a new widget area in the required location. This is a vertical menu so it needs to be located in a sidebar or column.

    \n

    For more information on how to add a new widget to your Wordpress theme see our follow up Wordpress tutorial – “Adding A Widget Area To Your Theme Files”.

    \n

    Create Your Vertical Mega Menu

    \n

    To create your vertical mega menu go to the widget admin page and drag the “jQuery Vertical Mega Menu” widget to the desired widget area. Then select your custom menu from the drop down list in the widget control panel.

    \n

    Click “save” to activate the widget.

    \n

    Configuring Your Widget

    \n

    The widget has several parameters that can be configured to help cutomise the mega menu:

    \n

    Number Items Per Row

    \n

    Select the number of sub-menu items to be shown on each row of the flyout mega menu.

    \n

    Animation Effect

    \n

    The effect used to display the flyout mega menu – options are; No Animation(i.e. show/hide), fade in or slide out. See the vertical mega menu demo page for examples.

    \n

    Animation Direction

    \n

    Choose the direction for the flyout menu – either left or right.

    \n

    Animation Speed

    \n

    The speed at which the dropdown menu will open/close

    \n

    Skin

    \n

    8 different sample skins are available to either use “out of the box” or give examples of css that can be used to style your own vertical mega menu

    \n

    FAQ

    \n
    \n

    The menu appears on the page but does not work. Why?

    \n

    One main reason for this is that the plugin adds the required jQuery code to your template footer. Make sure that your template files contain the wp_footer() function.

    \n

    Another likely cause is due to other non-functioning plugins, which may have errors and cause the plugin javascript to not load. Remove any unwanted plugins and try again. Checking with Firebug will show where these error are occuring.

    \n
    \n
    \n

    How should I structure my custom menu to get the best results?

    \n

    The widget works by taking the standard menu structure and creating the sub-menus from the nested links. To get the full effect you need to have 3 levels within the custom menu:

    \n
      \n
    1. First level is used for the main menu items
    2. \n
    3. The second level is used to create the sub-menu headings
    4. \n
    5. The 3rd level links are then grouped together under the headings to create the menu options
    6. \n
    \n

    Example – Products –> Category –> Product Ranges

    \n

    To view a screenshot of the complete menu structure used to create the demo menus – click here

    \n
    \n
    \n

    The menu appears on the page and looks correct but I cant see the flyout menu?

    \n

    Make sure that your theme does not have the side column, where your menu is located, set to overflow: hidden in the style sheet file – this will hide the flyout menu.

    \n
    \n
    \n

    How can I create my own custom CSS style sheet for the menu?

    \n

    See Wordpress Tutorial – Create Your own Custom Vertical Mega Menu for more information and sample custom CSS.

    \n
    \n
    \n

    Many issues that can crop up with installing and using the plugin with different themes have been covered in our comments section. Please check previous comments for further information/tips.

    \n
    \n
    \n

    Demo jQuery Vertical Mega Menu

    \n

    View The jQuery Vertical Mega Menu Demo

    \n

    Download The Plugin

    \n

    Download JQuery Vertical Mega Menu Widget 1.3.1 (6,490)

    \n

    \n

    If you find this plugin useful please rate it at wordpress.org.

    \n

    If you have any problems, suggestions on how we can make the plugin better or would like help creating a new skin for the vertical mega menu let us know via comments, email or our online contact form.

    \n
    \n
    \n\n\n\n\n\n
    \n

    All of our Wordpress and Jquery plugins are created and supported for free. However … we are always happy to receive any donations if you do find the plugins useful!

    \n
    \n
    \n
    \n

    Updates

    \n

    Version 1.3 – 19th Apr 2011

    \n
      \n
    • Fixed: IE Invalid Argument bug in jQuery plugin
    • \n
    \n

    Version 1.2 – 15th Apr 2011

    \n
      \n
    • Fixed: Sub menu positioning bug for bottom menu option
    • \n
    \n

    Version 1.1 – 23rd Mar 2011

    \n
      \n
    • Fixed: IE7 bug with sub-menu widths
    • \n
    \n

    Screenshots

    \n

    \"\"

    \n

    Widget in edit mode

    \n

    \"\"

    \n

    Sample custom mega menu structure – For best results use 3 levels for the custom menu

    \n

    \"\"

    \n

    Available menu skins

    \n

    \"\"

    \n

    Example of open mega menu

    \n

    For more information and tips on the best type of vertical menu plugin to use refer to – Choosing a Vertical Menu Wordpress Plugin For Your Site.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:118:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-vertical-mega-menu-widget/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"77\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:113:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-vertical-mega-menu-widget/\";}s:7:\"summary\";s:932:\"\"\"

    Updated 19th April 2011

    \n

    \"\"

    \n

    Mega menus are now very popular with improved useability over the standard flyout multi-level menus.

    \n

    This Wordpress plugin uses our jQuery Vertical Mega Menu plugin and allows you to very easily create vertical mega menus in your Wordpress sidebar using the standard custom menus available with Wordpress 3.0.

    \n

    The plugin can handle multiple mega menus … more

    \";s:12:\"atom_content\";s:10249:\"

    Updated 19th April 2011

    \n

    \"\"

    \n

    Mega menus are now very popular with improved useability over the standard flyout multi-level menus.

    \n

    This Wordpress plugin uses our jQuery Vertical Mega Menu plugin and allows you to very easily create vertical mega menus in your Wordpress sidebar using the standard custom menus available with Wordpress 3.0.

    \n

    The plugin can handle multiple mega menus on each page and provides 3 different choices for flyout menu animation effect – No Animation (show/hide), “fade In” or “slide out”. The plugin also gives the option of selecting either left or right for the flyout menu animation direction and comes with 8 styled skins.

    \n

    For horizontal mega menus refer to – Wordpress Mega Menu Widget Plugin.

    \n

    Download JQuery Vertical Mega Menu Widget 1.3.1 (6,490)

    \n

    \n

    Installation

    \n
      \n
    1. Upload the plugin through `Plugins > Add New > Upload` interface or upload `jquery-vertical-mega-menu` folder to the `/wp-content/plugins/` directory
    2. \n
    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. \n
    5. In the widgets section, select the jQuery vertical mega menu widget and add to one of your widget areas
    6. \n
    7. Select one of the WP menus, set the required settings and save your widget
    8. \n
    \n

    Useage

    \n

    In order to use the vertical mega menu plugin you will need the following:

    \n

    A Wordpress custom menu

    \n

    Either use an existing menu or set one up via the menu option in Wordpress admin. Although the widget will work with any menu structure, for best results use 3 levels for the custom menu – see sample screenshot of custom menu structure below.

    \n

    Widget area

    \n

    Either use an existing widget area in your Wordpress theme or create a new widget area in the required location. This is a vertical menu so it needs to be located in a sidebar or column.

    \n

    For more information on how to add a new widget to your Wordpress theme see our follow up Wordpress tutorial – “Adding A Widget Area To Your Theme Files”.

    \n

    Create Your Vertical Mega Menu

    \n

    To create your vertical mega menu go to the widget admin page and drag the “jQuery Vertical Mega Menu” widget to the desired widget area. Then select your custom menu from the drop down list in the widget control panel.

    \n

    Click “save” to activate the widget.

    \n

    Configuring Your Widget

    \n

    The widget has several parameters that can be configured to help cutomise the mega menu:

    \n

    Number Items Per Row

    \n

    Select the number of sub-menu items to be shown on each row of the flyout mega menu.

    \n

    Animation Effect

    \n

    The effect used to display the flyout mega menu – options are; No Animation(i.e. show/hide), fade in or slide out. See the vertical mega menu demo page for examples.

    \n

    Animation Direction

    \n

    Choose the direction for the flyout menu – either left or right.

    \n

    Animation Speed

    \n

    The speed at which the dropdown menu will open/close

    \n

    Skin

    \n

    8 different sample skins are available to either use “out of the box” or give examples of css that can be used to style your own vertical mega menu

    \n

    FAQ

    \n
    \n

    The menu appears on the page but does not work. Why?

    \n

    One main reason for this is that the plugin adds the required jQuery code to your template footer. Make sure that your template files contain the wp_footer() function.

    \n

    Another likely cause is due to other non-functioning plugins, which may have errors and cause the plugin javascript to not load. Remove any unwanted plugins and try again. Checking with Firebug will show where these error are occuring.

    \n
    \n
    \n

    How should I structure my custom menu to get the best results?

    \n

    The widget works by taking the standard menu structure and creating the sub-menus from the nested links. To get the full effect you need to have 3 levels within the custom menu:

    \n
      \n
    1. First level is used for the main menu items
    2. \n
    3. The second level is used to create the sub-menu headings
    4. \n
    5. The 3rd level links are then grouped together under the headings to create the menu options
    6. \n
    \n

    Example – Products –> Category –> Product Ranges

    \n

    To view a screenshot of the complete menu structure used to create the demo menus – click here

    \n
    \n
    \n

    The menu appears on the page and looks correct but I cant see the flyout menu?

    \n

    Make sure that your theme does not have the side column, where your menu is located, set to overflow: hidden in the style sheet file – this will hide the flyout menu.

    \n
    \n
    \n

    How can I create my own custom CSS style sheet for the menu?

    \n

    See Wordpress Tutorial – Create Your own Custom Vertical Mega Menu for more information and sample custom CSS.

    \n
    \n
    \n

    Many issues that can crop up with installing and using the plugin with different themes have been covered in our comments section. Please check previous comments for further information/tips.

    \n
    \n
    \n

    Demo jQuery Vertical Mega Menu

    \n

    View The jQuery Vertical Mega Menu Demo

    \n

    Download The Plugin

    \n

    Download JQuery Vertical Mega Menu Widget 1.3.1 (6,490)

    \n

    \n

    If you find this plugin useful please rate it at wordpress.org.

    \n

    If you have any problems, suggestions on how we can make the plugin better or would like help creating a new skin for the vertical mega menu let us know via comments, email or our online contact form.

    \n
    \n
    \n\n\n\n\n\n
    \n

    All of our Wordpress and Jquery plugins are created and supported for free. However … we are always happy to receive any donations if you do find the plugins useful!

    \n
    \n
    \n
    \n

    Updates

    \n

    Version 1.3 – 19th Apr 2011

    \n
      \n
    • Fixed: IE Invalid Argument bug in jQuery plugin
    • \n
    \n

    Version 1.2 – 15th Apr 2011

    \n
      \n
    • Fixed: Sub menu positioning bug for bottom menu option
    • \n
    \n

    Version 1.1 – 23rd Mar 2011

    \n
      \n
    • Fixed: IE7 bug with sub-menu widths
    • \n
    \n

    Screenshots

    \n

    \"\"

    \n

    Widget in edit mode

    \n

    \"\"

    \n

    Sample custom mega menu structure – For best results use 3 levels for the custom menu

    \n

    \"\"

    \n

    Available menu skins

    \n

    \"\"

    \n

    Example of open mega menu

    \n

    For more information and tips on the best type of vertical menu plugin to use refer to – Choosing a Vertical Menu Wordpress Plugin For Your Site.

    \n
    \n \n
    \";}i:24;a:14:{s:5:\"title\";s:47:\"New jQuery Plugin – Vertical Mega Menu Plugin\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/td8-uRs2Gqk/\";s:8:\"comments\";s:113:\"http://www.designchemical.com/blog/index.php/jquery-plugins/new-jquery-plugin-vertical-mega-menu-plugin/#comments\";s:7:\"pubdate\";s:31:\"Wed, 09 Mar 2011 14:10:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:73:\"Website CodingjQueryjQuery Pluginsmega menusmenunavigationpluginsvertical\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1408\";s:11:\"description\";s:821:\"\"\"

    To compliment the previous plugin for creating horizontal mega menus we have now launched the jQuery vertical mega menu plugin. This now allows you to have all of the benefits of drop down mega menus using menus in the page side columns with the mega menu flying out to the side.

    \n

    Vertical mega menus offer better useability over standard flyout … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:2489:\"

    To compliment the previous plugin for creating horizontal mega menus we have now launched the jQuery vertical mega menu plugin. This now allows you to have all of the benefits of drop down mega menus using menus in the page side columns with the mega menu flying out to the side.

    \n

    Vertical mega menus offer better useability over standard flyout style menus with multiple levels.

    \n

    Using this jQuery plugin you can create vertical mega menus from any standard nested HTML lists. The plugin includes several options, which can be configured for customising the menu:

    \n
      \n
    • Multiple menus per page
    • \n
    • 3 animation effects for displaying the flyout menu – show/hide, fade in or slide out
    • \n
    • Set speed of animation
    • \n
    • Set number of sub menus per row
    • \n
    • Set the flyout menu to display on the right or left depending on the position of the menu
    • \n
    \n

    See the jQuery vertical mega menu plugin project pages for complete instructions, demos and to download the plugin including sample code.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:109:\"http://www.designchemical.com/blog/index.php/jquery-plugins/new-jquery-plugin-vertical-mega-menu-plugin/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:104:\"http://www.designchemical.com/blog/index.php/jquery-plugins/new-jquery-plugin-vertical-mega-menu-plugin/\";}s:7:\"summary\";s:821:\"\"\"

    To compliment the previous plugin for creating horizontal mega menus we have now launched the jQuery vertical mega menu plugin. This now allows you to have all of the benefits of drop down mega menus using menus in the page side columns with the mega menu flying out to the side.

    \n

    Vertical mega menus offer better useability over standard flyout … more

    \";s:12:\"atom_content\";s:2489:\"

    To compliment the previous plugin for creating horizontal mega menus we have now launched the jQuery vertical mega menu plugin. This now allows you to have all of the benefits of drop down mega menus using menus in the page side columns with the mega menu flying out to the side.

    \n

    Vertical mega menus offer better useability over standard flyout style menus with multiple levels.

    \n

    Using this jQuery plugin you can create vertical mega menus from any standard nested HTML lists. The plugin includes several options, which can be configured for customising the menu:

    \n
      \n
    • Multiple menus per page
    • \n
    • 3 animation effects for displaying the flyout menu – show/hide, fade in or slide out
    • \n
    • Set speed of animation
    • \n
    • Set number of sub menus per row
    • \n
    • Set the flyout menu to display on the right or left depending on the position of the menu
    • \n
    \n

    See the jQuery vertical mega menu plugin project pages for complete instructions, demos and to download the plugin including sample code.

    \n
    \n \n
    \";}i:25;a:14:{s:5:\"title\";s:31:\"Get URL Parameters Using jQuery\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/AUz-kxtTT4E/\";s:8:\"comments\";s:93:\"http://www.designchemical.com/blog/index.php/jquery/get-url-parameters-using-jquery/#comments\";s:7:\"pubdate\";s:31:\"Tue, 08 Mar 2011 13:00:39 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:31:\"TutorialsjQueryfunctiontutorial\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1406\";s:11:\"description\";s:774:\"\"\"

    Todays post is a very simple, yet surprisingly useful piece of code, which will get the parameter after the ‘#’ symbol in the web page URL.

    \n

    Being able to extract the URL parameter with jQuery is obviously very useful and allows us to then use this value in our jQuery functions.

    \n

    In our demo jQuery code we are going to … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:2404:\"

    Todays post is a very simple, yet surprisingly useful piece of code, which will get the parameter after the ‘#’ symbol in the web page URL.

    \n

    Being able to extract the URL parameter with jQuery is obviously very useful and allows us to then use this value in our jQuery functions.

    \n

    In our demo jQuery code we are going to take the URL parameter, insert this value into a text block and display on the screen.

    \n

    The jQuery Code

    \n
    \n$(document).ready(function() {\n\n    //  Get the parameter value after the # symbol\n    var url=document.URL.split(\'#\')[1];\n	if(url == undefined){\n		url = \'\';\n	}\n\n    // If the parameter exists create the message and insert into our paragraph\n    if(url != \'\'){\n        var message = \'You clicked \'+url;\n        $(\'#parameter\').text(message);\n    }\n});\n
    \n

    And that’s all there is! Try out the demo to see it in action:

    \n

    View jQuery Demo

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:89:\"http://www.designchemical.com/blog/index.php/jquery/get-url-parameters-using-jquery/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:84:\"http://www.designchemical.com/blog/index.php/jquery/get-url-parameters-using-jquery/\";}s:7:\"summary\";s:774:\"\"\"

    Todays post is a very simple, yet surprisingly useful piece of code, which will get the parameter after the ‘#’ symbol in the web page URL.

    \n

    Being able to extract the URL parameter with jQuery is obviously very useful and allows us to then use this value in our jQuery functions.

    \n

    In our demo jQuery code we are going to … more

    \";s:12:\"atom_content\";s:2404:\"

    Todays post is a very simple, yet surprisingly useful piece of code, which will get the parameter after the ‘#’ symbol in the web page URL.

    \n

    Being able to extract the URL parameter with jQuery is obviously very useful and allows us to then use this value in our jQuery functions.

    \n

    In our demo jQuery code we are going to take the URL parameter, insert this value into a text block and display on the screen.

    \n

    The jQuery Code

    \n
    \n$(document).ready(function() {\n\n    //  Get the parameter value after the # symbol\n    var url=document.URL.split(\'#\')[1];\n	if(url == undefined){\n		url = \'\';\n	}\n\n    // If the parameter exists create the message and insert into our paragraph\n    if(url != \'\'){\n        var message = \'You clicked \'+url;\n        $(\'#parameter\').text(message);\n    }\n});\n
    \n

    And that’s all there is! Try out the demo to see it in action:

    \n

    View jQuery Demo

    \n
    \n \n
    \";}i:26;a:14:{s:5:\"title\";s:56:\"jQuery & Wordpress Plugin Update – Mega Drop Down Menu\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/CRcvNvQsWI0/\";s:8:\"comments\";s:123:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/jquery-wordpress-plugin-update-mega-drop-down-menu/#comments\";s:7:\"pubdate\";s:31:\"Mon, 07 Mar 2011 14:16:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:77:\"Wordpress PluginsjQuery PluginsjQuerymega menusmenunavigationpluginswordpress\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1404\";s:11:\"description\";s:619:\"\"\"

    New updates to the jQuery mega drop down plugin and the Wordpress plugin version.

    \n

    The latest update offers the choice of selecting either a “fade In” or “slide down” effect for the mega menu.

    \n

    Check out the plugin pages for more information and demos.

    \n\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1820:\"

    New updates to the jQuery mega drop down plugin and the Wordpress plugin version.

    \n

    The latest update offers the choice of selecting either a “fade In” or “slide down” effect for the mega menu.

    \n

    Check out the plugin pages for more information and demos.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:119:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/jquery-wordpress-plugin-update-mega-drop-down-menu/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"2\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:114:\"http://www.designchemical.com/blog/index.php/wordpress-plugins/jquery-wordpress-plugin-update-mega-drop-down-menu/\";}s:7:\"summary\";s:619:\"\"\"

    New updates to the jQuery mega drop down plugin and the Wordpress plugin version.

    \n

    The latest update offers the choice of selecting either a “fade In” or “slide down” effect for the mega menu.

    \n

    Check out the plugin pages for more information and demos.

    \n\";s:12:\"atom_content\";s:1820:\"

    New updates to the jQuery mega drop down plugin and the Wordpress plugin version.

    \n

    The latest update offers the choice of selecting either a “fade In” or “slide down” effect for the mega menu.

    \n

    Check out the plugin pages for more information and demos.

    \n
    \n \n
    \";}i:27;a:14:{s:5:\"title\";s:52:\"New jQuery Plugin Released – jQuery Accordion Menu\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/mM8-zIL9tkc/\";s:8:\"comments\";s:111:\"http://www.designchemical.com/blog/index.php/jquery-plugins/new-plugin-released-jquery-accordion-menu/#comments\";s:7:\"pubdate\";s:31:\"Sat, 05 Mar 2011 03:49:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:86:\"Website CodingjQueryjQuery Pluginsaccordionanimationcookieslayoutmenunavigationplugins\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1349\";s:11:\"description\";s:887:\"\"\"

    We have now launched the jQuery accordion menu plugin used to create the Wordpress accordion menu widget plugin.

    \n

    The jquery plugin has several features, which make it very easy to create fully functional vertical accordion menus from standard HTML nested lists. Options built into the plugin include:

    \n
      \n
    • Option to use either hover or click to activate menu
    • \n
    • Menu

    more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:2559:\"

    We have now launched the jQuery accordion menu plugin used to create the Wordpress accordion menu widget plugin.

    \n

    The jquery plugin has several features, which make it very easy to create fully functional vertical accordion menus from standard HTML nested lists. Options built into the plugin include:

    \n
      \n
    • Option to use either hover or click to activate menu
    • \n
    • Menu state can be saved between pages using cookies
    • \n
    • No limit on the number of nested levels
    • \n
    • Auto close the menu on mouseout for the hover option
    • \n
    • Select option to limit open sub-menus to only one at a time or allow the menu to fully expand
    • \n
    • And a new feature – ability to add a count of the number of child links to each parent menu item – offering users more information on the menu options available.
    • \n
    \n

    See the jQuery vertical accordion menu plugin project pages for complete instructions, demos and to download the plugin including sample code and skins.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:107:\"http://www.designchemical.com/blog/index.php/jquery-plugins/new-plugin-released-jquery-accordion-menu/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"4\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:102:\"http://www.designchemical.com/blog/index.php/jquery-plugins/new-plugin-released-jquery-accordion-menu/\";}s:7:\"summary\";s:887:\"\"\"

    We have now launched the jQuery accordion menu plugin used to create the Wordpress accordion menu widget plugin.

    \n

    The jquery plugin has several features, which make it very easy to create fully functional vertical accordion menus from standard HTML nested lists. Options built into the plugin include:

    \n
      \n
    • Option to use either hover or click to activate menu
    • \n
    • Menu

    more

    \";s:12:\"atom_content\";s:2559:\"

    We have now launched the jQuery accordion menu plugin used to create the Wordpress accordion menu widget plugin.

    \n

    The jquery plugin has several features, which make it very easy to create fully functional vertical accordion menus from standard HTML nested lists. Options built into the plugin include:

    \n
      \n
    • Option to use either hover or click to activate menu
    • \n
    • Menu state can be saved between pages using cookies
    • \n
    • No limit on the number of nested levels
    • \n
    • Auto close the menu on mouseout for the hover option
    • \n
    • Select option to limit open sub-menus to only one at a time or allow the menu to fully expand
    • \n
    • And a new feature – ability to add a count of the number of child links to each parent menu item – offering users more information on the menu options available.
    • \n
    \n

    See the jQuery vertical accordion menu plugin project pages for complete instructions, demos and to download the plugin including sample code and skins.

    \n
    \n \n
    \";}i:28;a:14:{s:5:\"title\";s:38:\"Random Password Generator Using jQuery\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/DAdYEoZpUZc/\";s:8:\"comments\";s:100:\"http://www.designchemical.com/blog/index.php/jquery/random-password-generator-using-jquery/#comments\";s:7:\"pubdate\";s:31:\"Wed, 02 Mar 2011 16:12:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:63:\"TutorialsWebsite CodingjQuerydemoformsfunctionpasswordstutorial\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1345\";s:11:\"description\";s:845:\"\"\"

    Today’s jQuery post is a useful piece of code that you can add onto your registration forms for creating random passwords using only jQuery. The benefit of providing this system is that it generates stronger passwords than most people would create for themselves so offers extra security for critical applications.

    \n

    See Random Password Demo Download the source code

    \n

    To … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:7646:\"

    Today’s jQuery post is a useful piece of code that you can add onto your registration forms for creating random passwords using only jQuery. The benefit of providing this system is that it generates stronger passwords than most people would create for themselves so offers extra security for critical applications.

    \n

    See Random Password Demo Download the source code

    \n

    To actually generate the random password we are going to use a nice little function from jQuery HowTo Blog – jQuery Password Generator.

    \n

    The great thing about this function is that it allows us to set both the password length as well as the option to use special characters.

    \n

    To use this function then we are going to create a form, add a “generate password” link, which will get the random password from the function and insert it into the form and add a second link, which the user clicks if they would like to use the password. If confirmed, we then insert the random password into the password field.

    \n

    1. The HTML Form

    \n

    Very simple form with just a user name and password field:

    \n
    \n<form id="form-demo" class="styled" action="" method="post">\n    <fieldset>\n        <ol>\n            <li>\n                <label>User Name:</label>\n                <input id="input-user" type="text" class="text-input" name="user" value="" />\n            </li>\n            <li>\n                <label>Password:</label>\n                <input id="input-password" type="password" class="text-input password" name="password" value="" />\n                <a href="#" class="link-password" id="confirm">Use Password</a>\n                <a href="#" class="link-password" id="generate">Generate Password</a>\n            </li>\n            <li id="random">\n            </li>\n            <li>\n                <input class="btn-submit" type="submit" value="submit" name="submit" />\n            </li>\n        </ol>\n    </fieldset>\n</form>\n
    \n

    As usual I have used an ordered list for the form structure but obviously you can use whatever style you prefer since its not critical for the password generator. Make sure though that the form has a tag with an id “random”, which we are going to use to display the password.

    \n

    Give both links the same class name as we will use the same click function for both links. The “confirm” link can be hidden though since we only require this if the “generate” link is clicked. We can do this using CSS as opposed to jQuery:

    \n
    \n#confirm {display: none;}\n
    \n

    2. jQuery Random Password Function

    \n

    Next we add the password generator function jquery code:

    \n
    \n$.extend({\n  password: function (length, special) {\n    var iteration = 0;\n    var password = "";\n    var randomNumber;\n    if(special == undefined){\n        var special = false;\n    }\n    while(iteration < length){\n        randomNumber = (Math.floor((Math.random() * 100)) % 94) + 33;\n        if(!special){\n            if ((randomNumber >=33) && (randomNumber <=47)) { continue; }\n            if ((randomNumber >=58) && (randomNumber <=64)) { continue; }\n            if ((randomNumber >=91) && (randomNumber <=96)) { continue; }\n            if ((randomNumber >=123) && (randomNumber <=126)) { continue; }\n        }\n        iteration++;\n        password += String.fromCharCode(randomNumber);\n    }\n    return password;\n  }\n});\n
    \n

    For full details refer back to the authors post.

    \n

    Now we add the jQuery code that will use the above function to generate and insert the new password:

    \n
    \n$(document).ready(function() {\n\n    $(\'.link-password\').click(function(e){\n\n        // First check which link was clicked\n        linkId = $(this).attr(\'id\');\n        if (linkId == \'generate\'){\n\n            // If the generate link then create the password variable from the generator function\n            password = $.password(12,true);\n\n            // Empty the random tag then append the password and fade In\n            $(\'#random\').hide().append(password).fadeIn(\'slow\');\n\n            // Also fade in the confirm link\n            $(\'#confirm\').fadeIn(\'slow\');\n        } else {\n            // If the confirm link is clicked then input the password into our form field\n            $(\'#input-password\').val(password);\n            // remove password from the random tag\n            $(\'#random\').empty();\n            // Hide the confirm link again\n            $(this).hide();\n        }\n        e.preventDefault();\n    });\n});\n
    \n

    The function is fairly simple. The hide() and fadeIn() isnt essential – you can just append the new password to the #random selector but we added the fadeIn to make it a little more ‘exciting’!

    \n

    The final e.preventDefault() stops the browser jumping to the top of the screen when the generate and confirm links are clicked.

    \n

    To change the password length set the first option in the password function to the required number of characters. The second option takes a boolean value and sets whether special characters are to be used in the password.

    \n

    See Random Password Demo Download the source code

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:96:\"http://www.designchemical.com/blog/index.php/jquery/random-password-generator-using-jquery/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:91:\"http://www.designchemical.com/blog/index.php/jquery/random-password-generator-using-jquery/\";}s:7:\"summary\";s:845:\"\"\"

    Today’s jQuery post is a useful piece of code that you can add onto your registration forms for creating random passwords using only jQuery. The benefit of providing this system is that it generates stronger passwords than most people would create for themselves so offers extra security for critical applications.

    \n

    See Random Password Demo Download the source code

    \n

    To … more

    \";s:12:\"atom_content\";s:7646:\"

    Today’s jQuery post is a useful piece of code that you can add onto your registration forms for creating random passwords using only jQuery. The benefit of providing this system is that it generates stronger passwords than most people would create for themselves so offers extra security for critical applications.

    \n

    See Random Password Demo Download the source code

    \n

    To actually generate the random password we are going to use a nice little function from jQuery HowTo Blog – jQuery Password Generator.

    \n

    The great thing about this function is that it allows us to set both the password length as well as the option to use special characters.

    \n

    To use this function then we are going to create a form, add a “generate password” link, which will get the random password from the function and insert it into the form and add a second link, which the user clicks if they would like to use the password. If confirmed, we then insert the random password into the password field.

    \n

    1. The HTML Form

    \n

    Very simple form with just a user name and password field:

    \n
    \n<form id="form-demo" class="styled" action="" method="post">\n    <fieldset>\n        <ol>\n            <li>\n                <label>User Name:</label>\n                <input id="input-user" type="text" class="text-input" name="user" value="" />\n            </li>\n            <li>\n                <label>Password:</label>\n                <input id="input-password" type="password" class="text-input password" name="password" value="" />\n                <a href="#" class="link-password" id="confirm">Use Password</a>\n                <a href="#" class="link-password" id="generate">Generate Password</a>\n            </li>\n            <li id="random">\n            </li>\n            <li>\n                <input class="btn-submit" type="submit" value="submit" name="submit" />\n            </li>\n        </ol>\n    </fieldset>\n</form>\n
    \n

    As usual I have used an ordered list for the form structure but obviously you can use whatever style you prefer since its not critical for the password generator. Make sure though that the form has a tag with an id “random”, which we are going to use to display the password.

    \n

    Give both links the same class name as we will use the same click function for both links. The “confirm” link can be hidden though since we only require this if the “generate” link is clicked. We can do this using CSS as opposed to jQuery:

    \n
    \n#confirm {display: none;}\n
    \n

    2. jQuery Random Password Function

    \n

    Next we add the password generator function jquery code:

    \n
    \n$.extend({\n  password: function (length, special) {\n    var iteration = 0;\n    var password = "";\n    var randomNumber;\n    if(special == undefined){\n        var special = false;\n    }\n    while(iteration < length){\n        randomNumber = (Math.floor((Math.random() * 100)) % 94) + 33;\n        if(!special){\n            if ((randomNumber >=33) && (randomNumber <=47)) { continue; }\n            if ((randomNumber >=58) && (randomNumber <=64)) { continue; }\n            if ((randomNumber >=91) && (randomNumber <=96)) { continue; }\n            if ((randomNumber >=123) && (randomNumber <=126)) { continue; }\n        }\n        iteration++;\n        password += String.fromCharCode(randomNumber);\n    }\n    return password;\n  }\n});\n
    \n

    For full details refer back to the authors post.

    \n

    Now we add the jQuery code that will use the above function to generate and insert the new password:

    \n
    \n$(document).ready(function() {\n\n    $(\'.link-password\').click(function(e){\n\n        // First check which link was clicked\n        linkId = $(this).attr(\'id\');\n        if (linkId == \'generate\'){\n\n            // If the generate link then create the password variable from the generator function\n            password = $.password(12,true);\n\n            // Empty the random tag then append the password and fade In\n            $(\'#random\').hide().append(password).fadeIn(\'slow\');\n\n            // Also fade in the confirm link\n            $(\'#confirm\').fadeIn(\'slow\');\n        } else {\n            // If the confirm link is clicked then input the password into our form field\n            $(\'#input-password\').val(password);\n            // remove password from the random tag\n            $(\'#random\').empty();\n            // Hide the confirm link again\n            $(this).hide();\n        }\n        e.preventDefault();\n    });\n});\n
    \n

    The function is fairly simple. The hide() and fadeIn() isnt essential – you can just append the new password to the #random selector but we added the fadeIn to make it a little more ‘exciting’!

    \n

    The final e.preventDefault() stops the browser jumping to the top of the screen when the generate and confirm links are clicked.

    \n

    To change the password length set the first option in the password function to the required number of characters. The second option takes a boolean value and sets whether special characters are to be used in the password.

    \n

    See Random Password Demo Download the source code

    \n
    \n \n
    \";}i:29;a:14:{s:5:\"title\";s:33:\"jQuery Plugin – Drill Down Menu\";s:4:\"link\";s:61:\"http://feedproxy.google.com/~r/DesignChemical/~3/q6FLP9IBT0w/\";s:8:\"comments\";s:99:\"http://www.designchemical.com/blog/index.php/jquery-plugins/jquery-plugin-drill-down-menu/#comments\";s:7:\"pubdate\";s:31:\"Mon, 28 Feb 2011 14:36:58 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"Lee\";}s:8:\"category\";s:88:\"Website CodingjQueryjQuery PluginsanimationcookiesCSSmenunavigationpluginsslidervertical\";s:4:\"guid\";s:42:\"http://www.designchemical.com/blog/?p=1339\";s:11:\"description\";s:808:\"\"\"

    Following the release of our new Wordpress plugin – jQuery Drill Down iPod Menu Widget we have now also set up the jQuery plugin code that was used to create the Wordpress widget.

    \n

    Drill down menus are perfect for arranging and managing complex nested menus in compact and fixed sized areas and provide excellent useability where standard drop down menus … more

    \";s:7:\"content\";a:1:{s:7:\"encoded\";s:2333:\"

    Following the release of our new Wordpress plugin – jQuery Drill Down iPod Menu Widget we have now also set up the jQuery plugin code that was used to create the Wordpress widget.

    \n

    Drill down menus are perfect for arranging and managing complex nested menus in compact and fixed sized areas and provide excellent useability where standard drop down menus may be too awkward.

    \n

    The plugin converts standard hierarchical nested HTML into drill down (iPod style) menus. Features of the drill down menu plugin include – saved state using cookies, add count of total number of child links to each menu option and offers 3 different ways to navigate the menu

    \n

    Check out our jQuery Drill Down Menu project pages for more information, drill down menu examples and to download the plugin.

    \n
    \n \n
    \";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:95:\"http://www.designchemical.com/blog/index.php/jquery-plugins/jquery-plugin-drill-down-menu/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"1\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:90:\"http://www.designchemical.com/blog/index.php/jquery-plugins/jquery-plugin-drill-down-menu/\";}s:7:\"summary\";s:808:\"\"\"

    Following the release of our new Wordpress plugin – jQuery Drill Down iPod Menu Widget we have now also set up the jQuery plugin code that was used to create the Wordpress widget.

    \n

    Drill down menus are perfect for arranging and managing complex nested menus in compact and fixed sized areas and provide excellent useability where standard drop down menus … more

    \";s:12:\"atom_content\";s:2333:\"

    Following the release of our new Wordpress plugin – jQuery Drill Down iPod Menu Widget we have now also set up the jQuery plugin code that was used to create the Wordpress widget.

    \n

    Drill down menus are perfect for arranging and managing complex nested menus in compact and fixed sized areas and provide excellent useability where standard drop down menus may be too awkward.

    \n

    The plugin converts standard hierarchical nested HTML into drill down (iPod style) menus. Features of the drill down menu plugin include – saved state using cookies, add count of total number of child links to each menu option and offers 3 different ways to navigate the menu

    \n

    Check out our jQuery Drill Down Menu project pages for more information, drill down menu examples and to download the plugin.

    \n
    \n \n
    \";}}s:7:\"channel\";a:9:{s:5:\"title\";s:56:\"Design Chemical - jQuery, Wordpress, Tutorials & Plugins\";s:4:\"link\";s:34:\"http://www.designchemical.com/blog\";s:11:\"description\";s:22:\"Your Business Catalyst\";s:13:\"lastbuilddate\";s:31:\"Tue, 17 May 2011 04:38:48 +0000\";s:9:\"generator\";s:29:\"http://wordpress.org/?v=2.8.4\";s:8:\"language\";s:2:\"en\";s:2:\"sy\";a:2:{s:12:\"updateperiod\";s:6:\"hourly\";s:15:\"updatefrequency\";s:1:\"1\";}s:10:\"feedburner\";a:2:{s:14:\"emailserviceid\";s:14:\"DesignChemical\";s:18:\"feedburnerhostname\";s:28:\"http://feedburner.google.com\";}s:7:\"tagline\";s:22:\"Your Business Catalyst\";}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:27:\"8guq6JmzSESopDI5dA50TAOaG7M\";s:13:\"last_modified\";s:29:\"Tue, 17 May 2011 16:08:13 GMT\";}','no'),(13782,0,'widget_countperday_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(13791,0,'_transient_timeout_feed_5402284c9d2ce102233ec6ca0ad8048a','1305712708','no'),(13792,0,'_transient_feed_5402284c9d2ce102233ec6ca0ad8048a','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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"AWPCP.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:20:\"http://www.awpcp.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:\"Another WordPress Classifieds Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2011 22:12: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:\"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.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:13:\" \";s:7:\"attribs\";a: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:\"AWPCP: Best Free Classified Ad 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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"http://www.awpcp.com/articles/best-free-classified-ad-software/?utm_source=rss&utm_medium=rss&utm_campaign=best-free-classified-ad-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:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://www.awpcp.com/articles/best-free-classified-ad-software/#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, 07 Apr 2011 18:38: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:5:{i:0;a:5:{s:4:\"data\";s:8:\"Articles\";s: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:27:\"free classified ad 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:2;a:5:{s:4:\"data\";s:24:\"free classified 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:3;a:5:{s:4:\"data\";s:25:\"free classifieds 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:4;a:5:{s:4:\"data\";s:27:\"online classifieds 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://www.awpcp.com/?p=1916\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:389:\"AWPCP:  Simply the Best Free Classified Ad Software Available Another WordPress Classifieds Plugin (AWPCP) is the #1 WordPress plugin solution for putting classifieds on your site, fast and easy.  Other solutions exist, but they’re harder, more expensive, messy, or downright scammy.  AWPCP is: Free. Get started without spending a dime!  Download the plugin from WordPress [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"awpcp\";s: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:2714:\"

    AWPCP:  Simply the Best Free Classified Ad Software Available

    Another WordPress Classifieds Plugin (AWPCP) is the #1 WordPress plugin solution for putting classifieds on your site, fast and easy.  Other solutions exist, but they’re harder, more expensive, messy, or downright scammy.  AWPCP is:

    • Free. Get started without spending a dime!  Download the plugin from WordPress now.
    • Easy. WordPress plugins are dead simple to install.  Activation is cake.
    • Flexible. We support lots of different ways to categorize your ads, setup payments, allow image uploads for fees, and much, much more.  Read about all our features.
    • Well supported. We have a great forum, with lots of participation and excellent response times for your questions.
    • Highly rated. We have a 4.5/5 star rating on WordPress.org.
    • Trusted. We have 60,000+ downloads and we’re 2 years old.  We’re the #1 Classified plugin for WordPress, just do the search yourself.

    No other WordPress plugin comes close to AWPCP’s features, support, or ability to upgrade via Premium Modules.

    Check it out for yourself–you can get a live demo of the site online:  AWPCP Classified Ad Online Demo.

    Don’t believe our hype?  Fair enough, we have hundreds of satisfied customers who have great things to say about AWPCP’s Classified Ad Software, like:

    Love your product!  So glad you support what you build!  (from Jim H)

    What a really great and versatile plugin! (from Patrick T)

    Thanks for the awesome plugin!  (from Scott G)

    Our plugin is more versatile than a full theme, because your site looks the way YOU want it, not the way we do.  Run the free plugin to get started, and you can add great features a-la-carte as you need to.  We just enhance your site’s functionality with a full-fledged classified ad software solution.

    Unleash the potential of your WordPress site today with the AWPCP WordPress Classified Ad 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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.awpcp.com/articles/best-free-classified-ad-software/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: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:67:\"1.8.6 Available: Flag Ad, Terms of Service, Facebook Share + 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:160:\"http://www.awpcp.com/announcements/186-flag-ad-terms-service-facebook-share/?utm_source=rss&utm_medium=rss&utm_campaign=186-flag-ad-terms-service-facebook-share\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://www.awpcp.com/announcements/186-flag-ad-terms-service-facebook-share/#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 Mar 2011 14:40: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:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://www.awpcp.com/?p=1909\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:360:\"Version 1.8.6 released today, with a long list of goodies: NEW: Facebook share button for individual ad pages.  To use it, make sure you have $sharebtn in your single ad template NEW: Added field codes for single ad display: $ad_postdate, $ad_startdate, $ad_categoryurl NEW: Added ability to hide/show “Posted By” on search form NEW: Flag Ad [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"awpcp\";s: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:1962:\"

    Version 1.8.6 released today, with a long list of goodies:

    1. NEW: Facebook share button for individual ad pages.  To use it, make sure you have $sharebtn in your single ad template
    2. NEW: Added field codes for single ad display: $ad_postdate, $ad_startdate, $ad_categoryurl
    3. NEW: Added ability to hide/show “Posted By” on search form
    4. NEW: Flag Ad link for individual ad pages.  To use it, make sure you have $flagad in your single ad template
    5. NEW: Terms of Service displayed for ads (optionally), if displayed, user must select accept.
    6. NEW: Admin can be notified of ads that expire (optionally).
    7. NEW: Admin panel now displays start/end date for ads, payment plan (if applicable)
    8. NEW: Admin panel has separate category for notification email templates (subject and body)
    9. NEW: Admin can post ads for free in a payment plan.
    10. NEW: Added IP address tracking for ad posters to improve Akismet spam detection when spam is marked later
    11. NEW:  Support for Fee Per Category module

    Plus a bunch of bug fixes:

    • Bug: Fixed search form to hide private extra fields
    • Bug: Fixed conflicting function name display_ads to be awpcp_display_ads
    • Bug: Fixed ad expiration bugs
    • Bug: Fixed expired ads did not delete automatically (30 day delay now)

    This version also allows support for the new Fee Per Category module.  ** Fee Per Category will be released VERY soon after final testing is complete.  **

    Don’t forget about the FREE sitemap plugin you can download for AWPCP. To get the sitemap plugin for AWPCP you need to visit this page.  It’s a free addition to AWPCP, it’s a standalone plugin (like AWPCP), and super-easy to install.  Full instructions available 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:81:\"http://www.awpcp.com/announcements/186-flag-ad-terms-service-facebook-share/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: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:37:\"Featured Ads Premium Module 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:152:\"http://www.awpcp.com/announcements/featured-ads-premium-module-released/?utm_source=rss&utm_medium=rss&utm_campaign=featured-ads-premium-module-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:81:\"http://www.awpcp.com/announcements/featured-ads-premium-module-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, 20 Dec 2010 08:00: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:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://www.awpcp.com/?p=1902\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"It’s finally here:  the Featured Ads Premium Module. The first AWPCP Premium Module that can pay for itself many times over…Give your classified users the ability to create ads that are displayed above all others in search results, browsing ads or viewing within categories.  Show off the featured ads on your front page with 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:\"awpcp\";s: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:546:\"

    It’s finally here:  the Featured Ads Premium Module.

    The first AWPCP Premium Module that can pay for itself many times over…Give your classified users the ability to create ads that are displayed above all others in search results, browsing ads or viewing within categories.  Show off the featured ads on your front page with a widget.  100% customizable via CSS.

    Check it out!

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://www.awpcp.com/announcements/featured-ads-premium-module-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:\"\";}}}}}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:80:\"Version 1.8.5: Tweet button, Ad Expiration bug fixed, plus a NEW Premium Module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"http://www.awpcp.com/announcements/version-185-tweet-button-ad-expiration-bug-fixed-premium-module/?utm_source=rss&utm_medium=rss&utm_campaign=version-185-tweet-button-ad-expiration-bug-fixed-premium-module\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://www.awpcp.com/announcements/version-185-tweet-button-ad-expiration-bug-fixed-premium-module/#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 23:25:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://www.awpcp.com/?p=1899\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"Version 1.8.5 brings some holiday cheer for those looking forward to a little something this season: NEW: Tweet button for individual ad pages. To use it make sure you have $tweetbtn in your single ad template NEW: Ability to use your own custom stylesheet ( found under wp-content/plugins/awpcp_custom_stylesheet.css ), which isn’t overwritten on upgrade. 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"awpcp\";s: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:1603:\"

    Version 1.8.5 brings some holiday cheer for those looking forward to a little something this season:

    1. NEW: Tweet button for individual ad pages. To use it make sure you have $tweetbtn in your single ad template
    2. NEW: Ability to use your own custom stylesheet ( found under wp-content/plugins/awpcp_custom_stylesheet.css ), which isn’t overwritten on upgrade.
    3. NEW: Support added for Featured Ads premium module
    4. NEW: Added field code $ad_categoryname for ad display listing

    Plus a bunch of bug fixes:

    • Bug: Fixed latest ads to display intra-day postings in descending order of ID after date
    • Bug: Fixed display of UI Welcome message (backslash problem)
    • Bug: Fixed city display in URL and page title (was missing even if city was valid)
    • Bug: Fixed failing ad expirations
    • Bug: Made the latest ads display consistent with the ad listing layout (thickbox around image)

    The version number was upgraded to reflect the major increase in functionality by allowing support for the new Featured Ads module.  ** Featured Ads will be released later this week.  **

    Don’t forget about the FREE sitemap plugin you can download for AWPCP. To get the sitemap plugin for AWPCP you need to visit this page.  It’s a free addition to AWPCP, it’s a standalone plugin (like AWPCP), and super-easy to install.  Full instructions available 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:104:\"http://www.awpcp.com/announcements/version-185-tweet-button-ad-expiration-bug-fixed-premium-module/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: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:75:\"Version 1.8.0 is here: Search widget, Search Extra Fields, Sitemap 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:202:\"http://www.awpcp.com/announcements/version-180-search-widget-search-extra-fields-sitemap-upgrade/?utm_source=rss&utm_medium=rss&utm_campaign=version-180-search-widget-search-extra-fields-sitemap-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://www.awpcp.com/announcements/version-180-search-widget-search-extra-fields-sitemap-upgrade/#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, 21 Oct 2010 16:14: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:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://www.awpcp.com/?p=1887\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"Not to scare you with so much good news, but I’ve been busy with testing and implementation.  We have lots of good stuff for you in Version 1.8.0: NEW: Normalized version numbering to remove superfluous zero (1.0.8.0 is now 1.8.0) NEW: Search widget NEW: Search works with Extra Fields NEW: Classifieds Sitemap integration plugin with [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"awpcp\";s: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:1729:\"

    Not to scare you with so much good news, but I’ve been busy with testing and implementation.  We have lots of good stuff for you in Version 1.8.0:

    1. NEW: Normalized version numbering to remove superfluous zero (1.0.8.0 is now 1.8.0)
    2. NEW: Search widget
    3. NEW: Search works with Extra Fields
    4. NEW: Classifieds Sitemap integration plugin with Google Sitemap Generator (as separate plugin)
    5. NEW: Admin panel upgrades

    Plus a bunch of bug fixes:

    • Bug: Fixed renewing ads failing to re-enable images
    • Bug: Fixed workflow issue with free ads that don’t have images (missing Next button)
    • Bug: Changed showad id for div to showawpcpadpage to stop AdBlockPro/Plus from interfering with classifieds
    • Bug: String extraction for ad terms
    • Bug: Fixed widget backslash issue
    • Bug: Fixed checked=’checked’ for XHTML compliance

    The version number has skipped a bit (1.07 to 1.8.0) in order to normalize it with standard software release numbering (where the numbering is usually major.minor.bug).  AWPCP has been around for a long time now, so calling this 1.1 seemed to be a bit understated.  Hopefully it’s not too confusing!

    The sitemap addition is perhaps the biggest news of them all, and to get the sitemap you need to visit this page.  It’s a free addition to AWPCP, it’s a standalone plugin (like AWPCP), and super-easy to install.  Full instructions available 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:102:\"http://www.awpcp.com/announcements/version-180-search-widget-search-extra-fields-sitemap-upgrade/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s: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:59:\"Goodbye SPAM, Backslashes, Minor Bugs: 1.0.7 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:158:\"http://www.awpcp.com/announcements/goodbye-spam-backslashes-minor-bugs-107/?utm_source=rss&utm_medium=rss&utm_campaign=goodbye-spam-backslashes-minor-bugs-107\";s:7:\"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://www.awpcp.com/announcements/goodbye-spam-backslashes-minor-bugs-107/#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:21: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:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://www.awpcp.com/?p=1881\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"I have just released AWPCP 1.0.7 on WordPress.org that includes a number of fixes.  The new feature is full integration with Akismet, which you can turn off if you don’t like it.  I have found it useful to cut down on SPAM postings on my own site.  I hope you do too. A complete 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:\"awpcp\";s: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:1163:\"

    I have just released AWPCP 1.0.7 on WordPress.org that includes a number of fixes.  The new feature is full integration with Akismet, which you can turn off if you don’t like it.  I have found it useful to cut down on SPAM postings on my own site.  I hope you do too.

    A complete list of the bugs fixed in this version can be found on the plugin download site.

    Download it now or use your auto-update in the Admin panel to get the goodness.

    Have an issue with the update? Please use the support forum!

    Like the plugin? Rate it to let others know how cool you think it is.

    Love the plugin? Buy a Premium Module!

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://www.awpcp.com/announcements/goodbye-spam-backslashes-minor-bugs-107/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s: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:21:\"AWPCP Sports New Look\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.awpcp.com/announcements/awpcp-sports/?utm_source=rss&utm_medium=rss&utm_campaign=awpcp-sports\";s:7:\"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:57:\"http://www.awpcp.com/announcements/awpcp-sports/#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, 10 Aug 2010 18:51:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://www.awpcp.com/?p=1877\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:339:\"The site has been through more plastic surgery than Wayne Newton, folks! I’ve integrated a new theme, reworked the front page completely, and made everything easier to navigate, search, and find the relevant links quickly.  The old site was really tough for finding anything and even tougher to know where to look in the first [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"awpcp\";s: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:503:\"

    The site has been through more plastic surgery than Wayne Newton, folks!

    I’ve integrated a new theme, reworked the front page completely, and made everything easier to navigate, search, and find the relevant links quickly.  The old site was really tough for finding anything and even tougher to know where to look in the first place.

    I hope you enjoy the new look and feel.  If you have any comments, share them over at the Support 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:53:\"http://www.awpcp.com/announcements/awpcp-sports/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s: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:51:\"Data Loss Bug Prompts Immediate Release of 1.0.6.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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"http://www.awpcp.com/announcements/data-loss-bug-prompts-release-10618/?utm_source=rss&utm_medium=rss&utm_campaign=data-loss-bug-prompts-release-10618\";s:7:\"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.awpcp.com/announcements/data-loss-bug-prompts-release-10618/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Aug 2010 14:39:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://www.awpcp.com/?p=1842\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:321:\"I checked my code and I made a horrible logic mistake which has resulted in the loss of ads for some people, depending on your board’s settings. I have reverted the change and 1.0.6.18 is now out there that will prevent ads from being deleted prematurely.  I have also added the ability to enable/disable ads [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"awpcp\";s: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:930:\"

    I checked my code and I made a horrible logic mistake which has resulted in the loss of ads for some people, depending on your board’s settings.

    I have reverted the change and 1.0.6.18 is now out there that will prevent ads from being deleted prematurely.  I have also added the ability to enable/disable ads from the admin panel.

    For those of you who had “Disable instead of Delete” set, your loss is minimal.  The plugin should automatically reset itself.

    For the rest of you, I cannot apologize deeply enough for my mistake here.  Your data is lost and it’s my fault.  I’m very sorry about that.  If you have some sort of WP database backup, now would probably be a good time to dig it up and restore your data in the awpcp_* tables.

    Upgrading to .18 or dowgrading to .16 will avoid this problem in the future.  Please accept my apologies for this huge error.

    \";s: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.awpcp.com/announcements/data-loss-bug-prompts-release-10618/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:\"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: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:27:\"The Backslashes Strike Back\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"http://www.awpcp.com/announcements/backslashes-strike/?utm_source=rss&utm_medium=rss&utm_campaign=backslashes-strike\";s:7:\"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.awpcp.com/announcements/backslashes-strike/#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, 04 Aug 2010 21:23: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:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://www.awpcp.com/?p=1840\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"I missed two places that still had the backslash problem (AdSense codes and Widget header/footer).  The same problem existed there as was fixed in the last release for the ad layout codes. I’ve fixed that bug in 1.0.6.17, along with an expiration problem where ads that shouldn’t expire, expired rather often (every 1 hour) if [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"awpcp\";s: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:588:\"

    I missed two places that still had the backslash problem (AdSense codes and Widget header/footer).  The same problem existed there as was fixed in the last release for the ad layout codes.

    I’ve fixed that bug in 1.0.6.17, along with an expiration problem where ads that shouldn’t expire, expired rather often (every 1 hour) if you used to have the setting for an expiration period, but then changed it to “No Expiration”.

    As always, if you find any issues or problems, please post them in the Support 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:59:\"http://www.awpcp.com/announcements/backslashes-strike/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: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:26:\"Attack of the Backslashes!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"http://www.awpcp.com/announcements/attack-backslashes/?utm_source=rss&utm_medium=rss&utm_campaign=attack-backslashes\";s:7:\"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.awpcp.com/announcements/attack-backslashes/#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, 30 Jul 2010 15:58: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:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://www.awpcp.com/?p=1837\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"Something I did in the last couple of updates caused the AWPCP Admin Panel to go crazy when you saved your HTML ad layout code.  Backslashes appeared like mosquitos and you couldn’t get rid of them!  Each successive click on “Save Settings” would double your problem. I’ve fixed that bug in 1.0.6.16, along with the [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"awpcp\";s: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:867:\"

    Something I did in the last couple of updates caused the AWPCP Admin Panel to go crazy when you saved your HTML ad layout code.  Backslashes appeared like mosquitos and you couldn’t get rid of them!  Each successive click on “Save Settings” would double your problem.

    I’ve fixed that bug in 1.0.6.16, along with the following others:

    • Updated the Latest ads Widget to have options about what you display for images (none (old style), show, but don’t use “No Image” image, or the “new way”)
    • Fixed a bug with Category ordering in the drop down list
    • Fixed the Admin Email override problem (it wasn’t working consistently in all cases)

    As always, if you find any issues or problems, please post them in the Support 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:59:\"http://www.awpcp.com/announcements/attack-backslashes/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: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:33:\"http://feeds.feedburner.com/Awpcp\";}}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:5:\"awpcp\";}}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:5:\"Awpcp\";s: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: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:\"YFa+bx60iWUdHaoRGG9HpMjC+F0\";s:13:\"last-modified\";s:29:\"Tue, 17 May 2011 21:21:09 GMT\";s:4:\"date\";s:29:\"Tue, 17 May 2011 21:55:17 GMT\";s:7:\"expires\";s:29:\"Tue, 17 May 2011 21:55:17 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'),(13214,0,'dcscf_options','a:8:{s:13:\"default_email\";s:23:\"webmaster@timberon.info\";s:7:\"subject\";s:8:\"Timberon\";s:10:\"include_ip\";s:4:\"true\";s:13:\"response_sent\";s:42:\"Thank you. Your message has been received.\";s:14:\"response_error\";s:24:\"Error. Please try again.\";s:16:\"response_invalid\";s:42:\"There was an error verifying your details.\";s:11:\"valid_error\";s:8:\"Required\";s:11:\"valid_email\";s:19:\"Enter a valid email\";}','yes'),(13243,0,'ssMod_options','a:69:{s:7:\"reflect\";N;s:14:\"reflect_height\";s:4:\"0.33\";s:15:\"reflect_opacity\";s:3:\"0.5\";s:12:\"auto_reflect\";N;s:9:\"accordion\";s:2:\"on\";s:8:\"acc_mode\";N;s:7:\"acc_css\";s:2:\"on\";s:14:\"auto_accordion\";N;s:13:\"acc_container\";s:9:\"accordion\";s:11:\"acc_toggler\";s:7:\"toggler\";s:12:\"acc_elements\";s:10:\"togcontent\";s:10:\"acc_togtag\";s:2:\"h3\";s:11:\"acc_elemtag\";s:3:\"div\";s:11:\"acc_openall\";s:5:\"false\";s:15:\"acc_fixedheight\";s:5:\"false\";s:14:\"acc_fixedwidth\";s:5:\"false\";s:10:\"acc_height\";s:4:\"true\";s:9:\"acc_width\";s:5:\"false\";s:11:\"acc_opacity\";s:4:\"true\";s:13:\"acc_firstopen\";s:1:\"0\";s:4:\"zoom\";s:2:\"on\";s:9:\"zoom_auto\";N;s:9:\"zoom_time\";s:4:\"1250\";s:15:\"zoom_trans_type\";s:4:\"sine\";s:20:\"zoom_trans_typeinout\";s:3:\"out\";s:11:\"zoom_border\";s:17:\"10px solid silver\";s:8:\"zoom_pad\";s:2:\"10\";s:9:\"zoom_back\";s:4:\"#000\";s:6:\"scroll\";s:2:\"on\";s:11:\"scroll_auto\";s:2:\"on\";s:10:\"scroll_css\";s:2:\"on\";s:11:\"scroll_time\";s:4:\"1200\";s:12:\"scroll_trans\";s:4:\"sine\";s:15:\"scroll_transout\";s:3:\"out\";s:8:\"tooltips\";s:2:\"on\";s:12:\"tt_showDelay\";s:3:\"950\";s:12:\"tt_hideDelay\";s:4:\"1250\";s:10:\"tt_offsetx\";s:4:\"-280\";s:10:\"tt_offsety\";s:1:\"0\";s:8:\"tt_fixed\";s:4:\"true\";s:14:\"tt_tip_opacity\";s:3:\"0.9\";s:8:\"tipTitle\";s:5:\"title\";s:7:\"tipText\";s:3:\"rel\";s:10:\"totop_text\";s:7:\"goin up\";s:3:\"com\";s:2:\"on\";s:7:\"com_css\";s:2:\"on\";s:8:\"com_time\";s:4:\"1200\";s:9:\"com_trans\";s:4:\"sine\";s:12:\"com_transout\";s:3:\"out\";s:13:\"com_direction\";s:8:\"vertical\";s:8:\"com_open\";s:13:\"Open comments\";s:9:\"com_close\";s:14:\"Close comments\";s:6:\"nudger\";s:2:\"on\";s:12:\"nudge_amount\";s:2:\"10\";s:14:\"nudge_duration\";s:3:\"500\";s:12:\"nudge_family\";s:21:\"#footer a, #sidebar a\";s:5:\"fader\";s:2:\"on\";s:12:\"fader_family\";s:6:\".fader\";s:13:\"fader_opacity\";s:3:\"0.5\";s:6:\"linker\";s:2:\"on\";s:10:\"linker_tag\";s:1:\"a\";s:12:\"linker_color\";s:7:\"#7c7c7c\";s:7:\"clicker\";s:2:\"on\";s:11:\"clicker_tag\";s:13:\".clickable li\";s:12:\"clicker_span\";s:5:\"false\";s:13:\"clicker_color\";s:7:\"#c9e0f4\";s:4:\"wrap\";N;s:14:\"delete_options\";s:0:\"\";s:9:\"toolClass\";s:0:\"\";}','yes'),(13923,0,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1305825392;s:7:\"checked\";a:61:{s:25:\"add-to-any/add-to-any.php\";s:8:\".9.9.8.1\";s:39:\"admin-bar-as-menu/admin-bar-as-menu.php\";s:3:\"0.1\";s:33:\"admin-menu-editor/menu-editor.php\";s:3:\"1.1\";s:45:\"advanced-menu-widget/advanced-menu-widget.php\";s:3:\"0.1\";s:19:\"akismet/akismet.php\";s:5:\"2.5.3\";s:53:\"amr-shortcode-any-widget/amr_shortcode_any_widget.php\";s:3:\"1.2\";s:25:\"ban-hammer/ban-hammer.php\";s:5:\"1.5.2\";s:41:\"business-directory/business-directory.php\";s:12:\"0.8.6.1 Beta\";s:19:\"capsman/capsman.php\";s:5:\"1.3.2\";s:35:\"order-categories/category-order.php\";s:5:\"1.0.3\";s:53:\"category-shortcode-w-generator/category_shortcode.php\";s:3:\"1.3\";s:45:\"comment-email-verify/comment-email-verify.php\";s:3:\"0.4\";s:53:\"continuous-rss-scrolling/continuous-rss-scrolling.php\";s:3:\"3.0\";s:25:\"count-per-day/counter.php\";s:4:\"2.17\";s:45:\"custom-author-byline/custom-author-byline.php\";s:3:\"1.1\";s:35:\"dynamic-widgets/dynamic-widgets.php\";s:5:\"1.4.0\";s:27:\"embed-rss/cets_EmbedRSS.php\";s:3:\"1.5\";s:35:\"si-contact-form/si-contact-form.php\";s:3:\"3.0\";s:41:\"flexi-pages-widget/flexi-pages-widget.php\";s:5:\"1.6.3\";s:30:\"fluency-admin/wp-fluency-2.php\";s:7:\"2.4.0.1\";s:25:\"formidable/formidable.php\";s:7:\"1.05.02\";s:36:\"google-document-embedder/gviewer.php\";s:5:\"1.9.8\";s:23:\"gwolle-gb/gwolle-gb.php\";s:5:\"0.9.7\";s:39:\"hide-admin-panels/hide-admin-panels.php\";s:7:\"0.9.8.3\";s:54:\"interconnect-it-weather-widget/icit-weather-widget.php\";s:5:\"1.0.4\";s:29:\"link-to-post/link-to-post.php\";s:5:\"1.0.2\";s:31:\"list-children/list_children.php\";s:3:\"1.0\";s:37:\"maintenance-mode/maintenance-mode.php\";s:3:\"5.4\";s:25:\"mingle-forum/wpf-main.php\";s:6:\"1.0.30\";s:41:\"mingle-forum-guest-info/wpf-guestinfo.php\";s:5:\"1.0.1\";s:35:\"minimeta-widget/minimeta-widget.php\";s:5:\"4.5.3\";s:27:\"my-calendar/my-calendar.php\";s:5:\"1.8.8\";s:41:\"my-email-shortcode/my-email-shortcode.php\";s:4:\"0.91\";s:29:\"nextgen-gallery/nggallery.php\";s:5:\"1.7.4\";s:53:\"nextgen-gallery-sidebar-widget/ngg-sidebar-widget.php\";s:5:\"0.4.2\";s:51:\"nextgen-public-uploader/nextgen-public-uploader.php\";s:5:\"1.6.1\";s:41:\"ngg-sidebar-widget/ngg-sidebar-widget.php\";s:5:\"1.1.2\";s:48:\"open-in-new-window-plugin/open_in_new_window.php\";s:3:\"1.9\";s:21:\"pageview/pageview.php\";s:5:\"1.5.1\";s:25:\"randomtext/randomtext.php\";s:5:\"0.2.6\";s:41:\"recent-posts-embed/recent-posts-embed.php\";s:5:\"1.4.1\";s:43:\"register-plus-redux/register-plus-redux.php\";s:5:\"3.7.3\";s:31:\"revision-diet/revision-diet.php\";s:5:\"1.0.1\";s:25:\"rss-in-page/RSSinpage.php\";s:3:\"2.8\";s:35:\"rss-just-better/RSS-just-better.php\";s:3:\"0.4\";s:31:\"rss-shortcode/rss-shortcode.php\";s:3:\"0.2\";s:31:\"sb-child-list/sb_child_list.php\";s:3:\"1.6\";s:29:\"schreikasten/schreikasten.php\";s:7:\"0.14.12\";s:45:\"show-posts-shortcode/show-posts-shortcode.php\";s:3:\"0.1\";s:38:\"simplemodal-contact-form-smcf/smcf.php\";s:5:\"1.2.6\";s:45:\"simple-page-ordering/simple-page-ordering.php\";s:5:\"0.9.6\";s:35:\"simply-show-ids/simply-show-ids.php\";s:5:\"1.3.3\";s:35:\"spammer-blocker/spammer-blocker.php\";s:3:\"1.3\";s:37:\"tinymce-advanced/tinymce-advanced.php\";s:7:\"3.3.9.2\";s:37:\"widgets-reloaded/widgets-reloaded.php\";s:5:\"0.4.1\";s:45:\"wp-fade-in-text-news/wp-fade-in-text-news.php\";s:3:\"3.0\";s:39:\"wp-google-weather/wp-google-weather.php\";s:3:\"0.5\";s:41:\"wp-hide-categories/wp-hide-categories.php\";s:3:\"1.0\";s:28:\"wp-skyscraper/skyscraper.php\";s:3:\"0.1\";s:33:\"wp-super-popup/wp-super-popup.php\";s:5:\"0.9.4\";s:51:\"wp-thickbox-integration/wp-thickbox-integration.php\";s:5:\"1.0.2\";}s:8:\"response\";a:0:{}}','yes'),(13753,0,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2011 23:36: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: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:39:\"http://wordpress.org/?v=3.2-beta1-17916\";s:7:\"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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"WordPress 3.2, Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2011 08:22: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:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1816\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:351:\"It seems like just yesterday that we released WordPress 3.1, but it’s actually been almost three months. We’ve spent that time putting together a new release focused on performance improvements, and are ready for our first beta testers! As always, this is software still in development and we don’t recommend that you run it on [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s: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:4230:\"

    It seems like just yesterday that we released WordPress 3.1, but it’s actually been almost three months. We’ve spent that time putting together a new release focused on performance improvements, and are ready for our first beta testers!

    \n

    As always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it.

    \n

    If all goes well, we hope to release WordPress 3.2 by the end of June, though that is (again, as always) subject to change depending on how the beta period goes. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version. If you want to be a beta tester, you should check out the Codex article on how to report bugs.

    \n

    Here’s some of what’s new:

    \n
      \n
    • Performance improvements like you wouldn’t believe. What’s that mean? Things are faster!
    • \n
    • Distraction-free Writing. The visual editor’s full-screen composing experience has gotten a major overhaul, and is now available from HTML mode, too. More than ever, WordPress allows you to focus on what matters most — your content.
    • \n
    • Admin UI Refresh. The last major redesign of the WordPress admin was in 2008. This isn’t a major redesign, just a little facelift to keep us feeling young. WordPress turns 8 later this month, you know.
    • \n
    • New Default Theme. Introducing Twenty Eleven, based on the popular Duster theme. Rotating header images, post format support, and more.
    • \n
    • Browse Happy. WordPress is made to work with modern browsers. If you visit your Dashboard using an outdated web browser, we’ll let you know there’s a newer version available.
    • \n
    • Admin Bar. We’ve added more links to the admin bar to make it even more useful.
    • \n
    \n
    \n
    Be Aware:
    \n
    \n
      \n
    • WordPress has new minimum system requirements: PHP 5.2.4 and MySQL 5.0.
    • \n
    • Internet Explorer 6 will no longer be supported.
    • \n
    • The favorites menu has been removed. If you’ve written any plugins that use this menu, it’s time to switch over to an admin bar placement.
    • \n
    \n
    \n
    \n
    Known Issues:
    \n
    \n
      \n
    • We haven’t updated the blue admin color scheme yet, so do your testing in the gray zone for best results.
    • \n
    \n
    \n

    Remember, if you find something you think is a bug, report it! You can bring it up in the alpha/beta forum, you can email it to the wp-testers list, or if you’ve confirmed that other people are experiencing the same bug, you can report it on the WordPress Core Trac. (I recommend starting in the forum or on the mailing list.)

    \n

    Theme and plugin authors, if you haven’t been following the 3.2 development cycle, please start now so that you can update your themes and plugins to be compatible with the newest version of WordPress.

    \n

    Note to developers: WordPress is built by the contributions of hundreds of developers. If you’d like to see this release come out on time, I encourage you to pitch in. Even if you don’t have time to do testing on the beta version, you could help us by contributing a fix for one of the many bugs we already know about.

    \n

    Download WordPress 3.2 Beta 1

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:15:\"WordPress 3.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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/04/wordpress-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2011/04/wordpress-3-1-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, 26 Apr 2011 19:00: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1801\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"WordPress 3.1.2 is now available and is a security release for all previous WordPress versions. This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts. The issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter. We suggest you update to 3.1.2 promptly, especially if [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s: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:980:\"

    WordPress 3.1.2 is now available and is a security release for all previous WordPress versions.

    \n

    This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts.

    \n

    The issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter.

    \n

    We suggest you update to 3.1.2 promptly, especially if you allow users to register as contributors or if you have untrusted users. This release also fixes a few bugs that missed the boat for version 3.1.1.

    \n

    Download 3.1.2 or update automatically from the Dashboard → Updates menu in your site’s admin area.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/04/wordpress-3-1-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s: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:21:\"Summer WordCamps 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/04/summer-wordcamps-201/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2011/04/summer-wordcamps-201/#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, 16 Apr 2011 23:06: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:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1785\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"Looking for something fun to do during your summer vacation? Why not check out a WordCamp! WordCamps are locally-organized casual conferences of, by, and for WordPress users, developers, and enthusiasts just like you. The focus of a WordCamp is to foster face-to-face connections and collaboration among the local WordPress crowd, but there are usually some out-of-towners [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s: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:6113:\"

    Looking for something fun to do during your summer vacation? Why not check out a WordCamp! WordCamps are locally-organized casual conferences of, by, and for WordPress users, developers, and enthusiasts just like you. The focus of a WordCamp is to foster face-to-face connections and collaboration among the local WordPress crowd, but there are usually some out-of-towners there as well. Here are the WordCamps that have been approved so far for the summer:

    \n

    April 16: WordCamp Seattle in Seattle, WA. This weekend! After taking a year off, WordCamp Seattle is back with tracks for bloggers, designers, and developers. This year they’ll feature a lineup including presentations by both local speakers and visitors like core committer Andrew Nacin, as well as an Ignite session of lightning talks at the end of the day.

    \n

    May 5: WordCamp Vancouver (Developer Edition) in Vancouver, BC. This one-day WordCamp is aimed purely at developers working on the WordPress platform, and will not have content aimed at bloggers (as previous Vancouver WordCamps have). I predict we will start seeing more of these types of niche WordCamps moving forward, because they will mean smaller, more intimate events that allow more collaboration (and make it easier to find venues!). Note that we’re working with the organizers to get the tickets to a more reasonable price, so keep your eyes open this week if you’ve held off on buying a ticket because of the price tag.

    \n

    May 7: WordCamp Switzerland in Brugg, Switzerland. This one will cover a wide range of topics, including getting started with WordPress, advanced development topics, BuddyPress, and an inside look at running a WordPress-based business.

    \n

    May 14: WordCamp Orange County in Orange, CA. Already sold out! Orange County had their first WordCamp last year, and the organizers have put together another great event this time around.

    \n

    May 14: WordCamp Paris in Paris, France. One of the last true unconference-style WordCamps, the Paris group will plan their schedule the morning of the event like they do at BarCamps. WordCamp Paris had one of the best WordCamp t-shirts ever a couple of years ago. And it’s in Paris in the spring.

    \n

    May 21–22: WordCamp Raleigh in Raleigh, NC. Repeat organizers from the Raleigh WordPress Meetup Group are just starting to select speakers and put together their plans, but if it is anything like last year, the venue will be packed with WordPress professionals (and maybe there will be cookies). I’ll be attending this one, as will Nacin.

    \n

    June 4–5: WordCamp Reno-Lake Tahoe in Reno, NV. Organized by a WordPress core UI group contributor, WordCamp Reno-Lake Tahoe is taking place in Reno and has a packed schedule full of visiting experts.

    \n

    June 11–12: WordCamp Kansas City in Overland Park, KS. With publisher, designer, and developer tracks, Kansas City’s WordCamp will have a little something for everyone, presented in large part by local speakers.

    \n

    June 17–19: WordCamp Columbus in Columbus, OH. WordCamp Columbus has a new organizer this year and is bringing the focus more firmly onto WordPress (and less on social media). Their 3-day event includes an entire day for newbies, and another for non-profits, a nice addition to the usual blogger/developer tracks.

    \n

    July 9–10: WordCamp Montreal in Montreal, Quebec. This group consistently puts on a great every year. If you register now, you can still get a $10 discount and get both days for only $30 (with sessions in both English and French to reflect the bilingual nature of the city). Montreal plays host to a number of festivals throughout the year, and this weekend is no different, including festivals for the arts, comedy, tango, and even circus arts.

    \n

    July 16: WordCamp San Diego in San Diego, CA. First WordCamp in San Diego! They have talking about this for over a year, and are now starting to really ramp up the planning. They’re finalizing their venue right now, and I would expect a great roster of speakers.

    \n

    July 16-17: WordCamp Portsmouth in Portsmouth, UK. The annual WordCamp UK that moves from city to city each year alights this year in Portsmouth. This one is notable because Mike Little, co-founder of WordPress, is part of the organizing team.

    \n

    July 23–24: WordCamp Boston in Boston, MA. Another one just about to lock down some details and get starting with speaker selection, etc. An easy train ride from so many places, and not in the middle of winter this year!

    \n

    July 30-31: WordCamp Chicago has new organizers and is a new venue this year. A call for speakers, supporters, and volunteers will likely be posted sometime next week.

    \n

    WordCamp Portland is looking for a venue before deciding on a date this year, as it has outgrown the space it’s used the past two years, but hopes to happen in September. If you would be interested in donating a venue to this popular event, please contact them.

    \n

    We’ll hold off on posting fall events until later in the summer since there a lot in the planning stages now. To get the most up-to-date information, visit WordCamp Central.

    \n

    Hope to see you at a WordCamp soon!

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2011/04/summer-wordcamps-201/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: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:15:\"WordPress 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/04/wordpress-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2011/04/wordpress-3-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, 05 Apr 2011 15:10: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:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1762\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"WordPress 3.1.1 is now available. This maintenance and security release fixes almost thirty issues in 3.1, including: Some security hardening to media uploads Performance improvements Fixes for IIS6 support Fixes for taxonomy and PATHINFO (/index.php/) permalinks Fixes for various query and taxonomy edge cases that caused some plugin compatibility issues Version 3.1.1 also addresses three [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s: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:1395:\"

    WordPress 3.1.1 is now available. This maintenance and security release fixes almost thirty issues in 3.1, including:

    \n
      \n
    • Some security hardening to media uploads
    • \n
    • Performance improvements
    • \n
    • Fixes for IIS6 support
    • \n
    • Fixes for taxonomy and PATHINFO (/index.php/) permalinks
    • \n
    • Fixes for various query and taxonomy edge cases that caused some plugin compatibility issues
    • \n
    \n

    Version 3.1.1 also addresses three security issues discovered by WordPress core developers Jon Cave and Peter Westwood, of our security team. The first hardens CSRF prevention in the media uploader. The second avoids a PHP crash in certain environments when handling devilishly devised links in comments, and the third addresses an XSS flaw.

    \n

    We suggest you update to 3.1.1 promptly. Download 3.1.1 or update automatically from the Dashboard → Updates menu in your site’s admin area.

    \n

    Our release haiku:

    \n

    Only the geeks know
    \nWhat half this stuff even means
    \nDon’t worry — update

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/04/wordpress-3-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:\"\";}}}}}i:4;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:29:\"WordPress Summer of Code 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2011/03/wordpress-summer-of-code-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/#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 15:57: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:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"GSoC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1756\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:361:\"For the past several years, WordPress has been a proud participant in the Google Summer of Code program (aka GSoC). We’ve been accepted as a mentoring organization again this year, and are looking forward to working with a select handful of talented college students who are interested in developing for WordPress. Student applications are currently [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s: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:2993:\"

    For the past several years, WordPress has been a proud participant in the Google Summer of Code program (aka GSoC). We’ve been accepted as a mentoring organization again this year, and are looking forward to working with a select handful of talented college students who are interested in developing for WordPress. Student applications are currently being accepted, and the deadline to apply is April 8. Are you a college student/developer looking for a summer challenge (or do you know one)? If so, read on to find out how you (or your friend) can make $5,000 developing for WordPress this summer. (Best. Summer. Job. Ever.)

    \n

    GSoC Logistics:

    \n
      \n
    • 175 mentoring organizations (including WordPress)
    • \n
    • Highly competitive and prestigious program (in 2010, 5539 proposals were submitted by 3464 students, and 1026 were accepted)
    • \n
    • You must be enrolled in an accredited college/university
    • \n
    • Coding period is May-August
    • \n
    • Successful completion of project = $5,000
    • \n
    • GSoC FAQ answers all your questions
    • \n
    \n

    WordPress logistics:

    \n
      \n
    • Mentors include WordPress core developers, plugin authors (including BuddyPress and bbPress), mobile app developers, and WordPress professionals.
    • \n
    • Projects are limited only by your imagination and ability.
    • \n
    • Previous GSoC students have gained responsible roles in WordPress core development, like Dion Hulse and Andrew Nacin (core committers), and Daryl Koopersmith (wrote the internal linking feature in 3.1 and much of the custom menus feature in 3.0).
    • \n
    • This year, in addition to accepting project proposals for the main WordPress web app, we’re also encouraging applications for projects with the WordPress mobile apps (iOS, Android, Blackberry, Nokia, Windows Phone 7), for community-developed plugins like BuddyPress and bbPress, and even standalone plugins that could become community projects. Check out our Codex page on GSoC 2011 for some ideas to get you thinking.
    • \n
    • Last year we mentored 15 students, and hope to take on about the same number this year.
    • \n
    \n

    If you’re a college student/developer, we encourage you to apply. If you’re a professor or a teacher of graduating high school seniors, encourage your students! If you just want to help us spread the word, download the WordPress GSoC flyer and post it on campus bulletin boards in your town. Remember, April 8 is the deadline to apply!

    \n\";s: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:69:\"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s: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:33:\"Live from South by Southwest 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://wordpress.org/news/2011/03/sxsw2011/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/news/2011/03/sxsw2011/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Mar 2011 11:24: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:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"genius 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:2;a:5:{s:4:\"data\";s:4:\"sxsw\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1746\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:322:\"If you’ve ever heard Matt Mullenweg talk about the early days of WordPress, the South by Southwest (SxSW) Interactive festival that takes place each spring in Austin, TX usually crops up in the story. South by Southwest is in full swing right now, and WordPress has been all over the place. On Friday the 11th, [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s: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:2105:\"

    If you’ve ever heard Matt Mullenweg talk about the early days of WordPress, the South by Southwest (SxSW) Interactive festival that takes place each spring in Austin, TX usually crops up in the story. South by Southwest is in full swing right now, and WordPress has been all over the place.

    \n

    On Friday the 11th, Matt was interviewed by John Battelle of Federated Media in front of a packed ballroom, talking about the future of WordPress. That night, the annual SxSW WordPress BBQ party played host to hundreds of WordPress users, developers, and businesspeople, and attendees got an extra treat this year in the form of a t-shirt made especially to commemorate WordPress and its Texas roots.

    \n

    On Saturday the 12th, a second party co-hosted by the Austin WordPress Meetup Group and GeekAustin (and co-sponsored by the WordPress Foundation and WPEngine) brought together a similar crowd but with the addition of local WordPress community members who were not registered for the SxSW conference.

    \n

    Starting today, the South by Southwest trade show opens, and this year for the first time it will feature an official WordPress Genius Bar. Staffed by professional WordPress support staff, developers, advanced users, theme designers, and even some of the core contributors and project leaders, the booth will be open from 11am-6pm each day to answer questions and help people with any WordPress problems they might have. If you are at South by Southwest this year, consider stopping by to say hello and pick up a WordPress button or sticker. We’ll also have a limited supply of the special WordPress/Texas shirts that we’ll be giving away at the booth, so if you’re at SxSW between now and Thursday, stop by.  Hope to see you there!

    \n

    Location: The WordPress booth will be in trade show stand numbers 829, 831, 928, and 930 (it’s an endcap booth that combines those four spaces). You can find us in those spaces by following the numbered banners hanging from the ceiling.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/news/2011/03/sxsw2011/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s: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:26:\"WordPress 3.1, lots of fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://wordpress.org/news/2011/02/threeone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/news/2011/02/threeone/#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, 23 Feb 2011 14:00: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:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1704\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:388:\"The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 “Reinhardt” is named in honor of the jazz guitarist Django Reinhardt. Version 3.1 is available for download, or you can update from within your dashboard. This release features a lightning fast redesigned linking workflow which makes it easy to link to your existing posts and pages, an [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:17146:\"

    The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 “Reinhardt” is named in honor of the jazz guitarist Django Reinhardt. Version 3.1 is available for download, or you can update from within your dashboard.

    \n

    This release features a lightning fast redesigned linking workflow which makes it easy to link to your existing posts and pages, an admin bar so you’re never more than a click away from your most-used dashboard pages, a streamlined writing interface that hides many of the seldom-used panels by default to create a simpler and less intimidating writing experience for new bloggers (visit Screen Options in the top right to get old panels back), and a refreshed blue admin scheme available for selection under your personal options.

    \n

    There’s a bucket of candy for developers as well, including our new Post Formats support which makes it easy for themes to create portable tumblelogs with different styling for different types of posts, new CMS capabilities like archive pages for custom content types, a new Network Admin, an overhaul of the import and export system, and the ability to perform advanced taxonomy and custom fields queries.

    \n

    With the 3.1 release, WordPress is more of a CMS than ever before. The only limit to what you can build is your imagination.

    \n

    (No video yet for 3.1, we’re going to add it later.)

    \n

    By the Numbers

    \n

    There were over two thousand commits to the codebase in the 3.1 cycle! For a more comprehensive look at everything that has improved in 3.1, check out 3.1’s Codex page or the more than 820 closed issues in Trac.

    \n

    Now is the time to drop by our development channels if you are interested in being involved with 3.2, as the agenda will be under discussion shortly. We’re hoping to get the 3.2 release out in a shorter development cycle (3.1 took too long) and include some fun improvements around plugins and the speed of the admin. (Don’t worry, we’re still planning on using PHP.)

    \n

    We’re All in This Together

    \n

    WordPress is the result of the combined effort of people from all over the world united with a common goal: to make the best darn web software for publishing your story on the web and sharing it with the world. Here is a list of the more than 180 people who helped out with development during the 3.1 cycle:

    \n

    Aaron Campbell (aaroncampbell), Adam Backstrom (adambackstrom), John Ford (aldenta), Alex Dunae (alexdunae), Alex King (alexkingorg), Amanda French (amandafrench), Will Anderson (anderswc), Andrea Rennick (andrea_r), Andrew Ozz (azaozz), Andy Skelton (andy/skeltoac), Andy Blackwell (andyblackwell), André Renaut (arena), Andrei Vereha (avereha), Azizur Rahman (azizur), Barry Abrahamson (barry), Mohammad Jangda (batmoo), Beau Lebens (beaulebens), Ben Ward (benward), Matthew G. Richmond (bigdawggi), Rowan Rodrik van der Molen (bigsmoke), Glenn Ansley (blepoxp), blt4, bobbyblade, Boone B. Gorges (boonebgorges), Brian Colinger (briancolinger), Brian Layman (brianlayman), Caesar Schinas (caesarsgrunt), Ben Casey (casben79), Chip Bennett (chipbennett), Chris Sfanos, Chris Jean (chrisbliss18), Marco Cimmino (cimmo), Scott Reilly (coffee2code), Dylan Kuhn (cyberhobo), Darren Meehan (darrenmeehan), Dion Hulse (dd32), Dean Robinson (deanjrobinson), Demetris Kikizas, Δημήτρης Κίκιζας (demetris), Denis-de-Bernardy, djzone, Доктор Бро (doktorbro), Donal MacArthur (donalmacarthur), Dougal Campbell (dougal), Dre Armeda (dremeda), Jon Cave (duck_), Doug Provencio (dougwrites), Edward Hevlund (edward mindreantre), Einar Egilsson (einare), Eric Mann (ericmann), Austin Matzko (filosofo), Gil Rutkowski (flashingcursor), foofy, Francesco Laffi (francescolaffi), Gary Cao (garyc40), Justin Tadlock (greenshady), Reuben Gunday (greuben), hakre, Hui Chen (huichen), Ben Huson (husobj), Matt Thomas (iammattthomas), Ian Stewart (iandstewart), indie-ulf, Jacob Santos (jacobsantos), Jakub Míšek (jakub.misek), James Collins (jamescollins), Jane Wells (jane/janeforshort), jayjdk, Jason Penney (jczorkmid), Jeff Farthing (jfarthing84), Josh Kearney (jk0), joelhardi, John Blackbourn (johnbillion), John James Jacoby (johnjamesjacoby/jjj), John O’Nolan (johnonolan), John Bloch (JohnPBloch), Joost de Valk (joostdevalk/yoast), Aaron Jorbin (jorbin), Joseph Scott (josephscott), Justin Rainbow, Kapeel Sable (kapeels), Adam Harley (kawauso), Jorge Bernal (koke), Daryl Koopersmith (koopersmith), Lance Willett (lancewillett), Lutz Schroeer (latz), Lew Ayotte (layotte), linguasite, Lloyd Budd (lloydbudd), loushou, mailnew2ster, mako09, Mark Jaquith (markjaquith), Mark McWilliams (markmcwilliams), MattyRob, Mauro Gentile, Michael Adams (mdawaffe), Chris Meller (mellertime), Michael Fields (mfields), MichaelH, Mike Schinkel (mikeschinkel), Robert Chapin (miqrogroove), Michael “Mitcho” Erlewine (mitchoyoshitaka), David McFarlane (mrmist), mrwok, John Havlik (mtekk), Martin Widmann (mwidmann), Andrew Nacin (nacin), Nikolay Bachiyski (nbachiyski), Nathan Rice (nathanrice), Niall Kennedy (niallkennedy), Bernhard Riedl (neoxx), Nick Momrik (nickmomrik), Nils Juenemannn, Nicolas Kuttler (nkuttler), nootron, norbertm, Dominik Schilling (ocean90), ohanesian, Samuel Wood (Otto42), Ozh Richard (ozh), Pádraic Brady, Franklin Tse (peaceablewhale), Pete Mall (PeteMall), Phill Brown (phill_brown), Phill Kenoyer (PhillKenoyer), phrostypoison, Michael Pretty (prettyboymp), Simon Prosser (pross), Ptah Dunbar (ptahdunbar), Harsh J. Chouraria (qwertymaniac), Ran Yaniv Hartstein (RanYanivHartstein), Rasheed Bydousi (rasheed), Daniel Jalkut (redsweater), rfw, Rasmus Lerdorf (rlerdorf), Ryan McCue (rmccue), Roger Theriault (rogertheriault), ronbme, rovo89, Ryan Boren (ryan), Sara Cannon (saracannon), Scott Bressler (sbressler), Scott Kingsley Clark (sc0ttkclark), ScottMac, Silviu Cristian Burca (scribu), Sergey Biryukov, Сергей Бирюков (SergeyBiryukov), Alex Petrescu (SeyelentEco), Shawn Parker (shawnparker), shidouhikari, Simon Wheatley (simonwheatley), Matt Martz (sivel), Samir Shah (solarissmoke), sorich87, Mitch Canter (studionashvegas), t31os_, Tracy Cannon (TECannon), tech163, Aaron Brazell (technosailor), TheDeadMedic, Tim Moore (tmoorewp), Tobias Bäthge (TobiasBg), Tom Lany (tomthewebmaster), tonyf12, Utkarsh Kukreti (Utkarsh), Zé Fontainhas (vanillalounge), John Hawkins (vegasgeek), Michael Stewart (vericgar), Alex Mills (Viper007Bond), Vladimir Kolesnikov (vladimir_kolesnikov), wahgnube, wedsxcrfv, Peter Westwood (westi), whoismanu, Will Norris (wnorris), Wojtek Szkutnik (wojtek.szkutnik), wpcanyon, William P. Davis (wpdavis), Ron Rennick (wpmuguru), Kenneth Newman (WraithKenny), Yoav Farhi (yoavf), and Safirul Alfreda (zeo).

    \n

    Bonus: Don’t forget to check out the latest on WordPress.tv to see all the cool WordCamp sessions you may have missed.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/news/2011/02/threeone/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s: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:45:\"WordPress 3.0.5 (and 3.1 Release Candidate 4)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/02/wordpress-3-0-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:59:\"http://wordpress.org/news/2011/02/wordpress-3-0-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, 07 Feb 2011 23:29:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1683\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"WordPress 3.0.5 is now available and is a security hardening update for all previous WordPress versions. This security release is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update. Three point oh point five Enhances security Three point [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Andrew\";s: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:3674:\"

    WordPress 3.0.5 is now available and is a security hardening update for all previous WordPress versions.

    \n

    This security release is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update.

    \n

    Three point oh point five
    \nEnhances security
    \nThree point one comes soon

    \n

    The release addresses a number of issues and provides two additional enhancements:

    \n

    Two moderate security issues were fixed that could have allowed a Contributor- or Author-level user to gain further access to the site.

    \n

    One information disclosure issue was addressed that could have allowed an Author-level user to view contents of posts they should not be able to see, such as draft or private posts.

    \n

    Two security enhancements were added. One improved the security of any plugins which were not properly leveraging our security API. The other offers additional defense in depth against a vulnerability that was fixed in previous release.

    \n

    Thanks to Nils Jueneman and Saddy for their private and responsible disclosures to security@wordpress.org for two of the issues. The others were reported or repaired by our security team.

    \n

    Download 3.0.5 or update automatically from the Dashboard > Updates menu in your site’s admin area. Please update immediately.

    \n
    \n

    WordPress 3.1 Release Candidate 4 is also now available.

    \n

    The Release Candidate 4 build includes the security fixes and enhancements included in 3.0.5 and addresses about two dozen additional bugs. This includes fixes for:

    \n
      \n
    • Deleting a user and reassigning their posts to another user.
    • \n
    • Marking multiple users or sites as spam in multisite.
    • \n
    • PHP4 compatibility.
    • \n
    \n

    As outlined in previous RC posts, if you are testing the release candidate and think you’ve found a bug, there are a few ways to let us know:

    \n\n

    To test WordPress 3.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If any new issues become known, you’ll be able to find them here.

    \n

    After nearly five months of development and testing, we think we’re very close to a final release. Users and developers, please test your themes and plugins.

    \n

    Download WordPress 3.1 RC4 or WordPress 3.0.5 now.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/02/wordpress-3-0-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:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s: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:49:\"The Annual WordPress Conference: WordCamp SF 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/news/2011/01/wordcamp-sf-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2011/01/wordcamp-sf-2011/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jan 2011 22:57: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:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1674\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"Mark your calendars: WordCamp San Francisco, the official annual WordPress conference, will be August 12-14, 2011. This year will mark the 5th anniversary of WordCamp, and as always will feature Matt Mullenweg’s “State of the Word” address as well as a variety of amazing speakers that you’d normally only get to see at expensive 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s: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:1450:\"

    Mark your calendars: WordCamp San Francisco, the official annual WordPress conference, will be August 12-14, 2011. This year will mark the 5th anniversary of WordCamp, and as always will feature Matt Mullenweg’s “State of the Word” address as well as a variety of amazing speakers that you’d normally only get to see at expensive industry conferences. This year the program will be expanded to three days, with programming for publishers, bloggers, and developers. There will also be related activities, like core team summits, workshops  for contributors, designers, and local organizers, and various professional and networking events. The planning is just beginning, so save the date on your calendar and keep an eye on the WordCamp SF 2011 site (and/or follow the @wordcampsf twitter account) for updates as details become available.

    \n

    *For people who attended WordCamp SF last year who thought the annual event this year would be called WordCon, with WordCamp SF becoming a more locally-oriented event, you can read my long-winded explanation of why we didn’t go that route over the on the WordCamp Central blog.

    \n\";s: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://wordpress.org/news/2011/01/wordcamp-sf-2011/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s: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:\"WordPress 3.1 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Jan 2011 18:58:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1664\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"WordPress 3.1 Release Candidate 3 is now available. After careful evaluation of the 3.1 features in RC2, we recognized the need to make some adjustments. There are some significant differences from previous versions of 3.1, so please review the changes if you have been developing against a beta or RC version. The biggest change is the [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Andrew\";s: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:4042:\"

    WordPress 3.1 Release Candidate 3 is now available. After careful evaluation of the 3.1 features in RC2, we recognized the need to make some adjustments. There are some significant differences from previous versions of 3.1, so please review the changes if you have been developing against a beta or RC version.

    \n

    The biggest change is the removal of AJAX list tables, which had been an effort to move all of our list-style screens to full AJAX for pagination, searches, and column sorts, and to consolidate the list-style screens into a single API that plugins could leverage. Unfortunately, with more testing came realizations that there were too many major bugs and usability issues with how the functionality was implemented, so we’ve spent the last week rolling back the most important portions of the feature.

    \n
      \n
    • For users: AJAX has been entirely disabled for the list tables. We hope to bring this back again, in a form that is properly and fully implemented, in a future release. Column sorting remains, but everything else has returned to its 3.0 state.
    • \n
    • For developers: The entire list table API is now marked private. If you attempt to leverage new components of the API, you are pretty much guaranteeing that your plugins will break in a future release, so please don’t do that. \':-)\' We hope to enable all the fun new goodies for public use in a future release.
    • \n
    \n

    This is the only way we could prevent any regressions in functionality and usability from WordPress 3.0 to 3.1. That’s right, users and plugin authors can still do everything you used to be able to do (and a little bit more).

    \n

    Because of the code churn between RC2 and RC3, this release candidate needs a lot of testing. Every list screen needs testing. In particular, the comment moderation screen needs testing, especially with keyboard shortcuts (if you didn’t know about those, now’s your chance to try them out).

    \n

    Other fixes in RC3 include:

    \n
      \n
    • Properly display the author dropdown in Quick Edit
    • \n
    • Various important fixes to numerous taxonomy query variables
    • \n
    • Fixes to the theme deletion process
    • \n
    • Fixes to pages used for posts
    • \n
    • IIS and Multisite: Avoid resetting web.config on permalink save
    • \n
    • Properly validate post formats and their rewrite rules
    • \n
    \n

    I’m assembling a group of friends in Washington, D.C., this weekend to test WordPress 3.1 and provide feedback. We’d love to see this idea catch on among friends at coffee shops around the world. (We’ll blog our results, and we’re thinking about using the hashtag #wptest on Twitter.) If you are testing the release candidate and think you’ve found a bug, there are a few ways to let us know:

    \n\n

    To test WordPress 3.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip).

    \n

    We’re going to study this release carefully to see where we can improve on our internal processes in the future. With that, our requisite haiku, authored by Jane:

    \n

    Pulling the AJAX –
    \nsometimes you need to step back
    \nand show some restraint.

    \n

    Happy testing!

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 17 May 2011 16:23:34 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 12 May 2011 23:36:45 GMT\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(13756,0,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1305692805','no'),(13757,0,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt: WP + MLB\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=38176\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://ma.tt/2011/05/wp-mlb/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:444:\"

    Batters Up: Major League Baseball Now on WordPress.com. MLB’s blogging system used to be powered by Movable Type, and about 15,000 blogs switched over to WordPress.com as part of this. It’s an honor and delight to have so many great bloggers joining the family. They’re also in good company with VIP blogs for the NFL, NBA, NBC Sports…

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 06:58:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WP iPhone: 3/4 of all crashes fixed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ios.wordpress.org/?p=1042\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ios.wordpress.org/2011/05/16/crashes-fixed-may/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2352:\"

    Over the last few versions of WordPress for iOS, we’ve been able to eliminiate more than 75% of the crashes reported. While a lot of work remains to make the app as stable as we want it to be, we wanted to share the chart below which details the number of crashes per app version over the last 5 months.

    \n

    \"\"

    \n

    WordPress for iOS 2.8 will soon become available, which has further stability improvements as well as some exciting new features.

    \n

    Be sure to follow @WordPressiOS on Twitter for the latest news.

    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 17:47:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Isaac Keyet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Weblog Tools Collection: WordPress Contributors Now Listed in 3.2 Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/OX1-Ekb1mXY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:819:\"

    Starting with the 3.2 beta, WordPress contributors are now credited on a fancy new page in the Dashboard. Data is pulled from the contributor’s WordPress.org profile (for example, Andrew Nacin’s profile), so make sure that yours is up to date!

    \n

    It sure is great to see some up-front recognition for all of the contributors to WordPress. What do you think? Is this a step in the right direction?

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 13:00:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Donncha: Howto: Build a contact form with a Polldaddy survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://ocaoimh.ie/?p=89496210\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ocaoimh.ie/2011/05/16/build-contact-form-polldaddy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4933:\"

    I just added a contact form to the about page here using a Polldaddy survey. While it’s not as straight forward as installing a plugin to do the job, I think it’s worth doing because it touches on all aspects of Polldaddy survey creation. After you’ve created this contact form on your own blog you’ll know how to create a Polldaddy survey, a custom style sheet and how to change the language in the form too. It’s very flexible.

    \n

    Here’s how I did it.

    \n
      \n
    1. Login to Polldaddy and on the dashboard create a new survey for your contact form.
      \n\"\"
    2. \n
    3. Give your form a descriptive name and select the custom stylesheet. You’ll have to create a new one. I use the WordPress 2010 theme so I based my stylesheet on the Plain White theme. Changes are minor, mainly to accommodate width and font size. Grab the css file here and copy it into your style.
    4. \n
    5. Now on to the questions. I created a simple Name, Email and Comment form.
      \n \"\"
    6. \n
    7. You need to tell the survey where to send responses. After saving, go to Reports->Data and scroll down to the Email Notifications where you can fill in your details. You can also subscribe to an rss feed or send responses to a HTTP URL.\n

      \"\"

    8. \n
    9. To embed the form in your website use the embed popup and choose “Website Inline”. The iframe code should be copied into the new page that will hold your contact form.\n

      \"\"

    10. \n
    11. You’ll have a form that looks like this.\n

      \"\"

    12. \n
    13. You’re not finished yet though. Submit the form and you’ll see the message, “Survey Completed”. That’s not exactly appropriate for a contact form is it? Go to the languages page and create a new Survey Pack. You can change just about every bit of text displayed in the form here. After you’ve saved the language pack go back to the edit survey page and select the correct language pack:
      \n\"\"
    14. \n
    15. The one final job to do is to adjust the iframe size. I made each field of the form mandatory but that raises errors when you submit an empty form. Those errors make the form longer than the default and the iframe is too small to hold it. I bumped the height to 900 pixels and no more ugly scrollbars! There’s more empty whitespace below the form but my contact form is at the end of the page so I don’t mind.
    16. \n
    \n

    You could also use the Javascript embed method, but that loads the survey form in a css popup window. I prefer the iframe method.

    \n

    As you can see, Polldaddy surveys are incredibly flexible and offer a lot of customization options. I work on Polldaddy code every day so of course I’ll say this but I’d have no hesitation in recommending the service to anyone needing polls, surveys, quizzes or ratings. Create a free account and give it a spin!

    \n

    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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:48:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 5/15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/psjuHvxs6wI/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1292:\"

    New plugins

    \n

    Resize Twenty Eleven Header is a simple plugin which allows you to resize the header in the new Twenty Eleven theme (WordPress 3.2 beta) without modifying any code.

    \n

    Simple SEO Sitemap essentially goes as far as possible for you to streamline the sitemap generation process so that you don’t have to do much thinking.

    \n

    Updated plugins

    \n

    IntenseDebate is a feature-rich comment system for WordPress, Blogger, Tumblr and many other blogging/CMS platforms.

    \n

    Posts by Tag provides sidebar widgets which can be used to display posts from a specific set of tags.

    \n

    Twitter Avatar Reloaded adds a new field to the comment form to get the user’s Twitter usrename and uses it to replace the Gravatar with their Twitter avatar when the comment is displayed.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 09:45:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Weblog Tools Collection: WP On Tour: International WordPress Coworking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://weblogtoolscollection.com/?p=10004\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/-vAcH5j_YgY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1309:\"

    WP On Tour is an in-planning international coworking trip geared towards anyone with an interest in WordPress.

    \n

    The idea is to step out of your daily (office) environment and work at a challenging location somewhere in the world. Like a holiday, but then with WordPress geeks Everybody is welcome: bloggers, designers, programmers, entrepreneurs, etc.

    \n

    Simply 1 week of fun, working, sightseeing, brainstorming, relaxing and inspiring each other.

    \n

    The trip is being planned by Automattic Happiness Engineer, Karim Osman, and expected to last anywhere from five to seven days. At this time, there are no details on a location, but wherever it is, there will definitely be plenty of WordPress enthusiasts working and socializing.

    \n

    If you can’t wait to get involved, Karim is looking for a killer logo for the event.

    \n

    What do you think of the event? Would you travel to work alongside an international collection of WordPress stars?

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 May 2011 13:00:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Matt: Incomplete Manifesto for Growth\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=38174\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2011/05/incomplete-manifesto-for-growth/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"

    Bruce Mau Design Incomplete Manifesto for Growth — “Written in 1998, the Incomplete Manifesto is an articulation of statements exemplifying Bruce Mau’s beliefs, strategies and motivations. Collectively, they are how we approach every project.” I dig. Hat tip: Noel.

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 17:20:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 5/13\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://weblogtoolscollection.com/?p=10013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/zPBtsj79oag/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1654:\"

    \"\"

    \n

    Icy Night features vibrant, loud, and bright colors with a cohesive and smooth feel.

    \n

    \"\"

    \n

    The Common Blog is a simple and clean theme to use right out of the gate or to build upon with child themes.

    \n

    \"\"

    \n

    ZenLite Blue is a ZenLite child theme with all of the same functionality as ZenLite, but with a blue skin.

    \n

    \"\"

    \n

    ZenLite Citrus is a bright and juicy child theme for ZenLite with added Google Fonts.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 13:00:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Matt: Living with Black Swans\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=38172\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2011/05/living-with-black-swans/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"

    Nassim Taleb on Living with Black Swans — “During a recent visit to Wharton as part of The Goldstone Forum, he spoke with Wharton finance professor Richard Herring — who taught Taleb when he was a Wharton MBA student — about events in the Middle East, the oil supply, investing in options, the U.S. economy, the dollar, health care and of course, black swans.”

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 02:21:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Weblog Tools Collection: WordPress 3.2 Beta 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10008\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Py4NxvzbjW0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1464:\"

    WordPress 3.2 Beta 1 has been released. It’s not recommended for use on a live site yet, but testing is still encouraged. If you find any bugs, please report them as soon as possible with as much detail as possible.

    \n

    The new beta sports performance improvements, distraction-free writing, a new Dashboard and Default Theme, more admin bar features, and no more support for long-outdated browsers (including links to the redesigned Browse Happy).

    \n

    If you have any questions, please contact the special support forum or the wp-testers mailing list.

    \n

    If you’re a plugin or theme developer, now’s the time to try WordPress 3.2, as the final release is on target for the end of June.

    \n

    Have you tried the WordPress 3.2 beta yet? What do you think so far?

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 12 May 2011 13:00:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Dev Blog: WordPress 3.2, Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1816\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4229:\"

    It seems like just yesterday that we released WordPress 3.1, but it’s actually been almost three months. We’ve spent that time putting together a new release focused on performance improvements, and are ready for our first beta testers!

    \n

    As always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it.

    \n

    If all goes well, we hope to release WordPress 3.2 by the end of June, though that is (again, as always) subject to change depending on how the beta period goes. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version. If you want to be a beta tester, you should check out the Codex article on how to report bugs.

    \n

    Here’s some of what’s new:

    \n
      \n
    • Performance improvements like you wouldn’t believe. What’s that mean? Things are faster!
    • \n
    • Distraction-free Writing. The visual editor’s full-screen composing experience has gotten a major overhaul, and is now available from HTML mode, too. More than ever, WordPress allows you to focus on what matters most — your content.
    • \n
    • Admin UI Refresh. The last major redesign of the WordPress admin was in 2008. This isn’t a major redesign, just a little facelift to keep us feeling young. WordPress turns 8 later this month, you know.
    • \n
    • New Default Theme. Introducing Twenty Eleven, based on the popular Duster theme. Rotating header images, post format support, and more.
    • \n
    • Browse Happy. WordPress is made to work with modern browsers. If you visit your Dashboard using an outdated web browser, we’ll let you know there’s a newer version available.
    • \n
    • Admin Bar. We’ve added more links to the admin bar to make it even more useful.
    • \n
    \n
    \n
    Be Aware:
    \n
    \n
      \n
    • WordPress has new minimum system requirements: PHP 5.2.4 and MySQL 5.0.
    • \n
    • Internet Explorer 6 will no longer be supported.
    • \n
    • The favorites menu has been removed. If you’ve written any plugins that use this menu, it’s time to switch over to an admin bar placement.
    • \n
    \n
    \n
    \n
    Known Issues:
    \n
    \n
      \n
    • We haven’t updated the blue admin color scheme yet, so do your testing in the gray zone for best results.
    • \n
    \n
    \n

    Remember, if you find something you think is a bug, report it! You can bring it up in the alpha/beta forum, you can email it to the wp-testers list, or if you’ve confirmed that other people are experiencing the same bug, you can report it on the WordPress Core Trac. (I recommend starting in the forum or on the mailing list.)

    \n

    Theme and plugin authors, if you haven’t been following the 3.2 development cycle, please start now so that you can update your themes and plugins to be compatible with the newest version of WordPress.

    \n

    Note to developers: WordPress is built by the contributions of hundreds of developers. If you’d like to see this release come out on time, I encourage you to pitch in. Even if you don’t have time to do testing on the beta version, you could help us by contributing a fix for one of the many bugs we already know about.

    \n

    Download WordPress 3.2 Beta 1

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 May 2011 08:22:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Publisher Blog: Montreal Gazette powered by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://publisherblog.automattic.com/?p=1478\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://publisherblog.automattic.com/2011/05/11/montreal-gazette-powered-by-wordpress-com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2669:\"

    Now the Montreal Gazette‘s network of blogs is powered by WordPress and part of the WordPress.com VIP Hosting program. Welcome to the WordPress family!

    \n

    \"Montreal

    \n

    [Visit the Montreal Gazette\'s network of blogs]

    \n

    Ready to become a VIP Services Client? Some of the world’s biggest brands rely on WordPress.com VIP Services.

    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 18:57:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sara Rosso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Andrew: Server managed cache in the browser\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://azaozz.wordpress.com/?p=145\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://azaozz.wordpress.com/2011/05/11/server-managed-cache-in-the-browser/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7180:\"

    Imagine browsing to a big web page with lots of images and scripts, and it loads in your browser almost instantly, nearly as fast as loading it from your hard drive. Now imagine you’re browsing a web site with about 60-70 of these pages and they all load very very fast. Sounds interesting? But how to do that? Prime the browser’s cache? Preload all components of the web pages somehow? Is that possible?

    \n

    Well, yes and no. It is possible by using Gears. It can be set to store all “static” components (JS, CSS, images, etc.) of a web page or a whole web site and load them from the local storage every time they are requested by the browser. However the Gears team shifted their priorities to HTML 5.0 offline storage which was the main idea behind Gears in the first place. Unfortunately the HTML 5.0 specification for offline storage implements only some of the features that were available in Gears, so this type of caching (controlled by the user and managed by the server) is impossible.

    \n

    But why server managed cache? Isn’t the standard browser caching good enough? Yes, it is good. It has evolved significantly during the 15 or so years since the beginning of the World Wide Web. However it just can’t do that.

    \n

    Lets take a simplistic look at how the browser cache works:

    \n
      \n
    • We (the users) browse to a web page.
    • \n
    • The Server tells the Browser: “Hey there, these few files (images, JS, CSS, etc.) are almost never updated, put them in your cache and don’t ask me to send them again for the next 10 years.”
    • \n
    • The Browser thinks: “Hmm, put them in the cache you saying? I’ll think about it. You know, I’m a Web Browser. I need to load pages very very fast. I don’t want a huge cache with millions of files in it. That will slow me down. Lets see if the User would come back to this page ever again.”
    • \n
    \n

    If we keep going to the same web page eventually the Browser would change his mind: “Maybe that Server was right and I should put these files in my cache. That would speed up page loading. But what will happen if these files are updated… I better keep asking the Server to check if they have been updated so my cache is always fresh.”

    \n

    Couple of years ago we implemented Gears as WordPress’ Turbo feature. We didn’t use it to make WordPress an offline app, we used it to create server managed cache. It worked great. Even the heaviest pages in the WordPress admin were loading considerably faster regardless of how often the users were visiting them.

    \n

    The implementation was very simple: we had a manifest that listed all “static” files and couple of user options to enable and initialize the “super cache”. The rest was handled automatically by Gears. So in reality we discovered the perfect way of browser caching for web apps:

    \n
      \n
    • The User decides which web sites / web apps are cached and can add or remove them.
    • \n
    • The server (i.e. the web app) maintains the cache, updating, adding, deleting files as needed.
    • \n
    \n

    The results were spectacular. We didn’t need to concatenate and compress scripts and stylesheets. We even stopped compressing TinyMCE which alone can load about 30-40 files on initialization. And page load time was from 0.5 to 1.5 sec. no matter how heavy the page was. For comparison before implementing this “super caching” pages were loading in 5 to 9 sec.

    \n

    Why was it performing that well? Simple: it eliminated all requests to the server for the files that were cached. And that means all, even the “HEAD” requests. In our implementation the only file that was loaded from the server was the actual HTML. All other components of the web page were stored in Gears’ offline storage.

    \n

    That also had the side benefit of eliminating a big chunk of traffic to the server. At first look it doesn’t seem like a lot, 30-40 requests for the web page components followed by 30-40 of HEAD requests per page every now and then (while the browser cache is hot), but think about it in global scope: several millions of these pages are loaded every hour.

    \n

    So, why not do the same with HTML 5.0 offline storage? Because it doesn’t work that way. The HTML 5.0 specification for offline storage is good only for… Offline storage. It’s missing a lot of the features Gears has. Yes, there is a workaround. We can “store offline” a skeleton of the web page and then load all the dynamic content with XHR (a.k.a. AJAX), but that method has other (quite annoying) limitations. Despite that we will try this method in WordPress for sure, but that discussion is for another post.

    \n

    In short: the HTML 5.0 offline storage implementation is missing some critical features. For example a file that is stored there is not loaded from the storage when the browser goes to another page on the same website. Yes, it’s sad watching the browser load the same file again and again from the Internet when that file is already on the user’s hard drive.

    \n

    What can we do about it? Don’t think there is anything that can be done short of changing, or rather enhancing the HTML 5.0 specification for offline storage. The XHR “hack” that makes this kind of caching possible with the current HTML 5.0 is still just a hack.

    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 15:32:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 5/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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/RKOOeKbLQp4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1728:\"

    New plugins

    \n

    Multisite Dashboard Feed Widget shows the latest posts from the main site of a multisite install in the top of the Dashboard of the sites hanging under the multisite install.

    \n

    Slick Contact Forms creates a widget, which adds a contact form using either a floating, drop down button or a sticky, sliding tab.

    \n

    WCS Custom Permalinks Hotfix is a hotfix for permalink issues encountered with WordPress installations after upgrading to 3.1.x.

    \n

    WCS QR Code Generator is a QR Code (Quick Response) generator for mobile tagging. It allows you to create one of the ever-popular QR Codes anywhere on a page/post or in a text widget.

    \n

    WP Users Page uses a shortcode to display a list of users under a specific role.

    \n

    Updated plugins

    \n

    OSM displays maps in your WordPress blog using the OpenLayers technology – no API key is needed.

    \n

    Page.ly MultiEdit uses custom fields to create simple tinyMCE editable regions on page templates.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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:00:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Weblog Tools Collection: Finding WordPress Jobs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://weblogtoolscollection.com/?p=9997\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/AFlyCWezn4g/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2289:\"

    WordPress jobs are starting to come in high demand again. Automattic is looking for talented folks in a variety of fields, and Crowd Favorite is looking for PHP developers, but you won’t be able to walk into just any office and apply for a WordPress-related position. You’ll need to know where to look first.

    \n

    Elance seems to be the way to go these days, and it’s definitely worth noticing that “WordPress” is their most in-demand skill set. I used Elance for a few jobs in the past, and it’s incredibly easy. Just signup for an account, pick your client, and they’ll either take care of or walk you through the rest. They even have some nice arbitration options if a client stiffs you on the bill.

    \n

    Another great place to look is the official WordPress Jobs board. In fact, that’s how I found my job here. The concept is pretty straight-forward. Just find a job posting that catches your eye, contact the poster, and proceed from there. Make sure that you subscribe to the site’s RSS feeds too. You don’t want to miss out on a great job just because someone else saw it before you did.

    \n

    The most important bit of advice that I can offer is that you need to make yourself known and make an effort to contact potential clients. Don’t expect them to come to you. By all means, set up a site to advertise your services, but don’t expect to anyone to find it without word of mouth references, and don’t expect such references without satisfied clients.

    \n

    Disclaimer: I work for Weblog Tools Collection (found via WordPress Jobs) and Automattic (found via their site), so you can too! Now, get out there and find a job that you enjoy doing!

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 May 2011 13: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Alex King: Hiring: PHP Developers in Denver, CO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://alexking.org/?p=5826\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://alexking.org/blog/2011/05/09/hiring-sr-php-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2131:\"

    Want a fun and challenging work environment? Want to build stuff on the cutting edge with and for WordPress? At Crowd Favorite we build cool things for the web. We get to play with the entire web stack, from back-end API architecture to advanced front-end HTML5, CSS and jQuery interfaces.

    \n

    \"Crowd

    \n

    We are hiring immediately for 2 PHP developers to join our team. You should have the following core qualities and experience:

    \n
      \n
    • A love for new challenges. We are constantly taking on new projects for high profile clients, building new integrations, and pushing the limits of what can be done with WordPress.
    • \n
    • A desire to work in a developer-centric environment.
    • \n
    • A solid knowledge of general web architecture, PHP, JavaScript and some decent HTML and CSS chops.
    • \n
    • A self-starter who loves taking ownership of projects.
    • \n
    • Experience working in a team environment and a desire to do so.
    • \n
    • High standards and willingness to always adhere to our “don’t ship crap” policy.
    • \n
    • A willingness to be open and honest about bugs and mistakes.
    • \n
    \n

    This position is available immediately in our Denver office, and we are only considering local candidates1 at this time.

    \n

    All of this sound good? I hope so, and I look forward to hearing from you.

    \n
      \n
    1. We are willing to consider candidates who wish to relocate to Denver. [back]
    2. \n
    \n\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 May 2011 03:59:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Weblog Tools Collection: WordPress Theme Releases for 5/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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9991\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/wHuGKLMcFe0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1224:\"

    \"\"

    \n

    Boldly Moody simulates looking through frosted glass to beautiful, colorful fabric or a painting.

    \n

    \"\"

    \n

    Shadows has a very clean and minimal design enhanced with some great CSS3 shadows.

    \n

    \"\"

    \n

    Widodo is based on the 960.gs framework and integrated with Twitter and Flickr, Post Thumbnail, Post Format, Gallery and more.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 13:00:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weblog Tools Collection: WordPress Plugin Releases for 5/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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9989\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/HOaC4ilCK_c/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1256:\"

    New plugins

    \n

    OrangeBox is a lightweight, cross-browser, automated jQuery lightbox script. It can display images, quicktime videos, YouTube and Vimeo videos, Flash SWF files, and inline content (along with links in the inline content to open another lightbox).

    \n

    Simple Top Posts is a super simple top posts widget based on comments. Choose weekly, monthly, or all time.

    \n

    Updated plugins

    \n

    AddToAny: Share/Bookmark/Email Button helps people share, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Google Buzz, Digg, Delicious, and well over 100 more social bookmarking and sharing sites.

    \n

    Exploit Scanner searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 May 2011 13:00:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress.tv: Scott Berkun How is WordPress.com made?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6097\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.tv/2011/05/06/scott-berkun-how-is-wordpress-com-made/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2011 21:05:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"blazestreaming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress.tv: Howard Howell Selling With A 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6108\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2011/05/06/howard-howell-selling-with-a-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:1807:\"
    \n
    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"
    \"Howard
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2011 21:04:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"blazestreaming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WordPress.tv: Will Anderson Using AJAX in Plugins and 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:27:\"http://wordpress.tv/?p=6117\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2011/05/06/will-anderson-using-ajax-in-plugins-and-themes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1818:\"
    \n
    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"
    \"Will
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2011 21:02:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"blazestreaming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Mark Jaquith: Just you and your thoughts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://markjaquith.wordpress.com/?p=610\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://markjaquith.wordpress.com/2011/05/06/just-you-and-your-thoughts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2614:\"

    In 2007, I wrote this about the job of software:

    \n

    That’s when I know WordPress is doing its job: when people aren’t even aware they’re using it because they’re so busy using it!

    \n

    I cited that more as a direction, than a goal. If the job of software is to get out of the way, it never completely reaches it — it just gets closer and closer. Sort of how dividing a number in half an infinite number of times never quite gets you to zero.

    \n

    Today, in 2011, I took this screenshot of the Distraction-Free Writing interface for the upcoming WordPress 3.2:

    \n

    \"screenshot

    \n

    How’s that for getting out of your way?

    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2011 16:33:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Publisher Blog: Lollapalooza on WordPress for 20th Anniversary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://publisherblog.automattic.com/?p=1443\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://publisherblog.automattic.com/2011/05/06/lollapalooza-on-wordpress-for-20th-anniversary/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2414:\"

    The first Lollapalooza music festival was held in 1991. 20 years later, they’re still going strong, and we’re stoked they’re using WordPress to make the 20th edition a success.

    \n

    \"Lollapalooza

    \n

    [Visit Lollapalooza.com]

    \n

    Want WordPress for your site? Get.WP.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2011 16:00:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sara Rosso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Weblog Tools Collection: WordPress 3.2 New Dashboard and Twenty Eleven\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://weblogtoolscollection.com/?p=9986\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/6LQtyjM8bzg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1566:\"

    Previews of upcoming WordPress 3.2 changes seem to be pouring out regularly these days, especially since the news about the new distraction free writing mode earlier.

    \n

    The team has got to work on a full Dashboard refresh, which you see some nice screenshots of here. Overall, the new look is quite a bit sleeker and clearer than earlier versions.

    \n

    We’re also getting our first sneak peaks at Twenty Eleven, which is still pretty much Duster with a few minor changes. If you’re handy with accessibility issues, the team is looking for both feedback on Twenty Eleven and volunteers to join a new accessibility working group.

    \n

    If you can’t wait to get your hands on these cool new changes, install the WordPress Beta Tester plugin to grab the latest trunk.

    \n

    Are you running the latest WordPress 3.2 trunk? What do you think so far?

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 May 2011 13:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Publisher Blog: National Broadband Map on 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:43:\"http://publisherblog.automattic.com/?p=1445\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://publisherblog.automattic.com/2011/05/05/national-broadband-map/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3644:\"

    In February of this year the NTIA, in collaboration with the FCC, launched the National Broadband Map, an interactive website that allows users to view broadband availability across every neighborhood in the United States with the goal of encouraging local economic growth by facilitating the integration of broadband.

    \n

    “The structure of the WordPress API allows us to develop much faster than any other CMS we’ve tried.”

    \n

    —Ivan Djordjevic, National Broadband Map

    \n

    They chose WordPress to power this colossal project for several reasons: they wanted a platform that could support +25 million data records without sacrificing performance and scalability; speed of development was a high priority; and they needed a flexible architecture to support their vast number of content types.

    \n

    The project makes extensive use of Custom Post Types and core APIs, and is a great example of WordPress’s flexibility as a development platform.

    \n

    \"\"[ Visit the National Broadband Map ]

    \n

    Want WordPress for your site? Get.WP.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2011 14: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Paul Maiorana\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Weblog Tools Collection: WordPress Theme Releases for 5/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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9981\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/J_5yWao2ORk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:832:\"

    \"\"

    \n

    Sunset is a beautiful richly colored theme, specifically formatted with three columns to accommodate a variety of widgets.

    \n

    \"\"

    \n

    zeeDisplay is a smart and clean two column theme with rounded corners.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2011 13:00:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Publisher Blog: Edmonton Journal on 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:43:\"http://publisherblog.automattic.com/?p=1438\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://publisherblog.automattic.com/2011/05/04/edmonton-journal-on-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2804:\"

    The Edmonton Journal now has a new platform for blogging – WordPress.com VIP!

    \n

    “The Journal blogs you know and love will be more shareable, more searchable and more connected to the local blogosphere.”

    \n

    Read more about the WordPress blog launches or visit the Edmonton Journal Blogs page.

    \n

    \"Edmonton

    \n

    Ready to become a VIP Services Client? Some of the world’s biggest brands rely on WordPress.com VIP Services.

    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 May 2011 16:32:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sara Rosso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Weblog Tools Collection: Distraction Free Writing is Coming to 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:40:\"http://weblogtoolscollection.com/?p=9976\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/ZqdAn_3udPg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:886:\"

    A new distraction free writing mode has made its way into the WordPress trunk for the upcoming 3.2 release.

    \n

    As the name implies, the goal is to create a simple screen that pretty much displays nothing but the text you type, though further options can revealed simply by moving your mouse.

    \n

    If you’re running WordPress on the bleeding edge, we’d love to hear what you think! If you’re sticking with the stable release, like most of us, check out these handy screenshots from Automattician Stephane Daury.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 May 2011 13:00:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WPTavern: Pushing For Innovation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5265\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://feedproxy.google.com/~r/WordpressTavern/~3/9iPBbea6k3U/pushing-for-innovation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:669:\"

    The WordPress ecosystem is rife with copycats and we’re severely lacking a couple of unique ideas. Due to the popularity of WordPress and the obvious success that designers / developers and businesses have experienced in recent years, many more are flocking to the platform to make a quick buck. Which would’ve been absolutely fantastic for all those involved, except that these newcomers are not bringing much newness to the table.

    \n

    via The Copycat Stagnation | Adii.

    \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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2011 21:51:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WP Blackberry: Version 1.5 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://blackberry.wordpress.org/?p=464\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blackberry.wordpress.org/2011/05/03/version-1-5-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3541:\"

    We’re pleased to introduce WordPress for BlackBerry version 1.5, which adds new features like a home screen icon showing you how many comments are in moderation, custom image sizes, and discussion settings!

    \n

    Depending on your region or country, you might not see the latest version in the BlackBerry App World just yet, but the update should be available on your device starting now.

    \n

    Here’s what’s new:

    \n
      \n
    • Added support forBlavatars (“Blog Avatars”).
    • \n
    • Added preview for drafts, scheduled and private posts.
    • \n
    • Introduced the home screen icon for comment notifications.
    • \n
    • Added a visual indicator that shows the post status in the post list screen.
    • \n
    • Added support for Discussion settings (enable/disable comments, pingbacks and Trackbacks).
    • \n
    • Categories are now alphabetically sorted.
    • \n
    • Added the possibility to specify a resize dimension on each image.
    • \n
    • Changed the image resize feature, by adding predefined dimensions loaded from the Blog Media Settings.
    • \n
    • Fixed issues on the Permissions settings screen, it now appears once at first startup.
    • \n
    • Small UI redesign.
    • \n
    \n\n
    \n

    Do you have questions or feedback on how we can make the app better? Please visit the WordPress for BlackBerry forums and tell us your thoughts!

    \n
    \n
    \n

    Follow us on Twitter for the latest news: @WPBlackBerry.

    \n
    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2011 21:29:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Danilo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WordPress.tv: Nathaniel Taintor Rapidly Prototyping Web Applications Using Back Press\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6111\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://wordpress.tv/2011/05/03/nathaniel-taintor-rapidly-prototyping-web-applications-using-back-press/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1913:\"
    \n
    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"
    \"Nathaniel
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2011 20:44:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"blazestreaming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WordPress.tv: Scott Berkun How WordPress.com is Made\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6120\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.tv/2011/05/03/scott-berkun-how-wordpress-com-is-made/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1822:\"
    \n
    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"
    \"Scott
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2011 20:40:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"blazestreaming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"WordPress.tv: Andrew Spittle Edit Flow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2011/05/03/andrew-spittle-edit-flow/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1780:\"
    \n
    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"
    \"Andrew
    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2011 20:25:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"blazestreaming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Publisher Blog: WordPress.com has record 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://publisherblog.automattic.com/?p=1431\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://publisherblog.automattic.com/2011/05/03/wordpress-com-has-record-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3850:\"

    Yesterday WordPress.com had record pageviews due to breaking news on WordPress.com VIPs CNN, Time, many others, for 105M pageviews in one day.

    \n

    Below is the Tweet which you can interact with directly to RT or reply to, thanks to WP.com’s Twitter Blackbird Pie feature.

    \n
    \n
    \"WordPress.com\"@wordpressdotcom
    WordPress.com
    \n
    Breaking news for CNN, Time & others leads to over 105M WP.com pageviews in one day, most ever recorded
    \n\n
    \n
    \n

    Ready to become a VIP Services Client? Some of the world’s biggest brands rely on WordPress.com VIP Services.

    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2011 17:55:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sara Rosso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weblog Tools Collection: WordPress Plugin Releases for 5/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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/lLaiWjRVK2E/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1043:\"

    New plugins

    \n

    CataBlog allows you to catalog pretty much anything you would want and share it through your blog in a simple but elegant gallery.

    \n

    Floating Menu creates a widget, which adds a floating, sticky, drop down menu from any standard WordPress custom menu using jQuery.

    \n

    Updated plugins

    \n

    Front-end Editor lets you make changes to your content directly from your site. No need to load the admin backend just to correct a typo.

    \n

    Mute Screamer uses PHPIDS to detect attacks on your WordPress site and react in a way that you choose.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 May 2011 13:00:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Weblog Tools Collection: WordPress and the Lost Password\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://weblogtoolscollection.com/?p=9968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/piOj69uST5I/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1474:\"

    So, you’re on your way to write you latest blog masterpiece, but are shocked to find out that you can no longer log in to your WordPress blog. The password isn’t “password” like you had remembered, and the piece of paper that you wrote it on was washed with your pants last week. What can you do?

    \n

    The easiest way to reset your password is with the “Lost your password?” link under your blog’s log in form. This will send a password reset email to the email address in your user profile, so be sure to keep that up to date.

    \n

    What if the email never arrives, or you’ve lost access to the email address in question? Fortunately, there are plenty of alternative ways to reset your password covered in this Codex article. Most hosting providers offer phpMyAdmin via their control panel, and I have often found the phpMyAdmin method to be the easiest (excluding the “Lost your password?” link, of course).

    \n

    If you’re having trouble with any of these, the volunteers in the WordPress Support Forums are more than happy to guide you down the right path.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2011 13:00:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Weblog Tools Collection: WordPress Theme Releases for 5/1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9958\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/3twZ8RiPM5Y/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2098:\"

    \"\"

    \n

    Blue Green Blast is an attractive theme that uses a complimentary blue-green and red-orange color scheme.

    \n

    \"\"

    \n

    Daily Journal is great for a professional yet artistically bent website.

    \n

    \"\"

    \n

    Magz features a cool and modern dark UI design with some great textures and premium like features.

    \n

    \"\"

    \n

    TwentyTen Tech was designed for tech news or tech review WordPress powered websites.

    \n

    \"\"

    \n

    Yoko is a modern three-column blog theme. A responsive layout optimizes the theme for mobile devices like tablet pcs and smartphones (the layout switches to a two- or one-column layout depending on the screen size the theme is viewed on).

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 May 2011 13:00:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Publisher Blog: Houston Chronicle migrates to 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:43:\"http://publisherblog.automattic.com/?p=1418\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://publisherblog.automattic.com/2011/04/29/houston-chronicle-migrates-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2437:\"

    As Dwight Silverman mentions in the Houston Chronicle Tech Blog, Chron.com will soon be moving all their 360 blogs from Movable Type to WordPress. Welcome to the WordPress family!

    \n

    \"\"

    \n

    [Visit the Houston Chronicle at Chron.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Apr 2011 16:00:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sara Rosso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 4/29\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9955\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Vqfiujy9urk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:933:\"

    New plugins

    \n

    Search Integrate allows you to add sponsored results to your site search and gain valuable insight into user search behavior.

    \n

    SweetCaptcha offers a cute and interactive CAPTCHA, consisting of a question the user needs to answer by dragging the correct answer.

    \n

    Updated plugins

    \n

    Amazon Tools allows you to retrieve and display Amazon product information in your blog.

    \n

    Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Apr 2011 13:00:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Alex King: Wanted: Technical Project Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://alexking.org/?p=5682\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/blog/2011/04/28/wanted-technical-project-manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3151:\"

    I’m looking for a bright, motivated individual to join our team as a project manager.

    \n

    At Crowd Favorite we build cool things for the web. You will join us to enjoy the privilege of working with great clients and a sharp and dedicated team on fun and challenging projects.

    \n

    \"Crowd

    \n

    The project manager position is a management role – but we have a very flat structure and a collaborative team atmosphere. You will be coordinating with clients to understand their project requirements and to provide ideas and suggestions as to how projects can be improved. At the same time you will coordinate our internal resources to produce top quality work on time. You’ll do all of this while managing expectations on both sides to keep things running smoothly. It’s a challenging role, but you’ll have the support of a talented and experienced team that can really deliver for you.

    \n

    You should have the following core qualities and experience:

    \n
      \n
    • The ability to “get things” quickly. This isn’t a place for the complacent. We enjoy the chance to play with new technology and are always taking on new challenges.
    • \n
    • The desire to organize and manage and a willingness to juggle. Each project has its own unique path with challenges that arise throughout. The project manager has key responsibility throughout the project’s entire life cycle.
    • \n
    • A general understanding of how web technologies work and interact. We build things from the ground up, we customize, we integrate. You’ll learn something new on each project, but there has to be a solid base to start from.
    • \n
    • A willingness to make decisions, even if they end up being mistakes. Mistakes happen, it’s how we learn. The key is to make them with good intentions and to always make new ones.
    • \n
    • Excellent communication skills (written and verbal) and an understanding of nuance.
    • \n
    • High standards and a willingness to stand up and say so if you believe standards aren’t being met.
    • \n
    • You do not need to have prior project management experience.
    • \n
    \n

    This position is available immediately in our Denver office, and we are only considering local candidates1 at this time.

    \n

    All of this sound good? I hope so, and I look forward to hearing from you.

    \n
      \n
    1. We are willing to consider candidates who wish to relocate to Denver. [back]
    2. \n
    \n\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 28 Apr 2011 17:42:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Publisher Blog: 1000 Awesome Things powered by WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://publisherblog.automattic.com/?p=1405\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://publisherblog.automattic.com/2011/04/28/1000-awesome-things-powered-by-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7128:\"

    \"TheThe following interview is with Neil Pasricha, creator of 1000AwesomeThings.com, powered by WordPress.com, and two-time published author. His second book, The Book of (Even More) Awesome, is out today.
    \n

    \n

    How did you get the idea to create a blog about 1000 Awesome things? Does your blog help you become a happier person?

    \n

    NEIL: Well, I was in a pretty rough place when I started the blog. My wife and I were growing further and further apart and my best friend was battling a major depression. When I flipped open the newspaper or turned on the TV it was about melting ice caps, terrible hurricanes, and the collapsing economy.

    \n

    I started 1000 Awesome Things to try and find a way to cheer myself up. I wanted to find a place where bakery air, snow days, and popping bubble wrap were the most important things in the world.

    \n

    Over the next couple of years my personal life got worse. My wife told me she didn’t love me anymore. My best Chris took his own life. And in most ways I’m still the same guy – working the same office job in the suburbs, eating the same frozen burritos for dinner, and still needing to go to the gym more.

    \n

    But in many ways I’ve become happier because I see awesome things everywhere. I hit a string of green lights on my way home from work and think awesome! I flip to the cold side of my pillow in the middle of the night and think awesome! And I think these little daily highs add up to longer term happiness.

    \n

    Why did you choose WordPress and what have you liked most about using it as a publishing service?

    \n

    NEIL: Ha ha, I think I literally Googled “how to start a blog” and clicked on the first link!

    \n

    But my experience with WordPress since that first day has been absolutely incredible. The forums helped me figure out every issue I’ve got (and I’ve had issues!) and whenever I email support they reply right away.

    \n

    On a bigger note though, I really do think WordPress is changing the world by helping people from all places and spaces communicate their message to the world. Nothing could be more powerful than that.

    \n

    \"\"How did you get a book deal, and when is your second book coming out?

    \n

    NEIL: Well let me tell you a crazy story! When I started writing 1000 Awesome Things back in June, 2008 nobody read it except for my mom. Although, the traffic did double when she forwarded it to my dad.

    \n

    Then I got excited when I emailed it to friends and tens of people started coming each day. Then it become hundreds, then thousands, then millions… and then I got a phone call! And the voice at the other end of the line said “You just won the best blog in the world award!”

    \n

    Obviously, I thought this was some sort of spammy joke. But I somehow ended up winning the Webby Award for Best Blog in 2009 and got flown to New York to walk a red carpet with Martha Stewart, Jimmy Fallon, and Sarah Silverman.

    \n

    When I came home there were ten literary agents waiting for me in my inbox asking if I wanted to put together a book. It was a total Julie and Julia moment and it kind of hit me how powerful our little blogging community really is.

    \n

    The Book of (Even More) Awesome comes out today, April 28th!

    \n

    Anything else you’d like to share regarding WordPress?

    \n

    NEIL: Yes! To everyone out there with a WordPress blog: You are awesome! We may never meet, we may never talk, but I completely love, respect, and admire how much passion and energy goes into all of our sites.

    \n

    Maybe nobody realizes how long we slave over posts, how excited we are when we check our Stats pages, or how fun it is to get a comment from someone we’ve never met. I’ve been feeling these buzzes for two years and they’ve never got old to me. I am so grateful, so proud, and so flattered to be part of this amazing community.

    \n

    Let’s keep on blogging forever … and let’s always stay strong and stay AWESOME!

    \n

    Thank you so much for the chat and for those that check it out I really hope you like The Book of (Even More) Awesome.

    \n

    Thanks Neil!

    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 28 Apr 2011 16:30:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sara Rosso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Weblog Tools Collection: WordPress Developers Calling for CSS Help\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9951\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/ZVaF7gKy51Y/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:934:\"

    With the veil of Internet Explorer 6 now liftedWordPress will be receiving a major CSS overhaul for version 3.3, and the developers are asking for your help, advice, and opinions.

    \n

    The goal of the project is not to change the existing design, but to rather consolidate and simplify the existing CSS to allow for easy expansion and alteration in the future.

    \n

    If you can offer your skills to this project, I’m sure the developers and future WordPress 3.3 users will be much appreciative.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 28 Apr 2011 13:00:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Alex King: WordPress 3.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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://alexking.org/?p=5771\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/blog/2011/04/27/wordpress-3-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:596:\"

    Security update – time to upgrade! While this particular security patch won’t affect all WordPress sites (for example, it didn’t affect this one since I don’t have contributors), I highly recommend upgrading every time a new version comes out. Small upgrades are much easier than big upgrades. Don’t be that poor soul who puts it off and ends up dealing with the aftermath.

    \n\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 23:32:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 4/27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9945\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/t9iZPxoBJTg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1284:\"

    \"\"

    \n

    Slim comes with unlimited color options via a powerful admin panel with a built-in color picker. It also has an awesome rotating header image using the Cycle plugin.

    \n

    \"\"

    \n

    Tabula Rosa is a minimal theme with jQuery gallery implementation, sliding menus, and some other cool stuff.

    \n

    \"\"

    \n

    Translucent has a smooth and sleek look with very few hard edges and transitions.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 13:00:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Weblog Tools Collection: WordPress 3.1.2 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9943\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/TSPK1d-Z52E/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:709:\"

    WordPress 3.1.2 has been released and “addresses a vulnerability that allowed Contributor-level users to improperly publish posts,” while also fixing a few bugs.

    \n

    You should be able to upgrade automatically from the Dashboard -> Updates section of your blog’s Dashboard, but you can also upgrade manually if you run into trouble.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Apr 2011 22:50:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Dev Blog: WordPress 3.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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1801\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/04/wordpress-3-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:979:\"

    WordPress 3.1.2 is now available and is a security release for all previous WordPress versions.

    \n

    This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts.

    \n

    The issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter.

    \n

    We suggest you update to 3.1.2 promptly, especially if you allow users to register as contributors or if you have untrusted users. This release also fixes a few bugs that missed the boat for version 3.1.1.

    \n

    Download 3.1.2 or update automatically from the Dashboard → Updates menu in your site’s admin 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:31:\"Tue, 26 Apr 2011 19:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Weblog Tools Collection: WordPress GSoC Students and Projects Announced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://weblogtoolscollection.com/?p=9940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/P1hiK8aWyhQ/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1216:\"

    The students and projects for WordPress’s portion of Google Summer of Code 2011 have been announced. The students will be working with well-known community mentors on documentation revisions, file uploader enhancements, “Local Storage Drafts backup,” learn.wordpress.org (possibly similar to learn.wordpress.com), “enhanced emails,” threaded comment enhancements, “Extending WP Webservices,” additional language packs and enhancements to existing packs, UI improvements for the Android app, “Full-throttle Trac Annihilation” (clearing as many trac tickets as possible), “WordPress Move,” and “Template Versioning.”

    \n

    Congratulations to those of you who made it in this year, and we look forward to seeing what you bring to WordPress!

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Apr 2011 13:00:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 4/25\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://weblogtoolscollection.com/?p=9938\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/rixKRfhMB2U/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:846:\"

    New plugins

    \n

    Special Recent Posts is a simple but very powerful plugin/widget for WordPress which displays your recent posts with thumbnails.

    \n

    W4 Post List allows you to create a list of your categories, posts, or category posts, and show it on your site’s widget area, post, or page content area by shortcode.

    \n

    Updated plugins

    \n

    WP-reCAPTCHA integrates reCAPTCHA anti-spam methods with WordPress including comment, registration, and email spam protection.

    \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 Apr 2011 13:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Dougal Campbell: New Theme (in progress)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dougal.gunters.org/?p=45870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dougal.gunters.org/blog/2011/04/25/new-theme-for-dougal/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7923:\"
    \"theme

    If you’ve visited this site before, you might notice that I’m running a new theme, which I’ve named Formattd. And if you follow me on Twitter, you might have seen me hint about it in tweets and screen shots. Now, you’re looking at it. Well, technically, you’re looking at a child theme (named dougalizr) with extra bits specific to my site, but still. This is my first attempt to create a theme completely from scratch.

    \n

    In the past, I’ve generally started with an existing theme, then just created a child theme to do subtle alterations specific to my site. But I got tired of wrestling with doing things the way that somebody else envisioned it, or having to work around extra layers of “framework” functionality in order to change something simple. I wanted my own theme that I would know inside and out. And let me tell you, I now have a new respect for theme authors. Building a theme is a lot of work, because there are a zillion little pieces and details to account for. If you are a developer, and you’ve never built a WordPress theme from scratch before, I highly recommend it as an exercise.

    \n

    Let me start by saying that this new theme is not revolutionary. It’s not a “theme framework”. I haven’t put in any customizable options (yet, I might in the future). It’s not a “portfolio”, “news”, or “magazine” theme. It’s just a plain blogging theme. And at the time of this writing, it’s still not even complete (see the To Do section, below). But it has some features that I think are interesting and useful, and I finally got it far enough along that it was at the dogfood stage. So I’m launching it here to help expose the warts that still remain, and force me to deal with them.

    \n

    Features

    \n
      \n
    • All 10 post formats accounted for.
    • \n
    • You can have different format templates for archives views.
    • \n
    • When using the ‘link’ post format, the first link in the post becomes the ‘post link’. This will be used as the link for the post title, instead of the regular post permalink.
    • \n
    • Allows setting post format when posting via XML-RPC (such as from the WordPress apps for iPhone or BlackBerry). Just start your post with ‘:aside:’, ‘:link:’, etc. Example: :aside: It’s always fun until somebody loses an eye. But then it’s more fun, because you get to play with the eyeball.
    • \n
    • If a mobile post starts out with just an image before any text (as when you post an image from WordPress for iOS), it will automatically set the post format to ‘image’.
    • \n
    • Any mobile post that contains a gallery shortcode automatically gets the ‘gallery’ post format.
    • \n
    • ‘Chat’ formatted posts can automatically bold speakers’ names, if you use a pattern like this (name, colon, text):\n
      Costello: Who’s on first?\nAbbott: That’s right.\nCostello: What?\nAbbott: Second base.
      \n
    • \n
    • Featured image support. Currently the HTML for this is hardcoded, but I plan to allow this to be overridden.
    • \n
    • Custom excerpt support. If a post has a custom excerpt, it will be displayed on the front page instead of the full post.
    • \n
    • The basic layout holds together all the way down into older versions of Internet Explorer.
    • \n
    • Basic iPhone layout adaptability (still needs some adjustments).
    • \n
    \n

    I’m pretty excited about the post format support for mobile blogging. I got tired of waiting for the WordPress for iOS app to support post formats, so I just made a way to go ahead and do it now. I think that being able to easily post images, statuses, and asides from my iPhone will encourage me to post more to my blog, whereas before I might have put much of that on Twitter. I still love Twitter, but I also love owning, controlling, and centralizing my content.

    \n

    To Do

    \n

    There is still a lot left to do: The orange that you currently see is temporary. I want to add some nice typography. The sidebar and footer are still ugly as sin and need styling. I need to put the hAtom microformat classes in. It still needs mobile-specific styles. There are still areas that need better HTML5 semantics. I still need to create several standard templates, such as search, page, and 404.

    \n

    Credit Where Credit Is Due

    \n

    When I say I built this theme “from scratch”, that doesn’t mean that every byte of HTML, CSS, PHP, and JavaScript sprung forth fully formed from my mind to my keyboard, as Athena from the forehead of Zeus. Far from it — I stand on the shoulders of giants, borrowing liberally from the work of others. Some of what you see here was inspired by:

    \n\n

    I want to spend a few days working out some of the kinks here, but then I plan to make the source available. I’ve put it up on GitHub  (Formattd on GitHub) for now, to give anyone interested a chance to offer feedback and patches. Once it’s cleaned up enough, I’ll submit it for inclusion in the official WordPress.org theme repository.

    \n

    With that said — feedback welcome!

    \n

     

    \n\n\n

    Related posts:

    1. Theme Preview Plugin
    2. \n
    3. New theme, same as the old theme
    4. \n
    5. WordPress theme licensing
    6. \n

    \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 Apr 2011 11:00:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Dougal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress.tv: SEO Tips for Realtors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6041\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.tv/2011/04/24/seo-tips-for-realtors/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1781:\"
    \n
    \n
    \"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"
    \"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Apr 2011 20:35:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Amanda Blum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 17 May 2011 16:23:35 GMT\";s:12:\"content-type\";s:15:\"application/xml\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 17 May 2011 16:15:18 GMT\";s:14:\"content-length\";s:6:\"147094\";s:4:\"x-nc\";s:11:\"HIT luv 139\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(13781,0,'count_per_day','a:28:{s:7:\"version\";N;s:10:\"onlinetime\";s:3:\"300\";s:4:\"user\";i:0;s:10:\"user_level\";s:1:\"0\";s:9:\"autocount\";i:1;s:4:\"bots\";s:158:\"bot\r\nspider\r\nsearch\r\ncrawler\r\nask.com\r\nvalidator\r\nsnoopy\r\nsuchen.de\r\nsuchbaer.de\r\nshelob\r\nsemager\r\nxenu\r\nsuch_de\r\nia_archiver\r\nMicrosoft URL Control\r\nnetluchs\";s:15:\"dashboard_posts\";s:2:\"20\";s:20:\"dashboard_last_posts\";s:2:\"20\";s:19:\"dashboard_last_days\";s:2:\"30\";s:13:\"show_in_lists\";i:1;s:10:\"chart_days\";s:2:\"60\";s:12:\"chart_height\";s:3:\"100\";s:9:\"countries\";s:2:\"20\";s:9:\"startdate\";s:0:\"\";s:10:\"startcount\";s:0:\"\";s:10:\"startreads\";s:0:\"\";s:5:\"anoip\";i:0;s:12:\"massbotlimit\";i:25;s:7:\"clients\";s:36:\"Firefox, MSIE, Chrome, Safari, Opera\";s:4:\"ajax\";i:0;s:5:\"debug\";i:0;s:8:\"referers\";i:1;s:18:\"dashboard_referers\";s:2:\"20\";s:18:\"referers_last_days\";s:1:\"7\";s:9:\"chart_old\";i:0;s:12:\"no_front_css\";i:0;s:9:\"whocansee\";s:14:\"manage_options\";s:8:\"localref\";i:1;}','yes'),(13655,0,'simple-adsense','a:6:{i:1;s:540:\"\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:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}','yes'),(13656,0,'widget_simple_adsense_widget','a:3:{i:2;a:0:{}i:3;a:2:{s:5:\"title\";s:0:\"\";s:9:\"adsenseid\";s:1:\"1\";}s:12:\"_multiwidget\";i:1;}','yes'),(13659,0,'sam_db_version','0.5.1','yes'),(13660,0,'sam_version','0.5.22','yes'),(13661,0,'samPluginOptions','a:18:{s:7:\"adCycle\";i:1000;s:13:\"placesPerPage\";i:10;s:12:\"itemsPerPage\";i:10;s:13:\"deleteOptions\";i:0;s:8:\"deleteDB\";i:0;s:12:\"deleteFolder\";i:0;s:10:\"beforePost\";i:0;s:7:\"bpAdsId\";i:0;s:10:\"bpUseCodes\";i:1;s:9:\"afterPost\";i:0;s:7:\"apAdsId\";i:0;s:10:\"apUseCodes\";i:1;s:6:\"useDFP\";i:0;s:10:\"detectBots\";i:0;s:13:\"detectingMode\";s:7:\"inexact\";s:8:\"currency\";s:4:\"auto\";s:6:\"dfpPub\";s:0:\"\";s:9:\"dfpBlocks\";a:0:{}}','yes'),(13662,0,'widget_simple_ads_manager_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13663,0,'widget_simple_ads_manager_zone_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(13754,0,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1305692804','no'),(13755,0,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1305649604','no'),(13996,0,'_transient_timeout_feed_mod_e717098ac93341aabb6ce8ed6955abdf','1305863053','no'),(13997,0,'_transient_feed_mod_e717098ac93341aabb6ce8ed6955abdf','1305819853','no'),(13962,0,'_transient_timeout_feed_d872c1bc3fad99993ec61992a130bec2','1305855689','no'),(13994,0,'_transient_timeout_feed_e717098ac93341aabb6ce8ed6955abdf','1305863053','no'),(13995,0,'_transient_feed_e717098ac93341aabb6ce8ed6955abdf','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:5:\"\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:158:\"\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: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:72:\"http://feeds.alamogordonews.com/mngi/rss/CustomRssServlet/561/200447.xml\";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:0:\"\";a:7:{s:5:\"title\";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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.alamogordonews.com/alamogordo-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: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:\"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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:6:\"domain\";s:16:\"Media News Group\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:3:\"ttl\";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:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:67:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"APS reorganized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18092631?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18092631?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Looking forward to the 2011-2012 school year, Alamogordo Public Schools superintendent George Straface talked about his plans to reorganize the administration and go into the year with new strategies.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 18 May 2011 22:21:54 MDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Alamogordo Daily News
    By Elva K. Osterreich, Associate News Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:67:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Tularosa man found guilty of CSP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18092630?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18092630?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"An Otero County jury found a Tularosa man guilty Tuesday night of having sex with a 15-year-old girl.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 18 May 2011 22:21:53 MDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Alamogordo Daily News
    By Duane Barbati, Staff Writer\";s: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:67:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Police ask residents to lock cars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18092629?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18092629?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:164:\"The Alamogordo Department of Public Safety is asking the public to lock vehicles and secure valuables because of a rash of auto burglaries over the last few months.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 18 May 2011 22:21:53 MDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Alamogordo Daily News
    By Duane Barbati, Staff Writer\";s: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:77:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"\'Black Sheep\' inactivated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18084153?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18084153?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:223:\"Col. Kevin Huyck, 49th Operations Group commander, presents Lt. Col. Craig Baker, 8th Fighter Squadron commander, with an Air Force Meritorious Service Medal on Friday during the 8th Fighter Squadron inactivation ceremony .\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 17 May 2011 22:21:34 MDT\";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:93:\"http://extras.mnginteractive.com/live/media/site561/2011/0517/20110517__news05sheep0518~1.jpg\";s:6:\"length\";s:6:\"115045\";s:4:\"type\";s:11:\"image/pjpeg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Alamogordo Daily News
    By Tech Sgt. Joe Laws, U.S. Air Force\";s: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:67:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Richardson denies allegations of judicial bribery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18084152?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18084152?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"ALBUQUERQUE - Former New Mexico Gov. Bill Richardson denies campaign contributions ever played a role in his selection of judges.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 17 May 2011 22:15:00 MDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Alamogordo Daily News
    By The Associated Press\";s: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:67:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Alleged bribery dismays judge panelist\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18084151?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18084151?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:240:\"ALBUQUERQUE - The dean of the University of New Mexico law school and chair of the panel that recommends new judges says he was dismayed by a recent indictment implying there was a pay-to-play selection system in the works under former Gov.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 17 May 2011 22:14:59 MDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Alamogordo Daily News
    By Jeri Clausing, Associated Press\";s: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:67:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Mescalero man pleads guilty to assault charges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18084150?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18084150?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:230:\"LAS CRUCES - Gene Collins Ahidley, 28, of Mescalero, pleaded guilty in federal court in Las Cruces on Tuesday to a two-count indictment charging him with assault resulting in serious bodily injury and assault with a deadly weapon.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 17 May 2011 22:14:59 MDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Alamogordo Daily News
    Daily News Report\";s: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:67:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Mayhill Fire is 95% contained\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18084149?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18084149?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"MAYHILL - Fire officials are cautioning motorists to proceed with caution when traveling near Mayhill along U.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 17 May 2011 22:14:53 MDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Alamogordo Daily News
    By Duane Barbati, Staff Writer\";s: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:77:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Sign causes stir\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18076944?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18076944?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Right to Life New Mexico was attempting Monday to have an endorsement removed from a pro-life billboard on White Sands Boulevard between First Street and Second Street.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 17 May 2011 01:00:11 MDT\";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:92:\"http://extras.mnginteractive.com/live/media/site561/2011/0516/20110516__news01sign0517~1.jpg\";s:6:\"length\";s:6:\"208524\";s:4:\"type\";s:11:\"image/pjpeg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Alamogordo Daily News
    By Duane Barbati, Staff Writer\";s: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:67:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Cell phone ban dials up 1,088 tickets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18076946?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18076946?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"LAS CRUCES - Numerous Las Cruces motorists have mixed feelings about the city\'s cell phone ordinance and the more than 14 months it\'s been in effect.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 16 May 2011 22:28:17 MDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Alamogordo Daily News
    By Steve Ramirez, For the Daily 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:10;a:6:{s:4:\"data\";s:67:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Court suspends indicted judge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18076945?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18076945?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"ALBUQUERQUE - The state Supreme Court on Monday suspended a judge who was indicted on bribery charges in what the governor and a prosecutor said is just the beginning of the latest investigation into pay-to-play allegations against former Gov.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 16 May 2011 22:28:17 MDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Alamogordo Daily News
    By Jeri Clausing and Barry Massey, Associated Press\";s: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:67:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Court: First-offense DWI has 1-year statute of limitations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18076942?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18076942?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:167:\"SANTA FE - Prosecutors who waited 18 months to charge a first-time drunken-driving suspect lost their right to try the case, the New Mexico Court of Appeals has ruled.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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, 16 May 2011 22:27:59 MDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Alamogordo Daily News
    By Milan Simonich, Santa Fe Bureau\";s: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:77:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Women of merit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18067024?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18067024?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"The Women of Merit award ceremony was held Saturday evening at the Flickinger Center for Performing Arts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Sat, 14 May 2011 22:26:46 MDT\";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:91:\"http://extras.mnginteractive.com/live/media/site561/2011/0514/20110514__news02wom0515~1.jpg\";s:6:\"length\";s:6:\"443292\";s:4:\"type\";s:11:\"image/pjpeg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Alamogordo Daily News
    Daily News Report\";s: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:67:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Pieper comes from 5 generation N.M. heritage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18067027?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18067027?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"While interviewing Mary Young Pieper, I started adding up the number of generations of her family in Lincoln and Otero counties.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Sat, 14 May 2011 22:24:24 MDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Alamogordo Daily News
    By Randy Burroughs\";s: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:67:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Yee talks about tax lightning\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.alamogordonews.com/alamogordo-news/ci_18067025?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.alamogordonews.com/alamogordo-news/ci_18067025?source=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"County Assessor Donald Yee spoke about the controversial issue of tax lightning for homeowners at the Republican Woman of Otero County monthly luncheon meeting on May 4.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 14 May 2011 22:24:16 MDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Alamogordo Daily News
    By Duane Barbati, Staff Writer\";s:7:\"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:7:{s:6:\"server\";s:17:\"Microsoft-IIS/6.0\";s:12:\"x-powered-by\";s:7:\"ASP.NET\";s:13:\"x-atg-version\";s:75:\"ATGPlatform/7.1 [ DASLicense/0 DPSLicense/0 DSSLicense/0 PortalLicense/0 ]\";s:12:\"content-type\";s:22:\"text/xml;charset=utf-8\";s:14:\"content-length\";s:5:\"11498\";s:4:\"date\";s:29:\"Thu, 19 May 2011 15:40:55 GMT\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(13676,0,'wpnewsslider_linktext','','yes'),(13547,0,'guan_image_notes_enable_comment_sync','1','yes'),(13966,0,'_transient_timeout_feed_a8386f8aaed115e2af22e51072598bbc','1305855690','no'),(13689,0,'FadeIn_Title','','yes'),(13690,0,'FadeIn_FadeOut','1000','yes'),(13691,0,'FadeIn_FadeIn','1000','yes'),(13692,0,'FadeIn_Fade','2000','yes'),(13693,0,'FadeIn_FadeStep','3','yes'),(13694,0,'FadeIn_FadeWait','6000','yes'),(13695,0,'FadeIn_bFadeOutt','true','yes'),(13758,0,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1305692805','no'),(13759,0,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1305649605','no'),(13793,0,'_transient_timeout_feed_mod_5402284c9d2ce102233ec6ca0ad8048a','1305712708','no'),(13794,0,'_transient_feed_mod_5402284c9d2ce102233ec6ca0ad8048a','1305669508','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postits_messages` -- DROP TABLE IF EXISTS `wp_postits_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postits_messages` ( `id_postit` mediumint(9) NOT NULL auto_increment, `postit_date` date NOT NULL, `postit_date_expires` date NOT NULL, `postit_title` varchar(55) NOT NULL, `postit_message` text NOT NULL, UNIQUE KEY `id_postit` (`id_postit`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postits_messages` -- LOCK TABLES `wp_postits_messages` WRITE; /*!40000 ALTER TABLE `wp_postits_messages` DISABLE KEYS */; INSERT INTO `wp_postits_messages` VALUES (1,'2011-05-15','2011-06-14','Place your Ad','you can send in an ad and we will put it here.'),(2,'2011-05-15','2011-06-14','Use the Contact','By using the Contact form we will post your ad for you.'); /*!40000 ALTER TABLE `wp_postits_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=5400 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (5203,3695,'_menu_item_target',''),(5204,3695,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5247,3700,'_menu_item_object','page'),(5197,3694,'_menu_item_url',''),(5191,3694,'_menu_item_menu_item_parent','0'),(5192,3694,'_menu_item_object_id','56'),(5193,3694,'_menu_item_object','page'),(5194,3694,'_menu_item_target',''),(5195,3694,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5196,3694,'_menu_item_xfn',''),(15,18,'_edit_last','1'),(16,18,'_edit_lock','1302717242:1'),(17,18,'_wp_page_template','default'),(18,23,'_edit_last','1'),(19,23,'_edit_lock','1294503289'),(20,29,'_wp_attached_file','DSC01048.jpg'),(21,29,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:12:\"DSC01048.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"DSC01048-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"DSC01048-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:11:\"yclad_large\";a:3:{s:4:\"file\";s:20:\"DSC01048-500x375.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"375\";}s:12:\"yclad_normal\";a:3:{s:4:\"file\";s:20:\"DSC01048-200x150.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"150\";}s:11:\"yclad_thumb\";a:3:{s:4:\"file\";s:19:\"DSC01048-100x75.jpg\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:2:\"75\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"DIGITALMAVICA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1256574964\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.010526315789474\";s:5:\"title\";s:0:\"\";}}'),(22,30,'_wp_attached_file','DSC01049.jpg'),(23,30,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:12:\"DSC01049.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"DSC01049-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"DSC01049-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:11:\"yclad_large\";a:3:{s:4:\"file\";s:20:\"DSC01049-500x375.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"375\";}s:12:\"yclad_normal\";a:3:{s:4:\"file\";s:20:\"DSC01049-200x150.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"150\";}s:11:\"yclad_thumb\";a:3:{s:4:\"file\";s:19:\"DSC01049-100x75.jpg\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:2:\"75\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"DIGITALMAVICA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1256574988\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:18:\"0.0068965517241379\";s:5:\"title\";s:0:\"\";}}'),(24,31,'_wp_attached_file','DSC01050.jpg'),(25,31,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:12:\"DSC01050.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"DSC01050-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"DSC01050-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:11:\"yclad_large\";a:3:{s:4:\"file\";s:20:\"DSC01050-500x375.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"375\";}s:12:\"yclad_normal\";a:3:{s:4:\"file\";s:20:\"DSC01050-200x150.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"150\";}s:11:\"yclad_thumb\";a:3:{s:4:\"file\";s:19:\"DSC01050-100x75.jpg\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:2:\"75\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"DIGITALMAVICA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1256575027\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:18:\"0.0037037037037037\";s:5:\"title\";s:0:\"\";}}'),(26,32,'_wp_attached_file','DSC01051.jpg'),(27,32,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:12:\"DSC01051.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"DSC01051-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"DSC01051-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:11:\"yclad_large\";a:3:{s:4:\"file\";s:20:\"DSC01051-500x375.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"375\";}s:12:\"yclad_normal\";a:3:{s:4:\"file\";s:20:\"DSC01051-200x150.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"150\";}s:11:\"yclad_thumb\";a:3:{s:4:\"file\";s:19:\"DSC01051-100x75.jpg\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:2:\"75\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"DIGITALMAVICA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1256575064\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:18:\"0.0066666666666667\";s:5:\"title\";s:0:\"\";}}'),(28,33,'_wp_attached_file','DSC01052.jpg'),(29,33,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:12:\"DSC01052.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"DSC01052-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"DSC01052-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:11:\"yclad_large\";a:3:{s:4:\"file\";s:20:\"DSC01052-500x375.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"375\";}s:12:\"yclad_normal\";a:3:{s:4:\"file\";s:20:\"DSC01052-200x150.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"150\";}s:11:\"yclad_thumb\";a:3:{s:4:\"file\";s:19:\"DSC01052-100x75.jpg\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:2:\"75\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"DIGITALMAVICA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1256575096\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.011764705882353\";s:5:\"title\";s:0:\"\";}}'),(30,34,'_wp_attached_file','DSC01053.jpg'),(31,34,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:12:\"DSC01053.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"DSC01053-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"DSC01053-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:11:\"yclad_large\";a:3:{s:4:\"file\";s:20:\"DSC01053-500x375.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"375\";}s:12:\"yclad_normal\";a:3:{s:4:\"file\";s:20:\"DSC01053-200x150.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"150\";}s:11:\"yclad_thumb\";a:3:{s:4:\"file\";s:19:\"DSC01053-100x75.jpg\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:2:\"75\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"DIGITALMAVICA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1256575126\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:18:\"0.0032258064516129\";s:5:\"title\";s:0:\"\";}}'),(32,35,'_wp_attached_file','DSC01054.jpg'),(33,35,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:12:\"DSC01054.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"DSC01054-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"DSC01054-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:11:\"yclad_large\";a:3:{s:4:\"file\";s:20:\"DSC01054-500x375.jpg\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"375\";}s:12:\"yclad_normal\";a:3:{s:4:\"file\";s:20:\"DSC01054-200x150.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"150\";}s:11:\"yclad_thumb\";a:3:{s:4:\"file\";s:19:\"DSC01054-100x75.jpg\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:2:\"75\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"DIGITALMAVICA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1256575194\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.015384615384615\";s:5:\"title\";s:0:\"\";}}'),(34,38,'_edit_last','1'),(35,38,'_edit_lock','1304868479:1'),(36,38,'_wp_page_template','default'),(4218,3317,'_menu_item_object_id','14'),(4217,3317,'_menu_item_menu_item_parent','3320'),(2674,2222,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"30\";s:6:\"height\";s:2:\"32\";s:14:\"hwstring_small\";s:22:\"height=\'32\' width=\'30\'\";s:4:\"file\";s:16:\"2011/04/file.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2673,2222,'_wp_attached_file','2011/04/file.gif'),(4221,3317,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2438,1914,'author','Dan Williams, NMGF'),(2437,1914,'_edit_lock','1301009965:1'),(2436,1914,'_edit_last','1'),(4305,3279,'_wp_trash_meta_status','draft'),(554,603,'_edit_last','1'),(555,603,'_wp_page_template','default'),(556,603,'_edit_lock','1305730234:1'),(69,56,'_edit_last','1'),(70,56,'_wp_page_template','default'),(71,56,'_edit_lock','1301956938:1'),(2444,1917,'_edit_last','1'),(3866,150,'_popupper_ctx',' new YAHOO.widget.Tooltip(\"ttt1592139\",\r\n { context:\"ctx_1592139\",\r\n text:\"

    This is a link text to the website for classified ads in the Timberon area that is call Timberon Classifieds.com or this link http://www.timberonclassifieds.com

    \",\r\n width:\"auto\",\r\n showDelay: 50 });\r\n'),(2699,2235,'_wp_attached_file','2011/04/photos.png'),(85,77,'_edit_last','1'),(86,77,'_edit_lock','1304448635:1'),(87,77,'_wp_page_template','default'),(89,40,'_edit_lock','1304869423:1'),(90,40,'_edit_last','1'),(91,40,'_wp_page_template','default'),(92,82,'_edit_last','1'),(93,82,'_edit_lock','1304890627:1'),(94,82,'_wp_page_template','default'),(95,86,'_edit_last','1'),(96,86,'_edit_lock','1302716723:1'),(97,86,'_wp_page_template','default'),(104,95,'_wp_page_template','default'),(103,95,'_edit_last','1'),(105,95,'_edit_lock','1305503740:1'),(106,97,'_edit_last','1'),(107,97,'_edit_lock','1304777054:1'),(108,97,'_wp_page_template','default'),(109,101,'_edit_last','1'),(110,101,'_edit_lock','1304867710:1'),(111,101,'_wp_page_template','default'),(112,106,'_edit_last','1'),(113,106,'_edit_lock','1304895038:1'),(114,106,'_wp_page_template','default'),(115,109,'_edit_lock','1304868023:1'),(116,109,'_edit_last','1'),(117,109,'_wp_page_template','default'),(118,112,'_edit_last','1'),(119,112,'_edit_lock','1304868230:1'),(120,112,'_wp_page_template','default'),(751,906,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"600\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:39:\"Crane_Osmose_Workers_10_12_10_512kb.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:47:\"Crane_Osmose_Workers_10_12_10_512kb-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:47:\"Crane_Osmose_Workers_10_12_10_512kb-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 40D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1249484226\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"12\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";}}'),(124,123,'_edit_lock','1304869658:1'),(125,123,'_edit_last','1'),(126,123,'_wp_page_template','default'),(127,125,'_edit_lock','1304894418:1'),(128,125,'_edit_last','1'),(129,125,'_wp_page_template','default'),(130,127,'_edit_lock','1304894637:1'),(131,127,'_edit_last','1'),(132,127,'_wp_page_template','default'),(3803,3005,'_edit_last','1'),(720,876,'_wp_page_template','default'),(717,873,'_wp_page_template','page-sidebar-1.php'),(139,150,'_edit_last','1'),(140,150,'_edit_lock','1304471260:1'),(141,150,'_wp_page_template','default'),(142,153,'_edit_last','1'),(143,153,'_edit_lock','1302712359:1'),(144,153,'_wp_page_template','default'),(2445,1917,'_wp_page_template','default'),(2000,1652,'_edit_lock','1301932563:1'),(1999,1652,'_edit_last','1'),(2604,2087,'_edit_lock','1304619838:1'),(2603,2087,'_edit_last','1'),(780,934,'_edit_last','1'),(153,172,'_edit_last','1'),(154,172,'_edit_lock','1304888653:1'),(155,172,'_wp_page_template','default'),(709,863,'_edit_last','1'),(710,863,'_edit_lock','1304434558:1'),(711,863,'_wp_page_template','default'),(2679,2225,'_wp_attached_file','2011/04/icon_camera_gray.gif'),(750,906,'_wp_attached_file','Crane_Osmose_Workers_10_12_10_512kb.jpg'),(172,211,'_edit_last','1'),(173,211,'_edit_lock','1304894212:1'),(174,211,'_wp_page_template','default'),(175,213,'_edit_last','1'),(176,213,'_edit_lock','1304893452:1'),(177,213,'_wp_page_template','default'),(180,141,'_edit_lock','1304894823:1'),(181,141,'_edit_last','1'),(182,141,'_wp_page_template','default'),(183,143,'_edit_lock','1304894935:1'),(184,143,'_edit_last','1'),(185,143,'_wp_page_template','default'),(186,144,'_edit_lock','1304895272:1'),(187,144,'_edit_last','1'),(188,144,'_wp_page_template','default'),(189,142,'_edit_lock','1304895168:1'),(190,142,'_edit_last','1'),(191,142,'_wp_page_template','default'),(4454,3391,'_wp_page_template','default'),(748,905,'_edit_last','1'),(749,905,'_edit_lock','1301756110:1'),(544,577,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:7:\"014.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"014-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(772,916,'_wp_page_template','default'),(543,577,'_wp_attached_file','014.jpg'),(350,97,'_links_to','http://http://www.timberon.info/blog/?page_id=38 '),(3824,3057,'_edit_lock','1304888461:1'),(3825,3051,'_wp_page_template','default'),(542,576,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:7:\"013.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"013-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(541,576,'_wp_attached_file','013.jpg'),(3823,3057,'_edit_last','1'),(771,916,'_edit_lock','1301066888:1'),(529,571,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"162\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'88\'\";s:4:\"file\";s:12:\"346b373d.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"346b373d-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(528,571,'_wp_attached_file','346b373d.gif'),(2680,2225,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/icon_camera_gray.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(527,570,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"48\";s:6:\"height\";s:2:\"50\";s:14:\"hwstring_small\";s:22:\"height=\'50\' width=\'48\'\";s:4:\"file\";s:24:\"171bee70_small_small.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(526,570,'_wp_attached_file','171bee70_small_small.gif'),(2197,1726,'_wp_attached_file','2011/03/TREE7A.jpg'),(525,569,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"50\";s:6:\"height\";s:2:\"52\";s:14:\"hwstring_small\";s:22:\"height=\'52\' width=\'50\'\";s:4:\"file\";s:18:\"171bee70_small.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(524,569,'_wp_attached_file','171bee70_small.gif'),(523,568,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"162\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'88\'\";s:4:\"file\";s:12:\"78c27c59.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"78c27c59-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(522,568,'_wp_attached_file','78c27c59.gif'),(521,567,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"162\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'88\'\";s:4:\"file\";s:12:\"14b436ea.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"14b436ea-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(520,567,'_wp_attached_file','14b436ea.gif'),(351,145,'_edit_lock','1304868860:1'),(352,145,'_edit_last','1'),(353,145,'_wp_page_template','default'),(2198,1726,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"44\";s:6:\"height\";s:2:\"71\";s:14:\"hwstring_small\";s:22:\"height=\'71\' width=\'44\'\";s:4:\"file\";s:18:\"2011/03/TREE7A.jpg\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(719,876,'_edit_lock','1302716766:1'),(718,876,'_edit_last','1'),(4222,3317,'_menu_item_xfn',''),(4223,3317,'_menu_item_url',''),(3950,3238,'_menu_item_object_id','3238'),(3949,3238,'_menu_item_menu_item_parent','0'),(3941,3237,'_menu_item_object_id','3237'),(3940,3237,'_menu_item_menu_item_parent','0'),(3887,3155,'_edit_last','1'),(3888,3155,'_edit_lock','1303940550:1'),(3881,3148,'wpcr_enable','1'),(3882,3148,'wpcr_product_name','Timberon Rentals'),(3883,3148,'wpcr_product_desc','Carson Cabin'),(5201,3695,'_menu_item_object_id','53'),(5202,3695,'_menu_item_object','category'),(2584,2074,'author','Olivia C. Lara, Department of Health'),(3937,3227,'iwacontact_submit_value','Send Enquiry'),(3935,3227,'iwacontact_subject','New contact form submission!'),(3934,3227,'iwacontact_sendto','webmaster@timberon.info'),(3947,3237,'_menu_item_orphaned','1304405160'),(3895,3169,'_wp_trash_meta_time','1304090426'),(3894,3169,'_wp_trash_meta_status','publish'),(3945,3237,'_menu_item_xfn',''),(3943,3237,'_menu_item_target',''),(3944,3237,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3952,3238,'_menu_item_target',''),(3932,3227,'_edit_last','1'),(3931,150,'iwacontact_submit_value','Send Enquiry'),(3927,150,'iwacontact_data','new_field::1::input::New Field::::::none'),(3926,3200,'iwacontact_submit_value','Send Enquiry'),(3955,3238,'_menu_item_url','http://ahref=/contactclass=smcf-linkContactususingthisform./a'),(3924,3200,'iwacontact_subject','New contact form submission!'),(3923,3200,'iwacontact_sendto','you@yourdomain.com'),(3921,3208,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"28\";s:6:\"height\";s:2:\"28\";s:14:\"hwstring_small\";s:22:\"height=\'28\' width=\'28\'\";s:4:\"file\";s:23:\"2011/04/ComposeMail.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3920,3208,'_wp_attached_file','2011/04/ComposeMail.gif'),(716,873,'_edit_lock','1304457758:1'),(715,873,'_edit_last','1'),(712,871,'_edit_last','1'),(713,871,'_edit_lock','1300220663:1'),(714,871,'_wp_page_template','default'),(4219,3317,'_menu_item_object','category'),(4220,3317,'_menu_item_target',''),(441,406,'_edit_last','1'),(442,406,'_edit_lock','1304890367:1'),(443,406,'_wp_page_template','default'),(2715,2243,'_wp_attached_file','2011/04/home.png'),(2716,2243,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"32\";s:6:\"height\";s:2:\"32\";s:14:\"hwstring_small\";s:22:\"height=\'32\' width=\'32\'\";s:4:\"file\";s:16:\"2011/04/home.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5389,3793,'_menu_item_type','taxonomy'),(460,422,'_edit_lock','1304979419:1'),(459,422,'_edit_last','1'),(461,422,'_wp_page_template','default'),(462,431,'_edit_last','1'),(463,431,'_edit_lock','1295464431'),(464,431,'_wp_page_template','page-sidebar-1.php'),(465,433,'_edit_last','1'),(466,433,'_edit_lock','1301956250:1'),(467,433,'_wp_page_template','page-sidebar-1.php'),(468,436,'_edit_last','1'),(469,436,'_edit_lock','1302652934:1'),(470,436,'_wp_page_template','page-sidebar-1.php'),(781,934,'_edit_lock','1304891461:1'),(473,459,'_edit_last','1'),(474,459,'_edit_lock','1304869645:1'),(475,459,'_wp_page_template','default'),(476,466,'_edit_last','1'),(477,466,'_edit_lock','1302715987:1'),(478,466,'_wp_page_template','default'),(481,477,'_edit_last','1'),(482,477,'_edit_lock','1304736516:1'),(483,477,'_wp_page_template','default'),(770,916,'_edit_last','1'),(489,498,'_edit_last','1'),(490,498,'_edit_lock','1301957002:1'),(491,498,'_wp_page_template','default'),(791,979,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"15\";s:6:\"height\";s:2:\"15\";s:14:\"hwstring_small\";s:22:\"height=\'15\' width=\'15\'\";s:4:\"file\";s:8:\"acro.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(790,979,'_wp_attached_file','acro.png'),(507,552,'_wp_page_template','default'),(506,552,'_edit_last','1'),(508,552,'_edit_lock','1304472600:1'),(519,566,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"162\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'88\'\";s:4:\"file\";s:12:\"10b4c727.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"10b4c727-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(518,566,'_wp_attached_file','10b4c727.gif'),(3954,3238,'_menu_item_xfn',''),(545,578,'_wp_attached_file','fishing.gif'),(546,578,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"309\";s:6:\"height\";s:3:\"107\";s:14:\"hwstring_small\";s:23:\"height=\'44\' width=\'128\'\";s:4:\"file\";s:11:\"fishing.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"fishing-150x107.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"107\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"fishing-300x103.gif\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"103\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(547,579,'_wp_attached_file','Java-logo.gif'),(548,579,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"142\";s:6:\"height\";s:2:\"63\";s:14:\"hwstring_small\";s:23:\"height=\'56\' width=\'128\'\";s:4:\"file\";s:13:\"Java-logo.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2441,1917,'_edit_lock','1305671082:1'),(551,591,'_edit_last','1'),(552,591,'_edit_lock','1305729977:1'),(553,591,'_wp_page_template','page-no-sidebar.php'),(3880,3148,'_edit_lock','1303911923:1'),(563,661,'_edit_last','1'),(564,661,'_edit_lock','1304893941:1'),(565,661,'_wp_page_template','default'),(3893,3169,'_edit_lock','1304090394:1'),(3879,3148,'_edit_last','1'),(2697,2234,'_wp_attached_file','2011/04/newspaper.png'),(2696,2233,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"32\";s:6:\"height\";s:2:\"32\";s:14:\"hwstring_small\";s:22:\"height=\'32\' width=\'32\'\";s:4:\"file\";s:15:\"2011/04/map.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2695,2233,'_wp_attached_file','2011/04/map.png'),(2689,2230,'_wp_attached_file','2011/04/smfolder.gif'),(2690,2230,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"12\";s:6:\"height\";s:2:\"12\";s:14:\"hwstring_small\";s:22:\"height=\'12\' width=\'12\'\";s:4:\"file\";s:20:\"2011/04/smfolder.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2687,2229,'_wp_attached_file','2011/04/smfile.gif'),(2686,2228,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"12\";s:14:\"hwstring_small\";s:22:\"height=\'12\' width=\'31\'\";s:4:\"file\";s:16:\"2011/04/join.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2685,2228,'_wp_attached_file','2011/04/join.gif'),(2660,2155,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"216\";s:6:\"height\";s:2:\"73\";s:14:\"hwstring_small\";s:23:\"height=\'43\' width=\'128\'\";s:4:\"file\";s:25:\"2011/04/TimberonLogo1.gif\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"TimberonLogo1-150x73.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"73\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:24:\"TimberonLogo1-150x73.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"73\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:23:\"TimberonLogo1-75x25.gif\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:2:\"25\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:24:\"TimberonLogo1-200x67.gif\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:2:\"67\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2658,2154,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";s:3:\"216\";s:6:\"height\";s:2:\"73\";s:4:\"file\";s:16:\"TimberonLogo.gif\";}}'),(2657,2154,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"133\";s:6:\"height\";s:2:\"45\";s:14:\"hwstring_small\";s:23:\"height=\'43\' width=\'128\'\";s:4:\"file\";s:39:\"2011/04/TimberonLogo-e1301927525976.gif\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"TimberonLogo-150x73.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"73\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:23:\"TimberonLogo-150x73.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"73\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:22:\"TimberonLogo-75x25.gif\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:2:\"25\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:23:\"TimberonLogo-200x67.gif\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:2:\"67\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2656,2154,'_wp_attached_file','2011/04/TimberonLogo-e1301927525976.gif'),(2653,2139,'_edit_lock','1301932569:1'),(2652,2139,'_edit_last','1'),(2649,2132,'_edit_lock','1301871226:1'),(2648,2132,'_edit_last','1'),(2647,2130,'_edit_lock','1301871206:1'),(5183,3693,'_menu_item_object_id','18'),(5182,3693,'_menu_item_menu_item_parent','0'),(5181,3693,'_menu_item_type','post_type'),(5177,3692,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5178,3692,'_menu_item_xfn',''),(5179,3692,'_menu_item_url',''),(5249,3700,'_menu_item_classes','a:1:{i:0;s:9:\"smcf-link\";}'),(2579,2070,'_edit_lock','1304887476:1'),(2578,2070,'_edit_last','1'),(2575,2066,'_edit_lock','1304887409:1'),(2574,2066,'_edit_last','1'),(2571,2062,'_edit_lock','1304989095:1'),(2570,2062,'_edit_last','1'),(2567,2058,'_edit_lock','1304887334:1'),(2566,2058,'_edit_last','1'),(752,907,'_wp_attached_file','Trestle_Bents_Replaced_02_2011_640x480.jpg'),(753,907,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"427\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:42:\"Trestle_Bents_Replaced_02_2011_640x480.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:50:\"Trestle_Bents_Replaced_02_2011_640x480-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:50:\"Trestle_Bents_Replaced_02_2011_640x480-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1289994344\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"12\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(757,905,'hide_author_value','on'),(756,905,'_wp_old_slug',''),(2749,2265,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/alarm.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(782,934,'_wp_page_template','default'),(2700,2235,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"32\";s:6:\"height\";s:2:\"32\";s:14:\"hwstring_small\";s:22:\"height=\'32\' width=\'32\'\";s:4:\"file\";s:18:\"2011/04/photos.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2698,2234,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"32\";s:6:\"height\";s:2:\"32\";s:14:\"hwstring_small\";s:22:\"height=\'32\' width=\'32\'\";s:4:\"file\";s:21:\"2011/04/newspaper.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2693,2232,'_wp_attached_file','2011/04/folder-open.png'),(2694,2232,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"32\";s:6:\"height\";s:2:\"32\";s:14:\"hwstring_small\";s:22:\"height=\'32\' width=\'32\'\";s:4:\"file\";s:23:\"2011/04/folder-open.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2688,2229,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"12\";s:6:\"height\";s:2:\"12\";s:14:\"hwstring_small\";s:22:\"height=\'12\' width=\'12\'\";s:4:\"file\";s:18:\"2011/04/smfile.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2659,2155,'_wp_attached_file','2011/04/TimberonLogo1.gif'),(2655,2142,'_edit_lock','1301932599:1'),(2654,2142,'_edit_last','1'),(2651,2136,'_edit_lock','1301871288:1'),(2650,2136,'_edit_last','1'),(2646,2130,'_edit_last','1'),(2645,2128,'_edit_lock','1301870995:1'),(5190,3694,'_menu_item_type','post_type'),(5184,3693,'_menu_item_object','page'),(5185,3693,'_menu_item_target',''),(5186,3693,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5187,3693,'_menu_item_xfn',''),(5188,3693,'_menu_item_url',''),(2577,2068,'_edit_lock','1304887371:1'),(2576,2068,'_edit_last','1'),(2573,2064,'_edit_lock','1304886802:1'),(2572,2064,'_edit_last','1'),(2569,2060,'_edit_lock','1304887443:1'),(2568,2060,'_edit_last','1'),(5175,3692,'_menu_item_object','page'),(5176,3692,'_menu_item_target',''),(3874,150,'_popupper_ctx',' new YAHOO.widget.Tooltip(\"ttt84274539\",\r\n { context:\"ctx_84274539\",\r\n text:\"

    Just a lot of shit

    \",\r\n width:\"auto\",\r\n showDelay: 50 });\r\n'),(3873,150,'_popupper_ctx',' new YAHOO.widget.Tooltip(\"ttt74950766\",\r\n { context:\"ctx_74950766\",\r\n text:\"

    Timberon Rentals\r\n

    \",\r\n width:\"auto\",\r\n showDelay: 50 });\r\n'),(3872,150,'_popupper_ctx',' new YAHOO.widget.Tooltip(\"ttt69089022\",\r\n { context:\"ctx_69089022\",\r\n text:\"

    Timberon Rentals

    \",\r\n width:\"auto\",\r\n showDelay: 50 });\r\n'),(3871,150,'_popupper_ctx',' new YAHOO.widget.Tooltip(\"ttt60439242\",\r\n { context:\"ctx_60439242\",\r\n text:\"

    The ones submitted by the developer

    \",\r\n width:\"auto\",\r\n showDelay: 50 });\r\n'),(3870,150,'_popupper_ctx',' new YAHOO.widget.Tooltip(\"ttt55281954\",\r\n { context:\"ctx_55281954\",\r\n text:\"

    Timberon Rentals

    \",\r\n width:\"auto\",\r\n showDelay: 50 });\r\n'),(2583,2074,'_edit_lock','1304461967:1'),(3907,3200,'_edit_lock','1304619893:1'),(3906,3200,'_edit_last','1'),(2582,2074,'_edit_last','1'),(942,1126,'_wp_attached_file','Old-Timberon-Logo.jpg'),(943,1126,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"224\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:21:\"Old-Timberon-Logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"Old-Timberon-Logo-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(944,1127,'_wp_attached_file','OMLee.jpg'),(945,1127,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"288\";s:6:\"height\";s:3:\"243\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'113\'\";s:4:\"file\";s:9:\"OMLee.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"OMLee-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(946,1128,'_wp_attached_file','Shack-by-Springs.jpg'),(947,1128,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"250\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'115\'\";s:4:\"file\";s:20:\"Shack-by-Springs.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"Shack-by-Springs-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(948,1134,'_edit_last','1'),(949,1134,'_edit_lock','1304892156:1'),(950,1135,'_wp_attached_file','Jasper.jpg'),(951,1135,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"350\";s:14:\"hwstring_small\";s:23:\"height=\'89\' width=\'128\'\";s:4:\"file\";s:10:\"Jasper.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"Jasper-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"Jasper-300x210.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"210\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(952,1134,'_wp_page_template','default'),(953,1140,'_edit_last','1'),(954,1140,'_edit_lock','1304892786:1'),(955,1140,'_wp_page_template','default'),(956,1147,'_edit_last','1'),(957,1147,'_edit_lock','1304892495:1'),(958,1147,'_wp_page_template','default'),(959,1163,'_wp_attached_file','Plat-Map.gif'),(960,1163,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"250\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:12:\"Plat-Map.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"Plat-Map-150x150.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(961,1165,'_wp_attached_file','001.jpg'),(962,1165,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"325\";s:6:\"height\";s:3:\"228\";s:14:\"hwstring_small\";s:23:\"height=\'89\' width=\'128\'\";s:4:\"file\";s:7:\"001.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"001-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:15:\"001-300x210.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"210\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(965,1167,'_wp_attached_file','JA002.jpg'),(966,1167,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"504\";s:6:\"height\";s:3:\"403\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'120\'\";s:4:\"file\";s:9:\"JA002.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"JA002-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"JA002-300x239.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"239\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(969,1169,'_wp_attached_file','about.gif'),(970,1169,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"31\";s:6:\"height\";s:2:\"12\";s:14:\"hwstring_small\";s:22:\"height=\'12\' width=\'31\'\";s:4:\"file\";s:9:\"about.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(971,1170,'_wp_attached_file','acro1.png'),(972,1170,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"15\";s:6:\"height\";s:2:\"15\";s:14:\"hwstring_small\";s:22:\"height=\'15\' width=\'15\'\";s:4:\"file\";s:9:\"acro1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(973,1171,'_wp_attached_file','Acrobat.jpg'),(974,1171,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"85\";s:6:\"height\";s:2:\"31\";s:14:\"hwstring_small\";s:22:\"height=\'31\' width=\'85\'\";s:4:\"file\";s:11:\"Acrobat.jpg\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(975,1172,'_wp_attached_file','Acrobat-10.jpg'),(976,1172,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:1:\"2\";s:6:\"height\";s:2:\"13\";s:14:\"hwstring_small\";s:21:\"height=\'13\' width=\'2\'\";s:4:\"file\";s:14:\"Acrobat-10.jpg\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(977,1173,'_wp_attached_file','adobe.jpg'),(978,1173,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"15\";s:6:\"height\";s:2:\"15\";s:14:\"hwstring_small\";s:22:\"height=\'15\' width=\'15\'\";s:4:\"file\";s:9:\"adobe.jpg\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(979,1174,'_wp_attached_file','animated-gears2.gif'),(980,1174,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"83\";s:6:\"height\";s:2:\"75\";s:14:\"hwstring_small\";s:22:\"height=\'75\' width=\'83\'\";s:4:\"file\";s:19:\"animated-gears2.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(981,1175,'_wp_attached_file','Animated-Newspaper.gif'),(982,1175,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"109\";s:6:\"height\";s:2:\"88\";s:14:\"hwstring_small\";s:23:\"height=\'88\' width=\'109\'\";s:4:\"file\";s:22:\"Animated-Newspaper.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(983,1176,'_wp_attached_file','arg-realtor-whitebg-sm-url.gif'),(984,1176,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"165\";s:6:\"height\";s:3:\"128\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'123\'\";s:4:\"file\";s:30:\"arg-realtor-whitebg-sm-url.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:38:\"arg-realtor-whitebg-sm-url-150x128.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"128\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(985,1177,'_wp_attached_file','ClassifiedLogo.gif'),(986,1177,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"271\";s:6:\"height\";s:2:\"56\";s:14:\"hwstring_small\";s:23:\"height=\'26\' width=\'128\'\";s:4:\"file\";s:18:\"ClassifiedLogo.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"ClassifiedLogo-150x56.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"56\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(987,1178,'_edit_last','1'),(988,1178,'_edit_lock','1304989580:1'),(989,1178,'_wp_page_template','default'),(2683,2227,'_wp_attached_file','2011/04/iconpreview3.gif'),(997,1204,'_wp_attached_file','022.jpg'),(998,1204,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:7:\"022.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"022-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(999,1205,'_wp_attached_file','008.jpg'),(1000,1205,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:7:\"008.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"008-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1003,1207,'_wp_attached_file','009.jpg'),(1004,1207,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"342\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:7:\"009.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"009-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:15:\"009-300x285.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"285\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1005,1208,'_wp_attached_file','007.jpg'),(1006,1208,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:7:\"007.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"007-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1007,1209,'_wp_attached_file','0081.jpg'),(1008,1209,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:8:\"0081.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"0081-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1009,1210,'_wp_attached_file','0091.jpg'),(1010,1210,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"342\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:8:\"0091.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"0091-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:16:\"0091-300x285.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"285\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1015,1213,'_wp_attached_file','0082.jpg'),(1016,1213,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:8:\"0082.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"0082-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1017,1214,'_wp_attached_file','0092.jpg'),(1018,1214,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"360\";s:6:\"height\";s:3:\"342\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:8:\"0092.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"0092-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:16:\"0092-300x285.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"285\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2684,2227,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"515\";s:6:\"height\";s:2:\"36\";s:14:\"hwstring_small\";s:22:\"height=\'8\' width=\'128\'\";s:4:\"file\";s:24:\"2011/04/iconpreview3.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"iconpreview3-150x36.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"36\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"iconpreview3-300x20.gif\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"20\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:23:\"iconpreview3-150x36.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"36\";}s:8:\"featured\";a:3:{s:4:\"file\";s:23:\"iconpreview3-450x36.gif\";s:5:\"width\";s:3:\"450\";s:6:\"height\";s:2:\"36\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:21:\"iconpreview3-75x5.gif\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:1:\"5\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:23:\"iconpreview3-200x13.gif\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:2:\"13\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1029,1225,'_edit_last','1'),(1030,1225,'_edit_lock','1304984278:1'),(1031,1226,'_edit_last','1'),(1032,1226,'_edit_lock','1305036501:1'),(1033,1230,'_edit_last','1'),(1034,1230,'_edit_lock','1301870744:1'),(2682,2226,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/icon_more-info.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2681,2226,'_wp_attached_file','2011/04/icon_more-info.gif'),(2664,2211,'_edit_lock','1302705829:1'),(2661,2195,'_edit_last','1'),(2662,2195,'_edit_lock','1301943463:1'),(2663,2211,'_edit_last','1'),(2678,2224,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"58\";s:6:\"height\";s:2:\"50\";s:14:\"hwstring_small\";s:22:\"height=\'50\' width=\'58\'\";s:4:\"file\";s:22:\"2011/04/Newspaper3.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2677,2224,'_wp_attached_file','2011/04/Newspaper3.gif'),(3826,3053,'_wp_page_template','default'),(3827,3055,'_wp_page_template','default'),(3828,3057,'_wp_page_template','default'),(5392,3793,'_menu_item_object','category'),(5391,3793,'_menu_item_object_id','52'),(5390,3793,'_menu_item_menu_item_parent','3442'),(2751,2266,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/anchor.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2750,2266,'_wp_attached_file','2011/04/anchor.png'),(2748,2265,'_wp_attached_file','2011/04/alarm.png'),(2722,2255,'_edit_lock','1304527573:1'),(2721,2255,'_edit_last','1'),(1109,1269,'_edit_last','1'),(1110,1269,'_edit_lock','1300207725:1'),(2723,2255,'author','Joseph (Joe) Garcia, Lincoln National Forest'),(5174,3692,'_menu_item_object_id','422'),(3966,3241,'_edit_last','1'),(2746,2264,'_wp_attached_file','2011/04/add.png'),(2747,2264,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/add.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5394,3793,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5246,3700,'_menu_item_object_id','3260'),(5163,3691,'_menu_item_type','post_type'),(5164,3691,'_menu_item_menu_item_parent','0'),(5165,3691,'_menu_item_object_id','3340'),(5166,3691,'_menu_item_object','page'),(5244,3700,'_menu_item_type','post_type'),(5172,3692,'_menu_item_type','post_type'),(5173,3692,'_menu_item_menu_item_parent','0'),(5170,3691,'_menu_item_url',''),(5169,3691,'_menu_item_xfn',''),(5168,3691,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5167,3691,'_menu_item_target',''),(4297,3293,'_wp_trash_meta_status','draft'),(4298,3293,'_wp_trash_meta_time','1304461912'),(4187,3313,'_menu_item_url',''),(4209,3316,'_menu_item_object_id','6'),(4208,3316,'_menu_item_menu_item_parent','3320'),(4207,3316,'_menu_item_type','taxonomy'),(4307,3277,'_wp_trash_meta_status','draft'),(4205,3315,'_menu_item_url',''),(4204,3315,'_menu_item_xfn',''),(4197,3314,'_menu_item_orphaned','1304459506'),(4195,3314,'_menu_item_xfn',''),(4194,3314,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4193,3314,'_menu_item_target',''),(4192,3314,'_menu_item_object','category'),(1211,1230,'_wp_page_template','default'),(4196,3314,'_menu_item_url',''),(1239,1226,'_wp_page_template','default'),(1257,1225,'_wp_page_template','default'),(4299,3285,'_wp_trash_meta_status','draft'),(4300,3285,'_wp_trash_meta_time','1304461918'),(4301,3289,'_wp_trash_meta_status','draft'),(4302,3289,'_wp_trash_meta_time','1304461922'),(4303,3283,'_wp_trash_meta_status','draft'),(4304,3283,'_wp_trash_meta_time','1304461927'),(2644,2128,'_edit_last','1'),(2643,2126,'_edit_lock','1301871035:1'),(2642,2126,'_edit_last','1'),(2641,2124,'_edit_lock','1301938369:1'),(2640,2124,'_edit_last','1'),(2639,2119,'_edit_lock','1301871160:1'),(2638,2119,'_edit_last','1'),(1338,1269,'author','New Mexico Game and Fish '),(1341,905,'author','Lincoln National Forest'),(3804,3005,'_edit_lock','1302823230:1'),(5393,3793,'_menu_item_target',''),(5250,3700,'_menu_item_xfn',''),(5251,3700,'_menu_item_url',''),(1357,1391,'_edit_lock','1299701573:1'),(1356,1391,'_edit_last','1'),(1364,1475,'_wp_attached_file','2011/03/Photograph-342.jpg'),(1365,1475,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"303\";s:6:\"height\";s:3:\"306\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'95\'\";s:4:\"file\";s:26:\"2011/03/Photograph-342.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"Photograph-342-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"Photograph-342-297x300.jpg\";s:5:\"width\";s:3:\"297\";s:6:\"height\";s:3:\"300\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:24:\"Photograph-342-75x75.jpg\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:2:\"75\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:26:\"Photograph-342-123x125.jpg\";s:5:\"width\";s:3:\"123\";s:6:\"height\";s:3:\"125\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1636,1550,'_EventAddress',''),(1635,1550,'_EventCountry','United States'),(1634,1550,'_EventVenue','Pro Shop'),(1633,1550,'_EventEndDate','2011-03-29 23:59:00'),(1632,1550,'_EventStartDate','2011-03-28 00:00:00'),(1631,1550,'_EventAllDay','yes'),(1629,1550,'_EventShowMap','false'),(2712,2241,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"32\";s:6:\"height\";s:2:\"32\";s:14:\"hwstring_small\";s:22:\"height=\'32\' width=\'32\'\";s:4:\"file\";s:16:\"2011/04/mail.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2422,1907,'_edit_last','1'),(4191,3314,'_menu_item_object_id','45'),(4190,3314,'_menu_item_menu_item_parent','0'),(4189,3314,'_menu_item_type','taxonomy'),(4308,3277,'_wp_trash_meta_time','1304461936'),(4186,3313,'_menu_item_xfn',''),(2423,1907,'_edit_lock','1301939893:1'),(2306,1829,'_edit_last','1'),(2307,1829,'_edit_lock','1300831477:1'),(2424,1907,'_wp_page_template','default'),(5361,3785,'_menu_item_menu_item_parent','0'),(5362,3785,'_menu_item_object_id','3268'),(5363,3785,'_menu_item_object','page'),(2711,2241,'_wp_attached_file','2011/04/mail.png'),(5211,3696,'_menu_item_object','category'),(5212,3696,'_menu_item_target',''),(5213,3696,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5214,3696,'_menu_item_xfn',''),(5215,3696,'_menu_item_url',''),(1625,1550,'_edit_last','1'),(1626,1550,'_edit_lock','1300985197:1'),(5358,3784,'_menu_item_url',''),(5370,3786,'_menu_item_menu_item_parent','0'),(5360,3785,'_menu_item_type','post_type'),(5376,3786,'_menu_item_url',''),(5375,3786,'_menu_item_xfn',''),(5374,3786,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5373,3786,'_menu_item_target',''),(5372,3786,'_menu_item_object','category'),(5371,3786,'_menu_item_object_id','61'),(5369,3786,'_menu_item_type','taxonomy'),(1630,1550,'_isEvent','yes'),(5210,3696,'_menu_item_object_id','58'),(1915,1611,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"254\";s:6:\"height\";s:3:\"222\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'109\'\";s:4:\"file\";s:20:\"2011/03/natfl118.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"natfl118-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:18:\"natfl118-75x65.jpg\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:2:\"65\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:20:\"natfl118-143x125.jpg\";s:5:\"width\";s:3:\"143\";s:6:\"height\";s:3:\"125\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5354,3784,'_menu_item_object','category'),(5355,3784,'_menu_item_target',''),(5356,3784,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5367,3785,'_menu_item_url',''),(5366,3785,'_menu_item_xfn',''),(5365,3785,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5364,3785,'_menu_item_target',''),(5357,3784,'_menu_item_xfn',''),(1637,1550,'_EventCity','Timberon'),(1638,1550,'_EventState','NM'),(1639,1550,'_EventProvince',''),(1640,1550,'_EventZip','88350'),(1641,1550,'_EventShowMapLink','true'),(1642,1550,'_EventCost','Free'),(1643,1550,'_EventPhone','575-987-2561'),(2714,2242,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"32\";s:6:\"height\";s:2:\"32\";s:14:\"hwstring_small\";s:22:\"height=\'32\' width=\'32\'\";s:4:\"file\";s:20:\"2011/04/library1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2713,2242,'_wp_attached_file','2011/04/library1.png'),(1912,1609,'_wp_attached_file','2011/03/InfoLogo_SMALLER.jpg'),(2703,2237,'_wp_attached_file','2011/04/adress-book.png'),(2704,2237,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"32\";s:6:\"height\";s:2:\"32\";s:14:\"hwstring_small\";s:22:\"height=\'32\' width=\'32\'\";s:4:\"file\";s:23:\"2011/04/adress-book.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5353,3784,'_menu_item_object_id','34'),(2705,2238,'_wp_attached_file','2011/04/library.png'),(5352,3784,'_menu_item_menu_item_parent','0'),(2706,2238,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"32\";s:6:\"height\";s:2:\"32\";s:14:\"hwstring_small\";s:22:\"height=\'32\' width=\'32\'\";s:4:\"file\";s:19:\"2011/04/library.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1914,1611,'_wp_attached_file','2011/03/natfl118.jpg'),(2707,2239,'_wp_attached_file','2011/04/finder.png'),(2708,2239,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"32\";s:6:\"height\";s:2:\"32\";s:14:\"hwstring_small\";s:22:\"height=\'32\' width=\'32\'\";s:4:\"file\";s:18:\"2011/04/finder.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5351,3784,'_menu_item_type','taxonomy'),(2709,2240,'_wp_attached_file','2011/04/folder.png'),(2710,2240,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"32\";s:6:\"height\";s:2:\"32\";s:14:\"hwstring_small\";s:22:\"height=\'32\' width=\'32\'\";s:4:\"file\";s:18:\"2011/04/folder.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1935,1629,'_edit_last','1'),(1936,1629,'_edit_lock','1301241931:1'),(2021,1692,'_menu_item_type','post_type'),(2022,1692,'_menu_item_menu_item_parent','3442'),(2023,1692,'_menu_item_object_id','18'),(1970,1636,'_edit_lock','1301867648:1'),(1969,1636,'_edit_last','1'),(1913,1610,'_wp_attached_file','2011/03/InfoLogo1.jpg'),(2702,2236,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"32\";s:6:\"height\";s:2:\"32\";s:14:\"hwstring_small\";s:22:\"height=\'32\' width=\'32\'\";s:4:\"file\";s:26:\"2011/04/address-book-2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2701,2236,'_wp_attached_file','2011/04/address-book-2.png'),(2523,2006,'_edit_lock','1305158384:1'),(2524,2006,'_wp_page_template','default'),(3817,3051,'_edit_last','1'),(3818,3051,'_edit_lock','1304888388:1'),(2745,2263,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/accept.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2744,2263,'_wp_attached_file','2011/04/accept.png'),(3822,3055,'_edit_lock','1304888438:1'),(3819,3053,'_edit_last','1'),(3820,3053,'_edit_lock','1304888412:1'),(3821,3055,'_edit_last','1'),(5233,3698,'_menu_item_url',''),(5232,3698,'_menu_item_xfn',''),(5231,3698,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5229,3698,'_menu_item_object','category'),(5230,3698,'_menu_item_target',''),(3813,3008,'_edit_last','1'),(3814,3008,'_edit_lock','1304205366:1'),(3815,3026,'_edit_last','1'),(3816,3026,'_edit_lock','1304888357:1'),(2522,2006,'_edit_last','1'),(5226,3698,'_menu_item_type','taxonomy'),(5227,3698,'_menu_item_menu_item_parent','0'),(5228,3698,'_menu_item_object_id','50'),(2473,1984,'_edit_last','1'),(2474,1984,'_edit_lock','1301244473:1'),(5256,3702,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"100\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:20:\"2011/05/atile15e.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5235,3699,'_menu_item_type','taxonomy'),(2479,1984,'author','Timberon Rentals'),(5236,3699,'_menu_item_menu_item_parent','0'),(5237,3699,'_menu_item_object_id','52'),(5238,3699,'_menu_item_object','category'),(5239,3699,'_menu_item_target',''),(5240,3699,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5241,3699,'_menu_item_xfn',''),(5242,3699,'_menu_item_url',''),(5255,3702,'_wp_attached_file','2011/05/atile15e.gif'),(2500,1999,'_edit_last','1'),(2501,1999,'_wp_page_template','default'),(2513,2002,'_wp_page_template','default'),(2512,2002,'_edit_lock','1305158810:1'),(2511,2002,'_edit_last','1'),(2510,1999,'_edit_lock','1304089600:1'),(1910,1607,'_wp_attached_file','2011/03/InfoLogo2.gif'),(1911,1608,'_wp_attached_file','2011/03/InfoLogo.jpg'),(1916,1612,'_wp_attached_file','2011/03/natfl1181.jpg'),(1917,1612,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"254\";s:6:\"height\";s:3:\"222\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'109\'\";s:4:\"file\";s:21:\"2011/03/natfl1181.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"natfl1181-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:19:\"natfl1181-75x65.jpg\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:2:\"65\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:21:\"natfl1181-143x125.jpg\";s:5:\"width\";s:3:\"143\";s:6:\"height\";s:3:\"125\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1918,1613,'_wp_attached_file','2011/03/InfoLogo3.jpg'),(1919,1613,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"255\";s:6:\"height\";s:2:\"56\";s:14:\"hwstring_small\";s:23:\"height=\'28\' width=\'128\'\";s:4:\"file\";s:21:\"2011/03/InfoLogo3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"InfoLogo3-150x56.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"56\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:19:\"InfoLogo3-75x16.jpg\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:2:\"16\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:20:\"InfoLogo3-200x43.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:2:\"43\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1920,1614,'_wp_attached_file','2011/03/InfoLogo4.jpg'),(1921,1615,'_wp_attached_file','2011/03/InfoLogo5.jpg'),(1922,1616,'_wp_attached_file','2011/03/InfoLogo.gif'),(1923,1617,'_wp_attached_file','2011/03/cropped-InfoLogo1.jpg'),(1924,1617,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"260\";s:6:\"height\";s:2:\"56\";s:14:\"hwstring_small\";s:23:\"height=\'27\' width=\'128\'\";s:4:\"file\";s:29:\"2011/03/cropped-InfoLogo1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"cropped-InfoLogo1-150x56.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"56\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:27:\"cropped-InfoLogo1-75x16.jpg\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:2:\"16\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:28:\"cropped-InfoLogo1-200x43.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:2:\"43\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1925,1618,'_wp_attached_file','2011/03/cropped-InfoLogo1.jpg'),(1926,1618,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"260\";s:6:\"height\";s:2:\"56\";s:14:\"hwstring_small\";s:23:\"height=\'27\' width=\'128\'\";s:4:\"file\";s:29:\"2011/03/cropped-InfoLogo1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"cropped-InfoLogo1-150x56.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"56\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:27:\"cropped-InfoLogo1-75x16.jpg\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:2:\"16\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:28:\"cropped-InfoLogo1-200x43.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:2:\"43\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1927,1619,'_wp_attached_file','2011/03/cropped-InfoLogo6.jpg'),(1928,1619,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"260\";s:6:\"height\";s:2:\"56\";s:14:\"hwstring_small\";s:23:\"height=\'27\' width=\'128\'\";s:4:\"file\";s:29:\"2011/03/cropped-InfoLogo6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"cropped-InfoLogo6-150x56.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"56\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:27:\"cropped-InfoLogo6-75x16.jpg\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:2:\"16\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:28:\"cropped-InfoLogo6-200x43.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:2:\"43\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1929,1620,'_wp_attached_file','2011/03/cropped-InfoLogo-G.jpg'),(1930,1620,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"260\";s:6:\"height\";s:2:\"56\";s:14:\"hwstring_small\";s:23:\"height=\'27\' width=\'128\'\";s:4:\"file\";s:30:\"2011/03/cropped-InfoLogo-G.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"cropped-InfoLogo-G-150x56.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"56\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:28:\"cropped-InfoLogo-G-75x16.jpg\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:2:\"16\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:29:\"cropped-InfoLogo-G-200x43.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:2:\"43\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1931,1621,'_wp_attached_file','2011/03/cropped-InfoLogo6.jpg'),(1932,1621,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"260\";s:6:\"height\";s:2:\"56\";s:14:\"hwstring_small\";s:23:\"height=\'27\' width=\'128\'\";s:4:\"file\";s:29:\"2011/03/cropped-InfoLogo6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"cropped-InfoLogo6-150x56.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"56\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:27:\"cropped-InfoLogo6-75x16.jpg\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:2:\"16\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:28:\"cropped-InfoLogo6-200x43.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:2:\"43\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1933,1622,'_wp_attached_file','2011/03/InfoLogo-G.gif'),(1934,1622,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"848\";s:6:\"height\";s:3:\"120\";s:14:\"hwstring_small\";s:23:\"height=\'18\' width=\'128\'\";s:4:\"file\";s:22:\"2011/03/InfoLogo-G.gif\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"InfoLogo-G-150x120.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"120\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"InfoLogo-G-300x42.gif\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"42\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:20:\"InfoLogo-G-75x10.gif\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:2:\"10\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:21:\"InfoLogo-G-200x28.gif\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:2:\"28\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1967,1634,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"255\";s:6:\"height\";s:2:\"56\";s:14:\"hwstring_small\";s:23:\"height=\'28\' width=\'128\'\";s:4:\"file\";s:21:\"2011/03/InfoLogo6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"InfoLogo6-150x56.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"56\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:19:\"InfoLogo6-75x16.jpg\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:2:\"16\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:20:\"InfoLogo6-200x43.jpg\";s:5:\"width\";s:3:\"200\";s:6:\"height\";s:2:\"43\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1966,1634,'_wp_attached_file','2011/03/InfoLogo6.jpg'),(2024,1692,'_menu_item_object','page'),(2025,1692,'_menu_item_target',''),(2026,1692,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2027,1692,'_menu_item_xfn',''),(2028,1692,'_menu_item_url',''),(4503,3424,'_wp_attached_file','2011/04/Smokeys_Garden_Arbor_Day_04_15_2011.jpg'),(2039,934,'_short_url','\r\n404 Not Found\r\n\r\n

    404 Not Found

    \r\n
    nginx
    \r\n\r\n\r\n'),(2040,97,'_short_url','\r\n404 Not Found\r\n\r\n

    404 Not Found

    \r\n
    nginx
    \r\n\r\n\r\n'),(2041,112,'_short_url','\r\n404 Not Found\r\n\r\n

    404 Not Found

    \r\n
    nginx
    \r\n\r\n\r\n'),(2042,112,'_short_url','\r\n404 Not Found\r\n\r\n

    404 Not Found

    \r\n
    nginx
    \r\n\r\n\r\n'),(2043,934,'_short_url','\r\n404 Not Found\r\n\r\n

    404 Not Found

    \r\n
    nginx
    \r\n\r\n\r\n'),(2044,1695,'_edit_last','1'),(2045,1695,'_edit_lock','1300319808:1'),(2055,1700,'_wp_attached_file','2011/03/Test-Ad.jpg'),(2056,1700,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"200\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'57\'\";s:4:\"file\";s:19:\"2011/03/Test-Ad.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"Test-Ad-120x150.jpg\";s:5:\"width\";s:3:\"120\";s:6:\"height\";s:3:\"150\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:17:\"Test-Ad-45x75.jpg\";s:5:\"width\";s:2:\"45\";s:6:\"height\";s:2:\"75\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:18:\"Test-Ad-75x125.jpg\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:3:\"125\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2057,1701,'_wp_attached_file','2011/03/Test-Ad1.jpg'),(2058,1701,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"198\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:20:\"2011/03/Test-Ad1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"Test-Ad1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:18:\"Test-Ad1-56x75.jpg\";s:5:\"width\";s:2:\"56\";s:6:\"height\";s:2:\"75\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:19:\"Test-Ad1-94x125.jpg\";s:5:\"width\";s:2:\"94\";s:6:\"height\";s:3:\"125\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4496,3421,'_edit_last','1'),(4497,3421,'_edit_lock','1304528788:1'),(4498,3421,'author','Joe Garcia, LNF'),(4501,3423,'_wp_attached_file','2011/04/Smokeys_Garden_Arbor_Day_2_Girls_Watering_04_15_2011.jpg'),(4502,3423,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:64:\"2011/04/Smokeys_Garden_Arbor_Day_2_Girls_Watering_04_15_2011.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:64:\"Smokeys_Garden_Arbor_Day_2_Girls_Watering_04_15_2011-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:64:\"Smokeys_Garden_Arbor_Day_2_Girls_Watering_04_15_2011-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:64:\"Smokeys_Garden_Arbor_Day_2_Girls_Watering_04_15_2011-150x100.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"100\";}s:8:\"featured\";a:3:{s:4:\"file\";s:64:\"Smokeys_Garden_Arbor_Day_2_Girls_Watering_04_15_2011-450x300.jpg\";s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX7590 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1300292004\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";}}'),(4491,2139,'_wp_trash_meta_time','1304472523'),(4488,2136,'_wp_trash_meta_status','publish'),(4214,3316,'_menu_item_url',''),(4489,2136,'_wp_trash_meta_time','1304472514'),(4490,2139,'_wp_trash_meta_status','publish'),(4485,2132,'_wp_trash_meta_time','1304472393'),(4484,2132,'_wp_trash_meta_status','publish'),(4483,2130,'_wp_trash_meta_time','1304472385'),(4480,2119,'_wp_trash_meta_status','publish'),(4481,2119,'_wp_trash_meta_time','1304472375'),(4477,3340,'_wp_page_template','default'),(4475,3406,'_menu_item_url',''),(4474,3406,'_menu_item_xfn',''),(4473,3406,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4472,3406,'_menu_item_target',''),(4471,3406,'_menu_item_object','page'),(4470,3406,'_menu_item_object_id','56'),(4469,3406,'_menu_item_menu_item_parent','3442'),(4468,3406,'_menu_item_type','post_type'),(4482,2130,'_wp_trash_meta_status','publish'),(4466,3405,'_menu_item_url',''),(4465,3405,'_menu_item_xfn',''),(4463,3405,'_menu_item_target',''),(4462,3405,'_menu_item_object','page'),(4461,3405,'_menu_item_object_id','422'),(4450,3394,'_menu_item_url',''),(4185,3313,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4184,3313,'_menu_item_target',''),(4183,3313,'_menu_item_object','category'),(4182,3313,'_menu_item_object_id','8'),(4181,3313,'_menu_item_menu_item_parent','3323'),(4180,3313,'_menu_item_type','taxonomy'),(4464,3405,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4460,3405,'_menu_item_menu_item_parent','3442'),(4459,3405,'_menu_item_type','post_type'),(4458,3254,'_wp_trash_meta_time','1304471698'),(4457,3254,'_wp_trash_meta_status','publish'),(4455,3005,'_wp_trash_meta_status','publish'),(4216,3317,'_menu_item_type','taxonomy'),(4213,3316,'_menu_item_xfn',''),(4212,3316,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4211,3316,'_menu_item_target',''),(4210,3316,'_menu_item_object','category'),(4202,3315,'_menu_item_target',''),(4203,3315,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4201,3315,'_menu_item_object','category'),(4200,3315,'_menu_item_object_id','30'),(4199,3315,'_menu_item_menu_item_parent','3320'),(4198,3315,'_menu_item_type','taxonomy'),(3867,150,'_popupper_ctx',' new YAHOO.widget.Tooltip(\"ttt22109463\",\r\n { context:\"ctx_22109463\",\r\n text:\"

    Timberon Rentals

    \r\n

    \",\r\n width:\"auto\",\r\n showDelay: 50 });\r\n'),(4456,3005,'_wp_trash_meta_time','1304471686'),(4449,3394,'_menu_item_xfn',''),(4448,3394,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4447,3394,'_menu_item_target',''),(4446,3394,'_menu_item_object','page'),(4444,3394,'_menu_item_menu_item_parent','3442'),(4445,3394,'_menu_item_object_id','3391'),(4443,3394,'_menu_item_type','post_type'),(5122,3686,'_menu_item_target',''),(5123,3686,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5124,3686,'_menu_item_xfn',''),(5125,3686,'_menu_item_url',''),(3868,150,'_popupper_ctx',' new YAHOO.widget.Tooltip(\"ttt35150945\",\r\n { context:\"ctx_35150945\",\r\n text:\"

    Timberon Rentals

    \r\nYour place to get a rental in Timberon NM

    \",\r\n width:\"auto\",\r\n showDelay: 50 });\r\n'),(5127,3687,'_menu_item_type','post_type'),(5128,3687,'_menu_item_menu_item_parent','0'),(5129,3687,'_menu_item_object_id','873'),(5130,3687,'_menu_item_object','page'),(4434,3391,'_edit_lock','1304471573:1'),(4433,3391,'_edit_last','1'),(2195,1725,'_wp_attached_file','2011/03/leaves_13.jpg'),(2196,1725,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:2:\"96\";s:6:\"height\";s:2:\"96\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:21:\"2011/03/leaves_13.jpg\";s:5:\"sizes\";a:1:{s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:19:\"leaves_13-75x75.jpg\";s:5:\"width\";s:2:\"75\";s:6:\"height\";s:2:\"75\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3979,3245,'_edit_lock','1304431238:1'),(3978,3245,'_edit_last','1'),(3976,3241,'_wp_trash_meta_status','publish'),(3977,3241,'_wp_trash_meta_time','1304430158'),(5399,3541,'_encloseme','1'),(5396,3793,'_menu_item_url',''),(3959,3239,'_menu_item_object_id','3172'),(3957,3239,'_menu_item_type','post_type'),(3958,3239,'_menu_item_menu_item_parent','0'),(3975,3241,'_edit_lock','1304430148:1'),(3964,3239,'_menu_item_url',''),(3963,3239,'_menu_item_xfn',''),(3962,3239,'_menu_item_classes','a:1:{i:0;s:9:\"smcf-link\";}'),(2226,1742,'_wp_attached_file','2011/03/photo-4.jpg'),(5395,3793,'_menu_item_xfn',''),(3961,3239,'_menu_item_target',''),(3960,3239,'_menu_item_object','page'),(2227,1742,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"540\";s:6:\"height\";s:3:\"663\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'78\'\";s:4:\"file\";s:19:\"2011/03/photo-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"photo-4-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"photo-4-244x300.jpg\";s:5:\"width\";s:3:\"244\";s:6:\"height\";s:3:\"300\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:17:\"photo-4-61x75.jpg\";s:5:\"width\";s:2:\"61\";s:6:\"height\";s:2:\"75\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:19:\"photo-4-101x125.jpg\";s:5:\"width\";s:3:\"101\";s:6:\"height\";s:3:\"125\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:40:\"KODAK EASYSHARE V803 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1290816396\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.5\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(3956,3238,'_menu_item_orphaned','1304405161'),(3953,3238,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3951,3238,'_menu_item_object','custom'),(3948,3238,'_menu_item_type','custom'),(3946,3237,'_menu_item_url','http://ahref=/contactclass=smcf-linkContactususingthisform./a'),(3942,3237,'_menu_item_object','custom'),(3939,3237,'_menu_item_type','custom'),(3938,3227,'_edit_lock','1304435778:1'),(3936,3227,'iwacontact_from','no-reply@yourdomain.com'),(3933,3227,'iwacontact_data','message::2::textarea::Message::::1::none;;email_address::3::input::Email Address::::1::email;;your_name::1::input::Your Name::::1::none'),(3930,150,'iwacontact_from','no-reply@yourdomain.com'),(3929,150,'iwacontact_subject','New contact form submission!'),(3928,150,'iwacontact_sendto','you@yourdomain.com'),(3925,3200,'iwacontact_from','no-reply@yourdomain.com'),(3922,3200,'iwacontact_data','new_field::1::input::New Field::::::none'),(5199,3695,'_menu_item_type','taxonomy'),(5200,3695,'_menu_item_menu_item_parent','0'),(3897,3172,'_edit_lock','1304388799:1'),(3896,3172,'_edit_last','1'),(3892,3169,'_edit_last','1'),(3891,3155,'_wp_trash_meta_comments_status','a:1:{i:22;s:1:\"1\";}'),(3875,934,'_popupper_ctx',' new YAHOO.widget.Tooltip(\"ttt101402719\",\r\n { context:\"ctx_101402719\",\r\n text:\"

    I was born March 28, 1882 in a small Texas village called Hilton. It was located about 26 miles southeast of Sweet Water on Valley Creek near a mountain range called Church. My father, Jasper Newton Daugherty, owned a small farm there. He decided to sell out and go west to seek his fortune. So Dad “Newt”, older bother “Frank”, younger brother Martin, sister Elizabeth and her husband Patric Conley, mother Mary Jane Goodnight, wife Louisa (Gardner), and what family they each had, prepared to go in one wagon train.\r\n\r\n

    \",\r\n width:\"auto\",\r\n showDelay: 50 });\r\n'),(3869,150,'_popupper_ctx',' new YAHOO.widget.Tooltip(\"ttt48419634\",\r\n { context:\"ctx_48419634\",\r\n text:\"

    Timberon Rentals

    \r\n

    \",\r\n width:\"auto\",\r\n showDelay: 50 });\r\n'),(3865,1999,'enablewpts','1'),(2308,1829,'author','Gwen Adams'),(2322,1837,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"909\";s:6:\"height\";s:4:\"1024\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'85\'\";s:4:\"file\";s:26:\"2011/03/Evacuation-Map.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"Evacuation-Map-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"Evacuation-Map-266x300.jpg\";s:5:\"width\";s:3:\"266\";s:6:\"height\";s:3:\"300\";}s:19:\"sidebar-image-small\";a:3:{s:4:\"file\";s:24:\"Evacuation-Map-66x75.jpg\";s:5:\"width\";s:2:\"66\";s:6:\"height\";s:2:\"75\";}s:18:\"sidebar-image-full\";a:3:{s:4:\"file\";s:26:\"Evacuation-Map-110x125.jpg\";s:5:\"width\";s:3:\"110\";s:6:\"height\";s:3:\"125\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2321,1837,'_wp_attached_file','2011/03/Evacuation-Map.jpg'),(2335,1844,'_wp_attached_file','2011/03/Evacuation-Card.rtf'),(2336,1844,'_wp_attachment_metadata','a:0:{}'),(2397,1127,'_wp_attachment_image_alt','Oliver Lee on horseback near where Circle Cross Ranch is still today.'),(2408,1886,'_edit_last','1'),(2409,1886,'_wp_page_template','default'),(5258,3703,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"100\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:21:\"2011/05/atile15b1.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2418,1886,'_edit_lock','1304891382:1'),(2421,1652,'_wp_page_template','default'),(2717,2245,'_edit_last','1'),(2718,2245,'_edit_lock','1304432508:1'),(2719,2252,'_wp_attached_file','2011/04/mail1.png'),(2720,2252,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"32\";s:6:\"height\";s:2:\"32\";s:14:\"hwstring_small\";s:22:\"height=\'32\' width=\'32\'\";s:4:\"file\";s:17:\"2011/04/mail1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2752,2267,'_wp_attached_file','2011/04/application.png'),(2753,2267,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/application.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2754,2268,'_wp_attached_file','2011/04/application2.png'),(2755,2268,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/application2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2756,2269,'_wp_attached_file','2011/04/application_add.png'),(2757,2269,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/application_add.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2758,2270,'_wp_attached_file','2011/04/application_cascade.png'),(2759,2270,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:31:\"2011/04/application_cascade.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2760,2271,'_wp_attached_file','2011/04/application_delete.png'),(2761,2271,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/application_delete.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2762,2272,'_wp_attached_file','2011/04/application_double.png'),(2763,2272,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/application_double.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2764,2273,'_wp_attached_file','2011/04/application_edit.png'),(2765,2273,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/application_edit.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2766,2274,'_wp_attached_file','2011/04/application_error.png'),(2767,2274,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/application_error.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2768,2275,'_wp_attached_file','2011/04/application_form.png'),(2769,2275,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/application_form.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2770,2276,'_wp_attached_file','2011/04/application_get.png'),(2771,2276,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/application_get.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2772,2277,'_wp_attached_file','2011/04/application_go.png'),(2773,2277,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/application_go.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2774,2278,'_wp_attached_file','2011/04/application_home.png'),(2775,2278,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/application_home.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2776,2279,'_wp_attached_file','2011/04/application_key.png'),(2777,2279,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/application_key.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2778,2280,'_wp_attached_file','2011/04/application_lightning.png'),(2779,2280,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:33:\"2011/04/application_lightning.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2780,2281,'_wp_attached_file','2011/04/application_link.png'),(2781,2281,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/application_link.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2782,2282,'_wp_attached_file','2011/04/application_osx.png'),(2783,2282,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/application_osx.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2784,2283,'_wp_attached_file','2011/04/application_osx_terminal.png'),(2785,2283,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:36:\"2011/04/application_osx_terminal.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2786,2284,'_wp_attached_file','2011/04/application_put.png'),(2787,2284,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/application_put.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2788,2285,'_wp_attached_file','2011/04/application_side_boxes.png'),(2789,2285,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:34:\"2011/04/application_side_boxes.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2790,2286,'_wp_attached_file','2011/04/application_side_contract.png'),(2791,2286,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:37:\"2011/04/application_side_contract.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2792,2287,'_wp_attached_file','2011/04/application_side_expand.png'),(2793,2287,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:35:\"2011/04/application_side_expand.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2794,2288,'_wp_attached_file','2011/04/application_side_list.png'),(2795,2288,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:33:\"2011/04/application_side_list.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2796,2289,'_wp_attached_file','2011/04/application_side_tree.png'),(2797,2289,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:33:\"2011/04/application_side_tree.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2798,2290,'_wp_attached_file','2011/04/application_split.png'),(2799,2290,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/application_split.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2800,2291,'_wp_attached_file','2011/04/application_tile_horizontal.png'),(2801,2291,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:39:\"2011/04/application_tile_horizontal.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2802,2292,'_wp_attached_file','2011/04/application_tile_vertical.png'),(2803,2292,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:37:\"2011/04/application_tile_vertical.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2804,2293,'_wp_attached_file','2011/04/application_view_columns.png'),(2805,2293,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:36:\"2011/04/application_view_columns.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2806,2294,'_wp_attached_file','2011/04/application_view_detail.png'),(2807,2294,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:35:\"2011/04/application_view_detail.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2808,2295,'_wp_attached_file','2011/04/application_view_gallery.png'),(2809,2295,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:36:\"2011/04/application_view_gallery.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2810,2296,'_wp_attached_file','2011/04/application_view_icons.png'),(2811,2296,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:34:\"2011/04/application_view_icons.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2812,2297,'_wp_attached_file','2011/04/application_view_list.png'),(2813,2297,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:33:\"2011/04/application_view_list.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2814,2298,'_wp_attached_file','2011/04/application_view_tile.png'),(2815,2298,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:33:\"2011/04/application_view_tile.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2816,2299,'_wp_attached_file','2011/04/application_view_xp.png'),(2817,2299,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:31:\"2011/04/application_view_xp.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2818,2300,'_wp_attached_file','2011/04/application_view_xp_terminal.png'),(2819,2300,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:40:\"2011/04/application_view_xp_terminal.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2820,2301,'_wp_attached_file','2011/04/arrow_branch.png'),(2821,2301,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/arrow_branch.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2822,2302,'_wp_attached_file','2011/04/arrow_divide.png'),(2823,2302,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/arrow_divide.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2824,2303,'_wp_attached_file','2011/04/arrow_in.png'),(2825,2303,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/arrow_in.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2826,2304,'_wp_attached_file','2011/04/arrow_inout.png'),(2827,2304,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/arrow_inout.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2828,2305,'_wp_attached_file','2011/04/arrow_join.png'),(2829,2305,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/arrow_join.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2830,2306,'_wp_attached_file','2011/04/arrow_left.png'),(2831,2306,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/arrow_left.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2832,2307,'_wp_attached_file','2011/04/arrow_merge.png'),(2833,2307,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/arrow_merge.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2834,2308,'_wp_attached_file','2011/04/arrow_out.png'),(2835,2308,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/arrow_out.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2836,2309,'_wp_attached_file','2011/04/arrow_redo.png'),(2837,2309,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/arrow_redo.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2838,2310,'_wp_attached_file','2011/04/arrow_refresh.png'),(2839,2310,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/arrow_refresh.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2840,2311,'_wp_attached_file','2011/04/arrow_right.png'),(2841,2311,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/arrow_right.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2842,2312,'_wp_attached_file','2011/04/arrow_undo.png'),(2843,2312,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/arrow_undo.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2844,2313,'_wp_attached_file','2011/04/asterisk_orange.png'),(2845,2313,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/asterisk_orange.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2846,2314,'_wp_attached_file','2011/04/attach.png'),(2847,2314,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/attach.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2848,2315,'_wp_attached_file','2011/04/attach_2.png'),(2849,2315,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/attach_2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2850,2316,'_wp_attached_file','2011/04/award_star_gold.png'),(2851,2316,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/award_star_gold.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2852,2317,'_wp_attached_file','2011/04/bandaid.png'),(2853,2317,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/bandaid.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2854,2318,'_wp_attached_file','2011/04/basket.png'),(2855,2318,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/basket.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2856,2319,'_wp_attached_file','2011/04/bell.png'),(2857,2319,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/bell.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2858,2320,'_wp_attached_file','2011/04/bin_closed.png'),(2859,2320,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/bin_closed.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2860,2321,'_wp_attached_file','2011/04/blog.png'),(2861,2321,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/blog.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2862,2322,'_wp_attached_file','2011/04/blueprint.png'),(2863,2322,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/blueprint.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2864,2323,'_wp_attached_file','2011/04/blueprint_horizontal.png'),(2865,2323,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:32:\"2011/04/blueprint_horizontal.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2866,2324,'_wp_attached_file','2011/04/bluetooth.png'),(2867,2324,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/bluetooth.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2868,2325,'_wp_attached_file','2011/04/bomb.png'),(2869,2325,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/bomb.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2870,2326,'_wp_attached_file','2011/04/book.png'),(2871,2326,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/book.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2872,2327,'_wp_attached_file','2011/04/book_addresses.png'),(2873,2327,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/book_addresses.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2874,2328,'_wp_attached_file','2011/04/book_next.png'),(2875,2328,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/book_next.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2876,2329,'_wp_attached_file','2011/04/book_open.png'),(2877,2329,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/book_open.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2878,2330,'_wp_attached_file','2011/04/book_previous.png'),(2879,2330,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/book_previous.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2880,2331,'_wp_attached_file','2011/04/bookmark.png'),(2881,2331,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/bookmark.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2882,2332,'_wp_attached_file','2011/04/bookmark_book.png'),(2883,2332,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/bookmark_book.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2884,2333,'_wp_attached_file','2011/04/bookmark_book_open.png'),(2885,2333,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/bookmark_book_open.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2886,2334,'_wp_attached_file','2011/04/bookmark_document.png'),(2887,2334,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/bookmark_document.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2888,2335,'_wp_attached_file','2011/04/bookmark_folder.png'),(2889,2335,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/bookmark_folder.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2890,2336,'_wp_attached_file','2011/04/books.png'),(2891,2336,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/books.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2892,2337,'_wp_attached_file','2011/04/box.png'),(2893,2337,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/box.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2894,2338,'_wp_attached_file','2011/04/brick.png'),(2895,2338,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/brick.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2896,2339,'_wp_attached_file','2011/04/bricks.png'),(2897,2339,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/bricks.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2898,2340,'_wp_attached_file','2011/04/briefcase.png'),(2899,2340,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/briefcase.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2900,2341,'_wp_attached_file','2011/04/bug.png'),(2901,2341,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/bug.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2902,2342,'_wp_attached_file','2011/04/buildings.png'),(2903,2342,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/buildings.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2904,2343,'_wp_attached_file','2011/04/bullet_add_1.png'),(2905,2343,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:1:\"7\";s:6:\"height\";s:1:\"7\";s:14:\"hwstring_small\";s:20:\"height=\'7\' width=\'7\'\";s:4:\"file\";s:24:\"2011/04/bullet_add_1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2906,2344,'_wp_attached_file','2011/04/bullet_add_2.png'),(2907,2344,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:1:\"7\";s:6:\"height\";s:1:\"7\";s:14:\"hwstring_small\";s:20:\"height=\'7\' width=\'7\'\";s:4:\"file\";s:24:\"2011/04/bullet_add_2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2908,2345,'_wp_attached_file','2011/04/bullet_key.png'),(2909,2345,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"10\";s:6:\"height\";s:2:\"10\";s:14:\"hwstring_small\";s:22:\"height=\'10\' width=\'10\'\";s:4:\"file\";s:22:\"2011/04/bullet_key.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2910,2346,'_wp_attached_file','2011/04/cake.png'),(2911,2346,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/cake.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2912,2347,'_wp_attached_file','2011/04/calculator.png'),(2913,2347,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/calculator.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2914,2348,'_wp_attached_file','2011/04/calendar_1.png'),(2915,2348,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/calendar_1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2916,2349,'_wp_attached_file','2011/04/calendar_2.png'),(2917,2349,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/calendar_2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2918,2350,'_wp_attached_file','2011/04/camera.png'),(2919,2350,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/camera.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2920,2351,'_wp_attached_file','2011/04/cancel.png'),(2921,2351,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/cancel.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2922,2352,'_wp_attached_file','2011/04/car.png'),(2923,2352,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/car.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2924,2353,'_wp_attached_file','2011/04/cart.png'),(2925,2353,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/cart.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2926,2354,'_wp_attached_file','2011/04/cd.png'),(2927,2354,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:14:\"2011/04/cd.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2928,2355,'_wp_attached_file','2011/04/chart_bar.png'),(2929,2355,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/chart_bar.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2930,2356,'_wp_attached_file','2011/04/chart_curve.png'),(2931,2356,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/chart_curve.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2932,2357,'_wp_attached_file','2011/04/chart_line.png'),(2933,2357,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/chart_line.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2934,2358,'_wp_attached_file','2011/04/chart_organisation.png'),(2935,2358,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/chart_organisation.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2936,2359,'_wp_attached_file','2011/04/chart_pie.png'),(2937,2359,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/chart_pie.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2938,2360,'_wp_attached_file','2011/04/clipboard_paste_image.png'),(2939,2360,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:33:\"2011/04/clipboard_paste_image.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2940,2361,'_wp_attached_file','2011/04/clipboard_sign.png'),(2941,2361,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/clipboard_sign.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2942,2362,'_wp_attached_file','2011/04/clipboard_text.png'),(2943,2362,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/clipboard_text.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2944,2363,'_wp_attached_file','2011/04/clock.png'),(2945,2363,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/clock.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2946,2364,'_wp_attached_file','2011/04/cog.png'),(2947,2364,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/cog.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2948,2365,'_wp_attached_file','2011/04/coins.png'),(2949,2365,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/coins.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2950,2366,'_wp_attached_file','2011/04/color_swatch_1.png'),(2951,2366,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/color_swatch_1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2952,2367,'_wp_attached_file','2011/04/color_swatch_2.png'),(2953,2367,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/color_swatch_2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2954,2368,'_wp_attached_file','2011/04/comment.png'),(2955,2368,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/comment.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2956,2369,'_wp_attached_file','2011/04/compass.png'),(2957,2369,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/compass.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2958,2370,'_wp_attached_file','2011/04/compress.png'),(2959,2370,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/compress.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2960,2371,'_wp_attached_file','2011/04/computer.png'),(2961,2371,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/computer.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2962,2372,'_wp_attached_file','2011/04/connect.png'),(2963,2372,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/connect.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2964,2373,'_wp_attached_file','2011/04/contrast.png'),(2965,2373,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/contrast.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2966,2374,'_wp_attached_file','2011/04/control_eject.png'),(2967,2374,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/control_eject.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2968,2375,'_wp_attached_file','2011/04/control_end.png'),(2969,2375,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/control_end.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2970,2376,'_wp_attached_file','2011/04/control_equalizer.png'),(2971,2376,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/control_equalizer.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2972,2377,'_wp_attached_file','2011/04/control_fastforward.png'),(2973,2377,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:31:\"2011/04/control_fastforward.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2974,2378,'_wp_attached_file','2011/04/control_pause.png'),(2975,2378,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/control_pause.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2976,2379,'_wp_attached_file','2011/04/control_play.png'),(2977,2379,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/control_play.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2978,2380,'_wp_attached_file','2011/04/control_repeat.png'),(2979,2380,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/control_repeat.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2980,2381,'_wp_attached_file','2011/04/control_rewind.png'),(2981,2381,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/control_rewind.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2982,2382,'_wp_attached_file','2011/04/control_start.png'),(2983,2382,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/control_start.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2984,2383,'_wp_attached_file','2011/04/control_stop.png'),(2985,2383,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/control_stop.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2986,2384,'_wp_attached_file','2011/04/control_wheel.png'),(2987,2384,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/control_wheel.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2988,2385,'_wp_attached_file','2011/04/counter.png'),(2989,2385,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/counter.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2990,2386,'_wp_attached_file','2011/04/counter_count.png'),(2991,2386,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/counter_count.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2992,2387,'_wp_attached_file','2011/04/counter_count_up.png'),(2993,2387,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/counter_count_up.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2994,2388,'_wp_attached_file','2011/04/counter_reset.png'),(2995,2388,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/counter_reset.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2996,2389,'_wp_attached_file','2011/04/counter_stop.png'),(2997,2389,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/counter_stop.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2998,2390,'_wp_attached_file','2011/04/cross.png'),(2999,2390,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/cross.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3000,2391,'_wp_attached_file','2011/04/cross_octagon.png'),(3001,2391,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/cross_octagon.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3002,2392,'_wp_attached_file','2011/04/cross_octagon_fram.png'),(3003,2392,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/cross_octagon_fram.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3004,2393,'_wp_attached_file','2011/04/cross_shield.png'),(3005,2393,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/cross_shield.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3006,2394,'_wp_attached_file','2011/04/cross_shield_2.png'),(3007,2394,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/cross_shield_2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3008,2395,'_wp_attached_file','2011/04/crown.png'),(3009,2395,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/crown.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3010,2396,'_wp_attached_file','2011/04/crown_bronze.png'),(3011,2396,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/crown_bronze.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3012,2397,'_wp_attached_file','2011/04/crown_silver.png'),(3013,2397,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/crown_silver.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3014,2398,'_wp_attached_file','2011/04/css.png'),(3015,2398,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/css.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3016,2399,'_wp_attached_file','2011/04/cursor.png'),(3017,2399,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/cursor.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3018,2400,'_wp_attached_file','2011/04/cut.png'),(3019,2400,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/cut.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3020,2401,'_wp_attached_file','2011/04/dashboard.png'),(3021,2401,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/dashboard.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3022,2402,'_wp_attached_file','2011/04/data.png'),(3023,2402,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/data.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3024,2403,'_wp_attached_file','2011/04/database.png'),(3025,2403,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/database.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3026,2404,'_wp_attached_file','2011/04/databases.png'),(3027,2404,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/databases.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3028,2405,'_wp_attached_file','2011/04/delete.png'),(3029,2405,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/delete.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3030,2406,'_wp_attached_file','2011/04/delivery.png'),(3031,2406,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/delivery.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3032,2407,'_wp_attached_file','2011/04/desktop.png'),(3033,2407,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/desktop.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3034,2408,'_wp_attached_file','2011/04/desktop_empty.png'),(3035,2408,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/desktop_empty.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3036,2409,'_wp_attached_file','2011/04/direction.png'),(3037,2409,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/direction.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3038,2410,'_wp_attached_file','2011/04/disconnect.png'),(3039,2410,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/disconnect.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3040,2411,'_wp_attached_file','2011/04/disk.png'),(3041,2411,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/disk.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3042,2412,'_wp_attached_file','2011/04/doc_access.png'),(3043,2412,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/doc_access.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3044,2413,'_wp_attached_file','2011/04/doc_break.png'),(3045,2413,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/doc_break.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3046,2414,'_wp_attached_file','2011/04/doc_convert.png'),(3047,2414,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/doc_convert.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3048,2415,'_wp_attached_file','2011/04/doc_excel_csv.png'),(3049,2415,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/doc_excel_csv.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3050,2416,'_wp_attached_file','2011/04/doc_excel_table.png'),(3051,2416,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/doc_excel_table.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3052,2417,'_wp_attached_file','2011/04/doc_film.png'),(3053,2417,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/doc_film.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3054,2418,'_wp_attached_file','2011/04/doc_illustrator.png'),(3055,2418,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/doc_illustrator.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3056,2419,'_wp_attached_file','2011/04/doc_music.png'),(3057,2419,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/doc_music.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3058,2420,'_wp_attached_file','2011/04/doc_music_playlist.png'),(3059,2420,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/doc_music_playlist.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3060,2421,'_wp_attached_file','2011/04/doc_offlice.png'),(3061,2421,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/doc_offlice.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3062,2422,'_wp_attached_file','2011/04/doc_page.png'),(3063,2422,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/doc_page.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3064,2423,'_wp_attached_file','2011/04/doc_page_previous.png'),(3065,2423,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/doc_page_previous.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3066,2424,'_wp_attached_file','2011/04/doc_pdf.png'),(3067,2424,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/doc_pdf.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3068,2425,'_wp_attached_file','2011/04/doc_photoshop.png'),(3069,2425,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/doc_photoshop.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3070,2426,'_wp_attached_file','2011/04/doc_resize.png'),(3071,2426,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/doc_resize.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3072,2427,'_wp_attached_file','2011/04/doc_resize_actual.png'),(3073,2427,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/doc_resize_actual.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3074,2428,'_wp_attached_file','2011/04/doc_shred.png'),(3075,2428,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/doc_shred.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3076,2429,'_wp_attached_file','2011/04/doc_stand.png'),(3077,2429,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/doc_stand.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3078,2430,'_wp_attached_file','2011/04/doc_table.png'),(3079,2430,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/doc_table.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3080,2431,'_wp_attached_file','2011/04/doc_tag.png'),(3081,2431,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/doc_tag.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3082,2432,'_wp_attached_file','2011/04/doc_text_image.png'),(3083,2432,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/doc_text_image.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3084,2433,'_wp_attached_file','2011/04/door.png'),(3085,2433,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/door.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3086,2434,'_wp_attached_file','2011/04/door_in.png'),(3087,2434,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/door_in.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3088,2435,'_wp_attached_file','2011/04/drawer.png'),(3089,2435,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/drawer.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3090,2436,'_wp_attached_file','2011/04/drink.png'),(3091,2436,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/drink.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3092,2437,'_wp_attached_file','2011/04/drink_empty.png'),(3093,2437,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/drink_empty.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3094,2438,'_wp_attached_file','2011/04/drive.png'),(3095,2438,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/drive.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3096,2439,'_wp_attached_file','2011/04/drive_burn.png'),(3097,2439,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/drive_burn.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3098,2440,'_wp_attached_file','2011/04/drive_cd.png'),(3099,2440,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/drive_cd.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3100,2441,'_wp_attached_file','2011/04/drive_cd_empty.png'),(3101,2441,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/drive_cd_empty.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3102,2442,'_wp_attached_file','2011/04/drive_delete.png'),(3103,2442,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/drive_delete.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3104,2443,'_wp_attached_file','2011/04/drive_go.png'),(3105,2443,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/drive_go.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3106,2444,'_wp_attached_file','2011/04/drive_link.png'),(3107,2444,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/drive_link.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3108,2445,'_wp_attached_file','2011/04/drive_network.png'),(3109,2445,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/drive_network.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3110,2446,'_wp_attached_file','2011/04/drive_rename.png'),(3111,2446,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/drive_rename.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3112,2447,'_wp_attached_file','2011/04/dvd.png'),(3113,2447,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/dvd.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3114,2448,'_wp_attached_file','2011/04/email.png'),(3115,2448,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/email.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3116,2449,'_wp_attached_file','2011/04/email_open.png'),(3117,2449,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/email_open.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3120,2451,'_wp_attached_file','2011/04/emoticon_evilgrin.png'),(3121,2451,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/emoticon_evilgrin.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3122,2452,'_wp_attached_file','2011/04/emoticon_grin.png'),(3123,2452,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/emoticon_grin.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3124,2453,'_wp_attached_file','2011/04/emoticon_happy.png'),(3125,2453,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/emoticon_happy.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3126,2454,'_wp_attached_file','2011/04/emoticon_smile.png'),(3127,2454,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/emoticon_smile.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3128,2455,'_wp_attached_file','2011/04/emoticon_surprised.png'),(3129,2455,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/emoticon_surprised.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3130,2456,'_wp_attached_file','2011/04/emoticon_tongue.png'),(3131,2456,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/emoticon_tongue.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3132,2457,'_wp_attached_file','2011/04/emoticon_unhappy.png'),(3133,2457,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/emoticon_unhappy.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3134,2458,'_wp_attached_file','2011/04/emoticon_waii.png'),(3135,2458,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/emoticon_waii.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3136,2459,'_wp_attached_file','2011/04/emoticon_wink.png'),(3137,2459,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/emoticon_wink.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3138,2460,'_wp_attached_file','2011/04/envelope.png'),(3139,2460,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/envelope.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3140,2461,'_wp_attached_file','2011/04/envelope_2.png'),(3141,2461,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/envelope_2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3142,2462,'_wp_attached_file','2011/04/error.png'),(3143,2462,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/error.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3144,2463,'_wp_attached_file','2011/04/exclamation.png'),(3145,2463,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/exclamation.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3146,2464,'_wp_attached_file','2011/04/exclamation_octagon_fram.png'),(3147,2464,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:36:\"2011/04/exclamation_octagon_fram.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3148,2465,'_wp_attached_file','2011/04/eye.png'),(3149,2465,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/eye.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3150,2466,'_wp_attached_file','2011/04/feed.png'),(3151,2466,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/feed.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3152,2467,'_wp_attached_file','2011/04/feed_ballon.png'),(3153,2467,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/feed_ballon.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3154,2468,'_wp_attached_file','2011/04/feed_document.png'),(3155,2468,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/feed_document.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3156,2469,'_wp_attached_file','2011/04/female.png'),(3157,2469,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/female.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3158,2470,'_wp_attached_file','2011/04/film.png'),(3159,2470,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/film.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3160,2471,'_wp_attached_file','2011/04/films.png'),(3161,2471,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/films.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3162,2472,'_wp_attached_file','2011/04/find.png'),(3163,2472,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/find.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3164,2473,'_wp_attached_file','2011/04/flag_blue.png'),(3165,2473,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/flag_blue.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3166,2474,'_wp_attached_file','2011/04/folder1.png'),(3167,2474,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/folder1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3168,2475,'_wp_attached_file','2011/04/font.png'),(3169,2475,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/font.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3170,2476,'_wp_attached_file','2011/04/funnel.png'),(3171,2476,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/funnel.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3172,2477,'_wp_attached_file','2011/04/grid.png'),(3173,2477,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/grid.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3174,2478,'_wp_attached_file','2011/04/grid_dot.png'),(3175,2478,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/grid_dot.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3176,2479,'_wp_attached_file','2011/04/group.png'),(3177,2479,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/group.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3178,2480,'_wp_attached_file','2011/04/hammer.png'),(3179,2480,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/hammer.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3180,2481,'_wp_attached_file','2011/04/hammer_screwdriver.png'),(3181,2481,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/hammer_screwdriver.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3182,2482,'_wp_attached_file','2011/04/hand.png'),(3183,2482,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/hand.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3184,2483,'_wp_attached_file','2011/04/hand_point.png'),(3185,2483,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/hand_point.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3186,2484,'_wp_attached_file','2011/04/heart.png'),(3187,2484,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/heart.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3188,2485,'_wp_attached_file','2011/04/heart_break.png'),(3189,2485,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/heart_break.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3190,2486,'_wp_attached_file','2011/04/heart_empty.png'),(3191,2486,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/heart_empty.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3192,2487,'_wp_attached_file','2011/04/heart_half.png'),(3193,2487,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/heart_half.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3194,2488,'_wp_attached_file','2011/04/heart_small.png'),(3195,2488,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:1:\"9\";s:6:\"height\";s:1:\"9\";s:14:\"hwstring_small\";s:20:\"height=\'9\' width=\'9\'\";s:4:\"file\";s:23:\"2011/04/heart_small.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3196,2489,'_wp_attached_file','2011/04/help.png'),(3197,2489,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/help.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3198,2490,'_wp_attached_file','2011/04/highlighter.png'),(3199,2490,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/highlighter.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3200,2491,'_wp_attached_file','2011/04/house.png'),(3201,2491,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/house.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3202,2492,'_wp_attached_file','2011/04/html.png'),(3203,2492,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/html.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3204,2493,'_wp_attached_file','2011/04/image_1.png'),(3205,2493,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/image_1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3206,2494,'_wp_attached_file','2011/04/image_2.png'),(3207,2494,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/image_2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3208,2495,'_wp_attached_file','2011/04/images.png'),(3209,2495,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/images.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3210,2496,'_wp_attached_file','2011/04/inbox.png'),(3211,2496,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/inbox.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3212,2497,'_wp_attached_file','2011/04/ipod.png'),(3213,2497,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/ipod.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3214,2498,'_wp_attached_file','2011/04/ipod_cast.png'),(3215,2498,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/ipod_cast.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3216,2499,'_wp_attached_file','2011/04/joystick.png'),(3217,2499,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/joystick.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3218,2500,'_wp_attached_file','2011/04/key.png'),(3219,2500,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/key.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3220,2501,'_wp_attached_file','2011/04/keyboard.png'),(3221,2501,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/keyboard.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3222,2502,'_wp_attached_file','2011/04/layer_treansparent.png'),(3223,2502,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/layer_treansparent.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3224,2503,'_wp_attached_file','2011/04/layers.png'),(3225,2503,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/layers.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3226,2504,'_wp_attached_file','2011/04/layout.png'),(3227,2504,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/layout.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3228,2505,'_wp_attached_file','2011/04/layout_header_footer_3.png'),(3229,2505,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:34:\"2011/04/layout_header_footer_3.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3230,2506,'_wp_attached_file','2011/04/layout_header_footer_3_mix.png'),(3231,2506,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:38:\"2011/04/layout_header_footer_3_mix.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3232,2507,'_wp_attached_file','2011/04/layout_join.png'),(3233,2507,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/layout_join.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3234,2508,'_wp_attached_file','2011/04/layout_join_vertical.png'),(3235,2508,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:32:\"2011/04/layout_join_vertical.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3236,2509,'_wp_attached_file','2011/04/layout_select.png'),(3237,2509,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/layout_select.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3238,2510,'_wp_attached_file','2011/04/layout_select_content.png'),(3239,2510,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:33:\"2011/04/layout_select_content.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3240,2511,'_wp_attached_file','2011/04/layout_select_footer.png'),(3241,2511,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:32:\"2011/04/layout_select_footer.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3242,2512,'_wp_attached_file','2011/04/layout_select_sidebar.png'),(3243,2512,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:33:\"2011/04/layout_select_sidebar.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3244,2513,'_wp_attached_file','2011/04/layout_split.png'),(3245,2513,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/layout_split.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3246,2514,'_wp_attached_file','2011/04/layout_split_vertical.png'),(3247,2514,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:33:\"2011/04/layout_split_vertical.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3248,2515,'_wp_attached_file','2011/04/lifebuoy.png'),(3249,2515,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/lifebuoy.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3250,2516,'_wp_attached_file','2011/04/lightbulb.png'),(3251,2516,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/lightbulb.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3252,2517,'_wp_attached_file','2011/04/lightbulb_off.png'),(3253,2517,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/lightbulb_off.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3254,2518,'_wp_attached_file','2011/04/lightning.png'),(3255,2518,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/lightning.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3256,2519,'_wp_attached_file','2011/04/link.png'),(3257,2519,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/link.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3258,2520,'_wp_attached_file','2011/04/link_break.png'),(3259,2520,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/link_break.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3260,2521,'_wp_attached_file','2011/04/lock.png'),(3261,2521,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/lock.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3262,2522,'_wp_attached_file','2011/04/lock_unlock.png'),(3263,2522,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/lock_unlock.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3264,2523,'_wp_attached_file','2011/04/magnet.png'),(3265,2523,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/magnet.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3266,2524,'_wp_attached_file','2011/04/magnifier.png'),(3267,2524,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/magnifier.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3268,2525,'_wp_attached_file','2011/04/magnifier_zoom_in.png'),(3269,2525,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/magnifier_zoom_in.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3270,2526,'_wp_attached_file','2011/04/male.png'),(3271,2526,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/male.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3272,2527,'_wp_attached_file','2011/04/map1.png'),(3273,2527,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/map1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3274,2528,'_wp_attached_file','2011/04/marker.png'),(3275,2528,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/marker.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3276,2529,'_wp_attached_file','2011/04/medal_bronze_1.png'),(3277,2529,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/medal_bronze_1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3278,2530,'_wp_attached_file','2011/04/medal_gold_1.png'),(3279,2530,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/medal_gold_1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3280,2531,'_wp_attached_file','2011/04/media_player_small_blue.png'),(3281,2531,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:35:\"2011/04/media_player_small_blue.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3282,2532,'_wp_attached_file','2011/04/microphone.png'),(3283,2532,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/microphone.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3284,2533,'_wp_attached_file','2011/04/mobile_phone.png'),(3285,2533,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/mobile_phone.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3286,2534,'_wp_attached_file','2011/04/money.png'),(3287,2534,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/money.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3288,2535,'_wp_attached_file','2011/04/money_dollar.png'),(3289,2535,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/money_dollar.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3290,2536,'_wp_attached_file','2011/04/money_euro.png'),(3291,2536,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/money_euro.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3292,2537,'_wp_attached_file','2011/04/money_pound.png'),(3293,2537,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/money_pound.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3294,2538,'_wp_attached_file','2011/04/money_yen.png'),(3295,2538,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/money_yen.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3296,2539,'_wp_attached_file','2011/04/monitor.png'),(3297,2539,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/monitor.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3298,2540,'_wp_attached_file','2011/04/mouse.png'),(3299,2540,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/mouse.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3300,2541,'_wp_attached_file','2011/04/music.png'),(3301,2541,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/music.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3302,2542,'_wp_attached_file','2011/04/music_beam.png'),(3303,2542,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/music_beam.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3304,2543,'_wp_attached_file','2011/04/neutral.png'),(3305,2543,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/neutral.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3306,2544,'_wp_attached_file','2011/04/new.png'),(3307,2544,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/new.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3308,2545,'_wp_attached_file','2011/04/newspaper1.png'),(3309,2545,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/newspaper1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3310,2546,'_wp_attached_file','2011/04/note.png'),(3311,2546,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/note.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3312,2547,'_wp_attached_file','2011/04/nuclear.png'),(3313,2547,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/nuclear.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3314,2548,'_wp_attached_file','2011/04/package.png'),(3315,2548,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/package.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3316,2549,'_wp_attached_file','2011/04/page.png'),(3317,2549,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/page.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3318,2550,'_wp_attached_file','2011/04/page_2.png'),(3319,2550,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/page_2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3320,2551,'_wp_attached_file','2011/04/page_2_copy.png'),(3321,2551,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/page_2_copy.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3322,2552,'_wp_attached_file','2011/04/page_code.png'),(3323,2552,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/page_code.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3324,2553,'_wp_attached_file','2011/04/page_copy.png'),(3325,2553,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/page_copy.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3326,2554,'_wp_attached_file','2011/04/page_excel.png'),(3327,2554,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/page_excel.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3328,2555,'_wp_attached_file','2011/04/page_lightning.png'),(3329,2555,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/page_lightning.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3330,2556,'_wp_attached_file','2011/04/page_paste.png'),(3331,2556,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/page_paste.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3332,2557,'_wp_attached_file','2011/04/page_red.png'),(3333,2557,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/page_red.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3334,2558,'_wp_attached_file','2011/04/page_refresh.png'),(3335,2558,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/page_refresh.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3336,2559,'_wp_attached_file','2011/04/page_save.png'),(3337,2559,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/page_save.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3338,2560,'_wp_attached_file','2011/04/page_white_cplusplus.png'),(3339,2560,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:32:\"2011/04/page_white_cplusplus.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3340,2561,'_wp_attached_file','2011/04/page_white_csharp.png'),(3341,2561,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/page_white_csharp.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3342,2562,'_wp_attached_file','2011/04/page_white_cup.png'),(3343,2562,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/page_white_cup.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3344,2563,'_wp_attached_file','2011/04/page_white_database.png'),(3345,2563,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:31:\"2011/04/page_white_database.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3346,2564,'_wp_attached_file','2011/04/page_white_delete.png'),(3347,2564,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/page_white_delete.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3348,2565,'_wp_attached_file','2011/04/page_white_dvd.png'),(3349,2565,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/page_white_dvd.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3350,2566,'_wp_attached_file','2011/04/page_white_edit.png'),(3351,2566,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/page_white_edit.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3352,2567,'_wp_attached_file','2011/04/page_white_error.png'),(3353,2567,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/page_white_error.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3354,2568,'_wp_attached_file','2011/04/page_white_excel.png'),(3355,2568,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/page_white_excel.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3356,2569,'_wp_attached_file','2011/04/page_white_find.png'),(3357,2569,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/page_white_find.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3358,2570,'_wp_attached_file','2011/04/page_white_flash.png'),(3359,2570,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/page_white_flash.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3360,2571,'_wp_attached_file','2011/04/page_white_freehand.png'),(3361,2571,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:31:\"2011/04/page_white_freehand.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3362,2572,'_wp_attached_file','2011/04/page_white_gear.png'),(3363,2572,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/page_white_gear.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3364,2573,'_wp_attached_file','2011/04/page_white_get.png'),(3365,2573,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/page_white_get.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3366,2574,'_wp_attached_file','2011/04/page_white_paintbrush.png'),(3367,2574,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:33:\"2011/04/page_white_paintbrush.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3368,2575,'_wp_attached_file','2011/04/page_white_paste.png'),(3369,2575,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/page_white_paste.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3370,2576,'_wp_attached_file','2011/04/page_white_php.png'),(3371,2576,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/page_white_php.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3372,2577,'_wp_attached_file','2011/04/page_white_picture.png'),(3373,2577,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/page_white_picture.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3374,2578,'_wp_attached_file','2011/04/page_white_powerpoint.png'),(3375,2578,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:33:\"2011/04/page_white_powerpoint.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3376,2579,'_wp_attached_file','2011/04/page_white_put.png'),(3377,2579,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/page_white_put.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3378,2580,'_wp_attached_file','2011/04/page_white_ruby.png'),(3379,2580,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/page_white_ruby.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3380,2581,'_wp_attached_file','2011/04/page_white_stack.png'),(3381,2581,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/page_white_stack.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3382,2582,'_wp_attached_file','2011/04/page_white_star.png'),(3383,2582,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/page_white_star.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3384,2583,'_wp_attached_file','2011/04/page_white_swoosh.png'),(3385,2583,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/page_white_swoosh.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3386,2584,'_wp_attached_file','2011/04/page_white_text.png'),(3387,2584,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/page_white_text.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3388,2585,'_wp_attached_file','2011/04/page_white_text_width.png'),(3389,2585,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:33:\"2011/04/page_white_text_width.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3390,2586,'_wp_attached_file','2011/04/page_white_tux.png'),(3391,2586,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/page_white_tux.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3392,2587,'_wp_attached_file','2011/04/page_white_vector.png'),(3393,2587,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/page_white_vector.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3394,2588,'_wp_attached_file','2011/04/page_white_visualstudio.png'),(3395,2588,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:35:\"2011/04/page_white_visualstudio.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3396,2589,'_wp_attached_file','2011/04/page_white_width.png'),(3397,2589,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/page_white_width.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3398,2590,'_wp_attached_file','2011/04/page_white_word.png'),(3399,2590,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/page_white_word.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3400,2591,'_wp_attached_file','2011/04/page_white_world.png'),(3401,2591,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/page_white_world.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3402,2592,'_wp_attached_file','2011/04/page_white_wrench.png'),(3403,2592,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/page_white_wrench.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3404,2593,'_wp_attached_file','2011/04/page_white_zip.png'),(3405,2593,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/page_white_zip.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3406,2594,'_wp_attached_file','2011/04/paintbrush.png'),(3407,2594,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/paintbrush.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3408,2595,'_wp_attached_file','2011/04/paintcan.png'),(3409,2595,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/paintcan.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3410,2596,'_wp_attached_file','2011/04/palette.png'),(3411,2596,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/palette.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3412,2597,'_wp_attached_file','2011/04/paper_bag.png'),(3413,2597,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/paper_bag.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3414,2598,'_wp_attached_file','2011/04/paste_plain.png'),(3415,2598,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/paste_plain.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3416,2599,'_wp_attached_file','2011/04/paste_word.png'),(3417,2599,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/paste_word.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3418,2600,'_wp_attached_file','2011/04/pencil.png'),(3419,2600,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/pencil.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3420,2601,'_wp_attached_file','2011/04/photo.png'),(3421,2601,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/photo.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3422,2602,'_wp_attached_file','2011/04/photo_album.png'),(3423,2602,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/photo_album.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3424,2603,'_wp_attached_file','2011/04/photos1.png'),(3425,2603,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/photos1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3426,2604,'_wp_attached_file','2011/04/piano.png'),(3427,2604,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/piano.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3428,2605,'_wp_attached_file','2011/04/picture.png'),(3429,2605,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/picture.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3430,2606,'_wp_attached_file','2011/04/pilcrow.png'),(3431,2606,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/pilcrow.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3432,2607,'_wp_attached_file','2011/04/pill.png'),(3433,2607,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/pill.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3434,2608,'_wp_attached_file','2011/04/pin.png'),(3435,2608,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/pin.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3436,2609,'_wp_attached_file','2011/04/pipette.png'),(3437,2609,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/pipette.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3438,2610,'_wp_attached_file','2011/04/plaing_card.png'),(3439,2610,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/plaing_card.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3440,2611,'_wp_attached_file','2011/04/plug.png'),(3441,2611,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/plug.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3442,2612,'_wp_attached_file','2011/04/plugin.png'),(3443,2612,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/plugin.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3444,2613,'_wp_attached_file','2011/04/printer.png'),(3445,2613,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/printer.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3446,2614,'_wp_attached_file','2011/04/projection_screen.png'),(3447,2614,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/projection_screen.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3448,2615,'_wp_attached_file','2011/04/projection_screen_present.png'),(3449,2615,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:37:\"2011/04/projection_screen_present.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3450,2616,'_wp_attached_file','2011/04/rainbow.png'),(3451,2616,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/rainbow.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3452,2617,'_wp_attached_file','2011/04/readme.txt'),(3453,2617,'_wp_attachment_metadata','a:0:{}'),(3454,2618,'_wp_attached_file','2011/04/report.png'),(3455,2618,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/report.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3456,2619,'_wp_attached_file','2011/04/rocket.png'),(3457,2619,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/rocket.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3458,2620,'_wp_attached_file','2011/04/rosette.png'),(3459,2620,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/rosette.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3460,2621,'_wp_attached_file','2011/04/rss.png'),(3461,2621,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/rss.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3462,2622,'_wp_attached_file','2011/04/ruby.png'),(3463,2622,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/ruby.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3464,2623,'_wp_attached_file','2011/04/ruler_1.png'),(3465,2623,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/ruler_1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3466,2624,'_wp_attached_file','2011/04/ruler_2.png'),(3467,2624,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/ruler_2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3468,2625,'_wp_attached_file','2011/04/ruler_crop.png'),(3469,2625,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/ruler_crop.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3470,2626,'_wp_attached_file','2011/04/ruler_triangle.png'),(3471,2626,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/ruler_triangle.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3472,2627,'_wp_attached_file','2011/04/safe.png'),(3473,2627,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/safe.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3474,2628,'_wp_attached_file','2011/04/script.png'),(3475,2628,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/script.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3476,2629,'_wp_attached_file','2011/04/selection.png'),(3477,2629,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/selection.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3478,2630,'_wp_attached_file','2011/04/selection_select.png'),(3479,2630,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/selection_select.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3480,2631,'_wp_attached_file','2011/04/server.png'),(3481,2631,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/server.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3482,2632,'_wp_attached_file','2011/04/shading.png'),(3483,2632,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/shading.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3484,2633,'_wp_attached_file','2011/04/shape_aling_bottom.png'),(3485,2633,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/shape_aling_bottom.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3486,2634,'_wp_attached_file','2011/04/shape_aling_center.png'),(3487,2634,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/shape_aling_center.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3488,2635,'_wp_attached_file','2011/04/shape_aling_left.png'),(3489,2635,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/shape_aling_left.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3490,2636,'_wp_attached_file','2011/04/shape_aling_middle.png'),(3491,2636,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/shape_aling_middle.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3492,2637,'_wp_attached_file','2011/04/shape_aling_right.png'),(3493,2637,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/shape_aling_right.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3494,2638,'_wp_attached_file','2011/04/shape_aling_top.png'),(3495,2638,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/shape_aling_top.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3496,2639,'_wp_attached_file','2011/04/shape_flip_horizontal.png'),(3497,2639,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:33:\"2011/04/shape_flip_horizontal.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3498,2640,'_wp_attached_file','2011/04/shape_flip_vertical.png'),(3499,2640,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:31:\"2011/04/shape_flip_vertical.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3500,2641,'_wp_attached_file','2011/04/shape_group.png'),(3501,2641,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/shape_group.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3502,2642,'_wp_attached_file','2011/04/shape_handles.png'),(3503,2642,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/shape_handles.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3504,2643,'_wp_attached_file','2011/04/shape_move_back.png'),(3505,2643,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/shape_move_back.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3506,2644,'_wp_attached_file','2011/04/shape_move_backwards.png'),(3507,2644,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:32:\"2011/04/shape_move_backwards.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3508,2645,'_wp_attached_file','2011/04/shape_move_forwards.png'),(3509,2645,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:31:\"2011/04/shape_move_forwards.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3510,2646,'_wp_attached_file','2011/04/shape_move_front.png'),(3511,2646,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/shape_move_front.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3512,2647,'_wp_attached_file','2011/04/shape_square.png'),(3513,2647,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/shape_square.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3514,2648,'_wp_attached_file','2011/04/shield.png'),(3515,2648,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/shield.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3516,2649,'_wp_attached_file','2011/04/sitemap.png'),(3517,2649,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/sitemap.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3518,2650,'_wp_attached_file','2011/04/slide.png'),(3519,2650,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/slide.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3520,2651,'_wp_attached_file','2011/04/slides.png'),(3521,2651,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/slides.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3522,2652,'_wp_attached_file','2011/04/slides_stack.png'),(3523,2652,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/slides_stack.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3524,2653,'_wp_attached_file','2011/04/smiley_confuse.png'),(3525,2653,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/smiley_confuse.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3526,2654,'_wp_attached_file','2011/04/smiley_cool.png'),(3527,2654,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/smiley_cool.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3528,2655,'_wp_attached_file','2011/04/smiley_cry.png'),(3529,2655,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/smiley_cry.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3530,2656,'_wp_attached_file','2011/04/smiley_fat.png'),(3531,2656,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/smiley_fat.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3532,2657,'_wp_attached_file','2011/04/smiley_mad.png'),(3533,2657,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/smiley_mad.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3534,2658,'_wp_attached_file','2011/04/smiley_red.png'),(3535,2658,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/smiley_red.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3536,2659,'_wp_attached_file','2011/04/smiley_roll.png'),(3537,2659,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/smiley_roll.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3538,2660,'_wp_attached_file','2011/04/smiley_slim.png'),(3539,2660,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/smiley_slim.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3540,2661,'_wp_attached_file','2011/04/smiley_yell.png'),(3541,2661,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/smiley_yell.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3542,2662,'_wp_attached_file','2011/04/socket.png'),(3543,2662,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/socket.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3544,2663,'_wp_attached_file','2011/04/sockets.png'),(3545,2663,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:19:\"2011/04/sockets.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3546,2664,'_wp_attached_file','2011/04/sort.png'),(3547,2664,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/sort.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3548,2665,'_wp_attached_file','2011/04/sort_alphabet.png'),(3549,2665,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/sort_alphabet.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3550,2666,'_wp_attached_file','2011/04/sort_date.png'),(3551,2666,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/sort_date.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3552,2667,'_wp_attached_file','2011/04/sort_disable.png'),(3553,2667,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/sort_disable.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3554,2668,'_wp_attached_file','2011/04/sort_number.png'),(3555,2668,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/sort_number.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3556,2669,'_wp_attached_file','2011/04/sort_price.png'),(3557,2669,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/sort_price.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3558,2670,'_wp_attached_file','2011/04/sort_quantity.png'),(3559,2670,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/sort_quantity.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3560,2671,'_wp_attached_file','2011/04/sort_rating.png'),(3561,2671,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/sort_rating.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3562,2672,'_wp_attached_file','2011/04/sound.png'),(3563,2672,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/sound.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3564,2673,'_wp_attached_file','2011/04/sound_note.png'),(3565,2673,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/sound_note.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3566,2674,'_wp_attached_file','2011/04/spellcheck.png'),(3567,2674,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/spellcheck.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3568,2675,'_wp_attached_file','2011/04/sport_8ball.png'),(3569,2675,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/sport_8ball.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3570,2676,'_wp_attached_file','2011/04/sport_basketball.png'),(3571,2676,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/sport_basketball.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3572,2677,'_wp_attached_file','2011/04/sport_football.png'),(3573,2677,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:26:\"2011/04/sport_football.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3574,2678,'_wp_attached_file','2011/04/sport_golf.png'),(3575,2678,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/sport_golf.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3576,2679,'_wp_attached_file','2011/04/sport_raquet.png'),(3577,2679,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/sport_raquet.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3578,2680,'_wp_attached_file','2011/04/sport_shuttlecock.png'),(3579,2680,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/sport_shuttlecock.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3580,2681,'_wp_attached_file','2011/04/sport_soccer.png'),(3581,2681,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/sport_soccer.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3582,2682,'_wp_attached_file','2011/04/sport_tennis.png'),(3583,2682,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/sport_tennis.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3584,2683,'_wp_attached_file','2011/04/stamp.png'),(3585,2683,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/stamp.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3586,2684,'_wp_attached_file','2011/04/star_1.png'),(3587,2684,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/star_1.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3588,2685,'_wp_attached_file','2011/04/star_2.png'),(3589,2685,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/star_2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3590,2686,'_wp_attached_file','2011/04/status_online.png'),(3591,2686,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/status_online.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3592,2687,'_wp_attached_file','2011/04/stop.png'),(3593,2687,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/stop.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3594,2688,'_wp_attached_file','2011/04/style.png'),(3595,2688,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/style.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3596,2689,'_wp_attached_file','2011/04/sum.png'),(3597,2689,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/sum.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3598,2690,'_wp_attached_file','2011/04/sum_2.png'),(3599,2690,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/sum_2.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3600,2691,'_wp_attached_file','2011/04/switch.png'),(3601,2691,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/switch.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3602,2692,'_wp_attached_file','2011/04/tab.png'),(3603,2692,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/tab.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3604,2693,'_wp_attached_file','2011/04/table.png'),(3605,2693,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/table.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3606,2694,'_wp_attached_file','2011/04/tag.png'),(3607,2694,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:15:\"2011/04/tag.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3608,2695,'_wp_attached_file','2011/04/tag_blue.png'),(3609,2695,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/tag_blue.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3610,2696,'_wp_attached_file','2011/04/target.png'),(3611,2696,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/target.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3612,2697,'_wp_attached_file','2011/04/telephone.png'),(3613,2697,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/telephone.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3614,2698,'_wp_attached_file','2011/04/television.png'),(3615,2698,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/television.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3616,2699,'_wp_attached_file','2011/04/text_align_center.png'),(3617,2699,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/text_align_center.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3618,2700,'_wp_attached_file','2011/04/text_align_justify.png'),(3619,2700,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/text_align_justify.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3620,2701,'_wp_attached_file','2011/04/text_align_left.png'),(3621,2701,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/text_align_left.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3622,2702,'_wp_attached_file','2011/04/text_align_right.png'),(3623,2702,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:28:\"2011/04/text_align_right.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3624,2703,'_wp_attached_file','2011/04/text_allcaps.png'),(3625,2703,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/text_allcaps.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3626,2704,'_wp_attached_file','2011/04/text_bold.png'),(3627,2704,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:21:\"2011/04/text_bold.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3628,2705,'_wp_attached_file','2011/04/text_columns.png'),(3629,2705,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:24:\"2011/04/text_columns.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4811,3610,'_edit_last','1'),(4812,3610,'_edit_lock','1305032869:1'),(4813,3610,'author','KOB News'),(4826,3618,'_menu_item_type','taxonomy'),(4827,3618,'_menu_item_menu_item_parent','3322'),(4828,3618,'_menu_item_object_id','57'),(4829,3618,'_menu_item_object','category'),(4830,3618,'_menu_item_target',''),(4831,3618,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4832,3618,'_menu_item_xfn',''),(4833,3618,'_menu_item_url',''),(4835,3619,'_menu_item_type','taxonomy'),(4836,3619,'_menu_item_menu_item_parent','3322'),(4837,3619,'_menu_item_object_id','48'),(4838,3619,'_menu_item_object','category'),(4839,3619,'_menu_item_target',''),(4840,3619,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4841,3619,'_menu_item_xfn',''),(4842,3619,'_menu_item_url',''),(4844,3620,'_menu_item_type','taxonomy'),(4845,3620,'_menu_item_menu_item_parent','3442'),(4846,3620,'_menu_item_object_id','58'),(4847,3620,'_menu_item_object','category'),(4848,3620,'_menu_item_target',''),(4849,3620,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4850,3620,'_menu_item_xfn',''),(4851,3620,'_menu_item_url',''),(4853,3621,'_menu_item_type','taxonomy'),(4854,3621,'_menu_item_menu_item_parent','3620'),(4855,3621,'_menu_item_object_id','56'),(4856,3621,'_menu_item_object','category'),(4857,3621,'_menu_item_target',''),(4858,3621,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4859,3621,'_menu_item_xfn',''),(4860,3621,'_menu_item_url',''),(4862,3622,'_menu_item_type','taxonomy'),(4863,3622,'_menu_item_menu_item_parent','3620'),(4864,3622,'_menu_item_object_id','55'),(4865,3622,'_menu_item_object','category'),(4866,3622,'_menu_item_target',''),(4867,3622,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4868,3622,'_menu_item_xfn',''),(4869,3622,'_menu_item_url',''),(5068,3662,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5067,3662,'_menu_item_target',''),(5059,3660,'_edit_last','1'),(5060,3660,'_edit_lock','1305816411:1'),(5066,3662,'_menu_item_object','category'),(5063,3662,'_menu_item_type','taxonomy'),(5064,3662,'_menu_item_menu_item_parent','3325'),(5065,3662,'_menu_item_object_id','60'),(4880,3624,'_menu_item_type','post_type'),(4881,3624,'_menu_item_menu_item_parent','3637'),(4882,3624,'_menu_item_object_id','2062'),(4883,3624,'_menu_item_object','page'),(4884,3624,'_menu_item_target',''),(4885,3624,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4886,3624,'_menu_item_xfn',''),(4887,3624,'_menu_item_url',''),(4889,3625,'_menu_item_type','post_type'),(4890,3625,'_menu_item_menu_item_parent','3631'),(4891,3625,'_menu_item_object_id','3051'),(4892,3625,'_menu_item_object','page'),(4893,3625,'_menu_item_target',''),(4894,3625,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4895,3625,'_menu_item_xfn',''),(4896,3625,'_menu_item_url',''),(4898,3626,'_menu_item_type','post_type'),(4899,3626,'_menu_item_menu_item_parent','3631'),(4900,3626,'_menu_item_object_id','3053'),(4901,3626,'_menu_item_object','page'),(4902,3626,'_menu_item_target',''),(4903,3626,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4904,3626,'_menu_item_xfn',''),(4905,3626,'_menu_item_url',''),(4907,3627,'_menu_item_type','post_type'),(4908,3627,'_menu_item_menu_item_parent','3631'),(4909,3627,'_menu_item_object_id','3055'),(4910,3627,'_menu_item_object','page'),(4911,3627,'_menu_item_target',''),(4912,3627,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4913,3627,'_menu_item_xfn',''),(4914,3627,'_menu_item_url',''),(4916,3628,'_menu_item_type','post_type'),(4917,3628,'_menu_item_menu_item_parent','3631'),(4918,3628,'_menu_item_object_id','3057'),(4919,3628,'_menu_item_object','page'),(4920,3628,'_menu_item_target',''),(4921,3628,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4922,3628,'_menu_item_xfn',''),(4923,3628,'_menu_item_url',''),(4925,3629,'_menu_item_type','post_type'),(4926,3629,'_menu_item_menu_item_parent','3637'),(4927,3629,'_menu_item_object_id','2006'),(4928,3629,'_menu_item_object','page'),(4929,3629,'_menu_item_target',''),(4930,3629,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4931,3629,'_menu_item_xfn',''),(4932,3629,'_menu_item_url',''),(4934,3630,'_menu_item_type','post_type'),(4935,3630,'_menu_item_menu_item_parent','3637'),(4936,3630,'_menu_item_object_id','2064'),(4937,3630,'_menu_item_object','page'),(4938,3630,'_menu_item_target',''),(4939,3630,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4940,3630,'_menu_item_xfn',''),(4941,3630,'_menu_item_url',''),(4943,3631,'_menu_item_type','post_type'),(4944,3631,'_menu_item_menu_item_parent','3637'),(4945,3631,'_menu_item_object_id','3026'),(4946,3631,'_menu_item_object','page'),(4947,3631,'_menu_item_target',''),(4948,3631,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4949,3631,'_menu_item_xfn',''),(4950,3631,'_menu_item_url',''),(4952,3632,'_menu_item_type','post_type'),(4953,3632,'_menu_item_menu_item_parent','3637'),(4954,3632,'_menu_item_object_id','2058'),(4955,3632,'_menu_item_object','page'),(4956,3632,'_menu_item_target',''),(4957,3632,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4958,3632,'_menu_item_xfn',''),(4959,3632,'_menu_item_url',''),(4961,3633,'_menu_item_type','post_type'),(4962,3633,'_menu_item_menu_item_parent','3442'),(4963,3633,'_menu_item_object_id','1999'),(4964,3633,'_menu_item_object','page'),(4965,3633,'_menu_item_target',''),(4966,3633,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4967,3633,'_menu_item_xfn',''),(4968,3633,'_menu_item_url',''),(4970,3634,'_menu_item_type','post_type'),(4971,3634,'_menu_item_menu_item_parent','3637'),(4972,3634,'_menu_item_object_id','2068'),(4973,3634,'_menu_item_object','page'),(4974,3634,'_menu_item_target',''),(4975,3634,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4976,3634,'_menu_item_xfn',''),(4977,3634,'_menu_item_url',''),(4979,3635,'_menu_item_type','post_type'),(4980,3635,'_menu_item_menu_item_parent','3637'),(4981,3635,'_menu_item_object_id','2066'),(4982,3635,'_menu_item_object','page'),(4983,3635,'_menu_item_target',''),(4984,3635,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4985,3635,'_menu_item_xfn',''),(4986,3635,'_menu_item_url',''),(4988,3636,'_menu_item_type','post_type'),(4989,3636,'_menu_item_menu_item_parent','3637'),(4990,3636,'_menu_item_object_id','2060'),(4991,3636,'_menu_item_object','page'),(4992,3636,'_menu_item_target',''),(4993,3636,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4994,3636,'_menu_item_xfn',''),(4995,3636,'_menu_item_url',''),(4997,3637,'_menu_item_type','post_type'),(4998,3637,'_menu_item_menu_item_parent','3633'),(4999,3637,'_menu_item_object_id','2002'),(5000,3637,'_menu_item_object','page'),(5001,3637,'_menu_item_target',''),(5002,3637,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5003,3637,'_menu_item_xfn',''),(5004,3637,'_menu_item_url',''),(5006,3638,'_menu_item_type','post_type'),(5007,3638,'_menu_item_menu_item_parent','3637'),(5008,3638,'_menu_item_object_id','2070'),(5009,3638,'_menu_item_object','page'),(5010,3638,'_menu_item_target',''),(5011,3638,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5012,3638,'_menu_item_xfn',''),(5013,3638,'_menu_item_url',''),(5030,3647,'_menu_item_type','custom'),(5031,3647,'_menu_item_menu_item_parent','0'),(5032,3647,'_menu_item_object_id','3647'),(5033,3647,'_menu_item_object','custom'),(5034,3647,'_menu_item_target',''),(5035,3647,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5036,3647,'_menu_item_xfn',''),(5037,3647,'_menu_item_url','http://www.timberon.info/'),(5093,3673,'_edit_last','1'),(5094,3673,'_edit_lock','1304989178:1'),(5095,3680,'_edit_last','1'),(5096,3680,'_edit_lock','1305033516:1'),(5097,3680,'author','JJ and Kim Duckett'),(5100,3682,'_menu_item_type','taxonomy'),(5101,3682,'_menu_item_menu_item_parent','3446'),(5102,3682,'_menu_item_object_id','61'),(5103,3682,'_menu_item_object','category'),(5104,3682,'_menu_item_target',''),(5105,3682,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5106,3682,'_menu_item_xfn',''),(5107,3682,'_menu_item_url',''),(3710,2746,'_wp_attached_file','2011/04/umbrella.png'),(3711,2746,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:20:\"2011/04/umbrella.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3712,2747,'_wp_attached_file','2011/04/user.png'),(3713,2747,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:16:\"2011/04/user.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3714,2748,'_wp_attached_file','2011/04/user_black_female.png'),(3715,2748,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/user_black_female.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3716,2749,'_wp_attached_file','2011/04/user_business.png'),(3717,2749,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:25:\"2011/04/user_business.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3718,2750,'_wp_attached_file','2011/04/user_business_boss.png'),(3719,2750,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:30:\"2011/04/user_business_boss.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3720,2751,'_wp_attached_file','2011/04/user_female.png'),(3721,2751,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:23:\"2011/04/user_female.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3722,2752,'_wp_attached_file','2011/04/user_silhouette.png'),(3723,2752,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:27:\"2011/04/user_silhouette.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3724,2753,'_wp_attached_file','2011/04/user_thief.png'),(3725,2753,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:22:\"2011/04/user_thief.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3726,2754,'_wp_attached_file','2011/04/user_thief_baldie.png'),(3727,2754,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:29:\"2011/04/user_thief_baldie.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3728,2755,'_wp_attached_file','2011/04/vcard.png'),(3729,2755,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:17:\"2011/04/vcard.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3730,2756,'_wp_attached_file','2011/04/vector.png'),(3731,2756,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:14:\"hwstring_small\";s:22:\"height=\'16\' width=\'16\'\";s:4:\"file\";s:18:\"2011/04/vector.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3767,2799,'_edit_last','1'),(3768,2799,'_edit_lock','1302374814:1'),(3769,2799,'_event_location',''),(3770,2799,'_event_all_day','1'),(3771,2799,'_event_recurring',''),(3772,2799,'_event_frequency','daily'),(3773,2799,'_event_start_date','2011-15-04'),(3774,2799,'_event_start_time','00:00:00'),(3775,2799,'_event_end_date','2011-17-04'),(3776,2799,'_event_end_duration',''),(3777,2799,'_event_end_time','23:59:59'),(3778,2799,'_event_color',''),(3779,2799,'_event_hover_color',''),(5386,3791,'author','Joe Garcia, LNF'),(5385,3791,'_edit_lock','1305736070:1'),(5384,3791,'_edit_last','1'),(5341,3774,'_edit_last','1'),(5342,3774,'_edit_lock','1305675895:1'),(5209,3696,'_menu_item_menu_item_parent','0'),(5208,3696,'_menu_item_type','taxonomy'),(5206,3695,'_menu_item_url',''),(5205,3695,'_menu_item_xfn',''),(3863,3092,'oqp_form_url','http://www.timberon.info/blog/?page_id=3088'),(3864,3092,'oqp_form_slug','yclads'),(5245,3700,'_menu_item_menu_item_parent','0'),(3988,3245,'_wp_trash_meta_status','publish'),(3989,3245,'_wp_trash_meta_time','1304434481'),(3993,3254,'_edit_lock','1304435944:1'),(3992,3254,'_edit_last','1'),(3994,3254,'iwacontact_data','new_field::1::input::New Field::::::none'),(3995,3254,'iwacontact_sendto','you@yourdomain.com'),(3996,3254,'iwacontact_subject','New contact form submission!'),(3997,3254,'iwacontact_from','no-reply@yourdomain.com'),(3998,3254,'iwacontact_submit_value','Send Enquiry'),(5253,3701,'_wp_attached_file','2011/05/atile15b.gif'),(5254,3701,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"100\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:20:\"2011/05/atile15b.gif\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5248,3700,'_menu_item_target',''),(5143,3688,'_menu_item_url',''),(5142,3688,'_menu_item_xfn',''),(4012,3260,'_edit_last','1'),(4013,3260,'_edit_lock','1304981676:1'),(5141,3688,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5140,3688,'_menu_item_target',''),(5139,3688,'_menu_item_object','page'),(5138,3688,'_menu_item_object_id','1999'),(5137,3688,'_menu_item_menu_item_parent','0'),(4022,3263,'_wp_trash_meta_status','auto-draft'),(4023,3263,'_wp_trash_meta_time','1304448363'),(4024,3268,'_edit_last','1'),(4025,3268,'_edit_lock','1304458562:1'),(4026,3271,'_menu_item_type','post_type'),(4027,3271,'_menu_item_menu_item_parent','0'),(4028,3271,'_menu_item_object_id','3268'),(4029,3271,'_menu_item_object','page'),(4030,3271,'_menu_item_target',''),(4031,3271,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4032,3271,'_menu_item_xfn',''),(4033,3271,'_menu_item_url',''),(4044,3273,'_tdomf_flag','1'),(5069,3662,'_menu_item_xfn',''),(5070,3662,'_menu_item_url',''),(5072,3660,'author','New Mexico Game and Fish'),(5075,1695,'_wp_trash_meta_status','draft'),(5076,1695,'_wp_trash_meta_time','1304985157'),(4045,3273,'_tdomf_original_poster_ip','199.27.158.62'),(4046,3273,'_tdomf_form_id','1'),(4047,3273,'_tdomf_submission_date','2011-05-03 13:02:32'),(4048,3273,'_tdomf_submission_date_gmt','2011-05-03 19:02:32'),(4049,3273,'Author Name','JJ Duckett'),(4050,3273,'Author Email','webmaster@timberonclassifieds.com'),(4051,3273,'_tdomf_fields','a:2:{s:12:\"post_content\";s:12:\"Post Content\";s:10:\"post_title\";s:10:\"Post Title\";}'),(4052,3273,'_tdomf_user_agent','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'),(4053,3273,'_tdomf_referrer','http://www.timberon.info/blog/?page_id=3268'),(4054,3275,'_tdomf_flag','1'),(4055,3275,'_tdomf_original_poster_ip','199.27.158.62'),(4056,3275,'_tdomf_form_id','1'),(4057,3275,'_tdomf_submission_date','2011-05-03 13:02:41'),(4058,3275,'_tdomf_submission_date_gmt','2011-05-03 19:02:41'),(4059,3275,'Author Name','JJ Duckett'),(4060,3275,'Author Email','webmaster@timberonclassifieds.com'),(4061,3275,'_tdomf_fields','a:2:{s:12:\"post_content\";s:12:\"Post Content\";s:10:\"post_title\";s:10:\"Post Title\";}'),(4062,3275,'_tdomf_user_agent','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'),(4063,3275,'_tdomf_referrer','http://www.timberon.info/blog/?page_id=3268'),(4064,3277,'_tdomf_flag','1'),(4065,3277,'_tdomf_original_poster_ip','199.27.158.62'),(4066,3277,'_tdomf_form_id','1'),(4067,3277,'_tdomf_submission_date','2011-05-03 13:03:05'),(4068,3277,'_tdomf_submission_date_gmt','2011-05-03 19:03:05'),(4069,3277,'Author Name','JJ Duckett'),(4070,3277,'Author Email','webmaster@timberonclassifieds.com'),(4071,3277,'_tdomf_fields','a:2:{s:12:\"post_content\";s:12:\"Post Content\";s:10:\"post_title\";s:10:\"Post Title\";}'),(4072,3277,'_tdomf_user_agent','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'),(4073,3277,'_tdomf_referrer','http://www.timberon.info/blog/?page_id=3268'),(4074,3279,'_tdomf_flag','1'),(4075,3279,'_tdomf_original_poster_ip','199.27.158.62'),(4076,3279,'_tdomf_form_id','1'),(4077,3279,'_tdomf_submission_date','2011-05-03 13:03:55'),(4078,3279,'_tdomf_submission_date_gmt','2011-05-03 19:03:55'),(4079,3279,'Author Name','JJ Duckett'),(4080,3279,'Author Email','webmaster@timberonclassifieds.com'),(4081,3279,'_tdomf_fields','a:2:{s:12:\"post_content\";s:12:\"Post Content\";s:10:\"post_title\";s:10:\"Post Title\";}'),(4082,3279,'_tdomf_notify_email','webmaster@timberonclassifieds.com'),(4083,3279,'_tdomf_download_count_0','0'),(4084,3279,'_tdomf_download_type_0','image/jpeg'),(4085,3279,'_tdomf_download_path_0','/home/timberon/blog/wp-content/uploads/tdomf/3279/003.jpg'),(4086,3279,'_tdomf_download_name_0','003.jpg'),(4087,3279,'_tdomf_uploaded_files','a:1:{i:1;a:2:{i:0;s:57:\"/home/timberon/blog/wp-content/uploads/tdomf/3279/003.jpg\";i:1;s:66:\"/home/timberon/blog//wp-content/uploads/tdomf/3279/003-150x150.jpg\";}}'),(4088,3279,'Download Link','http://www.timberon.info/blog/wp-content/uploads/tdomf/3279/003.jpg'),(4090,3279,'_tdomf_download_thumb_0','/home/timberon/blog//wp-content/uploads/tdomf/3279/003-150x150.jpg'),(4091,3279,'_tdomf_download_thumburi_0','http://www.timberon.info/blog/wp-content/uploads/tdomf//3279/003-150x150.jpg'),(4093,3279,'_tdomf_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24'),(4094,3279,'_tdomf_referrer','http://www.timberon.info/blog/?page_id=3268'),(4095,3283,'_tdomf_flag','1'),(4096,3283,'_tdomf_original_poster_ip','199.27.158.62'),(4097,3283,'_tdomf_form_id','1'),(4098,3283,'_tdomf_submission_date','2011-05-03 13:06:15'),(4099,3283,'_tdomf_submission_date_gmt','2011-05-03 19:06:15'),(4100,3283,'Author Name','JJ Duckett'),(4101,3283,'Author Email','webmaster@timberonclassifieds.com'),(4102,3283,'_tdomf_fields','a:2:{s:12:\"post_content\";s:12:\"Post Content\";s:10:\"post_title\";s:10:\"Post Title\";}'),(4103,3283,'_tdomf_notify_email','webmaster@timberonclassifieds.com'),(4104,3283,'_tdomf_user_agent','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'),(4105,3283,'_tdomf_referrer','http://www.timberon.info/blog/?page_id=3268'),(4106,3285,'_tdomf_flag','1'),(4107,3285,'_tdomf_original_poster_ip','199.27.158.62'),(4108,3285,'_tdomf_form_id','1'),(4109,3285,'_tdomf_submission_date','2011-05-03 13:07:04'),(4110,3285,'_tdomf_submission_date_gmt','2011-05-03 19:07:04'),(4111,3285,'Author Name','JJ Duckett'),(4112,3285,'Author Email','webmaster@timberonclassifieds.com'),(4113,3285,'_tdomf_fields','a:2:{s:12:\"post_content\";s:12:\"Post Content\";s:10:\"post_title\";s:10:\"Post Title\";}'),(4114,3285,'_tdomf_notify_email','webmaster@timberonclassifieds.com'),(4115,3285,'_tdomf_download_count_0','0'),(4116,3285,'_tdomf_download_type_0','image/jpeg'),(4117,3285,'_tdomf_download_path_0','/home/timberon/blog/wp-content/uploads/tdomf/3285/003.jpg'),(4118,3285,'_tdomf_download_name_0','003.jpg'),(4119,3285,'_tdomf_uploaded_files','a:1:{i:1;a:2:{i:0;s:57:\"/home/timberon/blog/wp-content/uploads/tdomf/3285/003.jpg\";i:1;s:66:\"/home/timberon/blog//wp-content/uploads/tdomf/3285/003-150x150.jpg\";}}'),(4120,3285,'Download Link','http://www.timberon.info/blog/wp-content/uploads/tdomf/3285/003.jpg'),(4122,3285,'_tdomf_download_thumb_0','/home/timberon/blog//wp-content/uploads/tdomf/3285/003-150x150.jpg'),(4123,3285,'_tdomf_download_thumburi_0','http://www.timberon.info/blog/wp-content/uploads/tdomf//3285/003-150x150.jpg'),(4125,3285,'_tdomf_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24'),(4126,3285,'_tdomf_referrer','http://www.timberon.info/blog/?page_id=3268'),(4127,3289,'_tdomf_flag','1'),(4128,3289,'_tdomf_original_poster_ip','199.27.158.62'),(4129,3289,'_tdomf_form_id','1'),(4130,3289,'_tdomf_submission_date','2011-05-03 13:07:57'),(4131,3289,'_tdomf_submission_date_gmt','2011-05-03 19:07:57'),(4132,3289,'Author Name','JJ Duckett'),(4133,3289,'Author Email','webmaster@timberonclassifieds.com'),(4134,3289,'_tdomf_fields','a:2:{s:12:\"post_content\";s:12:\"Post Content\";s:10:\"post_title\";s:10:\"Post Title\";}'),(4135,3289,'_tdomf_notify_email','webmaster@timberonclassifieds.com'),(4136,3289,'_tdomf_download_count_0','0'),(4137,3289,'_tdomf_download_type_0','image/jpeg'),(4138,3289,'_tdomf_download_path_0','/home/timberon/blog/wp-content/uploads/tdomf/3289/003.jpg'),(4139,3289,'_tdomf_download_name_0','003.jpg'),(4140,3289,'_tdomf_uploaded_files','a:1:{i:1;a:2:{i:0;s:57:\"/home/timberon/blog/wp-content/uploads/tdomf/3289/003.jpg\";i:1;s:66:\"/home/timberon/blog//wp-content/uploads/tdomf/3289/003-150x150.jpg\";}}'),(4141,3289,'Download Link','http://www.timberon.info/blog/wp-content/uploads/tdomf/3289/003.jpg'),(4143,3289,'_tdomf_download_thumb_0','/home/timberon/blog//wp-content/uploads/tdomf/3289/003-150x150.jpg'),(4144,3289,'_tdomf_download_thumburi_0','http://www.timberon.info/blog/wp-content/uploads/tdomf//3289/003-150x150.jpg'),(4146,3289,'_tdomf_user_agent','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24'),(4147,3289,'_tdomf_referrer','http://www.timberon.info/blog/?page_id=3268'),(4148,3285,'_edit_lock','1304450006:1'),(4149,3285,'_edit_last','1'),(4150,3293,'_tdomf_flag','1'),(4151,3293,'_tdomf_original_poster_ip','199.27.158.62'),(4152,3293,'_tdomf_form_id','1'),(4153,3293,'_tdomf_submission_date','2011-05-03 13:20:07'),(4154,3293,'_tdomf_submission_date_gmt','2011-05-03 19:20:07'),(4155,3293,'Author Name','JJ Duckett'),(4156,3293,'Author Email','webmaster@timberonclassifieds.com'),(4157,3293,'_tdomf_fields','a:2:{s:12:\"post_content\";s:12:\"Post Content\";s:10:\"post_title\";s:10:\"Post Title\";}'),(4158,3293,'_tdomf_notify_email','webmaster@timberonclassifieds.com'),(4159,3293,'_tdomf_download_count_0','0'),(4160,3293,'_tdomf_download_type_0','image/jpeg'),(4161,3293,'_tdomf_download_path_0','/home/timberon/blog/wp-content/uploads/tdomf/3293/100_1351.JPG'),(4162,3293,'_tdomf_download_name_0','100_1351.JPG'),(4163,3293,'_tdomf_uploaded_files','a:1:{i:1;a:3:{i:0;s:62:\"/home/timberon/blog/wp-content/uploads/tdomf/3293/100_1351.JPG\";i:1;s:71:\"/home/timberon/blog//wp-content/uploads/tdomf/3293/100_1351-225x300.jpg\";i:2;s:71:\"/home/timberon/blog//wp-content/uploads/tdomf/3293/100_1351-150x150.jpg\";}}'),(4164,3293,'Download Link','http://www.timberon.info/blog/?tdomf_download=3293&id=0'),(4166,3293,'_tdomf_download_thumb_0','/home/timberon/blog//wp-content/uploads/tdomf/3293/100_1351-150x150.jpg'),(4167,3293,'_tdomf_download_thumburi_0','http://www.timberon.info/blog/?tdomf_download=3293&id=0&thumb'),(4169,3293,'_tdomf_user_agent','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'),(4170,3293,'_tdomf_referrer','http://www.timberon.info/blog/?page_id=3268'),(4171,3307,'_menu_item_type','post_type'),(4172,3307,'_menu_item_menu_item_parent','3442'),(4173,3307,'_menu_item_object_id','873'),(4174,3307,'_menu_item_object','page'),(4175,3307,'_menu_item_target',''),(4176,3307,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4177,3307,'_menu_item_xfn',''),(4178,3307,'_menu_item_url',''),(4225,3318,'_menu_item_type','taxonomy'),(4226,3318,'_menu_item_menu_item_parent','3323'),(4227,3318,'_menu_item_object_id','23'),(4228,3318,'_menu_item_object','category'),(4229,3318,'_menu_item_target',''),(4230,3318,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4231,3318,'_menu_item_xfn',''),(4232,3318,'_menu_item_url',''),(4234,3319,'_menu_item_type','taxonomy'),(4235,3319,'_menu_item_menu_item_parent','3320'),(4236,3319,'_menu_item_object_id','26'),(4237,3319,'_menu_item_object','category'),(4238,3319,'_menu_item_target',''),(4239,3319,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4240,3319,'_menu_item_xfn',''),(4241,3319,'_menu_item_url',''),(4243,3320,'_menu_item_type','taxonomy'),(4244,3320,'_menu_item_menu_item_parent','0'),(4245,3320,'_menu_item_object_id','34'),(4246,3320,'_menu_item_object','category'),(4247,3320,'_menu_item_target',''),(4248,3320,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4249,3320,'_menu_item_xfn',''),(4250,3320,'_menu_item_url',''),(4309,3275,'_wp_trash_meta_status','draft'),(4252,3321,'_menu_item_type','taxonomy'),(4253,3321,'_menu_item_menu_item_parent','3323'),(4254,3321,'_menu_item_object_id','24'),(4255,3321,'_menu_item_object','category'),(4256,3321,'_menu_item_target',''),(4257,3321,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4258,3321,'_menu_item_xfn',''),(4259,3321,'_menu_item_url',''),(4261,3322,'_menu_item_type','taxonomy'),(4262,3322,'_menu_item_menu_item_parent','3320'),(4263,3322,'_menu_item_object_id','15'),(4264,3322,'_menu_item_object','category'),(4265,3322,'_menu_item_target',''),(4266,3322,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4267,3322,'_menu_item_xfn',''),(4268,3322,'_menu_item_url',''),(4306,3279,'_wp_trash_meta_time','1304461932'),(4270,3323,'_menu_item_type','taxonomy'),(4271,3323,'_menu_item_menu_item_parent','3320'),(4272,3323,'_menu_item_object_id','25'),(4273,3323,'_menu_item_object','category'),(4274,3323,'_menu_item_target',''),(4275,3323,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4276,3323,'_menu_item_xfn',''),(4277,3323,'_menu_item_url',''),(4279,3324,'_menu_item_type','taxonomy'),(4280,3324,'_menu_item_menu_item_parent','0'),(4281,3324,'_menu_item_object_id','1'),(4282,3324,'_menu_item_object','category'),(4283,3324,'_menu_item_target',''),(4284,3324,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4285,3324,'_menu_item_xfn',''),(4286,3324,'_menu_item_url',''),(4287,3324,'_menu_item_orphaned','1304459506'),(4288,3325,'_menu_item_type','taxonomy'),(4289,3325,'_menu_item_menu_item_parent','3320'),(4290,3325,'_menu_item_object_id','13'),(4291,3325,'_menu_item_object','category'),(4292,3325,'_menu_item_target',''),(4293,3325,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4294,3325,'_menu_item_xfn',''),(4295,3325,'_menu_item_url',''),(4310,3275,'_wp_trash_meta_time','1304461940'),(4311,3273,'_wp_trash_meta_status','draft'),(4312,3273,'_wp_trash_meta_time','1304461944'),(4316,3336,'_edit_lock','1304462237:1'),(4315,3336,'_edit_last','1'),(4317,3336,'author','Chris J. Minnick'),(4320,3339,'_menu_item_type','custom'),(4321,3339,'_menu_item_menu_item_parent','3343'),(4322,3339,'_menu_item_object_id','3339'),(4323,3339,'_menu_item_object','custom'),(4324,3339,'_menu_item_target',''),(4325,3339,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4326,3339,'_menu_item_xfn',''),(4327,3339,'_menu_item_url','http://nmfireinfo.wordpress.com/'),(4329,3340,'_edit_last','1'),(4330,3340,'_edit_lock','1304472216:1'),(5136,3688,'_menu_item_type','post_type'),(5134,3687,'_menu_item_url',''),(5133,3687,'_menu_item_xfn',''),(5132,3687,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5131,3687,'_menu_item_target',''),(4339,3343,'_menu_item_type','post_type'),(4340,3343,'_menu_item_menu_item_parent','0'),(4341,3343,'_menu_item_object_id','3340'),(4342,3343,'_menu_item_object','page'),(4343,3343,'_menu_item_target',''),(4344,3343,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4345,3343,'_menu_item_xfn',''),(4346,3343,'_menu_item_url',''),(4348,3344,'_edit_last','1'),(4349,3344,'_edit_lock','1304462991:1'),(4350,3344,'author','Dick Dysart'),(4354,3347,'_edit_lock','1304611696:1'),(4353,3347,'_edit_last','1'),(4355,3347,'author','Joe Garcia '),(4359,3349,'_edit_lock','1304464079:1'),(4358,3349,'_edit_last','1'),(4360,3349,'author','Dan J Williams, DGF'),(4363,3351,'_wp_attached_file','2011/04/cid_image004_jpg@01CC0686.jpg'),(4364,3351,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"288\";s:6:\"height\";s:3:\"219\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'126\'\";s:4:\"file\";s:37:\"2011/04/cid_image004_jpg@01CC0686.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:37:\"cid_image004_jpg@01CC0686-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:37:\"cid_image004_jpg@01CC0686-150x100.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"100\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4370,3355,'_edit_lock','1304464487:1'),(4369,3355,'_edit_last','1'),(4371,3355,'author','Joe Garcia, LNF'),(4375,3358,'_edit_lock','1304464808:1'),(4374,3358,'_edit_last','1'),(4376,3358,'author','Dan Williams, DGF'),(4380,3361,'_edit_lock','1304465134:1'),(4379,3361,'_edit_last','1'),(4381,3361,'author','Joe Garcia, LNF'),(4385,3364,'_edit_lock','1304466639:1'),(4384,3364,'_edit_last','1'),(4409,3377,'_edit_last','1'),(4410,3377,'_edit_lock','1304467152:1'),(4388,3366,'_wp_attached_file','2011/05/Receivers-Request-to-Judge-4-2011.doc'),(4389,3366,'_wp_attachment_metadata','a:0:{}'),(4390,3364,'author','BF Adams'),(4397,3371,'_wp_attached_file','2011/04/PRC-Request-for-followup-info.pdf'),(4398,3371,'_wp_attachment_metadata','a:0:{}'),(4411,3377,'author','Dick Dysart'),(4414,3379,'_wp_attached_file','2011/04/Motion-for-Court-Review-and-Authorization-May-2011-1.pdf'),(4415,3379,'_wp_attachment_metadata','a:0:{}'),(4419,3382,'_edit_lock','1304467459:1'),(4418,3382,'_edit_last','1'),(4420,3382,'author','Joe Mainello '),(4424,3385,'_edit_lock','1304469373:1'),(4423,3385,'_edit_last','1'),(4425,3385,'author','Mark Madsen'),(4429,3388,'_edit_lock','1304527546:1'),(4428,3388,'_edit_last','1'),(4430,3388,'author','Mark M Chavez'),(4504,3424,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:47:\"2011/04/Smokeys_Garden_Arbor_Day_04_15_2011.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:47:\"Smokeys_Garden_Arbor_Day_04_15_2011-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:47:\"Smokeys_Garden_Arbor_Day_04_15_2011-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:47:\"Smokeys_Garden_Arbor_Day_04_15_2011-150x100.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"100\";}s:8:\"featured\";a:3:{s:4:\"file\";s:47:\"Smokeys_Garden_Arbor_Day_04_15_2011-450x300.jpg\";s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon PowerShot A1100 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1284021712\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";}}'),(4505,3425,'_wp_attached_file','2011/04/Smokeys_Garden_Arbor_Day_Celebration_March_04_15_2011.jpg'),(4506,3425,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"480\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:65:\"2011/04/Smokeys_Garden_Arbor_Day_Celebration_March_04_15_2011.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:65:\"Smokeys_Garden_Arbor_Day_Celebration_March_04_15_2011-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:65:\"Smokeys_Garden_Arbor_Day_Celebration_March_04_15_2011-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:65:\"Smokeys_Garden_Arbor_Day_Celebration_March_04_15_2011-150x100.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"100\";}s:8:\"featured\";a:3:{s:4:\"file\";s:65:\"Smokeys_Garden_Arbor_Day_Celebration_March_04_15_2011-450x300.jpg\";s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:32:\"KODAK DX7590 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1300292918\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),(4507,3426,'_wp_attached_file','2011/04/Smokeys_Garden_Arbor_Day_Harvest_04_15_2011.jpg'),(4508,3426,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"409\";s:14:\"hwstring_small\";s:23:\"height=\'81\' width=\'128\'\";s:4:\"file\";s:55:\"2011/04/Smokeys_Garden_Arbor_Day_Harvest_04_15_2011.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:55:\"Smokeys_Garden_Arbor_Day_Harvest_04_15_2011-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:55:\"Smokeys_Garden_Arbor_Day_Harvest_04_15_2011-300x191.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"191\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:55:\"Smokeys_Garden_Arbor_Day_Harvest_04_15_2011-150x100.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"100\";}s:8:\"featured\";a:3:{s:4:\"file\";s:55:\"Smokeys_Garden_Arbor_Day_Harvest_04_15_2011-450x300.jpg\";s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4509,3421,'_thumbnail_id','3423'),(5119,3686,'_menu_item_menu_item_parent','0'),(4514,3430,'_edit_last','1'),(4515,3430,'_edit_lock','1304615753:1'),(4516,3430,'author','Joe Garcia. LNF'),(5257,3703,'_wp_attached_file','2011/05/atile15b1.gif'),(5118,3686,'_menu_item_type','post_type'),(4531,3439,'_edit_last','1'),(5121,3686,'_menu_item_object','page'),(5120,3686,'_menu_item_object_id','3391'),(5116,3685,'_menu_item_url','http://www.timberon.info/'),(5115,3685,'_menu_item_xfn',''),(4540,3439,'_edit_lock','1304979352:1'),(4541,3442,'_menu_item_type','post_type'),(4542,3442,'_menu_item_menu_item_parent','0'),(4543,3442,'_menu_item_object_id','3439'),(4544,3442,'_menu_item_object','page'),(4545,3442,'_menu_item_target',''),(4546,3442,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4547,3442,'_menu_item_xfn',''),(4548,3442,'_menu_item_url',''),(4550,3443,'_edit_last','1'),(4551,3443,'_edit_lock','1304868650:1'),(4556,3446,'_menu_item_type','taxonomy'),(4557,3446,'_menu_item_menu_item_parent','3442'),(4558,3446,'_menu_item_object_id','50'),(4559,3446,'_menu_item_object','category'),(4560,3446,'_menu_item_target',''),(4561,3446,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4562,3446,'_menu_item_xfn',''),(4563,3446,'_menu_item_url',''),(4614,3468,'_edit_last','1'),(4615,3468,'_edit_lock','1304868624:1'),(4595,3458,'author','Kathleen Anderson'),(4594,3458,'_edit_lock','1304867913:1'),(4593,3458,'_edit_last','1'),(4582,3443,'_thumbnail_id','ngg-71'),(4598,3443,'author','Bill Davis'),(4605,3462,'author','Kathy Worrell'),(4604,3462,'_edit_lock','1304868695:1'),(4603,3462,'_edit_last','1'),(4616,3468,'author','Sacramento Mountains Museum and Pioneer Village'),(4627,3474,'author','Sara Jo Patteron'),(4625,3474,'_edit_last','1'),(4626,3474,'_edit_lock','1304869850:1'),(4636,3479,'_edit_last','1'),(4637,3479,'_edit_lock','1304869538:1'),(4638,3479,'author','JJ and Kim Duckett'),(4644,3482,'_edit_lock','1304869752:1'),(4643,3482,'_edit_last','1'),(4645,3482,'author','JJ and Kim Duckett'),(4648,3462,'_wp_trash_meta_status','publish'),(4649,3462,'_wp_trash_meta_time','1304869824'),(4655,3487,'_edit_lock','1304870011:1'),(4654,3487,'_edit_last','1'),(4656,3487,'author','JJ and Kim Duckett'),(5114,3685,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5113,3685,'_menu_item_target',''),(5112,3685,'_menu_item_object','custom'),(5111,3685,'_menu_item_object_id','3685'),(5110,3685,'_menu_item_menu_item_parent','0'),(5109,3685,'_menu_item_type','custom'),(4667,3490,'_edit_lock','1304883728:1'),(4668,3490,'_wp_trash_meta_status','publish'),(4669,3490,'_wp_trash_meta_time','1304883742'),(4670,3541,'_edit_last','1'),(4671,3541,'_edit_lock','1305816272:1'),(4672,3541,'author','JJ and Kim Duckett'),(4678,3545,'_edit_lock','1304890472:1'),(4677,3545,'_edit_last','1'),(4679,3545,'author','JJ and Kim Duckett'),(4685,3549,'_edit_lock','1304890928:1'),(4684,3549,'_edit_last','1'),(4686,3549,'author','JJ and Kim Duckett'),(4695,3555,'_edit_last','1'),(4696,3555,'_edit_lock','1304893221:1'),(4697,3555,'author','JJ and Kim Duckett'),(4705,3560,'_edit_lock','1304892327:1'),(4704,3560,'_edit_last','1'),(4706,3560,'author','Sacramento Mountain Museum Archive'),(4711,1134,'_wp_trash_meta_comments_status','a:2:{i:26;s:5:\"trash\";i:8;s:5:\"trash\";}'),(4712,3563,'_edit_last','1'),(4713,3563,'_edit_lock','1304892689:1'),(4714,3563,'author','JJ and Kim Duckett'),(4719,1147,'_wp_trash_meta_comments_status','a:2:{i:12;s:5:\"trash\";i:28;s:5:\"trash\";}'),(4720,3567,'_edit_last','1'),(4721,3567,'_edit_lock','1304893006:1'),(4722,3567,'author','JJ and Kim Duckett'),(4727,1140,'_wp_trash_meta_comments_status','a:2:{i:11;s:5:\"trash\";i:27;s:5:\"trash\";}'),(4735,3573,'_edit_lock','1304894367:1'),(4734,3573,'_edit_last','1'),(4736,3573,'author','JJ and Kim Duckett'),(4742,3576,'_edit_lock','1304894060:1'),(4741,3576,'_edit_last','1'),(4743,3576,'author','NM Department of Game and Fish'),(4752,3581,'_edit_last','1'),(4753,3581,'_edit_lock','1304894311:1'),(4754,3581,'author','JJ and Kim Duckett'),(4767,3588,'author','JJ and Kim Duckett'),(4765,3588,'_edit_last','1'),(4766,3588,'_edit_lock','1304894726:1'),(4774,3592,'_edit_last','1'),(4775,3592,'_edit_lock','1304894887:1'),(4776,3592,'author','JJ and Kim Duckett'),(4782,3595,'_edit_lock','1304960689:1'),(4781,3595,'_edit_last','1'),(4783,3595,'author','JJ and Kim Duckett'),(4789,3598,'_edit_lock','1304960679:1'),(4788,3598,'_edit_last','1'),(4790,3598,'author','JJ and Kim Duckett'),(4795,3601,'_edit_last','1'),(4796,3601,'_edit_lock','1304895229:1'),(4797,3601,'author','JJ and Kim Duckett'),(4803,3604,'_edit_lock','1304960657:1'),(4802,3604,'_edit_last','1'),(4804,3604,'author','JJ and Kim Duckett'),(5259,3704,'_edit_last','1'),(5260,3704,'_edit_lock','1305149274:1'),(5261,3715,'_edit_last','1'),(5262,3715,'_edit_lock','1305159776:1'),(5263,3723,'is_submission','1'),(5264,3723,'user_submit_name','Jesse'),(5265,3723,'user_submit_url',''),(5266,3723,'user_submit_ip','199.27.158.62'),(5267,3724,'_edit_last','1'),(5268,3724,'_edit_lock','1305473353:1'),(5269,3724,'_wp_trash_meta_status','draft'),(5270,3724,'_wp_trash_meta_time','1305473421'),(5295,3733,'_edit_lock','1305735757:1'),(5291,3731,'author','John Pierson – Incident Commander'),(5290,3731,'_edit_lock','1305735680:1'),(5289,3731,'_edit_last','1'),(5284,3728,'author','John Pierson – Incident Commander'),(5283,3728,'_edit_last','1'),(5282,3728,'_edit_lock','1305735714:1'),(5294,3733,'_edit_last','1'),(5296,3733,'author','John Pierson'),(5300,3735,'_edit_lock','1305565803:1'),(5299,3735,'_edit_last','1'),(5301,3735,'author','Joe Garcia, LNF'),(5304,3723,'_wp_trash_meta_status','pending'),(5305,3723,'_wp_trash_meta_time','1305565757'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `show_in_menu` tinyint(1) NOT NULL default '1', `link_link` tinyint(1) NOT NULL default '1', `no_follow_link` tinyint(1) NOT NULL default '0', `alt_link_text` varchar(250) default NULL, `custom_link_class` varchar(50) default NULL, `redirect_url` varchar(100) default NULL, `target_blank` tinyint(1) NOT NULL default '0', `alt_title_attribute` varchar(250) default NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` text NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', `post_icon` varchar(255) default '', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=3795 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (3006,1,'2011-04-14 09:31:28','2011-04-14 15:31:28','','Ads',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3005-revision','','','2011-04-14 09:31:28','2011-04-14 15:31:28','',3005,'http://www.timberon.info/blog/?p=3006',0,'revision','',0,''),(3008,1,'2011-04-14 09:32:07','2011-04-14 15:32:07','','Natural Light',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','natural-light','','','2011-04-14 09:32:07','2011-04-14 15:32:07','',3005,'http://www.timberon.info/blog/?page_id=3008',0,'page','',0,''),(3009,1,'2011-04-14 09:31:57','2011-04-14 15:31:57','','Natural Light',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3008-revision','','','2011-04-14 09:31:57','2011-04-14 15:31:57','',3008,'http://www.timberon.info/blog/?p=3009',0,'revision','',0,''),(95,1,'2011-01-14 16:48:58','2011-01-14 16:48:58','You are welcome to view the Timberon Website as a visitor without registering. The site is full of interesting and helpful information on Timberon, New Mexico.\r\n\r\nWe have just redesigned this site and hope you find it useful.  Things are still being \"tweeked\" and will change as we work them out - please send any suggestions you may have.  Below you will find many current news feeds for the area--','Welcome to Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','about-2','','','2011-05-15 17:55:40','2011-05-15 23:55:40','',498,'http://www.timberon.info/blog/?page_id=95',0,'page','',0,''),(610,1,'2011-02-11 21:18:46','2011-02-11 21:18:46','[si-contact-form form=\'2\']\r\n','Directory Contact Form',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','603-revision-2','','','2011-02-11 21:18:46','2011-02-11 21:18:46','',603,'http://www.timberon.info/blog/?p=610',0,'revision','',0,''),(18,1,'2011-01-05 20:55:09','2011-01-06 03:55:09','Directory Contact Form\r\n\r\nThe following contains a Phone Book [White and Yellow Pages] for Timberon, New Mexico...\r\n[bizdir_directory name=\"Phone Directory\"]','Local Directory',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','business-directory','','','2011-04-13 11:54:02','2011-04-13 17:54:02','',0,'http://www.timberon.info/blog/?page_id=18',8,'page','',0,''),(3002,1,'2011-02-11 21:25:48','2011-02-11 21:25:48','[si-contact-form form=\'2\']\r\n','Directory Contact Form',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','603-revision-3','','','2011-02-11 21:25:48','2011-02-11 21:25:48','',603,'http://www.timberon.info/blog/?p=3002',0,'revision','',0,''),(3003,1,'2011-04-11 17:31:26','2011-04-11 23:31:26','\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    Sub-Menu[sb_child_list]\r\n[sb_parent]
    \r\n\r\nClick Title to open in New Window...\r\n[pageview url=\"http://forecast.weather.gov/MapClick.php?CityName=Timberon&state=NM&site=EPZ&lat=32.6383&lon=-105.69\" title=\"NWS Seven Day Forecast\" scrolling=\"yes\"]','Local Weather',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','422-revision','','','2011-04-11 17:31:26','2011-04-11 23:31:26','',422,'http://www.timberon.info/blog/?p=3003',0,'revision','',0,''),(23,1,'2011-01-06 22:53:28','2011-01-06 22:53:28',' \r\n\r\nTubgrinder for sale $20,000.  Call 987-2561[gallery link=\"file\"]','Tub Grinder',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','tub-grinder','','','2011-01-08 16:14:05','2011-01-08 16:14:05','',0,'http://www.timberon.info/blog/?post_type=yclad&p=23',13,'yclad','',0,''),(29,1,'2011-01-08 16:10:17','2011-01-08 16:10:17','','DSC01048',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','dsc01048','','','2011-01-08 16:10:17','2011-01-08 16:10:17','',23,'http://www.timberon.info/blog/wp-content/uploads/DSC01048.jpg',0,'attachment','image/jpeg',0,''),(30,1,'2011-01-08 16:10:24','2011-01-08 16:10:24','','DSC01049',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','dsc01049','','','2011-01-08 16:10:24','2011-01-08 16:10:24','',23,'http://www.timberon.info/blog/wp-content/uploads/DSC01049.jpg',0,'attachment','image/jpeg',0,''),(31,1,'2011-01-08 16:10:28','2011-01-08 16:10:28','','DSC01050',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','dsc01050','','','2011-01-08 16:10:28','2011-01-08 16:10:28','',23,'http://www.timberon.info/blog/wp-content/uploads/DSC01050.jpg',0,'attachment','image/jpeg',0,''),(32,1,'2011-01-08 16:10:33','2011-01-08 16:10:33','','DSC01051',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','dsc01051','','','2011-01-08 16:10:33','2011-01-08 16:10:33','',23,'http://www.timberon.info/blog/wp-content/uploads/DSC01051.jpg',0,'attachment','image/jpeg',0,''),(33,1,'2011-01-08 16:10:38','2011-01-08 16:10:38','','DSC01052',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','dsc01052','','','2011-01-08 16:10:38','2011-01-08 16:10:38','',23,'http://www.timberon.info/blog/wp-content/uploads/DSC01052.jpg',0,'attachment','image/jpeg',0,''),(34,1,'2011-01-08 16:10:44','2011-01-08 16:10:44','','DSC01053',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','dsc01053','','','2011-01-08 16:10:44','2011-01-08 16:10:44','',23,'http://www.timberon.info/blog/wp-content/uploads/DSC01053.jpg',0,'attachment','image/jpeg',0,''),(35,1,'2011-01-08 16:10:52','2011-01-08 16:10:52','','DSC01054',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','dsc01054','','','2011-01-08 16:10:52','2011-01-08 16:10:52','',23,'http://www.timberon.info/blog/wp-content/uploads/DSC01054.jpg',0,'attachment','image/jpeg',0,''),(36,1,'2011-01-08 16:11:33','2011-01-08 16:11:33','[gallery link=\"file\"]\n\nTubgrinder for sale $20,000.  Call 987-2561','Tub Grinder',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','23-autosave','','','2011-01-08 16:11:33','2011-01-08 16:11:33','',23,'http://www.timberon.info/blog/?p=36',0,'revision','',0,''),(38,1,'2011-01-10 22:18:10','2011-01-11 05:18:10','[recent max=4]\r\n\r\nNew Photos\r\n\r\n Photo Archive\r\n\r\n\r\nThere are thousands of photos placed loosely in categories to make them more manageable.  Clicking on a category brings up that series of photos...\r\n
      \r\n
    • Various Timberon Photos\r\nEvents and special occasions, people, activities, and various other Timberon photos.
    • \r\n
    \r\nNature Trips ...Trips to explore around the Sacramento Mountains.  Click on the albums below...\r\n
      \r\n
    • Exploring August 2000\r\nSpending Sundays exploring different parts of the Sacramento Mountains.  Here are some photos taken from around Agua Chiquita and above Forest Road 64 near the Sunspot Highway.
    • \r\n
    • Exploring September 2000\r\nGoing out on Sundays exploring different parts of the Sacramento Mountains.  Here are some photos taken from the north and south extremes of Timberon - two very different climatic areas.
    • \r\n
    • Exploring October 2000\r\nExploring different parts of the Sacramento Mountains.  Here are some photos taken from up Jim Lewis Canyon and down Agua Chiquita.
    • \r\n
    • Exploring August 2001\r\nGoing ay up in the Sacramento Mountains.  Here are some photos taken from on top of the mountain above Circle Cross and Timberon.
    • \r\n
    \r\nSpecial Albums ...Groups of photos by people during a certain time of with a particular theme.  Click on Albums Below...\r\n
      \r\n
    • Bill Davis Photo Album\r\nSome 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!
    • \r\n
    • Kathleen Anderson Photo Album\r\nSome photos of the early days of Timberon.  Kathleen Anderson sold land here in 1974 and 1975.  \"Timberon will always remain in my heart... one of the best places on the planet\"... Kathleen Anderson
    • \r\n
    • Sacramento Mountain Museum Photo Collection\r\nFrom the Sacramento Mountain Museum and Research Center... These photos are the property of the Museum and may not be reproduced from this website. Contact the Museum for more information... Museum Website.
    • \r\n
    • Sara Jo Patterson Photo Album\r\nVintage photos belonging to Sara Jo Patterson from Sixteen Springs.
    • \r\n
    • Kathy Worrell Photos\r\nPhotos taken by Kathy Worrell, most recent editor of the Mountain Times newspaper. Most photos here are of the Timberon 4th of July Parade.
    • \r\n
    \r\nVarious Other Photo Albums\r\n','Mountain Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','photos','','','2011-05-08 16:57:45','2011-05-08 22:57:45','',0,'http://www.timberon.info/blog/?page_id=38',3,'page','',0,''),(2970,1,'2011-04-05 15:36:03','2011-04-05 21:36:03','[Category number=\'10\' method=\'excerpt\' order=\'desc\' id=\'34\' orderby=\'date\']','Timberon News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','552-revision-94','','','2011-04-05 15:36:03','2011-04-05 21:36:03','',552,'http://www.timberon.info/blog/?p=2970',0,'revision','',0,''),(40,1,'2011-01-10 22:21:24','2011-01-11 05:21:24','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from around Agua Chiquita and above Forest Road 64 near the Sunspot Highway.\r\n[nggallery id=1]','August 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','exploring','','','2011-05-08 09:46:41','2011-05-08 15:46:41','',459,'http://www.timberon.info/blog/?page_id=40',0,'page','',0,''),(2977,1,'2011-04-13 10:55:31','2011-04-13 16:55:31','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
     [sb_child_list]\r\n[sb_parent]
    \r\nHistory of the Sacramento Mountains - Articles, Family Stories and Correspondence listed below...','History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1886-revision-4','','','2011-04-13 10:55:31','2011-04-13 16:55:31','',1886,'http://www.timberon.info/blog/?p=2977',0,'revision','',0,''),(422,1,'2011-01-19 17:56:30','2011-01-20 00:56:30','\r\nClick Title to open in New Window...\r\n[pageview url=\"http://forecast.weather.gov/MapClick.php?CityName=Timberon&state=NM&site=EPZ&lat=32.6383&lon=-105.69\" title=\"NWS Seven Day Forecast\" scrolling=\"yes\"]','Local Weather',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','weather','','','2011-05-09 16:16:58','2011-05-09 22:16:58','',0,'http://www.timberon.info/blog/?page_id=422',6,'page','',0,''),(56,1,'2011-01-11 23:44:26','2011-01-11 23:44:26','[gwolle-gb]','Sign Our Guestbook',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','guestbook-3','','','2011-04-13 10:55:35','2011-04-13 16:55:35','',0,'http://www.timberon.info/blog/?page_id=56',7,'page','',0,''),(2974,1,'2011-04-04 16:43:21','2011-04-04 22:43:21','','Help and Information',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','498-revision-10','','','2011-04-04 16:43:21','2011-04-04 22:43:21','',498,'http://www.timberon.info/blog/?p=2974',0,'revision','',0,''),(462,1,'2011-01-20 20:12:30','2011-01-20 20:12:30','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from on top of the mountain above Circle Cross and Timberon... Jesse Duckett.\r\n[nggallery id=9]','Exploring August 2001',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','123-revision-5','','','2011-01-20 20:12:30','2011-01-20 20:12:30','',123,'http://www.timberon.info/blog/?p=462',0,'revision','',0,''),(459,1,'2011-01-20 20:21:32','2011-01-21 03:21:32','','Exploring',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','exploring-the-mountain-2','','','2011-05-08 16:46:48','2011-05-08 22:46:48','',2195,'http://www.timberon.info/blog/?page_id=459',0,'page','',0,''),(2992,1,'2011-01-20 20:22:06','2011-01-20 20:22:06','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from around Agua Chiquita and above Forest Road 64 near the Sunspot Highway.\r\n[nggallery id=1]','Exploring August 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','40-revision-13','','','2011-01-20 20:22:06','2011-01-20 20:22:06','',40,'http://www.timberon.info/blog/?p=2992',0,'revision','',0,''),(461,1,'2011-01-20 20:12:10','2011-01-20 20:12:10','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from around Agua Chiquita and above Forest Road 64 near the Sunspot Highway.\r\n[nggallery id=1]','Exploring August 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','40-revision-12','','','2011-01-20 20:12:10','2011-01-20 20:12:10','',40,'http://www.timberon.info/blog/?p=461',0,'revision','',0,''),(77,1,'2011-01-12 19:54:21','2011-01-12 19:54:21','','Quick Contact',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','contact-timberon','','','2011-05-03 12:50:34','2011-05-03 18:50:34','',3260,'http://www.timberon.info/blog/?page_id=77',0,'page','',0,''),(3271,1,'2011-05-03 12:53:04','2011-05-03 18:53:04','[tdomf_form1]','Send a Post',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3271','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',3260,'http://www.timberon.info/blog/?p=3271',45,'nav_menu_item','',0,''),(2993,1,'2011-01-20 20:22:29','2011-01-20 20:22:29','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from on top of the mountain above Circle Cross and Timberon... Jesse Duckett.\r\n[nggallery id=9]','Exploring August 2001',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','123-revision-6','','','2011-01-20 20:22:29','2011-01-20 20:22:29','',123,'http://www.timberon.info/blog/?p=2993',0,'revision','',0,''),(82,1,'2011-01-12 21:51:35','2011-01-13 04:51:35','[gview file=\"http://www.timberon.info/Maps/TIMBERON_ROADMAP_PRINT.pdf\"]','Road Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','maps','','','2011-05-08 15:47:47','2011-05-08 21:47:47','',150,'http://www.timberon.info/blog/?page_id=82',0,'page','',0,''),(86,1,'2011-01-12 22:10:52','2011-01-13 05:10:52','Click Title to open in New Window\r\n[pageview url=\"http://www.timberonclassifieds.com\" title=\"Timberon Classifieds\" scrolling=\"yes\"]','Real Estate',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','timberon-community-2','','','2011-04-13 11:45:22','2011-04-13 17:45:22','',2211,'http://www.timberon.info/blog/?page_id=86',13,'page','',0,''),(2999,1,'2011-03-15 20:23:43','2011-03-15 20:23:43','← Return to Member\'s Front Page\r\n[page_useronline]','Members Online Now',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','876-revision-7','','','2011-03-15 20:23:43','2011-03-15 20:23:43','',876,'http://www.timberon.info/blog/?p=2999',0,'revision','',0,''),(97,1,'2011-01-14 21:31:25','2011-01-15 04:31:25','Back to Photos\r\nBelow are 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!\r\n[nggallery id=3]','Bill Davis',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','bill-davis-photos','','','2011-05-08 09:23:22','2011-05-08 15:23:22','',466,'http://www.timberon.info/blog/?page_id=97',0,'page','',0,''),(2985,1,'2011-01-20 20:29:12','2011-01-20 20:29:12','Back to Photos\r\n[nggallery id=16]','Patterson Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','145-revision-4','','','2011-01-20 20:29:12','2011-01-20 20:29:12','',145,'http://www.timberon.info/blog/?p=2985',0,'revision','',0,''),(101,1,'2011-01-14 22:04:51','2011-01-15 05:04:51','Back to Photos\r\nPhotos 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[nggallery id=5]','K Anderson',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','kathleen-anderson-photos','','','2011-05-08 09:23:34','2011-05-08 15:23:34','',466,'http://www.timberon.info/blog/?page_id=101',0,'page','',0,''),(2987,1,'2011-01-20 20:28:49','2011-01-20 20:28:49','Back to Photos\r\nPhotos of the Timberon July 4th Parade down Main Street... by Kathy Worrell.\r\n[nggallery id=7]','Kathy Worrell Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','109-revision-7','','','2011-01-20 20:28:49','2011-01-20 20:28:49','',109,'http://www.timberon.info/blog/?p=2987',0,'revision','',0,''),(106,1,'2011-01-14 22:19:22','2011-01-14 22:19:22','Back to Photos\r\nA whole lot of photos in Timberon of people and events, most coming from early Mountain Times newspaper archives... When you clicked or hovered on this page in the menu additional photo albums were being displayed to the side.\r\n[nggallery id=6]','More Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','more-timberon','','','2011-05-08 16:52:38','2011-05-08 22:52:38','',2195,'http://www.timberon.info/blog/?page_id=106',0,'page','',0,''),(3601,1,'2006-05-08 16:53:06','2006-05-08 22:53:06','[nggallery id=13]','Scott Able Fire',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','scott-able-fire','','','2011-05-08 16:53:47','2011-05-08 22:53:47','',0,'http://www.timberon.info/blog/?p=3601',0,'post','',0,''),(3602,1,'2011-05-08 16:53:20','2011-05-08 22:53:20','','Scott Able Fire',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3601-revision','','','2011-05-08 16:53:20','2011-05-08 22:53:20','',3601,'http://www.timberon.info/blog/?p=3602',0,'revision','',0,''),(3603,1,'2011-04-13 11:43:07','2011-04-13 17:43:07','Back to Photos\r\n[nggallery id=13]','Scott Able Fire',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','142-revision','','','2011-04-13 11:43:07','2011-04-13 17:43:07','',142,'http://www.timberon.info/blog/?p=3603',0,'revision','',0,''),(109,1,'2011-01-14 22:23:49','2011-01-15 05:23:49','Back to Photos\r\nPhotos of the Timberon July 4th Parade down Main Street... by Kathy Worrell.\r\n[nggallery id=7]','Kathy Worrell',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','worrell-photos','','','2011-05-08 09:23:42','2011-05-08 15:23:42','',466,'http://www.timberon.info/blog/?page_id=109',0,'page','',0,''),(2988,1,'2011-01-20 20:29:49','2011-01-20 20:29:49','Back to Photos\r\nFrom the Sacramento Mountain Museum and Research Center... These photos are the property of the Museum and may not be reproduced from this website.\r\n[nggallery id=8]','Museum Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','112-revision-7','','','2011-01-20 20:29:49','2011-01-20 20:29:49','',112,'http://www.timberon.info/blog/?p=2988',0,'revision','',0,''),(112,1,'2011-01-14 22:47:28','2011-01-15 05:47:28','Back to Photos\r\nFrom the Sacramento Mountain Museum and Research Center... These photos are the property of the Museum and may not be reproduced from this website.\r\n[nggallery id=8]','Museum',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','museum-photos','','','2011-05-08 09:27:24','2011-05-08 15:27:24','',466,'http://www.timberon.info/blog/?page_id=112',0,'page','',0,''),(2989,1,'2011-04-13 11:37:57','2011-04-13 17:37:57','Back to Photos\r\nPhotos 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[nggallery id=5]','Kathleen Anderson',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','101-revision','','','2011-04-13 11:37:57','2011-04-13 17:37:57','',101,'http://www.timberon.info/blog/?p=2989',0,'revision','',0,''),(123,1,'2011-01-15 00:06:05','2011-01-15 07:06:05','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from on top of the mountain above Circle Cross and Timberon... Jesse Duckett.\r\n[nggallery id=9]','August 2001',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','exploring-august-2001','','','2011-05-08 09:51:33','2011-05-08 15:51:33','',459,'http://www.timberon.info/blog/?page_id=123',0,'page','',0,''),(2994,1,'2011-01-20 20:22:47','2011-01-20 20:22:47','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from up Jim Lewis Canyon and down Agua Chiquita... Jesse Duckett\r\n[nggallery id=10]','Exploring October 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','125-revision-8','','','2011-01-20 20:22:47','2011-01-20 20:22:47','',125,'http://www.timberon.info/blog/?p=2994',0,'revision','',0,''),(125,1,'2011-01-15 00:10:02','2011-01-15 07:10:02','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from up Jim Lewis Canyon and down Agua Chiquita... Jesse Duckett\r\n[nggallery id=10]','October 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','exploring-october-2000','','','2011-05-08 16:43:45','2011-05-08 22:43:45','',459,'http://www.timberon.info/blog/?page_id=125',0,'page','',0,''),(2995,1,'2011-01-20 20:23:12','2011-01-20 20:23:12','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from the north and south extremes of Timberon - two very different climatic areas... Jesse Duckett\r\n[nggallery id=11]','Exploring September 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','127-revision-6','','','2011-01-20 20:23:12','2011-01-20 20:23:12','',127,'http://www.timberon.info/blog/?p=2995',0,'revision','',0,''),(127,1,'2011-01-15 00:15:28','2011-01-15 07:15:28','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from the north and south extremes of Timberon - two very different climatic areas... Jesse Duckett\r\n[nggallery id=11]','September 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','exploring-september-2000','','','2011-05-08 16:46:40','2011-05-08 22:46:40','',459,'http://www.timberon.info/blog/?page_id=127',0,'page','',0,''),(2996,1,'2011-04-04 16:25:08','2011-04-04 22:25:08','Back to Photos\r\n[nggallery id=13]','Scot Able Fire Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','142-revision-7','','','2011-04-04 16:25:08','2011-04-04 22:25:08','',142,'http://www.timberon.info/blog/?p=2996',0,'revision','',0,''),(890,1,'2011-04-04 10:38:10','2011-04-04 16:38:10','[Category number=\'10\' method=\'excerpt\' order=\'desc\' id=\'34\' orderby=\'date\']','OnLine Newspaper',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','552-autosave','','','2011-04-04 10:38:10','2011-04-04 16:38:10','',552,'http://www.timberon.info/blog/?p=890',0,'revision','',0,''),(3307,1,'2011-05-03 15:18:57','2011-05-03 21:18:57','[mingleforum]','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3307','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',0,'http://www.timberon.info/blog/?p=3307',25,'nav_menu_item','',0,''),(876,1,'2011-02-17 16:07:56','2011-02-17 23:07:56','← Return to Member\'s Front Page\r\n[page_useronline]','Members Online',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','members-online-now','','','2011-05-05 12:24:18','2011-05-05 18:24:18','',863,'http://www.timberon.info/blog/?page_id=876',0,'page','',0,''),(3000,1,'2011-04-13 10:55:34','2011-04-13 16:55:34','◊ Members Online NowMembers ListDiscussion Board\r\n\r\nUse the links above to navigate among the different pages of the Member\'s Section. If you need help, the forum below can be used as a message board...\r\n','Timberon Community',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','863-revision','','','2011-04-13 10:55:34','2011-04-13 16:55:34','',863,'http://www.timberon.info/blog/?p=3000',0,'revision','',0,''),(141,1,'2011-01-15 16:51:12','2011-01-15 16:51:12','Back to Photos\r\n[nggallery id=12]','Fall 2000 Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','fall-2000-photos','','','2011-05-08 16:48:46','2011-05-08 22:48:46','',2195,'http://www.timberon.info/blog/?page_id=141',0,'page','',0,''),(142,1,'2011-01-15 16:59:22','2011-01-15 23:59:22','Back to Photos\r\n[nggallery id=13]','Scott Able Fire',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','scot-able-fire-photos','','','2011-05-08 16:54:22','2011-05-08 22:54:22','',2195,'http://www.timberon.info/blog/?page_id=142',0,'page','',0,''),(143,1,'2011-01-15 17:01:47','2011-01-15 17:01:47','Back to Photos\r\n[nggallery id=14]','Forest Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','forest-photos','','','2011-05-08 16:50:26','2011-05-08 22:50:26','',2195,'http://www.timberon.info/blog/?page_id=143',0,'page','',0,''),(144,1,'2011-01-15 17:05:38','2011-01-16 00:05:38','Back to Photos\r\n[nggallery id=15]','Off Mountain',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','looking-off-mountain','','','2011-05-08 16:56:59','2011-05-08 22:56:59','',2195,'http://www.timberon.info/blog/?page_id=144',0,'page','',0,''),(145,1,'2011-01-15 17:09:19','2011-01-15 17:09:19','Back to Photos\r\n[nggallery id=16]','Sara Jo Patterson',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','patterson-photos','','','2011-05-08 09:42:31','2011-05-08 15:42:31','',466,'http://www.timberon.info/blog/?page_id=145',0,'page','',0,''),(150,1,'2011-01-15 17:36:50','2011-01-16 00:36:50','
      \r\n
    • Restrictive Covenants\r\nCopies of the Covenants for the different sections of Timberon, in Adobe Acrobat or [PDF] format.
    • \r\n
    • Plat Maps\r\nHigh resolution copies of the Plat Maps for all the different sections of Timberon, showing angles and measurements of lots.  There is also a Composite Plat Map of the entire development that was reworked by Otero County Mapping.  These are in Adobe Acrobat or [PDF] format.
    • \r\n
    • Road Maps\r\nA reworked road map of Timberon in Adobe Acrobat or [PDF] format.
    • \r\n
    \r\n\"\"','Your Property',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','timberon-property','','','2011-05-08 15:47:53','2011-05-08 21:47:53','',0,'http://www.timberon.info/blog/?page_id=150',-1,'page','',0,''),(153,1,'2011-01-15 17:39:18','2011-01-15 17:39:18','Property Information - Plat Maps, Restrictive Covenants and more...\r\n\r\nPhotos - New and Archived Photos\r\n\r\nWildlife - Plants and Animals','Resources',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','open','','timberon-community','','','2011-04-13 11:31:38','2011-04-13 17:31:38','',0,'http://www.timberon.info/blog/?page_id=153',2,'page','',0,'http://www.timberon.info/blog/wp-content/uploads/icons/comment-15x15.png'),(2937,1,'2011-04-11 17:17:07','2011-04-11 23:17:07','\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    Sub-Menu[sb_child_list]\r\n[sb_parent]
    \r\nProperty Information - Plat Maps, Restrictive Covenants and more...\r\n\r\nPhotos - New and Archived Photos\r\n\r\nWildlife - Plants and Animals','Resources',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','153-revision','','','2011-04-11 17:17:07','2011-04-11 23:17:07','',153,'http://www.timberon.info/blog/?p=2937',0,'revision','',0,''),(3728,1,'2011-05-15 06:23:34','2011-05-15 12:23:34','Detected: May 9, 2011 Cause: Under Investigation\r\nContainment: 85 percent Acres: 31,861\r\nEstimated Containment Date: May17, 2011\r\n\r\nNote: US Highway 82 is open with no delays. Heavy traffic will be congested on US Highway 82 over the next few days due to demobilization of fire crews and equipment. Please drive with caution.\r\n\r\nLocation: The Mayhill Fire ignited 2 miles west of Mayhill, NM on May 9, 2011 and is located on lands under the jurisdiction of the Lincoln National Forest, New Mexico State Forestry, Bureau of Indian Affairs (BIA), and Bureau of Land Management (BLM), as well as private land in Otero County and Chaves County.\r\n\r\nSummary: Fire crews continue mop up operations approximately 200 feet from perimeter to interior in all divisions securing line around the edges of the fire area and conducting rehab on dozer lines building water bars for erosion mitigation.\r\n\r\nPockets of unburned fuel within the interior of the Mayhill Fire will continue to burn with low to moderate intensity. Residents and visitors can expect to continue to see smoke for several weeks due to smoldering of interior pockets of fuels such as large logs and dead debris piles.\r\n\r\nTemperatures will begin to increase tomorrow with stronger forecasted winds from the southwest at 10-15 mph with gusts to 30 mph. Tuesday a red flag warning will be in effect through Thursday, Wednesday being the most critical day, with wind speeds of up to 40 mph and gusts up to 60 mph.\r\n\r\nFire personnel expect containment lines will hold as they continue to monitor, mop up, and secure edges of the fire perimeter.\r\n\r\nResources: 481personnel are currently assigned to the fire with demobilization of some resources continuing the next couple of days. Transition to a smaller Type 3 Incident Management Organization is planned for Wednesday. The Incident Command Post will remain in same area until further notice. Resources from the Forest Service, Bureau of Land Management, National Park Service, and New Mexico State Forestry, Bureau of Indian Affairs, and area volunteer fire departments are assisting with firefighting operations.\r\n\r\nClosures: The Lincoln National Forest closure went into effect at 0800 hours on 5/12/11. The closure affects ALL Public lands under the jurisdiction and within the proclomated boundaries of the Lincoln National Forest, New Mexico.\r\n\r\nOpen Burning Restrictions are also in effect on State and Private Lands throughout New Mexico. For more information on forest closure please visit www.fs.usda.gov/lincoln. For further information including maps of the Mayhill Fire please visit www.nmfireinfo.com or www.inciweb.org','MAYHILL FIRE UPDATE 5-15',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','mayhill-fire-update','','','2011-05-18 10:21:52','2011-05-18 16:21:52','',0,'http://www.timberon.info/?p=3728',0,'post','',0,''),(161,1,'2011-01-12 19:54:21','2011-01-12 19:54:21','[si-contact-form form=\'1\']\r\n\r\n','Contact Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','77-revision-2','','','2011-01-12 19:54:21','2011-01-12 19:54:21','',77,'http://www.timberon.info/blog/?p=161',0,'revision','',0,''),(915,1,'2011-04-04 13:49:01','2011-04-04 19:49:01','◊ Members Online NowMembers ListDiscussion Board\n\nUse the links above to navigate among the different pages of the Member\'s Section. If you need help, the forum below can be used as a message board...\n','Member\'s Only Section',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','863-autosave','','','2011-04-04 13:49:01','2011-04-04 19:49:01','',863,'http://www.timberon.info/blog/?p=915',0,'revision','',0,''),(917,1,'2011-02-20 18:42:29','2011-02-20 18:42:29','','Apply for Membership',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','916-revision','','','2011-02-20 18:42:29','2011-02-20 18:42:29','',916,'http://www.timberon.info/blog/?p=917',0,'revision','',0,''),(2091,1,'2011-04-02 10:27:39','2011-04-02 16:27:39','[uCan-Post]','Post Article',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2087-revision-3','','','2011-04-02 10:27:39','2011-04-02 16:27:39','',2087,'http://www.timberon.info/blog/?p=2091',0,'revision','',0,''),(1904,1,'2011-03-15 19:20:51','2011-03-15 19:20:51','

    Aplly for membership by clicking HERE!

    ','Apply for Membership',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','916-revision-8','','','2011-03-15 19:20:51','2011-03-15 19:20:51','',916,'http://www.timberon.info/blog/?p=1904',0,'revision','',0,''),(1905,1,'2011-03-24 00:12:02','2011-03-24 00:12:02','

    Aplly for membership by clicking HERE!

    ','Apply for Membership',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','916-revision-9','','','2011-03-24 00:12:02','2011-03-24 00:12:02','',916,'http://www.timberon.info/blog/?p=1905',0,'revision','',0,''),(172,1,'2011-01-15 18:01:52','2011-01-16 01:01:52','\r\nPlat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...\r\n\r\nTimberon Airfield 1 \r\n\r\nTimberon Commercial 1 \r\n\r\nSacramento River Estates... \r\n\r\nSacramento Mountain Ranch 1... \r\n\r\nSacramento Mountain Ranch 2... \r\n\r\nSacramento Mountain Ranch 3... \r\n\r\nSacramento Mountain Ranch 4... \r\n\r\nTimberon Golf Course 1... \r\n\r\nTimberon Golf Course 2... \r\n\r\nTimberon Golf Course 3... \r\n\r\nTimberon Golf Course 4... \r\n\r\nTimberon Golf Course 5... \r\n\r\nTimberon Golf Course 6... \r\n\r\nTimberon Golf Course 7... \r\n\r\nTimberon Golf Course 8... \r\n\r\nTimberon Unit 1... \r\n\r\nTimberon Unit 2... \r\n\r\nTimberon Unit 3... \r\n\r\nTimberon Unit 4... \r\n\r\nTimberon Unit 5... \r\n\r\nTimberon Unit 6... \r\n\r\nTimberon Unit 7... \r\n\r\nTimberon Unit 8... \r\n\r\nTimberon Unit 9... \r\n\r\nTimberon Unit 10... \r\n\r\nTimberon Unit 12... \r\n\r\nTimberon Unit 13...\r\n\r\nTimberon Unit 14... \r\n\r\nTimberon Unit 14A... \r\n\r\nTimberon Unit 15... \r\n\r\nTimberon Unit 17...\r\n\r\n ','Plat Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','timberon-plat-maps','','','2011-05-08 15:32:40','2011-05-08 21:32:40','',150,'http://www.timberon.info/blog/?page_id=172',0,'page','',0,''),(192,1,'2011-03-21 19:33:28','2011-03-21 19:33:28','[recent max=4]\nNew Photos\n\n Photo Archive\n\n\nThere are thousands of photos placed loosely in categories to make them more manageable.  Clicking on a category brings up that series of photos...\n\nNature Trips ...Trips to explore around the Sacramento Mountains.  Click on the albums below...\n
      \n
    • Exploring August 2000\nSpending Sundays exploring different parts of the Sacramento Mountains.  Here are some photos taken from around Agua Chiquita and above Forest Road 64 near the Sunspot Highway.
    • \n
    • Exploring September 2000\nGoing out on Sundays exploring different parts of the Sacramento Mountains.  Here are some photos taken from the north and south extremes of Timberon - two very different climatic areas.
    • \n
    • Exploring October 2000\nExploring different parts of the Sacramento Mountains.  Here are some photos taken from up Jim Lewis Canyon and down Agua Chiquita.
    • \n
    • Exploring August 2001\nGoing ay up in the Sacramento Mountains.  Here are some photos taken from on top of the mountain above Circle Cross and Timberon.
    • \n
    \nSpecial Albums ...Groups of photos by people during a certain time of with a particular theme.  Click on Albums Below...\n
      \n
    • Bill Davis Photo Album\nSome 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!
    • \n
    • Kathleen Anderson Photo Album\nSome photos of the early days of Timberon.  Kathleen Anderson sold land here in 1974 and 1975.  \"Timberon will always remain in my heart... one of the best places on the planet\"... Kathleen Anderson
    • \n
    • Sacramento Mountain Museum Photo Collection\nFrom the Sacramento Mountain Museum and Research Center... These photos are the property of the Museum and may not be reproduced from this website. Contact the Museum for more information... Museum Website.
    • \n
    • Sara Jo Patterson Photo Album\nVintage photos belonging to Sara Jo Patterson from Sixteen Springs.
    • \n
    • Kathy Worrell Photos\nPhotos taken by Kathy Worrell, most recent editor of the Mountain Times newspaper. Most photos here are of the Timberon 4th of July Parade.
    • \n
    \nVarious Other Photo Albums\n','Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','38-autosave','','','2011-03-21 19:33:28','2011-03-21 19:33:28','',38,'http://www.timberon.info/blog/?p=192',0,'revision','',0,''),(199,1,'2011-04-14 13:14:30','2011-04-14 19:14:30','\nPlat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...\n\nTimberon Airfield 1 \n\nTimberon Commercial 1 \n\nSacramento River Estates... \n\nSacramento Mountain Ranch 1... \n\nSacramento Mountain Ranch 2... \n\nSacramento Mountain Ranch 3... \n\nSacramento Mountain Ranch 4... \n\nTimberon Golf Course 1... \n\nTimberon Golf Course 2... \n\nTimberon Golf Course 3... \n\nTimberon Golf Course 4... \n\nTimberon Golf Course 5... \n\nTimberon Golf Course 6... \n\nTimberon Golf Course 7... \n\nTimberon Golf Course 8... \n\nTimberon Unit 1... \n\nTimberon Unit 2... \n\nTimberon Unit 3... \n\nTimberon Unit 4... \n\nTimberon Unit 5... \n\nTimberon Unit 6... \n\nTimberon Unit 7... \n\nTimberon Unit 8... \n\nTimberon Unit 9... \n\nTimberon Unit 10... \n\nTimberon Unit 12... \n\nTimberon Unit 13...\n\nTimberon Unit 14... \n\nTimberon Unit 14A... \n\nTimberon Unit 15... \n\nTimberon Unit 17...\n\n ','Plat Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','172-autosave','','','2011-04-14 13:14:30','2011-04-14 19:14:30','',172,'http://www.timberon.info/blog/?p=199',0,'revision','',0,''),(3545,1,'2011-05-08 15:34:30','2011-05-08 21:34:30','The Restrictive Covenants were set in the beginning of the Timberon development and \"go with the land\". Even though there is presently no group that enforces them, they definitely remain in force. It doesn\'t matter if you were never given a copy, don\'t agree with them, etc... You are taking a chance if you violate them. If you find yourself in the position of having to do something at odds with the restrictive covenants in you area, try to get them changed first.\r\n\r\nPDF Files from Pioneer Abstract and Title and Roberts Realty [Last Updated Dec 31, 2004]\r\n\r\nSacramento Mountain Ranch Units\r\n\r\nTimberon Units\r\n\r\nGolf Course Units\r\n\r\nOther Areas\r\n\r\nMore Documents...\r\n','Restrictive Covenants',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','restrictive-covenants','','','2011-05-08 15:34:30','2011-05-08 21:34:30','',0,'http://www.timberon.info/blog/?p=3545',0,'post','',0,''),(3546,1,'2011-05-08 15:34:22','2011-05-08 21:34:22','The Restrictive Covenants were set in the beginning of the Timberon development and \"go with the land\". Even though there is presently no group that enforces them, they definitely remain in force. It doesn\'t matter if you were never given a copy, don\'t agree with them, etc... You are taking a chance if you violate them. If you find yourself in the position of having to do something at odds with the restrictive covenants in you area, try to get them changed first.\n\nPDF Files from Pioneer Abstract and Title and Roberts Realty [Last Updated Dec 31, 2004]\n\nSacramento Mountain Ranch Units\n\nTimberon Units\n\nGolf Course Units\n\nOther Areas\n\nMore Documents...\n','Restrictive Covenants',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3545-revision','','','2011-05-08 15:34:22','2011-05-08 21:34:22','',3545,'http://www.timberon.info/blog/?p=3546',0,'revision','',0,''),(3547,1,'2011-05-08 15:35:35','2011-05-08 21:35:35','The Restrictive Covenants were set in the beginning of the Timberon development and \"go with the land\". Even though there is presently no group that enforces them, they definitely remain in force. It doesn\'t matter if you were never given a copy, don\'t agree with them, etc... You are taking a chance if you violate them. If you find yourself in the position of having to do something at odds with the restrictive covenants in you area, try to get them changed first.\n\nPDF Files from Pioneer Abstract and Title and Roberts Realty [Last Updated Dec 31, 2004]\n\nSacramento Mountain Ranch Units\n\nTimberon Units\n\nGolf Course Units\n\nOther Areas\n\nMore Documents...\n','Restrictive Covenants',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3545-autosave','','','2011-05-08 15:35:35','2011-05-08 21:35:35','',3545,'http://www.timberon.info/blog/?p=3547',0,'revision','',0,''),(3548,1,'2011-05-03 19:08:38','2011-05-04 01:08:38','The Restrictive Covenants were set in the beginning of the Timberon development and \"go with the land\". Even though there is presently no group that enforces them, they definitely remain in force. It doesn\'t matter if you were never given a copy, don\'t agree with them, etc... You are taking a chance if you violate them. If you find yourself in the position of having to do something at odds with the restrictive covenants in you area, try to get them changed first.\r\n\r\nPDF Files from Pioneer Abstract and Title and Roberts Realty [Last Updated Dec 31, 2004]\r\n\r\nSacramento Mountain Ranch Units\r\n\r\nTimberon Units\r\n\r\nGolf Course Units\r\n\r\nOther Areas\r\n\r\nMore Documents...\r\n','Covenants',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','406-revision-3','','','2011-05-03 19:08:38','2011-05-04 01:08:38','',406,'http://www.timberon.info/blog/?p=3548',0,'revision','',0,''),(3017,1,'2011-04-11 17:23:18','2011-04-11 23:23:18','\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    Sub-Menu[sb_child_list]\r\n[sb_parent]
    \r\n[gview file=\"http://www.timberon.info/Maps/TIMBERON_ROADMAP_PRINT.pdf\"]','Road Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','82-revision','','','2011-04-11 17:23:18','2011-04-11 23:23:18','',82,'http://www.timberon.info/blog/?p=3017',0,'revision','',0,''),(211,1,'2011-01-16 16:10:22','2011-01-16 16:10:22','Plants that can be found around this part of New Mexico... and their uses.  Most of these are articles from J. Zane Walley\'s \"Ask Your Herbalist.\"\r\n
      \r\n
    • Algerita - 34.54kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Creosote - 47.56kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Cocklebur - 22.93kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Crown of Thorns - 8.91kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Dandelion - 25kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Desert Willow - 29.42kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Edible Plants in the Sacramento Mountains - 7.01mb Adobe Acrobat (PDF) File from Daniel Kepler NMSU Paper in Cloudcroft Museum
    • \r\n
    • Ephedra High Energy Desert Herb - 11.88kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Horehound - 271.01kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Juniper - 9.78kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Noxious Weeds - 200.22kb Adobe Acrobat (PDF) File from information provided by the Otero County Extension Service.
    • \r\n
    • Ponderosa Pine - 52.96kb Adobe Acrobat (PDF) File from information provided by the USFS.
    • \r\n
    • Prickly Poppy - 316.39kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Snake Broom Weed - 10.99kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Saint Peter\'s Staff - 47.78kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Yarrow - 39.92kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Yucca - 30.53kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    ','Plants',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','open','','plants','','','2011-05-08 16:40:00','2011-05-08 22:40:00','',477,'http://www.timberon.info/blog/?page_id=211',0,'page','',0,''),(3585,1,'2011-04-26 18:12:09','2011-04-27 00:12:09','
      \r\n
    • Animals from this part of New Mexico around Timberon and also \"Wildlife Notes\" of other animals in the state...
    • \r\n
    • Plants that can be found in this part of New Mexico - Mostly taken from \"Ask your Herbalist\" articles...
    • \r\n
    ','Plants and Animals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','477-revision-3','','','2011-04-26 18:12:09','2011-04-27 00:12:09','',477,'http://www.timberon.info/blog/?p=3585',0,'revision','',0,''),(213,1,'2011-01-16 16:10:43','2011-01-16 16:10:43','Animals found in the Timberon area... This includeds mammals, birds, fish, and even insects.  Taken from Articles in the \"Old\" Mountain Times Newspaper.\r\n
      \r\n
    • Bats - 26.91kb Adobe Acrobat (PDF) File
    • \r\n
    • Bark Beetle - 22.92kb Adobe Acrobat (PDF) File
    • \r\n
    • Black Bear - 98.59kb Adobe Acrobat (PDF) File
    • \r\n
    • Blister Beetle - 28.80kb Adobe Acrobat (PDF) File
    • \r\n
    • Bobcat - 33.29kb Adobe Acrobat (PDF) File
    • \r\n
    • Coyote - 45.97kb Adobe Acrobat (PDF) File
    • \r\n
    • Deer Mouse - 19.15kb Adobe Acrobat (PDF) File
    • \r\n
    • Endangered Species - 48.83kb Adobe Acrobat (PDF) File
    • \r\n
    • Dragonfly - 58.08kb Adobe Acrobat (PDF) File
    • \r\n
    • Elk - 85.26kb Adobe Acrobat (PDF) File
    • \r\n
    • Mountain Lion - 90.01kb Adobe Acrobat (PDF) File
    • \r\n
    • Horned Toad - 9.67kb Adobe Acrobat (PDF) File
    • \r\n
    • Mule Deer - 38.64kb Adobe Acrobat (PDF) File
    • \r\n
    • Penasco Chipmunk - 39.26kb Adobe Acrobat (PDF) File
    • \r\n
    • New Mexico Snakes - 85.81kb Adobe Acrobat (PDF) File
    • \r\n
    • Rattlesnake - 72.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Recluse Spider - 95.43kb Adobe Acrobat (PDF) File
    • \r\n
    • Roadrunner - 30.39kb Adobe Acrobat (PDF) File
    • \r\n
    • Skunk - 61.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Wolf - 152.93kb Adobe Acrobat (PDF) File
    • \r\n
    • Turkey - 63.32kb Adobe Acrobat (PDF) File
    • \r\n
    \r\nOther Animals from Timberon and around New Mexico ...These are \"Wildlife Notes\" from NM Game and Fish.','Animals',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','open','','animals','','','2011-05-08 16:36:30','2011-05-08 22:36:30','',477,'http://www.timberon.info/blog/?page_id=213',0,'page','',0,''),(3581,1,'2011-01-08 16:37:31','2011-01-08 23:37:31','Plants that can be found around this part of New Mexico... and their uses.  Most of these are articles from J. Zane Walley\'s \"Ask Your Herbalist.\"\r\n
      \r\n
    • Algerita - 34.54kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Creosote - 47.56kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Cocklebur - 22.93kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Crown of Thorns - 8.91kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Dandelion - 25kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Desert Willow - 29.42kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Edible Plants in the Sacramento Mountains - 7.01mb Adobe Acrobat (PDF) File from Daniel Kepler NMSU Paper in Cloudcroft Museum
    • \r\n
    • Ephedra High Energy Desert Herb - 11.88kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Horehound - 271.01kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Juniper - 9.78kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Noxious Weeds - 200.22kb Adobe Acrobat (PDF) File from information provided by the Otero County Extension Service.
    • \r\n
    • Ponderosa Pine - 52.96kb Adobe Acrobat (PDF) File from information provided by the USFS.
    • \r\n
    • Prickly Poppy - 316.39kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Snake Broom Weed - 10.99kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Saint Peter\'s Staff - 47.78kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Yarrow - 39.92kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Yucca - 30.53kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    ','Plant Articles',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','plant-articles','','','2011-05-08 16:38:30','2011-05-08 22:38:30','',0,'http://www.timberon.info/blog/?p=3581',0,'post','',0,''),(3595,1,'2011-01-08 16:49:47','2011-01-08 23:49:47','[nggallery id=14]','Forest Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','forest-photos','','','2011-05-09 11:04:49','2011-05-09 17:04:49','',0,'http://www.timberon.info/blog/?p=3595',0,'post','',0,''),(3596,1,'2011-05-08 16:49:26','2011-05-08 22:49:26','','Forest Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3595-revision','','','2011-05-08 16:49:26','2011-05-08 22:49:26','',3595,'http://www.timberon.info/blog/?p=3596',0,'revision','',0,''),(3598,1,'2011-01-08 16:51:47','2011-01-08 23:51:47','A whole lot of photos in Timberon of people and events, most coming from early Mountain Times newspaper archives...\r\n[nggallery id=6]','Timberon Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','timberon-photos','','','2011-05-09 11:04:39','2011-05-09 17:04:39','',0,'http://www.timberon.info/blog/?p=3598',0,'post','',0,''),(3599,1,'2011-05-08 16:51:13','2011-05-08 22:51:13','','Timberon Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3598-revision','','','2011-05-08 16:51:13','2011-05-08 22:51:13','',3598,'http://www.timberon.info/blog/?p=3599',0,'revision','',0,''),(2998,1,'2011-04-04 16:39:55','2011-04-04 22:39:55','Click Title to open in New Window\r\n[pageview url=\"http://www.timberonclassifieds.com\" title=\"Timberon Classifieds\" scrolling=\"yes\"]','Timberon Real Estate',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','86-revision-17','','','2011-04-04 16:39:55','2011-04-04 22:39:55','',86,'http://www.timberon.info/blog/?p=2998',0,'revision','',0,''),(2997,1,'2011-04-04 16:23:54','2011-04-04 22:23:54','Back to Photos\r\n[nggallery id=15]','Looking Off Mountain',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','144-revision-8','','','2011-04-04 16:23:54','2011-04-04 22:23:54','',144,'http://www.timberon.info/blog/?p=2997',0,'revision','',0,''),(3537,1,'2011-05-08 14:39:59','2011-05-08 20:39:59','2 BR/1 Bath includes 2 twin beds, 1 queen bed, and 1 queen hide-a-bed, full kitchen, wood stove, washer/ dryer, telephone, air conditioning, charcoal grill, and television with satellite programming and a VCR. Rates begin at $80.00 per night for up to four adults, $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt A is the first apartment on your right from the deck.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Casa Sacramento Apt A\"] for Reservations or Questions.  [nggallery id=29]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"5\" showkey=\"no\"]','Apartment A',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3051-revision','','','2011-05-08 14:39:59','2011-05-08 20:39:59','',3051,'http://www.timberon.info/blog/?p=3537',0,'revision','',0,''),(229,1,'2011-04-04 12:46:01','2011-04-04 18:46:01','[gview file=\"http://www.timberon.info/Maps/TIMBERON_ROADMAP_PRINT.pdf\"]','Road Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','82-autosave','','','2011-04-04 12:46:01','2011-04-04 18:46:01','',82,'http://www.timberon.info/blog/?p=229',0,'revision','',0,''),(3518,1,'2011-05-08 14:03:42','2011-05-08 20:03:42','Features a one bedroom and a two bathroom main house, and a guesthouse with one bedroom and one bathroom. The main house includes a king-size bed and queen futon, full kitchen, TV/VCR/DVD, computer with internet access, a wood-burning stove, a charcoal grill, and a huge screened porch with hammocks and a beautiful view. There is a double bed and queen futon along with a kitchenette in the guesthouse. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 12 persons.\r\n\r\n88 Chresta Loma\r\nDirections to Miria’s Hide-a-way at 88 Chresta Loma in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Turn right at the fifth right which is Edgewood. Take the first left onto Chresta Loma. The cabin is the second house on your right. There is a steel gate at the bottom of the driveway and the house number is on a tree to the left of the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=26]\r\n\r\n[my-email subject=\"Miria\'s Hide-a-Way\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Miria\'s Hide-a-Way',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2066-revision','','','2011-05-08 14:03:42','2011-05-08 20:03:42','',2066,'http://www.timberon.info/blog/?p=3518',0,'revision','',0,''),(3563,1,'2011-01-08 16:10:23','2011-01-08 23:10:23','A historically relevant collection from the minutes of the old Property Owner\'s Association. This is not the complete minutes, only what we felt are the more important issues discussed.\r\n\r\nOnce upon a time, when Timberon was first starting out, there was an organization called the Timberon Property Owners Association. This association was established on October 1, 1969 so that the property owners of Timberon would have a say in the destiny of the community. For many years this organization was at the very heart of everything happening on the mountain. The Timberon Property Owners Association, having fallen upon hard times, was disbanded on November 19, 1993.\r\n\r\nThe Timberon Property Owners Association may no longer be with us, but its records are, and they are very rich in information outlining the early days of Timberon. This monthly series of articles is based upon information taken from those records. It all began, as the records do, about 25 years ago in a development called Timberon.\r\n\r\nTimberon Log dated October 16, 1972...\r\n\r\nThe developer says that by May 1, 1973, we should have some condominiums, trailer houses, etc. put in Timberon for the use of the property owners.\r\n\r\nWe are in the process of building a sales office right now and all the sales personnel will be out of our Lodge within the next 90 days.\r\n\r\nWe are talking about putting a really nice restaurant (dining room) in the upper part of the Lodge. This would entail getting a professional chef, dining tables, menus, etc. The Lounge area will be located in the Pro-Shop on the Golf Course, thereby eliminating the need for the downstairs lounge in the Lodge. Eventually (probably in about three to five years) all food facilities will be moved to the Country Club area, completely away from the Lodge. The downstairs area will be made into a recreational room.\r\n\r\nOur Board has proposed a $25.00 per membership, per year, dues to begin in November of 1972. The Timberon Property Owners Association is now in the process of taking over the Lodge. The Association needs revenue to work with. The Association will soon be responsible for Lodge maintenance, the stocking and cleaning of the lakes, pool area maintenance, and the security guard. The Association will be also be collecting revenue from the water taps (approximately thirty already).\r\n\r\nIn regard to the security guard, by May 1, 1973 we are putting a very nice entrance in on the road from Sunspot. This entrance is to be manned by a security guard who will also be responsible for the protection of property owners\' cabins. There will eventually be two guards and two entrances, the second from the back road.\r\n\r\nWe also need to obtain a fire truck to put up on the property, which would be controlled by the Property Owners Association.\r\n\r\nThere was discussion on the necessity of making and following rules on the Golf Course. Some of the ideas were: only members get to play on weekends; only five guests per year, per member; and there was a suggestion of maybe putting in a third nine for short golfers. We must have very strict rules on the Golf Course. There needs to be a very strong Board (or man) to control it. Ed Jennings is doing a terrific job... we must not over-run his decisions on times to be open for play. His main interest is the overall betterment of the course.\r\n\r\nTimberon Log dated November 4, 1972...\r\n\r\nOur Board of Directors consists of Richard Sparks, Johnny Mobley, Anthony Perrotto and Dave Tappan. We are currently one member short and are sending out a ballot to all the property owners with the following nominees: Bob Edwards, C.W. McFarland, Col. F. Stano, Truman Jones and Lester Pierce.\r\n\r\nThe grounds around the Lodge and swimming pool have been planted, fenced in and cleaned up.\r\n\r\nThe Golf Course is advancing very rapidly. The scars are due to the 30\" of rainfall since the middle of August. Once these eroded areas are sodded in solidly they will hold against rains. The Golf Course will open in the Spring.\r\n\r\nThe Sales Office is scheduled to move out of the Lodge shortly after the first of the year.\r\n\r\nThere will be a twenty-unit condominium build, starting construction by February 1st and hopefully in operation by late Spring.\r\n\r\nWe still have plans to put in a really nice dining room in the upper part of the Lodge, complete with chef.\r\n\r\nThere are now two lakes in service. The upper lake is stocked with 18,000 fingerling trout. There are plans to put an all weather walk around the lakes. A waterfall is also in the planning.\r\n\r\nThese facilities are ours as property owners and it cost money to maintain them. To date, the developer has carried the entire cost of this upkeep, however it is estimated that the developer will be out of the picture in about three years. We must begin now to be ready for a complete takeover when that time comes.\r\n\r\nThe assessment of $25 per membership, per year, will provide a portion of the revenue needed for the maintenance of our facilities. There will be other forms of revenue coming into the Property Owners Association in the form of monthly payments from water taps (of which there are now 37). The Utility Commission is in the process of setting this rate. To date, the developer has put in approximately $350,000.00 into the water system alone (if it hadn\'t been for Carriso Springs, it would have been $550,000.00). This water system is a real asset to the Association and revenue from it will accrue directly to the Association.\r\n\r\nThe total facilities on the property, when completed, will value approximately $5,000,000.00. This membership is definitely a thing of value.\r\n\r\nAs promised by Richard Sparks, a full and comprehensive report on the progress of the roads is being formulated and will be sent out shortly.\r\n\r\nTimberon Log dated January 25, 1973...\r\n\r\nFrom the beginning of Timberon it has been understood that the Property Owners would eventually take over the care and maintenance of the common facilities in Timberon. The developer\'s contract with the buyers of Timberon property included the construction of all common facilities and maintenance of them until the Property Owners Association could assume this responsibility.\r\n\r\nAt present, excluding the existing water system, the Property Owners have for their common use and enjoyment the following property which is managed by the Association: the paved 5000\' air strip and parking apron valued at $125,000.00; the Lodge and grounds valued at $250,000.00; two fishing lakes valued at $30,000.00; and the swimming pool valued at $60,000.00.\r\n\r\nLater, the Association will accept the responsibility of maintaining and collecting the revenue from the water system. This system presently consists of 35 miles of installed distribution lines, 15000\' of 10\" transmission line from the springs, and two inter-connected reservoirs with a total value of $600,000.00.\r\n\r\nOther assets now existing for common use, but not yet taken over by the Association are 227 acres in the championship golf course area (nine holes of the golf course were seeded in the summer of 1972 and will be open for play early in the summer of 1973) and 81 acres of parkland in various parts of the project.\r\n\r\nTitle of this property has not yet been transferred to the Property Owners Association. The developer stands ready at any time to convey this property at our option.\r\n\r\nRobert Edwards was elected to fill the vacancy on the Board and will serve 1 year as Secretary of the Association.\r\n\r\nTimberon Log dated March 17, 1973...\r\n\r\nThe Northern Road from Sunspot is deeply rutted, almost impassable because of the extreme winter moisture. Southern Road (506) is in good shape, has approximately 21 shallow fordings, and is being reconstructed because of the efforts of the State School Board. Alternate highway routes are still being sought, but because of government procedures, progress is quite slow.\r\n\r\nRoads in the Timberon property are being expanded and improved. An additive is being put on the roads to protect them from moisture and make them more truly all-weather.\r\n\r\nThe golf course will open approximately June 1, 1973 and should be covered by excellent grass because of the extremely wet winter.\r\n\r\nAll members of the Property Owners Association will have numbered certificates for each building site. This also includes the large \"Block Holders.\"\r\n\r\nDues are delinquent after 90 days. A default notice will be sent at 60 days and subsequently a property lien will be attached to the property.\r\n\r\nThe purpose of the Board of Directors is to manage the community properties for the good of all the property owners and no remuneration is made to the directors for their time.\r\n\r\nThe Lodge will have a restaurant and improved living facilities in the near future. Salesmen will be quartered outside outside the Lodge and will pay for their use of the Lodge in the same manner as anyone else. It is expected that a condominium will be opened in the community area for the use of property owners and buyers, hopefully by June 1st.\r\n\r\nTimberon Log dated November 10, 1973...\r\n\r\nMr. Steve Cilino is working on obtaining a new South entrance road into Timberon. He is approaching the problem by going through the Commanding General of Ft. Bliss on behalf of all Timberon property owners. Mr. Cilino is proposing the following route: use New Mexico State Highway to 17 miles west of Highway 54, then north up over the ridge ending at Sacramento Canyon. We would have the sole responsibility of securing the road at our end. He has assured the General that we will in no interfere with missile firings. He has asked that all Timberon property owners sign a list that will be attached to a letter for the General with the purpose of acquiring permission to use such a road.\r\n\r\nMr. Bill Berkebile is working on the Northern route into Timberon from Cloudcroft. North American Land Development (the developer) has attempted to improve and maintain this road, but has encountered opposition from the County and Forest Service. However, North American Land Development has now been given the position of acting as the agent concerning these road matters for Otero County. North American Land Development is now in the process of repairing the river crossings on this road. We are still in need of a gravel pit. The Forest Service has tentatively agreed to let us put one in Apple Tree Canyon. The Forest Service is ready to go on extending the road from Sunspot to over near Scott Able whenever they can get the funds.\r\n\r\nIn respect to the South road to Weed, North American Land Development is prepared to remove the first six river crossings. Dr. Stovall, Superintendent of Schools, from Otero County is in favor of supporting this southern route. The County Commissioners from Otero County have been very cooperative.\r\n\r\nThe 18 acres, which was deeded to the Property Owners Association in March of 1973, has been leased to Mr. Roland (Ski) Skalmusky for the maintenance of the Lodge and restaurant.\r\n\r\nIn the last year both of the fishing lakes have been restocked, the roof of the Lodge was repaired, and a good deal of the Lodge was repainted.\r\n\r\nWe have purchased a fire pumper to be used off the swimming pool or ponds. It is on a trailer, so it may be pulled to any place on the property. This is not the answer to our fire protection, but it is a beginning.\r\n\r\nWe invested in a security vehicle for Mr. Bill (Smitty) Smith, our security guard at Timberon. Smitty holds a Deputy Sheriff\'s commission from Otero County and has a background of 25 years in law enforcement. His new security vehicle is equipped with a CB radio and a complete First Aid Kit. A State Police radio has been ordered and should be here by December 10th. Emergency systems have been set up with the Alamogordo Police Department.\r\n\r\nMr. Bill Pozanac, Bill Berkebile and Ed Jennings have been deputized as special deputies to assist Smitty.\r\n\r\nCol. Griffin feels that our county taxes should be used for fire protection. We have corresponded with the County concerning this possibility, but until we are a municipality we can not count on too much assistance. Dave Tappan said that there is a New Mexico law that offers help to organized Volunteer Fire Departments. Bill Berkebile suggested that we should inquire at the County Assessor\'s office as to what is being done with the tax flow that is coming from the Timberon area and report the finding to the property owners.\r\n\r\nMr. Berkebile looked into the possibility of acquiring mail service into Timberon. The postal authorities sited the condition of the road leading from Sunspot and the small number of families living in the area as reasons to deny service. He was told that if all of the people who reside in Timberon would transfer their post office box to Sunspot it may show a greater need for this service.\r\n\r\nBob DeSpain complained about the trailers which were located on lots that were not in the trailer section of Timberon. He feels that we should abide by the Restrictive Covenants and not allow this. The developer, Mr. Mobley, indicated that letters have been sent out to these people by his attorneys and action was being taken to remove the trailers in question.\r\n\r\nThe problem of obtaining telephone service to Timberon is being looked into by Bill Berkebile.\r\n\r\nTimberon Log dated January 12, 1974...\r\n\r\nOur Board amends the bylaws to provide for seven members, it had been five.\r\n\r\nThe Lodge building in Timberon was designated as the principle office location for the Property Owners Association.\r\n\r\nAll future meetings of the Property Owners Association will be held on the second Saturday of each month in the Timberon Lodge.\r\n\r\nThe following committees were established: Roads - Steve Cilino; Fire Protection - Joe Fetters; Timberon Social Activities - Tony Perretto.\r\n\r\nA suggestion was made that the Property Owners Board and the Developer (North American Land Development) develop better communications when planning social activities. The Developer, Johnny Mobley, says that the property owners could be kept advised through \'Timberon Trails\' published every two months.\r\n\r\nFire Protection is a major concern, maybe it will be possible to obtain a pumper from the government surplus when they closed the missile sites. There was also discussion about appealing to the owners for donations of time and/or money for a volunteer fire department.\r\n\r\nThe people hired to operate the Timberon Lodge were evicted and the Lodge closed. The operators of the Lodge left the Property Owners Association with an estimated loss of $1000.\r\n\r\nIt was pointed out by Mr. Roessler that since our security man, Bill (Smitty) Smith, is a deputy of Otero County then the county should pay his salary, or a portion of it, with some of the property owner\'s tax money.\r\n\r\nThe advantages and disadvantages of becoming a municipality was discussed, with no definite action being taken due to opposing views.\r\n\r\nCamper trailers that are now parked in front of the Lodge near the air strip for utility hook-up will be required to move to the new Trailer Park area. This area is being built by the Developer to have hook-ups and toilet facilities. The completion date will be May 1, 1974.\r\n\r\nThere are three rooms available for rent in Lodge. The cost to rent these is $12 per night with linens.\r\n\r\nAn announcement was made that the Timberon Sales Office is soon to go computer.\r\n\r\nA Lubbock group of Property Owners Association Members suggest forming chapters by towns of property owners to create interest.\r\n\r\nIt appears we have been operating a restaurant without a license and that the gross receipt tax on the bar has not been paid. We will correct this and find out what it will take to acquire a restaurant license.\r\n\r\nTimberon Log dated March 9, 1974...\r\n\r\nIt was decided to get a new appraisal for the Lodge building because of all the improvements that have been made, especially to the kitchen.\r\n\r\nMr. Cilino requested from the Civil Defense a pumper which has recently become available. It was inspected by Joe Fetters and found to be in good condition.\r\n\r\nThe liquor license that belongs to the Developer will be leased to the Property Owners Association, but the Developer will retain ownership.\r\n\r\nThe Property Owners Association is in the process of filing liens against non-paying lot owners.\r\n\r\nOtero County is now blading the North road, having already bladed the South. It appears that they will continue to maintain these roads on a regular basis.\r\n\r\nDon Coffman, Head Football Coach for Roswell High School, will take care of the pool for the Summer at no charge.\r\n\r\nMr. & Mrs. Lee Martin of El Paso are hired to manage the Lodge.\r\n\r\nTimberon Log dated March 20, 1974...\r\n\r\nCarl Tanner was hired as full-time maintenance man for the Lodge at $500 a month.\r\n\r\nWe ordered and paid for two thousand 7 to 10 inch trout for the fishing lakes at a cost of $600 plus $90 delivery charge. The Developer has agreed to pay for the restocking of the lakes when it is done again in late summer.\r\n\r\nErna Stevens and her daughter were hired to operate the Lodge. Before this she was employed at the Airport Restaurant in Roswell as a cook and her daughter as a waitress.\r\n\r\nWe had a complaint from Jack Shaw that our hamburgers are overpriced at $1.25 and that we should discourage bar drinkers, particularly on Sunday mornings.\r\n\r\nTimberon Log dated April 20, 1974...\r\n\r\nWhite Sands Missile Range requires that we must have a military guard on the roads. They want complete control of the access road.\r\n\r\nIt was decided to construct two or three kennels in back of the Lodge for people staying there with dogs.\r\n\r\nThe Lodge restaurant is grossing $500 a week and doing nicely. It is paying its own way and showing a profit.\r\n\r\nAt present there is $175 in outstanding tabs from the Sales Staff alone. No more credit will be given and everyone will pay when served.\r\n\r\nA ledge has been cut around the small lake and the lakes have been cleaned.\r\n\r\nMr. Tappan asked the Developer if the condominiums were ready for occupancy. Johnny Mobley said he was having problems with the Environmental Agency, Plumbing Inspector and Building Inspector. They have three different codes which are almost impossible to meet. He has asked for an Attorney General\'s ruling on this and should be ready to go ahead in about two weeks.\r\n\r\nTimberon Log dated June 8, 1974...\r\n\r\nMr. Cilino reported to the owners that we are still trying to secure a pumper for fire protection and that certain qualifications must be met before we can get any type of Federal funds to help us.\r\n\r\nIt is stated that the Commanding Officer at White Sands Missile Range will soon be changing and we should wait until a new one takes over before any attempt is made to ask the government to let us use range access roads to get to Timberon.\r\n\r\nThe kitchen remodeling has all been paid for and the restaurant now has an \'A\' rating by the State Environmental Agency.\r\n\r\nThe Developer says that property owners will not have to pay green fees on the golf course for the next three years. Guests will be charged $6 on weekdays and $10 on weekends and holidays.\r\n\r\nThe Developer, Johnny Mobley, says that the bath house will be finished in about two weeks.\r\n\r\nMr. Pozanac says the ice machines are now operating and ice will remain free to all property owners and their guests.\r\n\r\nJohnny Mobley says that the Lynn Gas Company is going to put in a permanent setup in Timberon. It will be available 24 hours a day.\r\n\r\nTimberon Log dated August 10, 1974...\r\n\r\nGround rules for hunting in Timberon were discussed. Some suggestions were: there should be guards placed at all entrances; there should be a limited amount of hunters allowed, each owner will be allowed to have four guests: and all hunters camping out will be required to camp in one spot designated by the Property Owners Association.\r\n\r\nBy unanimous decision Joe Fetters was accepted as Fire Chief of the Timberon Property Owners Association Volunteer Fire Department.\r\n\r\nThe electrical wiring in the Lodge was replaced, taking about five days.\r\n\r\nThe bath house has been painted and all the plumbing will be completed in about a week.\r\n\r\nThere is a problem with the lower fishing pond\'s diminishing water level. It is suggested that a pipe be run from the upper pond to the lower so that any overflow will go into the lower pond.\r\n\r\nIt was discussed that the only thing holding Timberon back from being a town is the population. The population needed should be reached about next spring.\r\n\r\nTimberon Log dated October 26, 1974...\r\n\r\nIn spite of many attempts, a new South Road into Timberon is yet to be secured. Mr. Cilino is investigating a possible right-of-way for another road going Westward to Highway 54, rather than South to State Highway 506.\r\n\r\nBill Berkebile reported that contracts will be let to furnish mail service directly into Timberon, effective December 7th. The mail route will be known as the \"Timberon Star Route.\"\r\n\r\nThe new fire sirens were sounded for the first time in Timberon.\r\n\r\nTimberon Log dated February 15, 1975\r\n\r\nHarry West and Joe Richardson were introduced as the new Property Owners Board Directors.\r\n\r\nThe Timberon Property Owners Association is granted exemption from Federal Income Tax as a non-profit organization.\r\n\r\nPeggy Maitland announces that the General Store will be in full operation by April 15th. Danny Strickland will be running it.\r\n\r\nA County Road Maintenance Man will be stationed in Timberon with a grader to keep both the North and South Roads clear and in good condition. Bill Berkebile says that negotiations are presently under way to change and improve the South Road through Sacramento River Canyon.\r\n\r\nThe Developer informs the owners that all structures being built must be approved by the Architectural Committee of North American Land Development prior to building. The zoning must be followed and will be enforced.\r\n\r\nFire Chief Joe Fetters was instrumental in securing a 500 gallon pumper truck; this is a real fire engine with a red light and siren. It runs just fine.\r\n\r\nBill Berkebile and Joe Fetters secured the services of a 1000 gallon tanker truck from the Forestry Department.\r\n\r\nFour Condominium Duplexes are opened for rental on the river. Christy Berkebile is the manager.\r\n\r\nShirley Cliff will be manager of the Lodge starting March 1st. She plans to have regular entertainment. The act on opening night will be Pete Fleming and Mitch Mosley, a folk and country group.\r\n\r\nThe Golf Course will open for the season on Easter weekend, weather permitting.\r\n\r\nTimberon Log dated April 19, 1975...\r\n\r\nDave Tappan briefed the Association Directors on a letter written by Bill Richardson, a property owner, to the Department of Housing and Urban Development in Washington. The letter indicated a dissatisfaction with the Developer for not turning over the water supply to the Association Members as indicated in the HUD report. The matter was put of until a meeting with Bill Richardson could be arranged.\r\n\r\nBill Cilino says that the new access road approval was at a standstill and now hinges upon the incorporation of Timberon.\r\n\r\nThanks were extended to past Sheriff Bill \'Smitty\' Smith and present Sheriff Dennis Wynn for their excellent job of solving several burglaries. We want to keep Timberon honest and clean.\r\n\r\nSheriff Wynn and Shirley Cliff started a game room in the Lodge to keep our young people entertained.\r\n\r\nThere was a forest fire in Timberon, with most of the damage being in T-8. Our Volunteer Fire Department, assisted by Timberon Members and guests, was instrumental in containing the fire and finally putting it out. Also assisting were the fire departments from Cloudcroft, High Rolls, Duncan, Penasco, Sacramento, James Canyon and Mayhill. The Forest Service responded within minutes with slurry bombers spraying flame retardant chemical. They sent in tankers, supplies, and more than 75 firefighters. Investigation indicated that the fire was started by an owner burning trash in a 40 mile per hour wind.\r\n\r\nTimberon Log dated July 12, 1975...\r\n\r\nA front loading tractor and riding lawnmower have been purchased for the Lodge grounds.\r\n\r\nMany complaints were aired, mostly centered on the deplorable conditions in and around Lodge; dogs running loose and destroying the Associations equipment, and camping grounds in front of the Lodge.\r\n\r\nThe Property Owners Board was faced with what they saw as the deplorable condition of Timberon in general, the thefts that had occurred, lack of authority and division of authority by Board members and security personnel, and general lack of management. They responded by electing Joe Fetters as Resident Agent with direct control over all Property Owners Association employees and answering only to the Property Owners Board.\r\n\r\nIt was decided that for the safety of all members, dogs found loose would be picked up with a warning to the owner and if repeated, the dog would be destroyed. Dogs without licenses and unknowns would be destroyed immediately.\r\n\r\nThe conclusion was reached that there was no control on entrances to Timberon and undesirable characters may enter, placing all property in jeopardy. An earth barricade was put across the Culp Canyon entrance to close it and the possibility of control over both the North and South entrances were looked into.\r\n\r\nAt the prompting of the Fire Chief, Joe Fetters, $6000 was spent by the Property Owners Association for new fire equipment.\r\n\r\nTimberon Log dated August 30, 1975...\r\n\r\nIt was decided that Sheriff Wynn was lacking the maturity necessary for our security guard. The job would again be offered to Bill \'Smitty\' Smith.\r\n\r\nJoe Fetters says that the probation period for the Fire Department will be over in November and we will be eligible for state funds.\r\n\r\nThe tennis courts should be finished by next spring. The snow pack this winter should really pack down the base.\r\n\r\nThe Cliffs are leaving in September and the Colemans will be running the Lodge on a two month trial basis.\r\n\r\nDue to inflation and maintenance costs, the dues for property owners will be increased from $25 to $35.\r\n\r\nTimberon Log dated November 1, 1975...\r\n\r\nAt present it does not appear a new access road will be constructed. The South road is in fairly good shape, but the North road is in poor condition.\r\n\r\nJoe Fetters and Bill Berkebile were recognized for establishing a Rural Fire District in Timberon in a remarkably short time of one year.\r\n\r\nThe Timberon Volunteer Fire Department now has two pumper trucks, three fire sirens, a small portable pumper, a good supply of protective equipment for firefighters and radio communications in the trucks.\r\n\r\nMembers will be limited to one guest during hunting season to prevent indiscriminate hunting and in order to maintain control.\r\n\r\nThe Developer, at the urging of Harry West, donated $50 to the town of Cloudcroft to go towards the purchase of an ambulance for evacuation of the sick and injured. The ambulance will be used not only for the Cloudcroft area, but also for surrounding towns, including Timberon.\r\n\r\nCompleted units of the Water System will be deeded to the Timberon Property Owners in the near future at time completed, by the Developer.\r\n\r\nTimberon Log dated February 7, 1976...\r\n\r\nThere will be two resident agents on the property, Joe Fetters will be resident agent over the Fire Department and Ed Jennings over security and maintenance.\r\n\r\nThe Lodge was again opened for the renting of rooms, with property owners to have first consideration.\r\n\r\nDue to a growing demand by the property owners, applying pressure on the Board Members, it was decided to get Bill (Smitty) Smith back as security officer.\r\n\r\nThere was concern about increased crime and malicious vandalism on the mountain.\r\n\r\nThe Fire Department was inspected by the State Fire Marshall, who certified us and recommended that we receive state funds.\r\n\r\nFire Chief Joe Fetters recommended that the Property Owners Association consider selling the Fire Department one acre of ground for $1.00 to construct a fire house.\r\n\r\nTimberon Log dated May 19, 1976...\r\n\r\nBoard Director Dave Tappan sent a letter to the other Board Members with the following suggestions for consideration:\r\n\r\nThat the role of the Restaurant and Lounge be determined as to whether we must keep it in operation, if so, should we request that the Developer subsidize it or is that our responsibility as Property Owner Association Representatives.\r\n\r\nThat we consider subsidizing Harry West\'s quarterly newspaper, as the Developer has already agreed to mail it to all property owners.\r\n\r\nWhat the role of the Property Owners Association will be in the next two to five years, as the Developer will undoubtedly be pulling out and turning everything over.\r\n\r\nTimberon Log dated May 29, 1976...\r\n\r\nThe Lodge is now being operated by the Property Owners Association. Betty Cliff is doing a fine job of cooking and taking care of the Lodge.\r\n\r\nThe security light donated by Harry & Ann West is installed on a tree in front of the Lodge and it lights up both the front lawn and the parking area.\r\n\r\nThe Fire Department makes plans to pay back the money borrowed from the Property Owners Association for equipment by holding a golf tournament on the Fourth of July.\r\n\r\nAll Timberon Property Owners Association Members will receive two plastic membership cards that must be presented before playing tennis, swimming, fishing, or golfing.\r\n\r\nTimberon Log dated August 14,1976...\r\n\r\nThis year during deer hunting season each property owner who has paid their dues will be allowed only one guest, same as last season. Signs will be posted at all three entrances to Timberon an there will be voluntary patrols.\r\n\r\nOnly property owners will be allowed to fish, with a limit of ten fish for a family per day.\r\n\r\nThe Developer, Johnny Mobley donates property for the Fire Department building adjacent to the swimming pool.\r\n\r\nThe Developer agrees to donate land for a church site in the area set aside for the school, located on the Southeast end of the airstrip.\r\n\r\nTimberon Log dated October 30, 1976...\r\n\r\nWe now have health insurance coverage on all Property Owners Association employees.\r\n\r\nAt a meeting Harry West informed the property owners that the Timberon Mountaineer (newspaper) was not financed by the Developer or the Property Owners Association. He explained the problems of trying to publish a paper without any money to hire help, travel, etc... The Property Owners Association agreed to reimburse Harry for past personal expenditures if he could not get the money elsewhere.\r\n\r\nRev. Frank Wheeler said a site for a church had been promised by the Developer. Rev. Wheeler is coming to Timberon every Tuesday night to have bible study and every Sunday for worship services.\r\n\r\nTimberon Log dated February 19, 1977...\r\n\r\nIt was reported that some wood is being cut in unauthorized areas. The Developer said that he would see that they were redirected to proper areas.\r\n\r\nThe Developer, Johnny Mobley, reminds the Board that the lower fishing lake will have to be drained in order to be sealed. The fish will be removed and put back in after it has been sealed and refilled. He said the seeping of the lake is causing the tie-down area of the airstrip to stay damp and sustain damage.\r\n\r\nThe possibility of getting phone service from Dell City looks good, but first we need at least 30 applicants.\r\n\r\nTimberon Log dated August 30,1977...\r\n\r\nAn increased effort is being made to prevent non-paid members from using Association facilities.\r\n\r\nHarry West suggests that a solar unit to heat the pool can be obtained for about $800, thus eliminating the $300 per month propane costs.\r\n\r\nThe Baptist Missionary Board puts up $15,000 towards building a small non-denominational church in Timberon. Local church collections are over $900 and other congregations in the area have donated $1,000.\r\n\r\nHarry West asks about the dishwasher in the Lodge, and wonders why the dishes are being washed by hand. Ed Jennings says he thinks the dishwasher was working, but that it takes longer to use it than to do them manually. Dave Tappan injects that the dishwasher costs $1,000, is required by the Environmental Department and should be used.\r\n\r\nTimberon Log dated October 29, 1977...\r\n\r\nDean Blagowsky joins the land sales staff announcing that some property owners will be licensed and a lot resale department will be started next year. He also says that his group will start selling Champion modular homes.\r\n\r\nGeorge Cliff completes the enclosure remodeling of the Lodge patio, adding a fireplace.\r\n\r\nThe Memorial Flagpole in front of the Lodge is made available to bronze memorial plaques for deceased property owners at a cost of $40 to their families.\r\n\r\nTruman Jones pays to restock the lower lake with trout.\r\n\r\nThe Property Owners Association assists Harry West with a contribution, as do many property owners, enabling him to continue publishing the Timberon Mountaineer. The Developer is also commended for printing and mailing two issues to the whole Association.\r\n\r\nBill (Smitty) Smith, Association Security Officer, reports the arrest of a property owner and his wife for burglary. Several thousand dollars worth of property is recovered and 14 burglaries are solved by this arrest.\r\n\r\nDell City applies for a low interest federal loan to expand their phone system to Timberon.\r\n\r\nHarry West reports that the Timberon Mountaineer is in debt by about $271 and that CB listings are available for $1 each to help pay the deficit. The Property Owners Association assures Harry that he would not have to pay these expenses personally.\r\n\r\nThe Developer says that the trailer along the airstrip would be moved to an RV area soon.\r\n\r\nTimberon Log dated January 7, 1978...\r\n\r\nVandalism and lack of interest among the younger set has caused the game room to be closed. A recommendation was made that the pinball machine and pool table be returned to their owners and the room be used for storage.\r\n\r\nSecurity Officer Bill \'Smitty\' Smith reports that a few minor break-ins are occurring, but articles of value have not been taken.\r\n\r\nThe Developer, Johnny Mobley, expects an influx of sales personnel this spring and requests additional services from the restaurant.\r\n\r\nThe Developer reports that Representative Mershon is working on the road situation. The effort will now be concentrated on getting right-of-way for a road from Sunspot, upon the ridge and into Timberon from the North.\r\n\r\nHarry West says contributions to the Timberon Mountaineer have picked up and he believes the publication will now be viable, however more articles are needed for publication from members.\r\n\r\nIt is agreed that an under-cover man may be employed periodically, if requested by the Security Officer and Registered Agent.\r\n\r\nTimberon Log dated March 4, 1978...\r\n\r\nA letter is sent to the State Highway Commission stating that the Property Owners would relieve them of liabilities for any injuries during the time that they would be repairing and improving the road over to 506.\r\n\r\nThe Fire Department buys a resuscitator with revenue sharing funds allotted by the County.\r\n\r\nHarry West expresses his delight at the progress being done on the Pro Shop in the last couple of months.\r\n\r\nThe Security Officer reports flagrant violations by game poachers in Timberon. One violator has been arrested, but several more were accessories to the fact.\r\n\r\nAn Environmental and Wildlife Protection Committee was established in Timberon. Committee members were Ed Jennings, Bill Smith, Bobby Williamson, George Cliff and Lew Lund.\r\n\r\nTimberon Log dated October 28, 1978...\r\n\r\nSteve Hollabaugh is hired as maintenance man after Lee Jennings resigns.\r\n\r\nA lawsuit is filed against the Army to allow a road from 506 to be cut due North into Timberon.\r\n\r\nDell City Telephone Cooperative receives a low interest federal loan to bring service into Timberon.\r\n\r\nProperty Owners get free use of the slopes at Ski Cloudcroft.\r\n\r\nIn T-8 fifty-one percent of the Property Owners vote to reduce the square footage from 1,000 to 850 for home size.\r\n\r\nTimberon Log dated March 17, 1979...\r\n\r\nThe Developer deeds the Lodge to the Property Owners.\r\n\r\nHarry West reports that the Spring edition of the Timberon Mountaineer is about ready for publication, but mailing funds are running low.\r\n\r\nThe Developer states that the Land Office would soon receive their new computer and that the old one would be donated to the Property Owners. However, in the end it is donated to the El Paso Public School System instead.\r\n\r\nThere are two minor break-ins of cabins and the vandalism of the school bus reported by Security.\r\n\r\nTimberon Log dated June 23, 1979...\r\n\r\nA barrier of cross-ties are place between the propane tanks and parking lot after the propane truck\'s brakes fail, it rolls down the slope and knocks the tanks off their mountings. There was no explosion.\r\n\r\nThe fishing limit is set at 6 per day per family, as suggested by Roy Sellers, and all fish caught must be kept.\r\n\r\nThe Property Owners Association agrees to furnish the prize of golf woods at the Firecracker Open tournament on the 4th of July.\r\n\r\nThe Summer edition of the Timberon Mountaineer is about ready for publication, but is currently about $158 in debt. The Developer agreed to pay the postage and the Property Owners Association will pay the $158 needed to complete the printing.\r\n\r\nTimberon Log dated September 15, 1979...\r\n\r\nThe Property Owners Association buys a TRS-80 computer from Radio Shack after attending an impressive demonstration of the machine.\r\n\r\nIt is reported that Lou Fetters will be coming soon to present a plan from Tri-State Associated Grocers for delivery of supplies to the General Store and Lodge Restaurant.\r\n\r\nO\'Neal James presents a proposal for trash removal service in Timberon.\r\n\r\nHunting in Timberon is again limited only to members of the Property Owners Association.\r\n\r\nA barbecue pit is built behind the Lodge.\r\n\r\nTimberon Log dated October 27, 1979...\r\n\r\nThe Lodge restaurant has been remodeled and is operating in the black.\r\n\r\nThere is new pavement placed around the Lodge.\r\n\r\nTrash is no longer being dumped at the Lodge and there is a trash pick-up service available if you wish to subscribe.\r\n\r\nThe need for building a fire station and getting a school in Timberon is discussed.\r\n\r\nAppreciation is expressed for the County getting the roads into Timberon in such good shape.\r\n\r\nTimberon Log dated January 26, 1980...\r\n\r\nMost Association Members are sending donations to the fire department along with their dues and the Property Owners Association donates $1,000 to the Fire Department Building Fund.\r\n\r\nThe Developer proposes to donate three additional acres of land to the Timberon Chapel, one acre for expansion / parking and two acres for a cemetery.\r\n\r\nPastor Frank Wheeler proposes that the Property Owners Association accept the cemetery acres and administer the operation of it. The Association agrees to do this dependent upon findings concerning State and Federal regulations.\r\n\r\nTimberon Log dated May 31, 1980...\r\n\r\nHarry West requests aid in publishing the next edition of the Timberon Mountaineer. The Developer agrees to pay for half of the cost while the Property Owners Association agrees to pay the remaining half. Harry states that he is going to ask for subscriptions for future editions.\r\n\r\nDell City Telephone is committed to having telephone service installed by January 1, 1981.\r\n\r\nSecurity reports that a gang of robbers are operating in the area, but have not as yet shown up in Timberon.\r\n\r\nTimberon Log dated October 25, 1980...\r\n\r\nRoy Sellers, the President of the Property Owners Association, submits the following letter: After leaving the meeting Saturday, I saw several Bow Hunters driving trucks around the Golf Course area. Sunday morning, I saw the same thing again. I asked if we had a designated area for hunting and was told yes, but the hunters didn\'t seem to pay any attention to regulations.\r\n\r\nWith the National Forest and all the other open hunting areas, do we have to get someone seriously injured or killed to stop hunting in Timberon?\r\n\r\nI believe that 90% of all members would rather watch the game we have than to hunt them, and I know 99% of the people who live here are afraid to get outside of their homes during hunting season. I would appreciate it if this matter would be considered by the Association soon.\r\n\r\nA Crime Stoppers program is started in conjunction with Otero County.\r\n\r\nA school building is brought in, with class to begin next year.\r\n\r\nTimberon Log dated January 17, 1981...\r\n\r\nIt is decided that the restaurant should have a professional manager, to be paid $800 a month. Donnie Smith is hired.\r\n\r\nRoy Sellers brings up the fact that the employees are, in general, underpaid. Some of the employees salaries are raised.\r\n\r\nOne of the furnaces blows up in the Lodge. It is decided to replace both furnaces with the pilot-less type.\r\n\r\nThe Property Owners donated a tractor to the Fire Department.\r\n\r\nIt is decided that the Property Owners Association lend money to the Fire Department to go towards building the station.\r\n\r\nTimberon Log dated April 18, 1981...\r\n\r\nHarry West invites Herb Little of Lubbock to give a presentation of solar heating for the pool. It is decided to purchase solar collectors to heat the pool for $5,886. Tom Cook will install the pad for the collectors at a cost of $1,397. The Fire Station will be able to use the collectors for heating during the pool\'s off months, but must connect to it at their own expense.\r\n\r\nTom Cook is hired to put a new floor in the patio area of the Lodge.\r\n\r\nSecurity Officer Bill Smith reports that there have been only a few minor break-ins. It seems that they are very carefully breaking in, taking a little food while stealing nothing else, and not vandalizing anything.\r\n\r\nThere are now 205 permanent buildings in Timberon, 195 of these homes.\r\n\r\nWe are looking for a pool attendant, someone from outside Timberon. All the attendants we have had in the past have been local and all the kids know them, and take advantage of them. Mary Seidl is asked but refuses to take the job.\r\n\r\nThe Developer, Johnny Mobley, puts 500 fish into the stream.\r\n\r\nThe Property Owners Association pays for the mailing of the Timberon Mountaineer newspaper in order to get the Fourth of July activity information out to property owners.\r\n\r\nHarry West, Bill Berkebile and Ken Baird become the first board members of what will later be known as the Timberon Protective Association. Their only duties at this time is to enforce the property restrictions in the Commercial Area.\r\n\r\nThe Property Owners Association pledges 5% of the year\'s membership dues to help buy equipment for the Fire Department.\r\n\r\nTimberon Log dated June 20, 1981...\r\n\r\nMoney is saved by hiring Steve Hollabaugh on a hourly basis instead of having a full-time maintenance man for the Lodge.\r\n\r\nAll outdoor equipment for the Fourth of July activities have been bought and are on site. The horseshoe pits are to be constructed next week by Ed Granjennet.\r\n\r\nThe Fire Department is upgraded to a class 9 by the Insurance Services of New Mexico. We can expect lower insurance rates as a result of this.\r\n\r\nGasoline has not been available at the store for about 2 months now. The Association is asked operate their own service station, they refuse but will consider some action if the problem is not solved soon.\r\n\r\nTimberon Log dated August 22, 1981...\r\n\r\nThere was one bad break-in reported at Dr. Woodall\'s in Sacramento Estates. Some expensive electronic equipment was taken and the Sheriff\'s Department is notified.\r\n\r\nBill Davis is hired to assist Bill Smith in Security and Architectural Control functions.\r\n\r\nTimberon has grown from approximately 25 homes in 1972 to 225 homes today.\r\n\r\nTimberon Log dated October 31, 1981...\r\n\r\nThe Property Owners Association pledges another 5% of the annual membership dues to help out the Fire Department.\r\n\r\nThere was quite a bit of discussion on the need for a good General Manager in Timberon.\r\n\r\nErnie and Peggy Whomans are hired to manage the swimming pool.\r\n\r\nThe Timberon Property Owners Association has 3519 regular members, 152 RV Area members, and 83 Time Share members.\r\n\r\nTimberon Log dated January 30, 1982...\r\n\r\nBill Davis is hired on a full-time basis as part-time security guard and maintenance man for $650 a month and fringe benefits.\r\n\r\nThe swimming pool operators are allowed to sell sandwiches and soft drinks, keeping any profits they might realize.\r\n\r\nParker Hinesley was hired to put the solar collector for the swimming pool into operation for $468.\r\n\r\nThere is discussion on the need of a general manager for the property. Harry West, having just finished being a Board Director, is hired.\r\n\r\nBill Berkebile expresses a desire to a basketball court constructed.\r\n\r\nTimberon Log dated May 29, 1982...\r\n\r\nA special meeting is requested by a Committee of Property Owners (Mary Seidl, Curtis Reece, Keith Meyers, and Joe Fetters) to discuss the hiring of Harry West as Business Manager. The Committee carried with them proxies representing 1,759 votes to back their views.\r\n\r\nA motion is made by Committee member, Mary Seidl, that the manager position be abolished and anyone presently occupying it be terminated. The Board of Directors is then ordered to appoint a committee to outline the duties and properly go through the steps of hiring a manager.\r\n\r\nJordan Shaaf states that due to the dissatisfaction of all the Property Owners, the Board of Directors had better get the message and be sensitive to the feelings of the committee and those they represent.\r\n\r\nBoard President, Bill Berkebile, suggests that the motion be changed to a suggestion and the Board will review it. The committee responds that if it is asked to withdraw the motion, an election for a new Board of Directors would be called.\r\n\r\nKeith Meyers states that the Committee began as a small group, but was growing because Property Owners were not pleased with the way the Manager\'s job was created, the way in which the Manager was hired, and the cost of his salary.\r\n\r\nHarry West tells about all he has done since taking the job of Manager.\r\n\r\nThe outcome of the meeting is that no vote would be taken that day, but the motion/suggestion would be reviewed and changes made to the Association\'s bylaws in the near future.\r\n\r\nTimberon Log dated June 5, 1982...\r\n\r\nDeveloper Johnny Mobley states that it is his intention to bring all Timberon roads up to County specifications, though not all roads would be finished at the same time. He stated that eventually the maintenance would be the responsibility of the County.\r\n\r\nJohnny Mobley asks if the Property Owners will assume responsibility for the runway, once it is resurfaced. Board President Bill Berkebile asks him to write a letter stating his intentions.\r\n\r\nTimberon Log dated August 14, 1982...\r\n\r\nManager Harry West states that the remodeling of the Association\'s offices, Lodge bathrooms and public restrooms is nearly completed.\r\n\r\nThe upgrading of the roads to meet County specifications will begin next Spring, according to the Developer. Bill Berkebile states that if the County does not take the roads over as promised, the cost of the Association maintaining them would be $75,000 a year.\r\n\r\nThe validity of the agreement between the Developer and Property Owners for the take-over of the water system upon completion is questioned. The Board discusses entering into a new agreement with the Developer on the water system.\r\n\r\nThe Developer, Johnny Mobley sends a letter to the Board requesting they take over operations of the airstrip. A decision on the airstrip is tabled until a future date.\r\n\r\nJohnny Mobley resigns from the Board, citing a conflict of interest between being the Developer and a Board Director.\r\n\r\nTimberon Log dated October 30, 1982...\r\n\r\nThere are two break-ins reported on property, as well as the theft at the Lodge of $500 and the fire at the Hinesley home.\r\n\r\nBill Davis is elected Fire Chief. He states that there have been two structural fires and one brush fire this year.\r\n\r\nThe Developer, Johnny Mobley forms a water corporation and applies for a certificate of Public Convenience and necessity, a certificate that is required before he can charge for the use of the water.\r\n\r\nA cleanup campaign is underway at the fishing lakes; clearing them of cattails, brush and debris.\r\n\r\nThe Architectural Committee is formed with Tom Cook as Chairman.\r\n\r\nRestaurant costs and expenses are discussed and it is decided that shorter hours and less employees will cut expenses.\r\n\r\nTimberon Log dated November 27, 1982...\r\n\r\nThe Property Owners file a Petition of Intervention for the hearing on Timberon Water Company\'s application to charge for water. The Property Owners state that they have no problem with a charge for the water, the problem is that an agreement had not yet been reached on the Developer turning over the system upon completion.\r\na statement is made that the estimated completion date for the road and water system is the year 2005.\r\n\r\nTimberon Log dated January 29, 1983...\r\n\r\nAn agreement is reached between the Developer and the Property Owners on the take-over of the water system in the future. Signing of the agreement is delayed until the springs and surrounding area can be surveyed.\r\n\r\nThe Developer presents an agreement concerning the Property Owners take-over of the air-strip, golf course, tennis courts and pro shop upon completion of each facility. Finalization of the agreement is set for the next meeting.\r\n\r\nTimberon Log dated May 28, 1983...\r\n\r\nFive break-ins are reported for the month. Bill Cobb requests a letter be sent to the County for the on-site presence of a Deputy on Fridays through Sundays.\r\n\r\nChris Murtishaw suggests that the pool stay open seven days a week, this will be done contingent upon help to watch it. Chris also voices a concern about unattended children on the Lodge grounds. This problem will most likely be remedied by publicizing it through the two local newspapers.\r\n\r\nTom Cook makes a motion to dismiss the General Manager, Harry West. The motion receives no second and dies on the floor.\r\n\r\nHarry West offers his resignation to the Board. Tom Cook moves to accept, it is seconded by Frank Wheeler and passes unanimously. Harry will continue on through June 30th.\r\n\r\nTimberon Log dated August 6, 1983...\r\n\r\nThere is a problem with the newspapers in reporting factual events concerning the Association. Bill Cobb states that an editor of a newspaper has a responsibility of truth.\r\n\r\nNo further progress has been made concerning the agreement concerning the eventual take-over of the Water Company by the Property Owners.\r\n\r\nTimberon Log dated September 24, 1983...\r\n\r\nBill Cobb reads a letter from the Sheriff\'s Department that stated the inability to provide Timberon with an on site Deputy.\r\n\r\nThe Associations computer TS-80 computer is presently in Albuquerque being repaired and an addition of a hard drive is estimated to cost $1,100.\r\n\r\nAdelina Ayers is employed to work as cook in the Lodge restaurant. Her husband Dave is currently employed part-time in Architectural Control.\r\n\r\nThe Timberon Protective Association is formed. The State charter was received last week.\r\n\r\nBill Davis states that the Timberon Lions Club is currently working on the street signs on property.\r\n\r\nJoe Leary was chosen as the new General Manager at a salary of $20,000 a year.\r\n\r\nTimberon Log dated February 4, 1984...\r\n\r\nJoe Leary is introduced as the Property Owners Association\'s new General Manager\r\n\r\nThe Associations application for a bulk mailing permit is denied. It is decided that it was too much trouble anyway and that since the mail would have to be delivered to the Pinon Post Office by hand it would hurt the Timberon Community Post Office.\r\n\r\nThe Developer, Johnny Mobley, explains to the Property Owners that he would be operating the same as in the past, but would be pushing Time-Shares around the golf course where he envisions a 20 unit time share complex in the near future.\r\n\r\nThe Developer tells the Property Owners that repairs to the runway will begin shortly. They will roll up the existing surface, kill the soil this time so that grass will not penetrate the surface, and put down a tar and chip top that should last at least 5 years before any major problems occur. When this is done he wants to turn over the airstrip to the Property Owners.\r\n\r\nIt is announced that the second nine on the golf course is under construction now and should be playable by 1986. Executive (short) tee boxes are being built on the existing front nine holes.\r\n\r\nIt is brought out that communication between the Association and its members has been greatly improved due to the community\'s two newspapers.\r\n\r\nSuggestions are made as to tactics such as school bus routes, fire station, etc... that may prove helpful in getting the County to work on the roads now under their maintenance.\r\n\r\nTom Cook suggests that the existing leaky patio roof be torn out and the patio area be extended to be 40 x 100 feet. With the replacement of the bathrooms thi would probably cost in the neighborhood of $200,000. Bandaiding the existing patio would cost about $35,000. It is decided to wait until the existing roof begins to leak so badly that the only option is to replace it, and decide which route to go at that time.\r\n\r\nIt is announced that the street signs have been ordered and that the Lions Club will install them upon arrival.\r\n\r\nIt is decided that as a token of appreciation for the many hours and expertise contributed by Bill Berkebile, a first class set of luggage is to be purchased and delivered to him and his wife.\r\n\r\nRoger Anderson, contracted to do computer work for the Association, expressed concern about the power surges and brown-outs here on the mountain. He suggested that a battery backup ($1,000) or a shut down system ($150) be purchased. He was authorized to purchase a shut down system.\r\n\r\nBill Cobb suggests the construction of a community building to supplement the patio area during group gatherings. It should be about a 120 x 60 foot building with restrooms, a future kitchen area, and storage. The cost of a bare-bones version of such a structure should be around $100,000. The best spot for such a building would be where the present playground is, the playground can be moved to around the pool area.\r\n\r\nTimberon Log dated May 5, 1984...\r\n\r\nThe availability of Dining is discussed. There is currently the Blue Barn, Lounge at the Pro Shop, Country Kitchen, and the Lodge Restaurant - but none stay open past 7pm.\r\n\r\nThe Lions announce that their street signs project is scheduled to begin in the near future.\r\n\r\nA computer backup \"Minute Man\" has been purchased to protect from brownouts and blackouts.\r\n\r\nThere is a \"name the band\" contest for the local community band. Billy Reece wins the contest with the name \"Timbertunes.\"\r\n\r\nThe Carlsbad Association of Retarded Citizens requests forgiveness of over $3,000 in membership dues liens on property donated to them. The request is denied.\r\n\r\nA resolution by Tom Cook is adopted barring all dogs from the Timberon Lodge.\r\n\r\nThere is an ongoing problem of people\'s pets being shot and mutilated.\r\n\r\nA race car rally is held on some of the more remote Timberon roads and there is discussion on whether or not this can be prevented from happening again in the future.\r\n\r\nTimberon Log dated June 2, 1984...\r\n\r\nThere are some problems with Circle Cross cattle residing on the golf course. The other area ranchers cooperate fully when this sort of problem arises, however, Circle Cross is less than cooperative.\r\n\r\nShannon Belmont is the reigning \"Miss Timberon\" for 1984.\r\n\r\nThere appears to be damage to the trees in the area. Forester Randy Baker said he believes the damage was caused by heavy hail, after which bacterial pests invaded the trees.\r\n\r\nSam and Pat Davis are hire on at the Lodge as full-time cook and waitress.\r\n\r\nA discussion is held concerning the possibility of Otero County taking over the airstrip. It is felt that once the resurfacing is completed, no major repairs will be needed for another 10 - 15 years.\r\n\r\nBill Cobb states that by having our own security force, we are paying twice for law enforcement which should come from the County Sheriff.\r\n\r\nTimberon Log dated August 4, 1984...\r\n\r\nThe memory banks of the present computer are filled and no other information can be absorbed. It is decided to purchase an IBM-XT at a cost of around $10,000. The present machine will be used as a word processor and the oldest machine will be donated to the school.\r\n\r\nT.P. Hanson, reporting for the Ad-Hoc committee concerning the feasibility of the Lodge Annex, suggests that the annex be made an extension of the present lodge. The building will encompass 7200 square feet, housing the restaurant and restrooms. Initially, it will cost a little over $100,000.\r\n\r\nTimberon Log dated September 15, 1984...\r\n\r\nA letter is sent to the Otero County Commissioners expressing appreciation for the recent road improvements inside the property and a request is made for the installation of stop signs.\r\n\r\nA decision is made to go ahead and accept the airstrip from the Developer next year.\r\n\r\nBill Berkebile presents his brief background of Timberon, entitled \"A Bit of History,\" to the Property Owners.\r\n\r\nBill Cobb states that approximately $227,000 in taxes is paid yearly by Timberon Property Owners and it should not be unreasonable to expect the services of the Sheriff\'s Department.\r\n\r\nTimberon Log dated October 27, 1984...\r\n\r\nSo far this year there have been 74 building requests approved, 65 of which were for new homes. There are presently 99 permanent families and 208 seasonal homes in Timberon.\r\n\r\nChris Murtishaw, after 8 months of trying, succeeds in getting a two month training course in Timberon.\r\n\r\nA used rescue vehicle and new fire truck are purchased.\r\n\r\nIt is announced that the new fire sub-station will be operational next year.\r\n\r\nAn initial proposal from architect Charles Nolan of Alamogordo reveals a completed figure for the new Lodge Annex of $275,000. The purpose of this building is for meetings, dances, recreation and all needs of the Property Owners.\r\n\r\nBill Cobb states that evidence exists that the Developer will attempt to sidestep his resolution in turning over the Water Department to the Property Owners and an adversary position is apparent. Communications between the two parties attorneys has broken down. It is suggested that a letter be sent to the Public Utilities Commission expressing the Property Owners concern and that an injunction be sought to block development of T-17 (the area adjacent to the springs) until a resolution is reached.\r\n\r\nThe Property Owners impose a number of provisions on their acceptance of the Airstrip that the Developer\'s Project Manager doubts will be accepted, but agrees to pass on...\r\n\r\nTimberon Log Dated January 12, 1985...\r\n\r\nThe Lodge general manager says the restaurant $13,406 more than it took in in 1984.\r\n\r\nA letter is sent to Otero County Electric Coop. Requesting explanations for the frequent power outages and subsequent surges. A meeting is set up where the Cooperative fields questions from about 72 Timberon residents.\r\n\r\nThe organizers of the last Christmas party are commended for their good job by the Board. They include Wanna Bell Ross, Sue Haisley, Gertie Grabner, Frances Stout, Joe & Maggie Roseborrough, Marilyn Leary, and Danelle Ross.\r\n\r\nThe New Year\'s Eve party is a great success, with music supplied by Mark Clark, Monte McCullom and Wilbur Fry.\r\n\r\nIt is decided to set up an entertainment committee to assist in the activities for the coming year.\r\n\r\nRepresentatives of the Property Owners attend a meeting in Alamogordo concerning hunting laws in the State. They present the concerns of the Timberon residents to the attending members of the Game & Fish Department.\r\n\r\nT.P. Hanson advises the Property Owners that the turnkey cost of the new Lodge Annex, at this point, appear to be around $280,000.\r\n\r\nJordan Schaaf recommends the Property Owners borrow the money to pay off the Lodge Annex over a 10-20 year period, instead of paying cash out of the general fund. Tom Cook expresses his opposition to long-term indebtedness. A committee is appointed to study the best route.\r\n\r\nA contract agreement for the Property Owners to take over the airstrip from the Developer is presented. Johnny Mobley, the developer, advises the Property Owners that the FAA will reseal the airstrip every 3 years, provided it will be available to outside traffic. Tom Cook says that he is not in favor of accepting the airstrip, an expenditure of this amount (insurance, etc...) for the use of 10-12 people is not justified when there is no expectation of any financial return. Chris Murtishaw states that none of our facilities are producing a profit. T.P. Hanson injects that the airstrip benefits property values and will be needed in the future. The Board decides to accept it, but not unanimously.\r\n\r\nJordan Schaaf recommends that the Board follow \"Robert\'s Rules of Order.\" Chris Murtishaw says that the Board needs to follow some sort of rules. Tom Cook states that \"Robert\'s Rules of Order\" are too restrictive and we need to operate in a more relaxed atmosphere. No decision is made on the suggestion.\r\n\r\nIn an effort to secure a closer relationship with the County as to road repairs, thought is given to someone from Timberon running for the County Commission.\r\n\r\nTimberon Log Dated February 12, 1985...\r\n\r\nFrank Wheeler suggests putting trash containers along the street in the downtown area, the developer will provide the cans. Tom Cook reminds everyone, that according to the Covenants in that section, the cans must be hidden or buried and that defeats the purpose. The matter is tabled.\r\n\r\nDiscussion proceeds on the Property Owners accepting the Water Company from the Developer, although there is a problem on how large an area should be reserved as a buffer zone around the springs.\r\n\r\nTimberon Log Dated March 16, 1985...\r\n\r\nThe Lodge restaurant has lost $4,300 so far this year. Jordan Schaaf suggest a slight raise in prices because restaurant expenses are \"eating our lunch.\" Tom Cook suggests a different approach to increase volume by lowering food and liquor prices. It is decided after a long discussion to leave prices the way they are. Tom Cook advises the Board that after the summer season the restaurant will probably be closed, because we can\'t afford to spend the Property Owner\'s money to supplement the place.\r\n\r\nThe airstrip deed and map are received by the Property Owners, but a triangular section in the property has been omitted by the developer. Tom Cook says that he has spoken to Johnny Mobley about this and was told that an aircraft service area was planned to go in there in the future.\r\n\r\nThe Property Owners contact the New Mexico Transportation Department and are advised that they do not qualify for aid in airstrip maintenance.\r\n\r\nThe New Mexico Public Service Commission sends a letter concerning their investigation concerning the power outages in Timberon. They advise people who can substantiate losses due to power outages to submit claims to Otero Electric for possible insurance payments.\r\n\r\nThere is a disagreement on where the Bar & Lounge should be located when the new annex is constructed. Jordan Schaaf recommends moving the bar upstairs along with the restaurant, while T.P. Hanson is in favor of leaving the bar downstairs to insure the original concept of separation of dining and drinking areas. The decision is made to move the bar upstairs, but it is not unanimous.\r\n\r\nThree rough sketches of floor plans for the Lodge Annex are presented by Architect Charles Nolan and one by Ron Maksyn. The Property Owners go with Ron Maksyn\'s plan after a few adjustments.\r\n\r\nTimberon Log Dated April 27, 1985...\r\n\r\nPool repairs are continuing. New concrete has been poured and a privacy fence is being installed around the lower section of the pool.\r\n\r\nArchitect Charles Nolan tells the Property Owners that the blueprints for the annex should be completed in about two weeks, then it will be put out for bid.\r\n\r\nWanna Bell Ross, Sue Haisley and Marilyn Leary are asked by the Board to give their suggestions for decorating the new restaurant. Tom Cook suggests that no theme should be considered, but keep the restaurant richly elegant.\r\n\r\nCharles Nolan agrees to furnish an artist\'s conception of the Lodge Annex for public viewing.\r\n\r\nThe General Manager advises the Board that he has discussed the rumored new road from Sunspot to Scott Able Canyon with agents of the U.S. Forest Service and they said that such a road is included in future plans, but the completion date won\'t be until 1993.\r\n\r\nTimberon Log Dated July 6, 1985...\r\n\r\nThe Board attorney strongly advises against publishing the names of members that are delinquent in their dues payments.\r\n\r\nThe bids for the new Lodge Annex are scheduled to be opened on July 9th.\r\n\r\nMarilyn Leary, Elise Schaaf, Sue Haisley, Yvonne Fetters and Wanna Bell Ross are appointed as the design committee for the Lodge Annex.\r\n\r\nTimberon Log Dated August 24, 1985...\r\n\r\nT.P. Hanson advises the Property Owners that construct began on the Lodge Annex August 12th.\r\n\r\nThe Board has been busy trying to cut the cost of the Annex in any feasible way.\r\n\r\nWillie Fenske advised the Board that a suit was being prepared against the Timberon Protective Association concerning mobile homes in the area.\r\n\r\nLou Fetters suggests that due to recent thefts in the Lodge and the improper use of the lobby as sleeping facilities, the Lodge should be locked at night. It is so ordered by the Board.\r\n\r\nThe first Annual Fireman of the Year award was given to Wanna Bell Ross.\r\n\r\nTimberon Log Dated November 9, 1985...\r\n\r\nReceipts for the retirement dinner for Bill \"Smitty\" Smith total $286.83, not including the photograph taken at the dinner.\r\n\r\nTom Cook is commissioned to build the tables for the Lodge Annex dining room.\r\n\r\nAt this point the overall cost for the Lodge Annex is set at $301,947.\r\n\r\nSue Quick submits the proposed budget for the Timberon Protective Association at $70,210. The legal fund is raised to $10,000.\r\n\r\nJesse Duckett suggests that the old restaurant area downstairs be used as a community library. The Board is leaning towards making it a nursery and does not give the library serious consideration at that time.\r\n\r\nThe General Manager attends a meeting in Cloudcroft which concerns the Forest Service\'s plans to build a logging road from the Sunspot area to Scott Able Canyon. It would originally be a 14 foot wide dirt road. Long range plans include widening it to a two lane blacktop road with the possibility of continuing it on into Timberon and eventually Pinon.\r\n\r\nTimberon Log Dated January 18, 1986...\r\n\r\nTo ward off a lawsuit, the requested changes are made and approved in the covenants of T-10.\r\n\r\nJesse Duckett again presents a plan to use part or all of the basement area as a library. The Board instructs him to obtain more detailed information on establishing a library and asks the General Manager to check on any adverse insurance problems which may accompany the establishment of a nursery in the basement.\r\n\r\nTimberon Log Dated February 8, 1986...\r\n\r\nA room upstairs in the Lodge, formerly known as the Lion\'s Room, is made available for use as a library.\r\n\r\nJohnny Mobley, the developer, discontinues maintenance of the roads in Timberon.\r\n\r\nThe Lodge Annex is scheduled to be finished by the end of March, with the Grand Opening to be the Saturday of Memorial Day Weekend.\r\n\r\nLitigation continues over the Covenants in T-10, with the Timberon Protective Association pushing for a quick court decision.\r\n\r\nThe County takes the position that Timberon\'s population density does not qualify our roads for their attention. It is the Property Owner\'s responsibility to maintain them. Johnny Mobley gives the Property Owners a road grader for free.\r\n\r\nTimberon Log Dated May 30, 1986...\r\n\r\nBill Cobb threatens to sue the Board if they do not give in to his demands for lower membership payments on his multiple lots in Timberon and other demands, some realistic and some not so. The Board begins to make plans for a compromise on the issues in question.\r\n\r\nThe County resumes grading in Timberon as a result of the efforts of the Timberon Road Committee.\r\n\r\nThe military refuses to grant the right-of-way necessary for an all-weather road south to 506.\r\n\r\nTimberon Log Dated July 19, 1986...\r\n\r\nThe Developer presents a proposal that the Property Owners assume ownership and operation of the Water Company and the Golf Course. The details will be worked out through the attorneys.\r\n\r\nThe Property Owners accept the Water Company and Golf Course with a resolution that is to be subject to the approval of both parties attorneys. Part of the agreement involved the Developer\'s offer to bring the back 9 on the golf course into operational condition and external renovation of the Pro Shop building.\r\n\r\nThe Developer turns over the retail liquor license to the Property Owners.\r\n\r\nThe Property Owners are promised the use of the Timberon Logo \"for now and in the future.\"\r\n\r\nTimberon Log Dated January 3, 1987...\r\n\r\nTimberon Protective Association\'s outstanding legal bills over a covenants problem in T-10 have reached $8,273. Attorney Tom Sandenaw has donated $1,000 of his time on the suit.\r\n\r\nT.P. Hanson advises the property owners that the construction of the Lodge Annex is substantially completed. Total cost of construction is $341,527.\r\n\r\nCurtis Reece suggested to the other Board members that bids on all items of consequence should be let, public notice locally should suffice. The Board will solicit the membership\'s opinion and think about it.\r\n\r\nThe Property Owners Association is drawn into the T-10 covenants lawsuit (also known as the Wilcox suit) that was filed against the Protective Association. It is decided that Mr. Wilcox be contacted to seek some avenue of negotiation concerning this matter.\r\n\r\nTimberon Log Dated March 14, 1987...\r\n\r\nThe heating system in the Pro Shop building is switched over to propane. The move is praised as a great improvement.\r\n\r\nNorm Welborn, Chairman of the Water & Resources Committee, questions whether the water system is producing enough water for our growing community. He says the developer must improve the system before the property owners take it over.\r\n\r\nJoe Roseborrough presents plans for a proposed remodeling of the interior of the Pro Shop to accommodate a game room. The Board promises to review the plans.\r\n\r\nThe proposed road out of Timberon down Grapevine Canyon is dealt a death blow by General Infante, national defense needs were cited.\r\n\r\nTimberon Log Dated May 9, 1987...\r\n\r\nThe property owners seem to be losing board member fast, with Lou Fetters resigning and then Curtis Reece.\r\n\r\nWork on the sprinkler systems at the golf course is progressing nicely. Special thanks are offered to Euel Ross, Curtis Reece, Vic Hollrah and T.P. Hanson for their volunteer work. Jesse Duckett is recognized for his volunteer help in the Pro Shop and with golf tournaments.\r\n\r\nTimberon Log Dated June 13, 1987...\r\n\r\nThe developer\'s liquor license is transferred to the property owners.\r\n\r\nThe Otero County Commissioners are invited to hold a meeting in Timberon and they actually accept.\r\n\r\nGuest memberships are established for the golf course at the rate of family memberships, or $75.\r\n\r\nTimberon Log Dated August 15, 1987...\r\n\r\nThe many volunteers that helped with the parachute drops when the Green Berets were in Timberon were thanked. The Green Berets were testing newly designed parachutes.\r\n\r\nThe County Commissioners meet in Timberon and agree to work with us in getting the much-needed traffic control signs up.\r\n\r\nWin Thorp, President of the newly formed Men\'s Golf Association, recommends that the current Golf Pro George Thatcher be replaced with a person / or rehired in the capacity of someone - who can supervise activities and maintain the course on a full time basis. The Golf Association is also taking contributions for paint to use on the Pro Shop building, volunteers will paint it. The Property Owners Association donates $300 for paint.\r\n\r\nIt is announced that the BLM will hold an open meeting here to discuss McGregor Range and how it affects Timberon.\r\n\r\nThe insurance adjuster is here inspecting the F10 fairway mower that burst into flames earlier this month.\r\n\r\nTimberon Log Dated November 14, 1987...\r\n\r\nThe Wilcox lawsuit is appealed to the State Supreme Court. The Court rules in favor of Wilcox on one count, but found no evidence of any fraud on the second count.\r\n\r\nOtero County personnel begin installing stop signs and curve signs in Timberon.\r\n\r\nLou Fetters, Chairman of the Road Committee, proudly announces that a letter has been received from General Infante - the Army recommends approval to pave the back road to Timberon and asks that BLM issue the appropriate easements and right-of-way.\r\n\r\nTimberon Log Dated March 12, 1988...\r\n\r\nJesse Duckett volunteers to give free golf lessons to the young people of Timberon.\r\n\r\nCliff Pert requests that the Board donate land for a basketball court, several people have already pledged material and labor for the project. He is asked to report back at a later meeting.\r\n\r\nA request is made for permission to use the Lodge for some Little Theater productions. It would be necessary to build a stage at an approximate cost of $740, and it could be used for other purposes. Marcy Yeager was asked to report back to the Board on this at a later time.\r\n\r\nThe sprinkler system on the golf course has been completed and a representative of Southwest Toro is here to help with the programming of the computer system.\r\n\r\nIt appears that Lions Club bingo is becoming a regular event at the Lodge.\r\n\r\nTimberon Log Dated April 16, 1988...\r\n\r\nAn area adjacent to the playground is designated for the site of the new basketball court, construction will begin soon.\r\n\r\nThe Club Liquor license is to be moved from the Lodge to the Pro Shop and the Retail Liquor license is moved from the Pro Shop to the Lodge. This should happen by October.\r\n\r\nJoe Leary, the General Manager, resigns.\r\n\r\nTimberon Log Dated June 11, 1988...\r\n\r\nPlans are being made for the Fourth of July weekend - steak fry at the golf course, annual parade, Puttin\' on the Lips, and a dance with the KHEY Band.\r\n\r\nFrank Preston is the new General Manager.\r\n\r\nThe Property Owners Association agrees to pay the additional $250 to complete the Little Theater\'s stage.\r\n\r\nTimberon Log Dated July 9, 1988...\r\n\r\nThe first Christmas in July, arts and crafts fair, is held.\r\n\r\nMitch Johnson donates a lot to the Property Owners Association on the condition that it be raffled and the proceeds used on the golf course.\r\n\r\nFirst Nation Bank of Alamogordo is in the process of foreclosing on the Water Company.\r\n\r\nLila Oliveri comments on the condition of the airstrip - damage being done to their plane.\r\n\r\nTimberon Log Dated August 13, 1988...\r\n\r\nThe Lions Club builds a new BBQ pit behind the Lodge.\r\n\r\nThe Extension Club donates the materials to build a trophy case for the lobby of the Lodge, the Lions Club / Dave Davis agrees to build it.\r\n\r\nTie downs for six airplanes are installed on the airstrip.\r\n\r\nIt is decided to convert the basement of the Lodge into a recreation room.\r\n\r\nThe Timberon Fire Department receives the Best Community Service Award, the Fire Chief receives the State Award for Fire Chief of the Year, Chris Murtishaw and Steve Hollabaugh both also receive state awards.\r\n\r\nTimberon Log Dated December 10, 1988...\r\n\r\nSquare Dance lessons are offered in the Lodge.\r\n\r\nThe Timberon Protective Association was effectively abolished. Hazzie Quick resigned from the Property Owners Board citing family / personal reasons and there is definite evidence that his wife, Sue, may have been embezzling funds from the organization.\r\n\r\nTimberon Log Dated February 11, 1989...\r\n\r\nA decision is made to contract Triple M Company to maintain the roads in Timberon.\r\n\r\nMax Goodwin, District Ranger in Cloudcroft / Forest Service, spoke regarding the Forest Service\'s 10-year long range plan and asked for any suggestions as to how they could better serve the people of Timberon.\r\n\r\nThe Timberon Protective Association files for dissolution with the Corporation Commision.\r\n\r\nThe first hearing regarding the formation of a Water District in Timberon was held in Alamogordo.\r\n\r\nTimberon Log Dated April 15, 1989...\r\n\r\nTimberon is a top contender for the location of a Forest Service warehouse. The developer has offered to donate some property on which to place the warehouse, should Timberon be selected.\r\n\r\nThe Forest Service proposes putting a 60\' radio tower here, if it is agreeable with us. It is decided that they can put it up by the ninth green of the golf course.\r\n\r\nAlamogordo School District begins making noises about closing the Timberon School. A letter is sent to them in defense of the school being here.\r\n\r\nTimberon Log Dated May 20, 1989...\r\n\r\nThe property owners file a class action suit against Developer Johnny Mobley, hoping to recover some funds or assets to cover the many promises made that had not been fulfilled.\r\n\r\nThe Alamogordo School Board votes four to one in favor of keeping the Timberon School open another year.\r\n\r\nIt is reported that for her embezzlement, Sue Quick was given a 9-year suspended sentence. She was instructed to repay the Property Owners Association, starting with a $5,000 payment.\r\n\r\nTimberon Log Dated July 8, 1989...\r\n\r\nOn lawsuits: the Wilcox Case is still in court, Sue Quick paid $400 back, the class action against the developer is still in litigation.\r\n\r\nThe property owners are informed that everyone should plan to attend the County Commissioner\'s meeting when a reserve deputy for Timberon is put on the agenda.\r\n\r\nThe possibility of getting a lifeguard for the pool is looked into.\r\n\r\nTimberon Log Dated September 30, 1989...\r\n\r\nThe Little Theater performs a play called \"The Neglected Husband\'s Sewing Club.\"\r\n\r\nOne of the Timberon parks is dedicated to Mary Glover, there will be a Mary Glover Memorial Dance that evening.\r\n\r\nIt is announced that the Lions Club has completed putting up street signs.\r\n\r\nHugh Ellison speaks on the proposed Water & Sanitation District. The original petition is to include water, roads and sewer. The Property Owners Association supports the Water District petition, but feels it should include solid waste removal, landfill services, recreation and park facilities. The Water District is the nearest thing Timberon is ever going to see to incorporation (town or village status).\r\n\r\nAt present Sue Quick is repaying $225 a week to the property owners. The balance of what she still owes is $45,622.\r\n\r\nThe Extension Club donates a piano to the Lodge.\r\n\r\nThe focus for a better road into Timberon is moved from the south route to the 14 mile Sacramento River Road.\r\n\r\nTimberon Log Dated January 13, 1990...\r\n\r\nCiting the expensive legal costs involved in continuing litigation, the Property Owners offer 1st National Bank of Alamogordo $100,000 for the water company (in bankruptcy with the developer) even though it is still felt that the Property Owners have a strong claim to ownership as a result of past agreements. The offer was refused and no counter-offer was made.\r\n\r\nVoting is held to make way for the formation of the Timberon Water & Sanitation District.\r\n\r\nTitle insurance is obtained for the golf course and the Property Owners are in the process of getting the insurance for the rest of their deeded property. The was seen as a wise move, in light of the developer\'s bankruptcy and the confrontational stance of the 1st National Bank.\r\n\r\nLou Fetters reports that the New Mexico Highway Department has completed a study to get a draft through for the upgrading of the road from Sunspot to Timberon. A copy of the draft is sent to our representatives and Bill #369 starts along its political journey in Santa Fe.\r\n\r\nBruce Rhodes presents an appreciation plaque in honor of Bobby Postlewaite\'s many years of dedicated service to the Association.\r\n\r\nTimberon Log Dated March 16, 1990...\r\n\r\nThe Otero County Sheriff come to Timberon for a town hall meeting to discuss internal security.\r\n\r\n$40,000 is allotted by the State and put into the State Highway Department\'s surplus fund for an engineering survey of the 14 mile Sacramento River Road. This part of a 90%-10% split, in which the County needs to come up with $4,000 for the preliminary assessment and environmental impact study on the road.\r\n\r\nSue Quick is still making payments for her embezzlement, at this point she owes $43,196.\r\n\r\nAn Order for Incorporation of the Timberon Water & Sanitation District is completed by Judge Grissom.\r\n\r\nTimberon Log Dated April 21, 1990...\r\n\r\nA petition is circulated among Property Owners to present to the Otero County Commissioners for a full-time deputy in Timberon.\r\n\r\nThe Lions Club begin soliciting support and donations for covering the BBQ pit area behind the Lodge building with a roof.\r\n\r\nTimberon Log Dated May 12, 1990...\r\n\r\nThe Property Owners are told by the Otero County Commissioners that their budget will not support a deputy for Timberon.\r\n\r\nIt is announced that the Memorial Day golf tournament proceeds of $567, and whatever money comes from the Firecracker Open on the July 4th weekend, will go towards helping pay for the restrooms on hole #6. The restroom building was donated by Dell Telephone.\r\n\r\nThe 1st Annual Watermelon Feast is held at the Mary Glover Memorial Park.\r\n\r\nA letter was received from the EID concerning violations at the old Timberon Dump. The problems were addressed by the Property Owners - who were looking into the future when the Timberon Water & Sanitation District would be operating a full-blow land fill system.\r\n\r\nThe County refuses to consider taking any more roads that are brought up to specs - with the formation of the new Water District, they want to wait and see what happens.\r\n\r\nTimberon Log Dated July 14, 1990...\r\n\r\nLou Fetters and Euel Ross attend a meeting at the New Mexico highway Commission in Alamogordo. The Commission writes a letter of concern asking the State to make the road from Sunspot to Timberon a priority. It is stated that the County puts up their $4,000 of the matching funds to start the Environmental Study of the 14 mile road.\r\n\r\nThe Property Owners are in an on-going process to gain clear title to the landfill (old dump) as Timberon needs it to remain operational.\r\n\r\nThe Property Owners Association moves to turn over their rights and claim to the water system and ownership of the airstrip, fishing lakes, existing 9 holes of the golf course and clubhouse, unfinished second 9 holes of the golf course, swimming pool, lodge complex, and landfill at no charge. The only stipulation was an agreement on perpetual care, maintenance, and use for the benefit of all Property Owners.\r\n\r\nThe T-Mart (a little hardware store located next to where Blue Water Real Estate is today - the Glovers live there now) closes its doors for good.\r\n\r\nConcern is expressed about the deteriorating condition of the airstrip\'s surface - it is suggested that vehicle be kept off it.\r\n\r\nTimberon Log Dated September 18, 1990...\r\n\r\nA buffet is held in the Lodge, with the entertainment being the School Booster\'s \"Puttin\' on the Lips.\"\r\n\r\nA program is started for junior firefighters. They must be 16 years of age to start and 18 years old to become a full-scale firefighter.\r\n\r\nAnn Cobb donates 5.3 acres of land to the fire department for a new substation.\r\n\r\nTimberon Log Dated November 17, 1990...\r\n\r\nThe Property Owners Association is $8,000 over budget for the year in legal fees, and the amount is still rising due to the Wilcox Case (over doublewides in T-10 supposedly in violation of the restrictive covenants).\r\n\r\nLou Fetters reports that the two year study by the New Mexico State Highway Department has been completed and a report received. The report recommends the improvement of the 14 miles (Sacramento River Road) into Timberon and environmental and engineering studies are now under way.\r\n\r\nTimberon Log Dated March 16, 1991...\r\n\r\nFrank Preston retires as General Manager for the Association.\r\n\r\nWinning the court case concerning the covenants in T-10, Wilcox files another lawsuit asking $47,000 in legal fees and court costs be paid by the Property Owners.\r\n\r\nRuby Roberts becomes the new acting manager for the Property Owners Association.\r\n\r\nNumerous break-ins have occurred of late and the Association offers a $500 reward for information leading to the arrest of the culprit.\r\n\r\nThe Pro Shop inventory is sold to Jesse Duckett for $1,535.00 as he is taking over management of the shop.\r\n\r\nTimberon Log Dated May 18, 1991...\r\n\r\nLeon Metz, well-known historical writer, came for Channel 7 in El Paso as a guest of the Property Owners. He and his photographer toured the Lodge and other historical areas in and around Timberon. His presentation will air on Sunday the 19th.\r\n\r\nA caravan of officials, some 27 of them from federal, state, county and forest service came to Timberon to ponder the 14 mile road criteria.\r\n\r\nDick Moore reports that all Property Owners Association property has now been officially transferred to the new Water District. He also says that all of the Association\'s outstanding debts have been paid off.\r\n\r\nTimberon Log Dated August 17, 1991...\r\n\r\nA resolution is formally passed to dissolve the Timberon Property Owners Association. T.P. Hanson commended the Board for their hard work and stated that we had the most beautiful place in the whole world, and that he hoped the negative thinkers and freeloaders would have to pay taxes until their noses bleed. T.P. also stated that \"we have torn up the thing that we had - which was the best thing in the world.\"\r\n\r\nThe Property Owners Association ceases all architectural control activities, as they no longer have the manpower or funding.\r\n\r\nTimberon Log Dated November 16, 1991...\r\n\r\nOn the advice of their attorney, the Property Owners Association will be dissolved through the courts instead of the Corporation Commission.\r\n\r\nVic Hollrah mentions to the Property Owners what great condition and good business the golf course has experienced this year.\r\n\r\nDue to the dissolution, the liquor license needs to be sold. The Board feels that the license is an asset which needs to be preserved for the pleasure of the Property Owners. The bids will be looked at very closely in hopes of selecting someone who will provide a good and reliable service for the Property Owners - and will keep the license on the mountain.\r\n\r\nCharlie Bain suggests that the time has arrived for some sort of \"business association\" to be formed to carry on the social activities that TPOA had been sponsoring.\r\n\r\nTimberon Log Dated February 24, 1992...\r\n\r\nDick Moore and High Ellison resign from the Property Owners Board of Directors over issues concerning the proposed handling of the Wilcox case during the final stages.\r\n\r\nThe Timberon Community Action Group (TCAG) begins formation - to take up some of the slack created by the Property Owners Association dissolving.\r\n\r\nA group of Timberon Property Owners, calling themselves Discover Timberon, propose to operate a bar and package store at the Golf Course Lounge. They purchase the license for $8,500.\r\n\r\nAn agreement was reached in the T-10 Case, the Association pays Wilcox $25,127.50 and the 17 homes disputed in the suit will not have to be moved out. This move also settles all legal action pending against the Association.\r\n\r\nTimberon Log Dated March 26, 1992...\r\n\r\nThe Property Owners Association disposes of all remaining assets to the new Water District.\r\n\r\nThe Timberon Property Owners Association is legally dissolved by the courts in Alamogordo.\r\n\r\nThis should be the end of the story, but it\'s not. You see the Court Clerk forgot to submit the proper records to the New Mexico Corporation Commission, or maybe they were lost in the mail. The result is that the Association was never completely dissolved in the eyes of the New Mexico Corporation Commission, even though it was legally dissolved.\r\n\r\nIn 1997, for a short period, the original Association\'s charter was revived - with the officers being Dwayne Beagles, Virgil Beagles, and Bill Curtis. This reincarnation ended when the Corporation Commission was properly informed of the dissolution by the courts in 1992. The End.','Property Owner\'s Association',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','property-owners-association','','','2011-05-08 16:11:28','2011-05-08 22:11:28','',0,'http://www.timberon.info/blog/?p=3563',0,'post','',0,''),(3564,1,'2011-05-08 16:10:45','2011-05-08 22:10:45','','Property Owner\'s Association',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3563-revision','','','2011-05-08 16:10:45','2011-05-08 22:10:45','',3563,'http://www.timberon.info/blog/?p=3564',0,'revision','',0,''),(570,1,'2011-01-30 22:36:06','2011-01-30 22:36:06','','171bee70_small_small',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','171bee70_small_small','','','2011-01-30 22:36:06','2011-01-30 22:36:06','',0,'http://www.timberon.info/blog/wp-content/uploads/171bee70_small_small.gif',0,'attachment','image/gif',0,''),(567,1,'2011-01-30 22:36:04','2011-01-30 22:36:04','','14b436ea',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','14b436ea','','','2011-01-30 22:36:04','2011-01-30 22:36:04','',0,'http://www.timberon.info/blog/wp-content/uploads/14b436ea.gif',0,'attachment','image/gif',0,''),(568,1,'2011-01-30 22:36:05','2011-01-30 22:36:05','','78c27c59',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','78c27c59','','','2011-01-30 22:36:05','2011-01-30 22:36:05','',0,'http://www.timberon.info/blog/wp-content/uploads/78c27c59.gif',0,'attachment','image/gif',0,''),(569,1,'2011-01-30 22:36:06','2011-01-30 22:36:06','','171bee70_small',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','171bee70_small','','','2011-01-30 22:36:06','2011-01-30 22:36:06','',0,'http://www.timberon.info/blog/wp-content/uploads/171bee70_small.gif',0,'attachment','image/gif',0,''),(3606,1,'2011-05-08 16:56:32','2011-05-08 22:56:32','[nggallery id=15]','Off Mountain Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3604-autosave','','','2011-05-08 16:56:32','2011-05-08 22:56:32','',3604,'http://www.timberon.info/blog/?p=3606',0,'revision','',0,''),(3607,1,'2011-04-13 11:43:19','2011-04-13 17:43:19','Back to Photos\r\n[nggallery id=15]','Off Mountain',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','144-revision','','','2011-04-13 11:43:19','2011-04-13 17:43:19','',144,'http://www.timberon.info/blog/?p=3607',0,'revision','',0,''),(1726,1,'2011-03-20 16:02:45','2011-03-20 16:02:45','','TREE7A',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','tree7a','','','2011-03-20 16:02:45','2011-03-20 16:02:45','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/TREE7A.jpg',0,'attachment','image/jpeg',0,''),(2986,1,'2011-01-20 20:28:26','2011-01-20 20:28:26','Back to Photos\r\nPhotos 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[nggallery id=5]','Kathleen Anderson Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','101-revision-10','','','2011-01-20 20:28:26','2011-01-20 20:28:26','',101,'http://www.timberon.info/blog/?p=2986',0,'revision','',0,''),(871,1,'2011-02-17 16:00:30','2011-02-17 16:00:30','← Return to Member\'s Front Page[members-list]','Members List',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','members-list','','','2011-05-05 12:24:24','2011-05-05 18:24:24','',863,'http://www.timberon.info/blog/?page_id=871',0,'page','',0,''),(3582,1,'2011-05-08 16:37:47','2011-05-08 22:37:47','','Plant Articles',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3581-revision','','','2011-05-08 16:37:47','2011-05-08 22:37:47','',3581,'http://www.timberon.info/blog/?p=3582',0,'revision','',0,''),(2074,1,'2011-03-30 13:50:37','2011-03-30 19:50:37','In general, the Southeast Region of New Mexico has the poorest health status in the state as a result of lower income levels and educational achievement, a higher adult smoking rate, and higher rates of chronic disease and chronic deaths. Current health status data by region and county can be found in New Mexico Department of Health’s Indicator-Based Information System (IBIS) at ibis.health@state.nm.us.\r\n\r\nThe New Mexico Department of Health regularly examines New Mexico’s health status to guide policy decisions and improve health programs. “Tracking the health status of New Mexico regions and counties allows us to target prevention programs toward the areas of greatest need,” says Department of Health Cabinet Secretary, Dr. Catherine Torres.\r\n\r\nIn general, Bernalillo County has the best health status in New Mexico of any region partly due to higher regional income levels, educational attainment, and health care coverage. Because all other regions of New Mexico do less well on these demographic factors, the health status of these regions is more adversely affected. The Southeast Region had the highest total death rate in 2009 at 977.3 deaths per 100,000 people, while Bernalillo County had the lowest total regional death rate at 838.9 deaths per 100,000 people.\r\n\r\nOf concern for the future is the highest youth smoking rate of 26.3 percent among high school students in the Northwest Region, which also has the highest regional alcohol-related death rate in New Mexico.\r\n\r\nThe New Mexico Department of Health provides counties and regions with information on their strengths and weaknesses through IBIS, which allows them to focus attention in those areas.\r\n\r\nWhy Indicator-Based? The U.S. Government Accountability Office (GAO) found that comprehensive key indicator systems had the following positive effects:\r\n
      \r\n
    • Enhanced collaboration to address public issues. 
    • \r\n
    •  Provided tools to encourage progress. 
    • \r\n
    •  Informed decision-making and improved research. 
    • \r\n
    •  Increased public knowledge about key issues.
    • \r\n
    \r\nIBIS has 70 indicator reports that are regularly updated. In addition, two reports present key indicators for each county:\r\n\r\nHealth Regions:\r\n
      \r\n
    • Northwest Region: Cibola, McKinley, Sandoval, San Juan, and Valencia counties.
    • \r\n
    • Northeast Region: Colfax, Guadalupe, Los Alamos, Mora, Rio Arriba, Santa Fe, San Miguel, Taos, and Union counties.
    • \r\n
    • Southwest Region: Catron, Dona Ana, Grant, Hidalgo, Lincoln, Luna, Otero, Sierra, Socorro, and Torrance counties.
    • \r\n
    • Southeast Region: Chaves, Curry, De Baca, Eddy, Harding, Lea, Quay, and Roosevelt counties.
    • \r\n
    \r\nBernalillo County is its own health region because of its large population.','The Southeast Region has the Poorest Health Status in New Mexico',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','the-southeast-region-has-the-poorest-health-status-in-new-mexico','','','2011-05-03 16:32:47','2011-05-03 22:32:47','',0,'http://www.timberon.info/blog/?p=2074',0,'post','',0,''),(873,1,'2011-02-17 16:01:58','2011-02-17 16:01:58','[mingleforum]','Community Board',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','discussion-board','','','2011-05-03 15:22:37','2011-05-03 21:22:37','',0,'http://www.timberon.info/blog/?page_id=873',0,'page','',0,''),(3438,1,'2011-05-03 08:55:58','2011-05-03 14:55:58','◊ Members Online NowMembers ListDiscussion Board\r\n\r\nUse the links above to navigate among the different pages of the Member\'s Section. If you need help, the forum below can be used as a message board...\r\n','Member\'s Section',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','863-revision-3','','','2011-05-03 08:55:58','2011-05-03 14:55:58','',863,'http://www.timberon.info/blog/?p=3438',0,'revision','',0,''),(3446,1,'2011-05-07 08:08:14','2011-05-07 14:08:14',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3446','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',0,'http://www.timberon.info/blog/?p=3446',5,'nav_menu_item','',0,''),(3458,1,'1975-05-08 09:15:37','1975-05-08 15:15:37','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[nggallery id=5]','Kathleen Anderson Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','kathleen-anderson-photo-album','','','2011-05-08 09:18:33','2011-05-08 15:18:33','',0,'http://www.timberon.info/blog/?p=3458',0,'post','',0,''),(3459,1,'2011-05-08 09:16:17','2011-05-08 15:16:17','Photos of the early days of Timberon. Kathleen Anderson sold land here in 1974 and 1975.\n\"Timberon will always remain in my heart... one of the best places on the planet... Kathleen Anderson.\"\n[nggallery id=5]','Kathleen Anderson Photo Album',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3458-revision','','','2011-05-08 09:16:17','2011-05-08 15:16:17','',3458,'http://www.timberon.info/blog/?p=3459',0,'revision','',0,''),(3460,1,'2011-05-08 09:13:32','2011-05-08 15:13:32','Below are 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!\r\n[nggallery id=3]','Bill Davis Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3443-revision-3','','','2011-05-08 09:13:32','2011-05-08 15:13:32','',3443,'http://www.timberon.info/blog/?p=3460',0,'revision','',0,''),(3461,1,'2011-05-08 09:17:03','2011-05-08 15:17:03','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[nggallery id=5]','Kathleen Anderson Photo Album',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3458-revision-2','','','2011-05-08 09:17:03','2011-05-08 15:17:03','',3458,'http://www.timberon.info/blog/?p=3461',0,'revision','',0,''),(3462,1,'2009-05-08 09:20:46','2009-05-08 15:20:46','Photos taken by Kathy Worrell, most recent editor of the Mountain Times newspaper. Most photos here are of the Timberon 4th of July Parade.\r\n[nggallery id=7]','Kathy Worrell Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','kathy-worrell-photos','','','2011-05-08 09:50:24','2011-05-08 15:50:24','',0,'http://www.timberon.info/blog/?p=3462',0,'post','',0,''),(3454,1,'2011-05-07 16:29:51','2011-05-07 22:29:51','Below are 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!\n[nggallery id=3]','Bill Davis Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3443-autosave','','','2011-05-07 16:29:51','2011-05-07 22:29:51','',3443,'http://www.timberon.info/blog/?p=3454',0,'revision','',0,''),(3455,1,'2011-05-07 08:33:23','2011-05-07 14:33:23','Below are 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!\r\n[nggallery id=3]','Bill Davis Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3443-revision','','','2011-05-07 08:33:23','2011-05-07 14:33:23','',3443,'http://www.timberon.info/blog/?p=3455',0,'revision','',0,''),(560,1,'2011-02-01 15:23:21','2011-02-01 15:23:21','The following contains a Phone Book [White and Yellow Pages] for Timberon, New Mexico...\n\n[bizdir_directory name=\"Phone Directory\"]\n\nAdd your phone number to the directory... All submissions are reviewed before they appear on the website. Your business doesn\'t have to be located in Timberon, but must in some rational way support or have an interest in Timberon.\n[bizdir_addform name=\"Phone Directory\"]','Community Directory',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','18-autosave','','','2011-02-01 15:23:21','2011-02-01 15:23:21','',18,'http://www.timberon.info/blog/?p=560',0,'revision','',0,''),(591,1,'2011-02-03 23:57:27','2011-02-03 23:57:27','Add your phone number to the directory... All submissions are reviewed before they appear on the website. [bizdir_addform name=\"Phone Directory\"]','Add Listing',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','add-listing','','','2011-04-13 11:57:47','2011-04-13 17:57:47','',18,'http://www.timberon.info/blog/?page_id=591',0,'page','',0,''),(661,1,'2011-02-11 23:13:04','2011-02-11 23:13:04','Animals found around the state of New Mexico, this includes mammals, fish, birds, reptiles and insects - taken from Wildlife Notes...\r\n\r\n\"\" Adobe PDF Files that open in a \"New Window\"\r\n','NM Wildlife Notes',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','other-animals','','','2011-05-08 16:36:24','2011-05-08 22:36:24','',213,'http://www.timberon.info/blog/?page_id=661',68,'page','',0,''),(3580,1,'2011-04-04 16:29:04','2011-04-04 22:29:04','Animals found in the Timberon area... This includeds mammals, birds, fish, and even insects.  Taken from Articles in the \"Old\" Mountain Times Newspaper.\r\n
      \r\n
    • Bats - 26.91kb Adobe Acrobat (PDF) File
    • \r\n
    • Bark Beetle - 22.92kb Adobe Acrobat (PDF) File
    • \r\n
    • Black Bear - 98.59kb Adobe Acrobat (PDF) File
    • \r\n
    • Blister Beetle - 28.80kb Adobe Acrobat (PDF) File
    • \r\n
    • Bobcat - 33.29kb Adobe Acrobat (PDF) File
    • \r\n
    • Coyote - 45.97kb Adobe Acrobat (PDF) File
    • \r\n
    • Deer Mouse - 19.15kb Adobe Acrobat (PDF) File
    • \r\n
    • Endangered Species - 48.83kb Adobe Acrobat (PDF) File
    • \r\n
    • Dragonfly - 58.08kb Adobe Acrobat (PDF) File
    • \r\n
    • Elk - 85.26kb Adobe Acrobat (PDF) File
    • \r\n
    • Mountain Lion - 90.01kb Adobe Acrobat (PDF) File
    • \r\n
    • Horned Toad - 9.67kb Adobe Acrobat (PDF) File
    • \r\n
    • Mule Deer - 38.64kb Adobe Acrobat (PDF) File
    • \r\n
    • Penasco Chipmunk - 39.26kb Adobe Acrobat (PDF) File
    • \r\n
    • New Mexico Snakes - 85.81kb Adobe Acrobat (PDF) File
    • \r\n
    • Rattlesnake - 72.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Recluse Spider - 95.43kb Adobe Acrobat (PDF) File
    • \r\n
    • Roadrunner - 30.39kb Adobe Acrobat (PDF) File
    • \r\n
    • Skunk - 61.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Wolf - 152.93kb Adobe Acrobat (PDF) File
    • \r\n
    • Turkey - 63.32kb Adobe Acrobat (PDF) File
    • \r\n
    \r\nOther Animals from Timberon and around New Mexico ...These are \"Wildlife Notes\" from NM Game and Fish.','Animals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','213-revision-59','','','2011-04-04 16:29:04','2011-04-04 22:29:04','',213,'http://www.timberon.info/blog/?p=3580',0,'revision','',0,''),(3499,1,'2011-05-08 13:50:08','2011-05-08 19:50:08','This cabin has three bedrooms and two bathrooms.  There are 2 king-size beds, 4 twin beds, and a double hide-a-bed.  The cabin has a full kitchen, washer/dryer, satellite TV /VCR and additional TV with DVD player, garden tub with jets, a wood burning stove, a nice porch with gas grill, dishwasher and Wi-Fi.. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 10 persons.\r\n\r\n15 Coconino Drive\r\nDirections to Casa Coconino at 15 Coconino Dr in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the second right onto Apache Dr. Take the second left onto Coconino Dr. Casa Coconino is the third place on your right. There is a parking area just off of the road that you are welcome to use should you have a trailer or multiple vehicles.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=25]\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Casa Coconino',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2064-revision','','','2011-05-08 13:50:08','2011-05-08 19:50:08','',2064,'http://www.timberon.info/blog/?p=3499',0,'revision','',0,''),(3107,1,'2011-05-08 14:03:07','2011-05-08 20:03:07','Features a one bedroom and a two bathroom main house, and a guesthouse with one bedroom and one bathroom. The main house includes a king-size bed and queen futon, full kitchen, TV/VCR/DVD, computer with internet access, a wood-burning stove, a charcoal grill, and a huge screened porch with hammocks and a beautiful view. There is a double bed and queen futon along with a kitchenette in the guesthouse. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 12 persons.\n\n88 Chresta Loma\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\n\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\n\n[nggallery id=26]\n\n[my-email subject=\"Miria\'s Hide-a-Way\"] for Reservations or Questions.\n\nReservations HIGHLY recommended...\n
      \n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \n
    • All properties are non-smoking!
    • \n
    \nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n

    Calendar of Current Reservations

    \n[my_calendar category=\"2\" showkey=\"no\"]','Miria\'s Hide-a-Way',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2066-autosave','','','2011-05-08 14:03:07','2011-05-08 20:03:07','',2066,'http://www.timberon.info/blog/?p=3107',0,'revision','',0,''),(934,1,'2011-02-21 00:29:48','2011-02-21 00:29:48','   The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented.   The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore.  Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889.   It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\r\n\r\n    In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford.  They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years.  Fritzgerald Moore eventually sold his interest to Oliver Lee.   During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\r\n\r\n    In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\r\n\r\n     Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\r\n\r\n    The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\r\n\r\n   Oliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\r\n\r\n   The Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\r\n\r\n   The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found.   The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc... They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\r\n\r\n   Judge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\r\n\r\n   Even after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \r\n\r\n   Doc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\r\n\r\n    Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\r\n\r\n   Right after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\r\n\r\n    The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\r\n\r\n    The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\r\n\r\n   In 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\r\n\r\n   After the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\r\n\r\n   In March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \r\n\r\n   In October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association(TPOA) in the late 1970s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\r\n\r\n    The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\r\n\r\n    The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\r\n\r\n    Frank Wheeler, Timberon\'s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\r\n\r\n   Also of interest, a missile out of Fort Bliss hit Timberon in February, 1976.  The crater was near the present day dumpster site.  According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez.  The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History.  If you have something to add, please contact us.)\r\n\r\n    In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\r\n\r\n   In the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\r\n\r\n   A three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\r\n\r\n   Telephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\r\n\r\n   The Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\r\n\r\n   The Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\r\n\r\n   TWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\r\n\r\n   Today, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\r\n\r\n  This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\r\n\r\n   Noel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss.  Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating.  Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\r\n\r\n   We would like to make this an ongoing history. If you have something to add, Click Here.\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    [gallery columns=\"2\"]\r\n\r\n\r\n
     
    \r\n
     
    \r\n \r\n\r\n\r\n
     
    \r\n
     
    \r\n
     
    \r\n \r\n\r\n\r\n
     
    \r\n
     
    \r\n
     
    \r\n
     
    \r\n \r\n\r\n \r\n\r\n
    \r\n \r\n\r\n
    \r\n
    \r\n
    \r\n
    ','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','timberon-history','','','2011-05-08 16:17:26','2011-05-08 22:17:26','',1886,'http://www.timberon.info/blog/?page_id=934',0,'page','',0,''),(406,1,'2011-01-17 22:07:57','2011-01-18 05:07:57','The Restrictive Covenants were set in the beginning of the Timberon development and \"go with the land\". Even though there is presently no group that enforces them, they definitely remain in force. It doesn\'t matter if you were never given a copy, don\'t agree with them, etc... You are taking a chance if you violate them. If you find yourself in the position of having to do something at odds with the restrictive covenants in you area, try to get them changed first.\r\n\r\nPDF Files from Pioneer Abstract and Title and Roberts Realty [Last Updated Dec 31, 2004]\r\n\r\nSacramento Mountain Ranch Units\r\n\r\nTimberon Units\r\n\r\nGolf Course Units\r\n\r\nOther Areas\r\n\r\nMore Documents...\r\n','Covenants',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','timberon-restrictive-covenants','','','2011-05-08 15:36:57','2011-05-08 21:36:57','',150,'http://www.timberon.info/blog/?page_id=406',0,'page','',0,''),(3554,1,'2011-05-03 19:07:40','2011-05-04 01:07:40','
      \r\n
    • Restrictive Covenants\r\nCopies of the Covenants for the different sections of Timberon, in Adobe Acrobat or [PDF] format.
    • \r\n
    • Plat Maps\r\nHigh resolution copies of the Plat Maps for all the different sections of Timberon, showing angles and measurements of lots.  There is also a Composite Plat Map of the entire development that was reworked by Otero County Mapping.  These are in Adobe Acrobat or [PDF] format.
    • \r\n
    • Road Maps\r\nA reworked road map of Timberon in Adobe Acrobat or [PDF] format.
    • \r\n
    \r\n\"\"','Your Property',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','150-revision-3','','','2011-05-03 19:07:40','2011-05-04 01:07:40','',150,'http://www.timberon.info/blog/?p=3554',0,'revision','',0,''),(3784,1,'2011-05-18 09:51:13','2011-05-18 15:51:13',' ','Timberon News',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','timberon-news','','','2011-05-18 09:51:56','2011-05-18 15:51:56','',0,'http://www.timberon.info/?p=3784',1,'nav_menu_item','',0,''),(3785,1,'2011-05-18 09:51:13','2011-05-18 15:51:13','Use the forms below to send us articles and Posts for the Timberon Website.  There are 2 forms provided, one below the other… so that if one doesn’t work correctly, or you are not comfortable with it… try the other form.  All submissions will be reviewed by the Webmaster before posting on the site… this is to cut down on “spam”, not censorship. \r\n\r\nPosting Form #1\r\n\r\n[si-contact-form form=\'1\']\r\n_______________________________________________________________\r\n\r\n\r\nPosting Form #2\r\n\r\n[user-submitted-posts]\r\n\r\n\r\n','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3785','','','2011-05-18 09:51:56','2011-05-18 15:51:56','',3260,'http://www.timberon.info/?p=3785',2,'nav_menu_item','',0,''),(1929,1,'2011-03-25 14:29:42','2011-03-25 14:29:42','[AWPCPCLASSIFIEDSUI]','Classifieds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','classifieds','','','2011-03-25 14:29:42','2011-03-25 14:29:42','',1917,'http://www.timberon.info/blog/?p=1929',0,'revision','',0,''),(3572,1,'2011-05-08 16:00:49','2011-05-08 22:00:49',' The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented. The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore. Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889. It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\r\n\r\n In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford. They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years. Fritzgerald Moore eventually sold his interest to Oliver Lee. During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\r\n\r\n In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\r\n\r\n  Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\r\n\r\n The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\r\n\r\nOliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\r\n\r\nThe Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\r\n\r\n The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found. The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc... They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\r\n\r\nJudge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\r\n\r\nEven after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \r\n\r\nDoc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\r\n\r\n Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\r\n\r\nRight after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\r\n\r\n The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\r\n\r\n The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\r\n\r\nIn 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\r\n\r\nAfter the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\r\n\r\nIn March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \r\n\r\nIn October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association(TPOA) in the late 1970s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\r\n\r\n The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\r\n\r\n  The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\r\n\r\n Frank Wheeler, Timberon\'s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\r\n\r\nAlso of interest, a missile out of Fort Bliss hit Timberon in February, 1976. The crater was near the present day dumpster site. According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez. The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History. If you have something to add, please contact us.)\r\n\r\n In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\r\n\r\nIn the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\r\n\r\nA three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\r\n\r\nTelephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\r\n\r\nThe Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\r\n\r\nThe Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\r\n\r\nTWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\r\n\r\nToday, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\r\n\r\n This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\r\n\r\nNoel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss. Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating. Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\r\n\r\nWe would like to make this an ongoing history. If you have something to add, Click Here.\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
     
    \r\n
     [nggallery id=18] 
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    ','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3555-revision-4','','','2011-05-08 16:00:49','2011-05-08 22:00:49','',3555,'http://www.timberon.info/blog/?p=3572',0,'revision','',0,''),(3440,1,'2011-05-07 07:59:26','2011-05-07 13:59:26','','Auto Draft',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3439-revision','','','2011-05-07 07:59:26','2011-05-07 13:59:26','',3439,'http://www.timberon.info/blog/?p=3440',0,'revision','',0,''),(3686,1,'2011-05-10 07:40:02','2011-05-10 13:40:02','[my_calendar category=\"4\" showkey=\"no\"]','Calendar',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3686','','','2011-05-18 11:09:13','2011-05-18 17:09:13','',498,'http://www.timberon.info/blog/?p=3686',2,'nav_menu_item','',0,''),(3442,1,'2011-05-07 08:01:40','2011-05-07 14:01:40',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3442','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',0,'http://www.timberon.info/blog/?p=3442',2,'nav_menu_item','',0,''),(3443,1,'1983-05-07 08:05:07','1983-05-07 14:05:07','Below are 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!\r\n[nggallery id=3]','Bill Davis Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','bill-davis-photos','','','2011-05-08 09:17:54','2011-05-08 15:17:54','',0,'http://www.timberon.info/blog/?p=3443',0,'post','',0,''),(428,1,'2011-05-09 16:18:02','2011-05-09 22:18:02','\nClick Title to open in New Window...\n[pageview url=\"http://forecast.weather.gov/MapClick.php?CityName=Timberon&state=NM&site=EPZ&lat=32.6383&lon=-105.69\" title=\"NWS Seven Day Forecast\" scrolling=\"yes\"]','Local Weather',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','422-autosave','','','2011-05-09 16:18:02','2011-05-09 22:18:02','',422,'http://www.timberon.info/blog/?p=428',0,'revision','',0,''),(431,1,'2011-01-19 19:13:51','2011-01-19 19:13:51','Click Title to open in New Window...\r\n[pageview url=\"http://www.weather.gov/alerts-beta/wwaatmget.php?x=NMC035\" title=\"NWS Watches, Warnings or Advisories \" scrolling=\"yes\"]\r\n\r\n','Weather Advisories',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','weather-advisories','','','2011-01-19 19:13:51','2011-01-19 19:13:51','',422,'http://www.timberon.info/blog/?page_id=431',0,'page','',0,''),(432,1,'2011-01-19 19:13:24','2011-01-19 19:13:24','Click Title to open in New Window...\n[pageview url=\"http://www.weather.gov/alerts-beta/wwaatmget.php?x=NMC035\" title=\"NWS Seven Day Forecast\" scrolling=\"yes\"]\n\n','Weather Advisories',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','431-revision','','','2011-01-19 19:13:24','2011-01-19 19:13:24','',431,'http://www.timberon.info/blog/?p=432',0,'revision','',0,''),(433,1,'2011-01-19 19:28:24','2011-01-19 19:28:24','Click Title to open in New Window...\r\n[pageview url=\"http://www.srh.noaa.gov/ridge2/fire/index.php?lat=32.6300239&lon=-105.7093544&zoom=11\" title=\"NWS Fire Weather\" scrolling=\"yes\"]\r\n','Fire Weather',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','fire-weather','','','2011-01-19 19:28:24','2011-01-19 19:28:24','',422,'http://www.timberon.info/blog/?page_id=433',0,'page','',0,''),(434,1,'2011-01-19 19:28:04','2011-01-19 19:28:04','Click Title to open in New Window...\n[pageview url=\"http://www.srh.noaa.gov/ridge2/fire/index.php?lat=32.6300239&lon=-105.7093544&zoom=11\" title=\"NWS Fire Map\" scrolling=\"yes\"]\n','Fire Weather',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','433-revision','','','2011-01-19 19:28:04','2011-01-19 19:28:04','',433,'http://www.timberon.info/blog/?p=434',0,'revision','',0,''),(436,1,'2011-01-19 19:32:02','2011-01-19 19:32:02','Click Title to open in New Window...\r\n[pageview url=\"http://www.timberon.org/timberon_weather.htm\" title=\"Timberon Weather Station\" scrolling=\"yes\"]\r\n','Timberon Station',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','timberon-weather-station','','','2011-04-12 18:02:08','2011-04-13 00:02:08','',422,'http://www.timberon.info/blog/?page_id=436',0,'page','',0,''),(437,1,'2011-01-19 19:32:00','2011-01-19 19:32:00','Click Title to open in New Window...\n[pageview url=\"http://www.timberon.org/timberon_weather.htm\" title=\"Timberon Weather Station\" scrolling=\"yes\"]\n','Timberon Weather Station',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','436-revision','','','2011-01-19 19:32:00','2011-01-19 19:32:00','',436,'http://www.timberon.info/blog/?p=437',0,'revision','',0,''),(3466,1,'2011-04-13 11:39:48','2011-04-13 17:39:48','Back to Photos\r\nPhotos 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[nggallery id=5]','K Anderson',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','101-revision-2','','','2011-04-13 11:39:48','2011-04-13 17:39:48','',101,'http://www.timberon.info/blog/?p=3466',0,'revision','',0,''),(3482,1,'2001-08-08 09:47:57','2001-08-08 15:47:57','We started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from on top of the mountain above Circle Cross and Timberon.\r\n[nggallery id=9]','Exploring - August 2001',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','exploring-august-2001','','','2011-05-08 09:49:11','2011-05-08 15:49:11','',0,'http://www.timberon.info/blog/?p=3482',0,'post','',0,''),(3483,1,'2011-05-08 09:49:03','2011-05-08 15:49:03','We started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from on top of the mountain above Circle Cross and Timberon.\n[nggallery id=9]','Exploring - August 2001',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3482-revision','','','2011-05-08 09:49:03','2011-05-08 15:49:03','',3482,'http://www.timberon.info/blog/?p=3483',0,'revision','',0,''),(3487,1,'2000-10-08 09:52:03','2000-10-08 15:52:03','We started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from up Jim Lewis Canyon and down Agua Chiquita.\r\n[nggallery id=10]','Exploring - October 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','exploring-october-2000','','','2011-05-08 09:53:29','2011-05-08 15:53:29','',0,'http://www.timberon.info/blog/?p=3487',0,'post','',0,''),(3488,1,'2011-05-08 09:53:05','2011-05-08 15:53:05','We started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from up Jim Lewis Canyon and down Agua Chiquita.\n[nggallery id=10]','Exploring - October 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3487-revision','','','2011-05-08 09:53:05','2011-05-08 15:53:05','',3487,'http://www.timberon.info/blog/?p=3488',0,'revision','',0,''),(3588,1,'2000-09-08 16:44:12','2000-09-08 22:44:12','We started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from the north and south extremes of Timberon - two very different climatic areas.\r\n\r\n[nggallery id=11]','Exploring - September 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','exploring-september-2000','','','2011-05-08 16:45:25','2011-05-08 22:45:25','',0,'http://www.timberon.info/blog/?p=3588',0,'post','',0,''),(3589,1,'2011-05-08 16:45:14','2011-05-08 22:45:14','We started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from the north and south extremes of Timberon - two very different climatic areas.\n\n[nggallery id=11]','Exploring - September 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3588-revision','','','2011-05-08 16:45:14','2011-05-08 22:45:14','',3588,'http://www.timberon.info/blog/?p=3589',0,'revision','',0,''),(3591,1,'2011-04-13 11:40:58','2011-04-13 17:40:58','','Exploring',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','459-revision','','','2011-04-13 11:40:58','2011-04-13 17:40:58','',459,'http://www.timberon.info/blog/?p=3591',0,'revision','',0,''),(3594,1,'2011-04-04 16:22:50','2011-04-04 22:22:50','Back to Photos\r\n[nggallery id=12]','Fall 2000 Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','141-revision-7','','','2011-04-04 16:22:50','2011-04-04 22:22:50','',141,'http://www.timberon.info/blog/?p=3594',0,'revision','',0,''),(3597,1,'2011-04-04 16:23:24','2011-04-04 22:23:24','Back to Photos\r\n[nggallery id=14]','Forest Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','143-revision-7','','','2011-04-04 16:23:24','2011-04-04 22:23:24','',143,'http://www.timberon.info/blog/?p=3597',0,'revision','',0,''),(3600,1,'2011-04-04 16:24:29','2011-04-04 22:24:29','Back to Photos\r\nA whole lot of photos in Timberon of people and events, most coming from early Mountain Times newspaper archives... When you clicked or hovered on this page in the menu additional photo albums were being displayed to the side.\r\n[nggallery id=6]','More Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','106-revision-9','','','2011-04-04 16:24:29','2011-04-04 22:24:29','',106,'http://www.timberon.info/blog/?p=3600',0,'revision','',0,''),(2990,1,'2011-04-13 11:39:04','2011-04-13 17:39:04','Back to Photos\r\nFrom the Sacramento Mountain Museum and Research Center... These photos are the property of the Museum and may not be reproduced from this website.\r\n[nggallery id=8]','Cloudcroft Museum',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','112-revision','','','2011-04-13 11:39:04','2011-04-13 17:39:04','',112,'http://www.timberon.info/blog/?p=2990',0,'revision','',0,''),(3468,1,'2006-02-08 09:24:14','2006-02-08 16:24:14','From the Sacramento Mountain Museum and Research Center… These photos are the property of the Museum and may not be reproduced from this website. Contact the Museum for more information… Museum Website.\r\n[nggallery id=8]','Museum Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','museum-photos','','','2011-05-08 09:30:22','2011-05-08 15:30:22','',0,'http://www.timberon.info/blog/?p=3468',0,'post','',0,''),(3469,1,'2011-05-08 09:25:16','2011-05-08 15:25:16','From the Sacramento Mountain Museum and Research Center... These photos are the property of the Museum and may not be reproduced from this website.\n[nggallery id=8]','Museum Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3468-revision','','','2011-05-08 09:25:16','2011-05-08 15:25:16','',3468,'http://www.timberon.info/blog/?p=3469',0,'revision','',0,''),(2991,1,'2011-04-04 12:58:27','2011-04-04 18:58:27','','Exploring the Mountain',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','459-revision-6','','','2011-04-04 12:58:27','2011-04-04 18:58:27','',459,'http://www.timberon.info/blog/?p=2991',0,'revision','',0,''),(3478,1,'2011-04-13 11:33:07','2011-04-13 17:33:07','','Special Albums',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','466-revision','','','2011-04-13 11:33:07','2011-04-13 17:33:07','',466,'http://www.timberon.info/blog/?p=3478',0,'revision','',0,''),(463,1,'2011-01-20 20:12:46','2011-01-20 20:12:46','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from up Jim Lewis Canyon and down Agua Chiquita... Jesse Duckett\r\n[nggallery id=10]','Exploring October 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','125-revision-7','','','2011-01-20 20:12:46','2011-01-20 20:12:46','',125,'http://www.timberon.info/blog/?p=463',0,'revision','',0,''),(464,1,'2011-01-20 20:13:07','2011-01-20 20:13:07','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from the north and south extremes of Timberon - two very different climatic areas... Jesse Duckett\r\n[nggallery id=11]','Exploring September 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','127-revision-5','','','2011-01-20 20:13:07','2011-01-20 20:13:07','',127,'http://www.timberon.info/blog/?p=464',0,'revision','',0,''),(466,1,'2011-01-20 20:25:25','2011-01-21 03:25:25','','Special Albums',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','special-photo-albums','','','2011-05-08 09:42:46','2011-05-08 15:42:46','',38,'http://www.timberon.info/blog/?page_id=466',2,'page','',0,''),(2981,1,'2011-04-04 12:56:04','2011-04-04 18:56:04','[nggallery id=4]\r\nUpload Your Photo...\r\n[ngg_uploader id = 4]','Newly Uploaded Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1178-revision-12','','','2011-04-04 12:56:04','2011-04-04 18:56:04','',1178,'http://www.timberon.info/blog/?p=2981',0,'revision','',0,''),(469,1,'2011-01-20 20:11:47','2011-01-20 20:11:47','Back to Photos\r\nBelow are 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!\r\n[nggallery id=3]','Bill Davis Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','97-revision-11','','','2011-01-20 20:11:47','2011-01-20 20:11:47','',97,'http://www.timberon.info/blog/?p=469',0,'revision','',0,''),(3467,1,'2011-04-13 11:38:36','2011-04-13 17:38:36','Back to Photos\r\nPhotos of the Timberon July 4th Parade down Main Street... by Kathy Worrell.\r\n[nggallery id=7]','Kathy Worrell',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','109-revision','','','2011-04-13 11:38:36','2011-04-13 17:38:36','',109,'http://www.timberon.info/blog/?p=3467',0,'revision','',0,''),(471,1,'2011-01-20 20:17:44','2011-01-20 20:17:44','Back to Photos\r\nPhotos of the Timberon July 4th Parade down Main Street... by Kathy Worrell.\r\n[nggallery id=7]','Kathy Worrell Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','109-revision-6','','','2011-01-20 20:17:44','2011-01-20 20:17:44','',109,'http://www.timberon.info/blog/?p=471',0,'revision','',0,''),(472,1,'2011-01-20 20:19:10','2011-01-20 20:19:10','Back to Photos\r\n[nggallery id=16]','Patterson Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','145-revision-3','','','2011-01-20 20:19:10','2011-01-20 20:19:10','',145,'http://www.timberon.info/blog/?p=472',0,'revision','',0,''),(3472,1,'2011-05-08 09:25:45','2011-05-08 15:25:45','From the Sacramento Mountain Museum and Research Center... These photos are the property of the Museum and may not be reproduced from this website.\r\n[nggallery id=8]','Museum Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3468-revision-2','','','2011-05-08 09:25:45','2011-05-08 15:25:45','',3468,'http://www.timberon.info/blog/?p=3472',0,'revision','',0,''),(477,1,'2011-01-20 20:37:29','2011-01-21 03:37:29','
      \r\n
    • Animals from this part of New Mexico around Timberon and also \"Wildlife Notes\" of other animals in the state...
    • \r\n
    • Plants that can be found in this part of New Mexico - Mostly taken from \"Ask your Herbalist\" articles...
    • \r\n
    ','Plants and Animals',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','wildlife-3','','','2011-05-08 16:40:06','2011-05-08 22:40:06','',0,'http://www.timberon.info/blog/?page_id=477',2,'page','',0,''),(2947,1,'2011-04-04 16:31:27','2011-04-04 22:31:27','\r\nClick Title to open in New Window...\r\n[pageview url=\"http://forecast.weather.gov/MapClick.php?CityName=Timberon&state=NM&site=EPZ&lat=32.6383&lon=-105.69\" title=\"NWS Seven Day Forecast\" scrolling=\"yes\"]','Local Weather',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','422-revision-13','','','2011-04-04 16:31:27','2011-04-04 22:31:27','',422,'http://www.timberon.info/blog/?p=2947',0,'revision','',0,''),(927,1,'2011-03-25 15:29:10','2011-03-25 15:29:10','You must be a Member and Logged in to view certain pages of this Website... Apply for membership by clicking HERE!','Apply for Membership',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','916-autosave','','','2011-03-25 15:29:10','2011-03-25 15:29:10','',916,'http://www.timberon.info/blog/?p=927',0,'revision','',0,''),(928,1,'2011-02-20 18:42:50','2011-02-20 18:42:50','','Apply for Membership',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','916-revision-2','','','2011-02-20 18:42:50','2011-02-20 18:42:50','',916,'http://www.timberon.info/blog/?p=928',0,'revision','',0,''),(930,1,'2011-02-20 22:17:06','2011-02-20 22:17:06','','Apply for Membership',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','916-revision-4','','','2011-02-20 22:17:06','2011-02-20 22:17:06','',916,'http://www.timberon.info/blog/?p=930',0,'revision','',0,''),(929,1,'2011-02-20 22:16:12','2011-02-20 22:16:12','

    Apply for Membership now... Click Here!

    \r\n','Apply for Membership',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','916-revision-3','','','2011-02-20 22:16:12','2011-02-20 22:16:12','',916,'http://www.timberon.info/blog/?p=929',0,'revision','',0,''),(2799,1,'2011-04-09 12:45:23','2011-04-09 18:45:23','','Reserved',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','reserved','','','2011-04-09 12:46:53','2011-04-09 18:46:53','',0,'http://www.timberon.info/blog/?post_type=events&p=2799',0,'events','',0,''),(1928,1,'2011-03-25 00:00:00','2011-03-25 00:00:00','[AWPCPCLASSIFIEDSUI]','Classifieds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','classifieds','','','2011-03-25 00:00:00','2011-03-25 00:00:00','',1917,'http://www.timberon.info/blog/?p=1928',0,'revision','',0,''),(498,1,'2011-01-20 23:12:14','2011-01-20 23:12:14','','Help and Information',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','open','','help','','','2011-04-13 10:55:35','2011-04-13 16:55:35','',0,'http://www.timberon.info/blog/?page_id=498',8,'page','',0,'http://www.timberon.info/blog/wp-content/uploads/icons/mail.png'),(2975,1,'2011-04-11 17:30:43','2011-04-11 23:30:43','\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    Sub-Menu[sb_child_list]\r\n[sb_parent]
    \r\n
      \r\n
    • Animals from this part of New Mexico around Timberon and also \"Wildlife Notes\" of other animals in the state...
    • \r\n
    • Plants that can be found in this part of New Mexico - Mostly taken from \"Ask your Herbalist\" articles...
    • \r\n
    ','Plants and Animals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','477-revision','','','2011-04-11 17:30:43','2011-04-11 23:30:43','',477,'http://www.timberon.info/blog/?p=2975',0,'revision','',0,''),(500,1,'2011-01-15 17:43:41','2011-01-15 17:43:41',' Welcome to Timberon\r\n\r\n You are welcome to view the Timberon Website as a visitor without registering. The site is full of interesting and helpful information on Timberon, New Mexico.\r\n\r\n If you choose to register, and are approved, you will become a member of the Timberon Community and be able to post articles and comments.\r\n\r\n You can become a partner of Timberon.Info by registering and qualifying as a Contributor. Contributors can add stories, articles, photos, events, comments, etc... This is what makes Timberon.Info is a website for Timberon by Timberon.\r\n','About Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','95-revision-4','','','2011-01-15 17:43:41','2011-01-15 17:43:41','',95,'http://www.timberon.info/blog/?p=500',0,'revision','',0,''),(501,1,'2011-01-15 17:44:02','2011-01-15 17:44:02','[si-contact-form form=\'1\']\r\n\r\n','Contact Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','77-revision-3','','','2011-01-15 17:44:02','2011-01-15 17:44:02','',77,'http://www.timberon.info/blog/?p=501',0,'revision','',0,''),(2971,1,'2011-04-12 18:03:15','2011-04-13 00:03:15','','Classified Ads',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2211-revision','','','2011-04-12 18:03:15','2011-04-13 00:03:15','',2211,'http://www.timberon.info/blog/?p=2971',0,'revision','',0,''),(552,1,'2011-01-28 20:40:06','2011-01-29 03:40:06','[Category number=\'10\' method=\'excerpt\' order=\'desc\' id=\'34\' orderby=\'date\']','News',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','news','','','2011-05-03 19:30:00','2011-05-04 01:30:00','',498,'http://www.timberon.info/blog/?page_id=552',4,'page','',0,'http://www.timberon.info/blog/wp-content/uploads/icons/newspaper.png'),(566,1,'2011-01-30 22:36:03','2011-01-30 22:36:03','','10b4c727',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','10b4c727','','','2011-01-30 22:36:03','2011-01-30 22:36:03','',0,'http://www.timberon.info/blog/wp-content/uploads/10b4c727.gif',0,'attachment','image/gif',0,''),(509,1,'2011-01-22 00:22:56','2011-01-22 00:22:56','.alignleft {\nfloat:left;\nmargin-right:10px;\n}\n\n.alignright {\nfloat:right;\nmargin-left:10px;\n}\n\n.aligncenter {\ndisplay:block;\nmargin-left:auto;\nmargin-right:auto;\nmargin-top:10px;\n}\n\n.wp-caption {\ntext-align:center;\nmargin:10px;\npadding:4px;\n}\n\n.wp-caption img {\nborder:0 none;\nmargin:0;\npadding:0;\n}\n\n.wp-caption.aligncenter img {\nheight:auto;\n}\n\n.wp-caption.alignnone img {\nheight:auto;\n}\n\n.wp-caption.alignleft img {\nheight:auto;\n}\n\n.wp-caption.alignright img {\nheight:auto;\n}\n\n.wp-caption p.wp-caption-text {\nfont-size:11px;\nline-height:17px;\nmargin:0;\npadding:0 4px 5px;\n}\n\n.hilite {\nbackground-color:yellow;\n}','safecss',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','safecss','','','2011-01-22 00:33:30','2011-01-22 00:33:30','',0,'http://www.timberon.info/blog/?safecss=safecss',13,'safecss','',0,''),(510,1,'2011-01-22 00:22:56','2011-01-22 00:22:56','.alignleft {\nfloat:left;\nmargin-right:10px;\n}\n\n.alignright {\nfloat:right;\nmargin-left:10px;\n}\n\n.aligncenter {\ndisplay:block;\nmargin-left:auto;\nmargin-right:auto;\nmargin-top:10px;\n}\n\n.wp-caption {\ntext-align:center;\nmargin:10px;\npadding:4px;\n}\n\n.wp-caption img {\nborder:0 none;\nmargin:0;\npadding:0;\n}\n\n.wp-caption.aligncenter img {\nheight:auto;\n}\n\n.wp-caption.alignnone img {\nheight:auto;\n}\n\n.wp-caption.alignleft img {\nheight:auto;\n}\n\n.wp-caption.alignright img {\nheight:auto;\n}\n\n.wp-caption p.wp-caption-text {\nfont-size:11px;\nline-height:17px;\nmargin:0;\npadding:0 4px 5px;\n}','safecss',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','509-revision','','','2011-01-22 00:22:56','2011-01-22 00:22:56','',509,'http://www.timberon.info/blog/?p=510',0,'revision','',0,''),(511,1,'2011-01-22 00:22:56','2011-01-22 00:22:56','.alignleft {\nfloat:left;\nmargin-right:10px;\n}\n\n.alignright {\nfloat:right;\nmargin-left:10px;\n}\n\n.aligncenter {\ndisplay:block;\nmargin-left:auto;\nmargin-right:auto;\nmargin-top:10px;\n}\n\n.wp-caption {\ntext-align:center;\nmargin:10px;\npadding:4px;\n}\n\n.wp-caption img {\nborder:0 none;\nmargin:0;\npadding:0;\n}\n\n.wp-caption.aligncenter img {\nheight:auto;\n}\n\n.wp-caption.alignnone img {\nheight:auto;\n}\n\n.wp-caption.alignleft img {\nheight:auto;\n}\n\n.wp-caption.alignright img {\nheight:auto;\n}\n\n.wp-caption p.wp-caption-text {\nfont-size:11px;\nline-height:17px;\nmargin:0;\npadding:0 4px 5px;\n}\n\n.hilite {\nbackground-color:yellow;\n}','safecss',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','509-revision-2','','','2011-01-22 00:22:56','2011-01-22 00:22:56','',509,'http://www.timberon.info/blog/?p=511',0,'revision','',0,''),(512,1,'2011-01-22 00:22:56','2011-01-22 00:22:56','','safecss',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','509-revision-3','','','2011-01-22 00:22:56','2011-01-22 00:22:56','',509,'http://www.timberon.info/blog/?p=512',0,'revision','',0,''),(513,1,'2011-01-22 00:22:56','2011-01-22 00:22:56','.alignleft {\nfloat:left;\nmargin-right:10px;\n}\n\n.alignright {\nfloat:right;\nmargin-left:10px;\n}\n\n.aligncenter {\ndisplay:block;\nmargin-left:auto;\nmargin-right:auto;\nmargin-top:10px;\n}\n\n.wp-caption {\ntext-align:center;\nmargin:10px;\npadding:4px;\n}\n\n.wp-caption img {\nborder:0 none;\nmargin:0;\npadding:0;\n}\n\n.wp-caption.aligncenter img {\nheight:auto;\n}\n\n.wp-caption.alignnone img {\nheight:auto;\n}\n\n.wp-caption.alignleft img {\nheight:auto;\n}\n\n.wp-caption.alignright img {\nheight:auto;\n}\n\n.wp-caption p.wp-caption-text {\nfont-size:11px;\nline-height:17px;\nmargin:0;\npadding:0 4px 5px;\n}\n\n.hilite {\nbackground-color:yellow;\n}','safecss',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','509-revision-4','','','2011-01-22 00:22:56','2011-01-22 00:22:56','',509,'http://www.timberon.info/blog/?p=513',0,'revision','',0,''),(544,1,'2011-03-17 22:46:00','2011-03-17 22:46:00','','Plants and Animals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','477-autosave','','','2011-03-17 22:46:00','2011-03-17 22:46:00','',477,'http://www.timberon.info/blog/?p=544',0,'revision','',0,''),(571,1,'2011-01-30 22:36:07','2011-01-30 22:36:07','','346b373d',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','346b373d','','','2011-01-30 22:36:07','2011-01-30 22:36:07','',0,'http://www.timberon.info/blog/wp-content/uploads/346b373d.gif',0,'attachment','image/gif',0,''),(3139,1,'2011-04-26 17:37:03','2011-04-26 23:37:03','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
     Sub-Menu[sb_child_list]\r\n[sb_parent]
    \r\nI was born March 28, 1882 in a small Texas village called Hilton. It was located about 26 miles southeast of Sweet Water on Valley Creek near a mountain range called Church. My father, Jasper Newton Daugherty, owned a small farm there. He decided to sell out and go west to seek his fortune. So Dad \"Newt\", older bother \"Frank\", younger brother Martin, sister Elizabeth and her husband Patric Conley, mother Mary Jane Goodnight, wife Louisa (Gardner), and what family they each had, prepared to go in one wagon train.\r\n\r\nWe had one large wagon drawn by two yoke of oxen and four wagons drawn by four horses each. This large wagon held most of our food and things that we used everyday. We took a green cow hide and tied it up under the running gear of the wagon, shaping it so we could carry pots and cooking equipment. This allowed us some extra space, which we needed very much.\r\n\r\nIn my immediate family was Dad, Mother and six kids, three boys and three girls. I was six years old.\r\n\r\nThe way I remember it, we started out in May and traveled almost due west by way of old Fort Shadrick, between Sweet Water and San Angelo, Texas. This was really quite an adventure for me. The first place we came to was a small village by the name of Robert Lee, on the Colorado River. Then on west we went by Sterling City and where McCamey is now.\r\n\r\nMy Dad was quite a hunter and he always had an old hound dog he hunted with. We had not been on our way long before this old hound got snake bit. He soon became unable to travel. Dad made room for him by putting our pots and pans in the wagon and putting the hound in the green cowhide that was under the running gear of the wagon. This was were the hound stayed until he recovered. I can still see him as the wagon rambled on and on, day after day. This wagon was big and heavy.\r\n\r\nDad had sold our farm before we left, and got a very good price. Having so much money to finance the trip made Dad boss of the wagon train. There were about twenty wagons in all.\r\n\r\nOur first rest stop was at Fort Stockton, which had been abandoned by the colored soldiers a few weeks before our arrival. While there we stayed in the buildings, and to us this was really a luxury.\r\n\r\nAfter a few weeks rest, we started out again. We had been on our way only a few days, when we discovered to our disgust, that while living in our \"luxurious hotels\" at Fort Stockton we had acquired a goodly supply of \"Grey Backs.\" Better known as body lice. This being the case, Mother knew the only way of getting rid of them was to scald all of our clothing and anything else they were in. So we camped out on the prairie, took out the big round wash pot, filled it with our \"precious water\", built a fire under it and started the scalding process. Almost everything we owned had to be washed and scalded. Bedding included. This took several days of hard work. We kids only had one change of clothes, and so Mother just turned us out on the prairie stark naked. How well I remember running like something wild, free of clothes and \"Lice.\" We had the time of our lives, enjoying every minute of our freedom. Meanwhile, the women worked faithfully to get rid of the lice. I can remember running by seeing our clothes boiling away in that pot of water. This completed, we went on our way.\r\n\r\nIn crossing the desert to Fort Davis water was scarce and we went as long as two or three days without water for the stock. When the oxen are without water for \"any\" length of time and suddenly get a smell of water near, they take off as fast as they can and you just can\'t hold them. Uncle Mark was our scout and had found a lake about a half mile ahead. When the ox team reached the water, instead of them stopping to drink, they went on into the water until the wagon was stuck. We had to unhitch them from the front and hook them to the back to pull the wagon out.\r\n\r\nContinuing on west, we followed the old \"Government Route\", to the Fort Davis mountains where Alpine is now. From Fort Davis we went by way of Valentine, between early-day forts. Then on further west to a silver mining town called Sierra Blanca, where we stopped for a rest.\r\n\r\nWhile resting, one of our group ran into an old prospector, and during their two or three days of visiting this prospector convinced the men in our wagon train that there was a fortune to be made by working the mine dump from the silver mine. The only water available for working the mine and other purposes, had to be hauled by wagon in wooden barrels from the Rio Grande River - about twenty miles south of Sierra Blanca. My Dad, \"Newt\" Daugherty, being the only one with money and still the Boss, was the one elected to haul the water by ox team this twenty miles - both ways. He furnished the money and the others did the work on this big deal. This \"big deal\" was doomed to failure from the start, as well as using up the remainder of Dad\'s cash. It took the men about two months to see nothing could be made here, and they abandoned it and headed on west through Fort Hancock and into El Paso, Texas.\r\n\r\nWe stopped in El Paso to rest our families and stock for awhile, and look around some more. We camped in an mesquite flat where there was an old lumber shack without anything over the windows. This was near were the courthouse now stands in El Paso, Texas.\r\n\r\nIn El Paso the only fuel was either kerosene or mesquite roots hauled in on the backs of burros by Mexicans. Sometimes they would have as many as twenty burros loaded with roots. That was quite a sight.\r\n\r\nWhile we were there, a smallpox epidemic broke out among the Mexicans. There was no shots or cure then. It was quite a killer and the Mexicans died by the hundreds. This was considered \"sure death\" and was very contagious, but we never did get it.\r\n\r\nAfter we had been there about two weeks we discovered a flat with plenty of good green grass, we moved there on the west side of El Paso about where the smelter now stands. Back then the United States had no treaty with Mexico and we could not cross the river to apprehend thieves and smugglers. So while camped in this new spot, Mexicans came across the river one night and stole three of our best horses which we never could recover.\r\n\r\nAt this point, our little group decided to split up and go our separate ways. Which we did. Uncle Frank and his family returned to Nolen County, Texas. Uncle \"Pat\" Conley, Aunt Lizzy and the children went on to Deming, New Mexico. That was were they lived their lives and raised their children. Mark Daugherty, his Mother Mary Jane Goodnight, and a partner started a freight line, which is another story in itself.\r\n\r\nMy Dad, Mother and us kids went east to Waco Tank, about 30 miles from El Paso. Here my Mother became ill with what they called \"slow fever.\" She was real sick, and it was about a month before we could go any farther. After her recovery, we went on east to Crow Springs or Salt Flats near where today\'s Dell City is. Here we stopped for the winter. A man by the name of John Brooks gave us permission to camp here. Crow Springs was a spring-fed lake about 10 or 15 miles north of Salt Lake, from which later ranchers would haul salt for their livestock.\r\n\r\nWhen spring came again, it was about the year 1890, we loaded our wagons and went on our way to a settlement called Pinon, New Mexico. We went through Pinon to a canyon north of Weed New Mexico, Hay Canyon. Following the Agua Chiquita at the mouth of Hay Canyon there were four families that lived within a distance of about six miles. Pendergrass at the mouth, Widow Barringer, Tom Dauthett family, and the Riley Baker family.\r\n\r\nIn our travels we had heard \"buggy stories\" about \"sleepy grass\", which we knew nothing about, not even what it looked like. On the way up Hay Canyon, we stopped at the Dauthett\'s place in a flat where there was beautiful grass in abundance. My Father went back to talk to Dauthett about the country. Mr. Dauthett asked where we had camped and dad said \"in that beautiful flat of grass.\" Mr. Dauthett said \"you better get back and move that stock, quick, because that is \"sleepy grass\" and will put them to sleep.\" Sure enough, by the time Dad got back, the stock was standing with their heads down, asleep. It was two days before they woke up enough to move out of the flat. We learned in a hurry about \"sleep grass.\" After stock had eaten \"sleepy grass\" it left then kinda doppy for a few days, but in time they recovered.\r\n\r\nDad took up a \"homestead\" just above Riley Baker, joining him on the west at the headwaters on Hay Canyon. We built a log cabin and prepared the land for farming.\r\n\r\nLog houses were built by neighbors coming, cutting trees, trimming and shaping them (called log rolling). We built a large room called a smoke house at the same time. After the logs were put up, they took thick mud and filled in the cracks - which they called \"chink and dobbed.\" Before the cracks were \"chinked and dobbed\" I remember birds would fly in and out the cracks. We kids would try and catch them, but they would fly out and be gone. I used to wish we had a house they couldn\'t get out of, never giving a thought as to how they would get in if the cracks were not there.\r\n\r\nThis was the happy hunting ground my Dad started from Texas to find. And it truly was, as there was an abundance of game - deer, bear, elk, turkey, all kinds of wild animals, - such as coyote, bobcat, wildcat, lobo, panther, fox, and the like. During the winter Dad would go out and kill the deer, elk and turkey, butchering and hanging them in the smokehouse where they would freeze. When he had enough for a house-wagon load, he would fill the wagon and cover the meat with a tarp. He would then go into El Paso and sell the meat for 10 cents a pound. It took him four days to go into El Paso and it was cold enough that the meat would stay pretty well frozen. He would then buy food, such as 100 pound sacks of flour, sugar (brown and white), corn meal, beans, coffee (green, which had to be roasted and ground), syrup, sargun in large buckets, and sometimes we could get honey in the cone. We bought dried peaches, apples, prunes, raisins, and occasionally apricots. These were packed in a wooden box. Kerosene was bought in 5 gallon cans for lamps, so we could have light. Everyone bought enough groceries and supplies of all kinds to last at least six to eight months.\r\n\r\nEvenings were spent \"sawing on the fiddle,\" picking the guitar, singing, or pumping and playing the old organ. Dances, after harvest or roundups and brandings, were held in someone\'s home. Sometimes weeks would pass and your family would never be alone. Any place night came on you, is where you would spend the night.\r\n\r\nMy youngest brother Jason was born in the log house on Hay Canyon. At the time of this writing, the house is still standing. It has been re-built several times, but the original house is still \"as built\" in 1892.\r\n\r\nSchools then were two or three months during the summer. A teacher was paid by the parents. They were called subscription schools. The small log house used for school was also built by the parents and centrally located. My first teacher, I remember, was Mr. Knapp. It lasted two months and was on Hay Canyon. Next summer we attended a school on Wills Canyon, three miles from where we lived - and we walked it morning and night, carrying our lunch in a bucket.\r\n\r\nAbout 1896, Dad traded the place in Hay Canyon for a place about five miles from Weed, West. The man he traded with was a Mr. Truxal. The new place was located near the Elkhorn School house and we attended school there for the next three or four summers. All eight grades were taught in the same room. After eighth grade some pupils were fortunate enough to be able to go to Weed for \"higher\" learning.\r\n\r\nWe stayed on this Truxel place about 5 years. During this time my Dad had become a big Angora Goat rancher, and we needed to go to a warmer climate. So we got a ranch called Chimney Lake, on a tributary canyon that ran into the Quavo. We stayed here until 1908. This was a very prosperous time. Range got short and we had too many goats for the size of this ranch, so that fall we went hunting about 20 miles south to a place known as the south slope of the Sacramento Mountains. We camped on a south canyon that runs into the Sacramento River, before it empties out onto the flats. We looked around and came upon a wet spot in the bottom of the creek. We dug down and got enough water for our horses in just a couple of minutes. Father decided that this was his next home as there was plenty of open range, water, and lots of brush for his goats. We had good luck hunting also, killing several deer, so we had big prospects for this new country.\r\n\r\nThat night Dad decided I should stay and hold down our claim and he would take the meat home, get tools, and come back and see how much water there really was in this seep. It was late in the year when he left me there. Before he had been gone long, it started to snow. We had made a temporary tent, or shelter for me, under some trees. I had some food - coffee, meat, potatoes, bacon, a coffee pot, and a frying pan. Dad only expected to be gone two or three days. However, the storm was bad and he was gone close to two weeks.\r\n\r\nNext morning when I awoke, the snow was about a foot deep and still coming down. Before long a man in a wagon drawn by four red mules came along. He sure looked good to me, and as he asked to stay out the storm, I welcomed him. This man, Mr. Musgrove, had some food, and he stayed with me about five or six days. He was full of stories and the kid that I was, I \"lapped them up.\" He was known as an Infidel. He kept a diary and was a constant talker. When the storm broke, Mr. Musgrove went on his way and I\'ve never seen him again.\r\n\r\nWhen Dad came back we dug out the spring and found a good flow of water, which we later developed. Here we established a ranch which was known as the Daugherty Ranch, and is now called \"Daugherty Wells\" (Carissa Springs?). After we built a house there, Dad sold the property on Chimney Lake and moved to the south slope of the Sacramento River. We stayed there until about 1910 and prospered. We had sold our goats and replaced them with white-faced cattle. About this time my brother Benton and myself wanted to get out on our own, so Dad sold the ranch and we split the profits three ways - each going our separate ways.\r\n\r\nThis is basically the end of the story as it applies to the journey and the Sacramento Mountains. The writer was Hansford Daugherty. This manuscript was preserved by the Sacramento Mountains Museum, however, the name of the writer was not on the folder in the archives. If you know, please contact this website.\r\n\r\n[caption id=\"attachment_1135\" align=\"aligncenter\" width=\"500\" caption=\"Family of Jasper Newton Daugherty Sr. and wife, Louisa Gardner, at ranch on the Sacramento River. Standing left to right- Lon Bass, holding Byron, Jasper Daugherty, Ethel Bass, Hansford Daugherty, Alex and Izilla, Jason, Forest and Lillian Fleming, Baby Ruby, Benton, Mammie Daugherty and Baby Aubrey. (Sitting) "Newt", Louisa, Mary Jane Goodnight Daugherty. (Boys) Llewell, Terrance, Aarel, and Aaren Bass. Photo from the Sacramento Mountain Museum. \"]\"\"[/caption]\r\n

    ','Jasper Newton Daugherty Story',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1134-revision-3','','','2011-04-26 17:37:03','2011-04-26 23:37:03','',1134,'http://www.timberon.info/blog/?p=3139',0,'revision','',0,''),(2171,1,'2011-04-04 11:59:18','2011-04-04 17:59:18','[my_calendar]','Local Events',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1907-autosave','','','2011-04-04 11:59:18','2011-04-04 17:59:18','',1907,'http://www.timberon.info/blog/?p=2171',0,'revision','',0,''),(576,1,'2011-01-30 22:52:05','2011-01-30 22:52:05','','013',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','013','','','2011-01-30 22:52:05','2011-01-30 22:52:05','',0,'http://www.timberon.info/blog/wp-content/uploads/013.jpg',13,'attachment','image/jpeg',0,''),(577,1,'2011-01-30 22:52:06','2011-01-30 22:52:06','','014',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','014','','','2011-01-30 22:52:06','2011-01-30 22:52:06','',0,'http://www.timberon.info/blog/wp-content/uploads/014.jpg',13,'attachment','image/jpeg',0,''),(578,1,'2011-01-30 22:52:35','2011-01-30 22:52:35','','fishing',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','fishing','','','2011-01-30 22:52:35','2011-01-30 22:52:35','',0,'http://www.timberon.info/blog/wp-content/uploads/fishing.gif',13,'attachment','image/gif',0,''),(579,1,'2011-01-30 22:52:36','2011-01-30 22:52:36','','Java logo',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','java-logo','','','2011-01-30 22:52:36','2011-01-30 22:52:36','',0,'http://www.timberon.info/blog/wp-content/uploads/Java-logo.gif',0,'attachment','image/gif',0,''),(603,1,'2011-02-11 21:18:46','2011-02-11 21:18:46','[si-contact-form form=\'2\']','Directory Contact Form',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','directory-contact-form','','','2011-04-13 11:55:42','2011-04-13 17:55:42','',18,'http://www.timberon.info/blog/?page_id=603',0,'page','',0,''),(604,1,'2011-02-11 21:17:19','2011-02-11 21:17:19','','Auto Draft',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','603-revision','','','2011-02-11 21:17:19','2011-02-11 21:17:19','',603,'http://www.timberon.info/blog/?p=604',0,'revision','',0,''),(594,1,'2011-05-18 08:47:21','2011-05-18 14:47:21','Add your phone number to the directory... All submissions are reviewed before they appear on the website. [bizdir_addform name=\"Phone Directory\"]','Add Listing',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','591-autosave','','','2011-05-18 08:47:21','2011-05-18 14:47:21','',591,'http://www.timberon.info/blog/?p=594',0,'revision','',0,''),(3041,1,'2011-04-14 15:05:23','2011-04-14 21:05:23','This colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons\n\n190 Carson [DIRECTIONS]\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\n\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\n\n[nggallery id=20]\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n\nReservations HIGHLY recommended...\n
      \n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \n
    • All properties are non-smoking!
    • \n
    \nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n

    Calendar of Current Reservations

    \n[my_calendar category=\"2\" showkey=\"no\"]','Whiting Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2070-autosave','','','2011-04-14 15:05:23','2011-04-14 21:05:23','',2070,'http://www.timberon.info/blog/?p=3041',0,'revision','',0,''),(599,1,'2011-02-04 00:02:11','2011-02-04 00:02:11','Add your phone number to the directory... All submissions are reviewed before they appear on the website. [bizdir_addform name=\"Phone Directory\"]','Add Listing',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','591-revision-7','','','2011-02-04 00:02:11','2011-02-04 00:02:11','',591,'http://www.timberon.info/blog/?p=599',0,'revision','',0,''),(598,1,'2011-02-04 00:00:27','2011-02-04 00:00:27','Add your phone number to the directory... All submissions are reviewed before they appear on the website. [bizdir_addform name=\"Phone Directory\"]','Add Listing',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','591-revision-6','','','2011-02-04 00:00:27','2011-02-04 00:00:27','',591,'http://www.timberon.info/blog/?p=598',0,'revision','',0,''),(622,1,'2011-03-21 20:49:44','2011-03-21 20:49:44','Animals found in the Timberon area... This includeds mammals, birds, fish, and even insects.  Taken from Articles in the \"Old\" Mountain Times Newspaper.\n\nOther Animals from Timberon and around New Mexico ...These are \"Wildlife Notes\" from NM Game and Fish.','Animals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','213-autosave','','','2011-03-21 20:49:44','2011-03-21 20:49:44','',213,'http://www.timberon.info/blog/?p=622',70,'revision','',0,''),(1650,1,'2011-03-15 16:49:10','2011-03-15 16:49:10','
    \r\n\r\n   The orange-shirted workers and cranes are gone; the Mexican Canyon Trestle now stands strong and quiet, reminding us of the days when the train took logs down and brought visitors up the mountain. Now what?  Soon we will again have the bustle of construction in the area. Briston Construction is planning to begin work on the Trestle Vista around the first of April.  Highway 82 will be moved north, making more space on the south side for safe parking.  A side walk with interpretive signs will be installed, as will a viewing platform with benches, so visitors can sit down and enjoy the Trestle, White Sands, a sunset, their lunch, or the fresh mountain air.\r\n\r\n   While moving the highway may temporarily slow traffic, two lanes are expected to stay open to keep those cars moving. Highway relocation will obliterate the existing trailhead and parking for the popular Osha Trail. Work is planned to begin in March on an alternative access trail and parking for the Osha Trail. This new trailhead will be located at the bottom of Muchachita Avenue where it meets Highway 82. Visitors in Pines Campground will still be able to access Osha Trail from the campground.  As always, visitors can park in town and walk out Osha Trail road.\r\nIf you’d like to help with trail construction, please contact Peg Crim, at pcrim@fs.fed.us, or 575-434-7231 or leave your name and contact information at the Sacramento District Office.\r\n\r\n
    \r\n        For more information on the Lincoln National Forest, please review our website at:  www.fs.usda.gov/lincoln or follow us on Twitter.com/lincolnsmokey.   \r\n\r\n[gallery link="file"]','Historic Railroad Trestle Work Continues',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','905-revision-39','','','2011-03-15 16:49:10','2011-03-15 16:49:10','',905,'http://www.timberon.info/blog/?p=1650',0,'revision','',0,''),(665,1,'2011-03-21 21:42:03','2011-03-21 21:42:03','Animals found around the state of New Mexico, this includes mammals, fish, birds, reptiles and insects - taken from Wildlife Notes...  \n\n\"\"  Adobe PDF Files that open in a \"New Window\" \n','NM Wildlife Notes',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','661-autosave','','','2011-03-21 21:42:03','2011-03-21 21:42:03','',661,'http://www.timberon.info/blog/?p=665',95,'revision','',0,''),(3583,1,'2011-05-08 16:35:13','2011-05-08 22:35:13','Animals found in the Timberon area... This includeds mammals, birds, fish, and even insects. Taken from Articles in the \"Old\" Mountain Times Newspaper.\r\n
      \r\n
    • Bats - 26.91kb Adobe Acrobat (PDF) File
    • \r\n
    • Bark Beetle - 22.92kb Adobe Acrobat (PDF) File
    • \r\n
    • Black Bear - 98.59kb Adobe Acrobat (PDF) File
    • \r\n
    • Blister Beetle - 28.80kb Adobe Acrobat (PDF) File
    • \r\n
    • Bobcat - 33.29kb Adobe Acrobat (PDF) File
    • \r\n
    • Coyote - 45.97kb Adobe Acrobat (PDF) File
    • \r\n
    • Deer Mouse - 19.15kb Adobe Acrobat (PDF) File
    • \r\n
    • Endangered Species - 48.83kb Adobe Acrobat (PDF) File
    • \r\n
    • Dragonfly - 58.08kb Adobe Acrobat (PDF) File
    • \r\n
    • Elk - 85.26kb Adobe Acrobat (PDF) File
    • \r\n
    • Mountain Lion - 90.01kb Adobe Acrobat (PDF) File
    • \r\n
    • Horned Toad - 9.67kb Adobe Acrobat (PDF) File
    • \r\n
    • Mule Deer - 38.64kb Adobe Acrobat (PDF) File
    • \r\n
    • Penasco Chipmunk - 39.26kb Adobe Acrobat (PDF) File
    • \r\n
    • New Mexico Snakes - 85.81kb Adobe Acrobat (PDF) File
    • \r\n
    • Rattlesnake - 72.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Recluse Spider - 95.43kb Adobe Acrobat (PDF) File
    • \r\n
    • Roadrunner - 30.39kb Adobe Acrobat (PDF) File
    • \r\n
    • Skunk - 61.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Wolf - 152.93kb Adobe Acrobat (PDF) File
    • \r\n
    • Turkey - 63.32kb Adobe Acrobat (PDF) File
    • \r\n
    \r\nOther Animals from Timberon and around New Mexico ...These are \"Wildlife Notes\" from NM Game and Fish.','Animal Articles',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3573-revision-4','','','2011-05-08 16:35:13','2011-05-08 22:35:13','',3573,'http://www.timberon.info/blog/?p=3583',0,'revision','',0,''),(2076,1,'2011-03-30 13:50:37','2011-03-30 19:50:37','(Santa Fe) -- In general, the Southeast Region of New Mexico has the poorest health status in the state as a result of lower income levels and educational achievement, a higher adult smoking rate, and higher rates of chronic disease and chronic deaths. Current health status data by region and county can be found in New Mexico Department of Health’s Indicator-Based Information System (IBIS) at ibis.health@state.nm.us.\r\n\r\nThe New Mexico Department of Health regularly examines New Mexico’s health status to guide policy decisions and improve health programs. “Tracking the health status of New Mexico regions and counties allows us to target prevention programs toward the areas of greatest need,” says Department of Health Cabinet Secretary, Dr. Catherine Torres.\r\n\r\nIn general, Bernalillo County has the best health status in New Mexico of any region partly due to higher regional income levels, educational attainment, and health care coverage. Because all other regions of New Mexico do less well on these demographic factors, the health status of these regions is more adversely affected. The Southeast Region had the highest total death rate in 2009 at 977.3 deaths per 100,000 people, while Bernalillo County had the lowest total regional death rate at 838.9 deaths per 100,000 people.\r\n\r\nOf concern for the future is the highest youth smoking rate of 26.3 percent among high school students in the Northwest Region, which also has the highest regional alcohol-related death rate in New Mexico.\r\n\r\nThe New Mexico Department of Health provides counties and regions with information on their strengths and weaknesses through IBIS, which allows them to focus attention in those areas.\r\n\r\nWhy Indicator-Based? The U.S. Government Accountability Office (GAO) found that comprehensive key indicator systems had the following positive effects:\r\n
      \r\n
    • Enhanced collaboration to address public issues. 
    • \r\n
    •  Provided tools to encourage progress. 
    • \r\n
    •  Informed decision-making and improved research. 
    • \r\n
    •  Increased public knowledge about key issues.
    • \r\n
    \r\nIBIS has 70 indicator reports that are regularly updated. In addition, two reports present key indicators for each county:\r\n\r\nHealth Regions:\r\n
      \r\n
    • Northwest Region: Cibola, McKinley, Sandoval, San Juan, and Valencia counties.
    • \r\n
    • Northeast Region: Colfax, Guadalupe, Los Alamos, Mora, Rio Arriba, Santa Fe, San Miguel, Taos, and Union counties.
    • \r\n
    • Southwest Region: Catron, Dona Ana, Grant, Hidalgo, Lincoln, Luna, Otero, Sierra, Socorro, and Torrance counties.
    • \r\n
    • Southeast Region: Chaves, Curry, De Baca, Eddy, Harding, Lea, Quay, and Roosevelt counties.
    • \r\n
    \r\nBernalillo County is its own health region because of its large population.','The Southeast Region has the Poorest Health Status in New Mexico',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2074-revision-2','','','2011-03-30 13:50:37','2011-03-30 19:50:37','',2074,'http://www.timberon.info/blog/?p=2076',0,'revision','',0,''),(3336,1,'2011-05-02 16:32:57','2011-05-02 22:32:57','The New Mexico Department of Health played a pivotal role in the investigation of a multistate outbreak of human Salmonella Typhimurium infections associated with exposure to clinical and teaching microbiology laboratories. The Department of Health is collaborating with the Centers for Disease Control and Prevention (CDC) and public health officials from other states in the investigation.\r\n\r\nA total of 73 individuals infected with the outbreak strain of Salmonella Typhimurium have been reported from 35 states, including three cases from Bernalillo County.  The multistate investigation started in Fall 2010.\r\n\r\n“Collaboration between the medical community and the Department’s laboratory staff, epidemiologists and public health nurses was very important in determining the cause of this outbreak,” said Department of Health Cabinet Secretary, Dr. Catherine Torres. “The Department of Health continues to provide vital information on recognizing and stopping nationwide disease outbreaks.”  \r\n\r\n The Department of Health’s Scientific Laboratory used DNA analysis of the Salmonella bacteria submitted from three people to show that they had the same outbreak strain. Interviews of the infected Bernalillo County residents showed that one case was enrolled in a microbiology course that handled Salmonella, while the other two cases were children of students in the same course. An isolate of Salmonella from the classroom laboratory stock was found to be identical to that of the infected cases and also indistinguishable from a commercially available Salmonella Typhimurium strain used in laboratory settings across the nation.\r\n\r\n The Department of Health advises that students should be aware that bacteria used in microbiology laboratories can make them or others who live in their household sick—especially young children—even if they have never visited the laboratory. It is possible for bacteria to be brought into the home through contaminated lab coats, pens, notebooks and other items that are used in the microbiology laboratory.\r\n\r\n To avoid infection in students and others working in microbiology laboratories:\r\n
      \r\n
    • Wash hands frequently while working in and immediately after leaving the microbiology laboratory and follow proper hand washing practices.
    • \r\n
    • Do not bring food, drinks or personal items like car keys, cell phones and mp3 players into the laboratory.
    • \r\n
    • Do not bring pens, notebooks, and other items used inside of the microbiology laboratory into your home.
    • \r\n
    • Wear a lab coat or other protective uniform over personal clothing when working in a microbiology laboratory; leave it in the laboratory if possible when you are finished. Take the lab coat out of the laboratory only to clean it.
    • \r\n
    \r\nAnyone with symptoms is encouraged to seek medical care for diagnosis and treatment. Signs and symptoms of Salmonella infection include:\r\n
      \r\n
    • Persons infected with Salmonella develop diarrhea, fever, and abdominal cramps 12 to 72 hours after infection.
    • \r\n
    • The illness usually lasts four to seven days, and most persons recover without treatment.
    • \r\n
    • In some persons, the diarrhea may be so severe that the patient needs to be hospitalized.
    • \r\n
    • The elderly, infants, and those with impaired immune systems are more likely to have a severe illness from Salmonella infection.
    • \r\n
    \r\nMore information on this outbreak can be found at the CDC website at http://www.cdc.gov/salmonella/typhimurium-laboratory/042711/index.html','New Mexico Dept. of Health Helps Identify Cause of Multi-State Salmonella Outbreak',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','new-mexico-dept-of-health-helps-identify-cause-of-multi-state-salmonella-outbreak','','','2011-05-03 16:37:16','2011-05-03 22:37:16','',0,'http://www.timberon.info/blog/?p=3336',0,'post','',0,''),(2070,22,'2011-03-29 15:26:07','2011-03-29 21:26:07','There are two bedrooms and 1 bathroom. The bedrooms include king-size bed, queen-size bed, and a queen-size hide-a-bed. There is a full kitchen, wood-burning fireplace, air conditioner, screened-in porch, telephone, a charcoal grill, and DVD with satellite TV. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\n\r\n172 Bronco\r\nDirections to the Whiting Cabin at 172 Bronco in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Stay on Sacramento. You will go around two different sharp right hand curves. After the second curve, turn left onto Rocky Trail. Take the first left onto Shallow Creek. Take the third right onto Mountainaire. Take the second left onto Concho. Take the second right onto Stallion. Take the first left onto Bronco. The street sign is hard to see here but there is a tire around a water valve in the middle of the intersection. The Whiting Cabin is the second house on the left. There is a flat rock with “Whiting” on it at the top of the driveway. Enjoy!!\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Whiting Cabin\"] for Reservations or Questions.  [nggallery id=28]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"15\" showkey=\"no\"]','Whiting Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','whiting-cabin','','','2011-05-08 14:44:35','2011-05-08 20:44:35','',2002,'http://www.timberon.info/blog/?page_id=2070',0,'page','',0,''),(3521,1,'2011-05-08 14:12:44','2011-05-08 20:12:44','This rustic property has four bedrooms and three bathrooms. The beds include one king, one queen, one double, and four twins. There is a full kitchen plus another partial kitchen, washer/dryer, two dens, telephone, and TV w/satellite and a DVD player. Outdoors there are three decks, patio furniture, charcoal grill and a gas grill.  Rates begin at $110.00 per night for up to six adults.  (additional adult $5.00 each per night) Maximum capacity: 12 persons.\r\n\r\n187 Dixwood\r\nDirections to the Abbott Log Cabin at 187 Dixwood in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the second right onto Apache Dr. Take the first left onto Dixwood. The log cabin will be on your left at the first complete intersection that you come to. This will be Dixwood and Carson.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=24]\r\n\r\n[my-email subject=\"Abbott Log Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"11\" showkey=\"no\"]','Abbott Log Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2062-revision-2','','','2011-05-08 14:12:44','2011-05-08 20:12:44','',2062,'http://www.timberon.info/blog/?p=3521',0,'revision','',0,''),(3508,1,'2011-04-23 13:54:22','2011-04-23 19:54:22','There are two bedrooms and 1 bathroom. The bedrooms include king-size bed, queen-size bed, and a queen-size hide-a-bed. There is a full kitchen, wood-burning fireplace, air conditioner, screened-in porch, telephone, a charcoal grill, and DVD with satellite TV. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\n\r\n172 Bronco\r\nDirections to the Whiting Cabin at 172 Bronco in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Stay on Sacramento. You will go around two different sharp right hand curves. After the second curve, turn left onto Rocky Trail. Take the first left onto Shallow Creek. Take the third right onto Mountainaire. Take the second left onto Concho. Take the second right onto Stallion. Take the first left onto Bronco. The street sign is hard to see here but there is a tire around a water valve in the middle of the intersection. The Whiting Cabin is the second house on the left. There is a flat rock with “Whiting” on it at the top of the driveway. Enjoy!!\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=20]\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Whiting Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2070-revision-3','','','2011-04-23 13:54:22','2011-04-23 19:54:22','',2070,'http://www.timberon.info/blog/?p=3508',0,'revision','',0,''),(2068,22,'2011-03-29 15:25:27','2011-03-29 21:25:27','This is a 3 bedroom/2 bath cabin that includes two queen-size beds, 2 twins, and a queen-size hide-a-bed. There is also a full kitchen, wood-burning stove, air conditioner, telephone, washer/dryer, a charcoal grill, and TV/DVD with satellite. Rates begin at $90.00 per night for up to four adults add $5.00 per night for each additional adult. Maximum capacity is 10 persons.\r\n\r\n114 Oakmont \r\nDirections to the Miller Cabin at 114 Oakmont in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the second right onto Oakmont. The cabin is the first house on your left. There is a carport & chain link fence.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Miller Cabin\"] for Reservations or Questions.  [nggallery id=27]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"14\" showkey=\"no\"]','Miller Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','miller-cabin','','','2011-05-08 14:42:50','2011-05-08 20:42:50','',2002,'http://www.timberon.info/blog/?page_id=2068',0,'page','',0,''),(2064,22,'2011-03-29 15:23:55','2011-03-29 21:23:55','This cabin has three bedrooms and two bathrooms.  There are 2 king-size beds, 4 twin beds, and a double hide-a-bed.  The cabin has a full kitchen, washer/dryer, satellite TV /VCR and additional TV with DVD player, garden tub with jets, a wood burning stove, a nice porch with gas grill, dishwasher and Wi-Fi.. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 10 persons.\r\n\r\n15 Coconino Drive\r\nDirections to Casa Coconino at 15 Coconino Dr in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the second right onto Apache Dr. Take the second left onto Coconino Dr. Casa Coconino is the third place on your right. There is a parking area just off of the road that you are welcome to use should you have a trailer or multiple vehicles.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Casa Coconino\"] for Reservations or Questions.  [nggallery id=25]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"12\" showkey=\"no\"]','Casa Coconino',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','casa-coconino','','','2011-05-08 14:33:20','2011-05-08 20:33:20','',2002,'http://www.timberon.info/blog/?page_id=2064',0,'page','',0,''),(3497,1,'2011-04-23 14:04:35','2011-04-23 20:04:35','10 White Marsh Valley [located within walking distance of the golf course]\r\n\r\nThis is an apartment building that has 4 rentals of varying size...\r\n\r\nDirections\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt A is the first apartment on your right from the deck. Apt C is the last apartment on your right from the deck. Apt D is on the front side of the building on the lower level. Apt E is the only apartment on the back side of the building.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=20]\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Casa Sacramento',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3026-revision','','','2011-04-23 14:04:35','2011-04-23 20:04:35','',3026,'http://www.timberon.info/blog/?p=3497',0,'revision','',0,''),(2060,22,'2011-03-29 15:21:30','2011-03-29 21:21:30','The Red Barn is a one bedroom/one bath unit that includes a bedroom with a double bed, full kitchen, and TV/VCR/DVD.  The Sacramento River runs just outside of this unit.  Rates begin at $65.00 per night for two persons only.\r\n\r\n1841 Sacramento\r\nDirections to the Red Barn efficiency apartment at 1841 Sacramento Drive in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Stay on Sacramento until you reach a wood sign on your left that has “Timberon Development Council” and the address on it. Turn left here and travel towards the river. You will cross a bridge and then the road will curve to your left. The Red Barn will be directly in front of you. The door to the apartment faces the river. (Do not try to get into the office. The apartment is actually part of the red barn.)\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Red Barn\"] for Reservations or Questions.  [nggallery id=23]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"9\" showkey=\"no\"]','Red Barn',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','red-barn','','','2011-05-08 14:44:02','2011-05-08 20:44:02','',2002,'http://www.timberon.info/blog/?page_id=2060',0,'page','',0,''),(3511,1,'2011-05-08 13:51:45','2011-05-08 19:51:45','10 White Marsh Valley [located within walking distance of the golf course]\r\n\r\nThis is an apartment building that has 4 rentals of varying size...\r\n\r\nDirections\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt A is the first apartment on your right from the deck. Apt C is the last apartment on your right from the deck. Apt D is on the front side of the building on the lower level. Apt E is the only apartment on the back side of the building.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=33]\r\n\r\n[my-email subject=\"Casa Sacramento\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Casa Sacramento',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3026-revision-2','','','2011-05-08 13:51:45','2011-05-08 19:51:45','',3026,'http://www.timberon.info/blog/?p=3511',0,'revision','',0,''),(2062,22,'2011-03-29 15:22:24','2011-03-29 21:22:24','This rustic property has four bedrooms and three bathrooms. The beds include one king, one queen, one double, and four twins. There is a full kitchen plus another partial kitchen, washer/dryer, two dens, telephone, and TV w/satellite and a DVD player. Outdoors there are three decks, patio furniture, charcoal grill and a gas grill.  Rates begin at $110.00 per night for up to six adults.  (additional adult $5.00 each per night) Maximum capacity: 12 persons.\r\n\r\n187 Dixwood\r\nDirections to the Abbott Log Cabin at 187 Dixwood in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the second right onto Apache Dr. Take the first left onto Dixwood. The log cabin will be on your left at the first complete intersection that you come to. This will be Dixwood and Carson.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Abbott Log Cabin\"] for Reservations or Questions.  [nggallery id=24]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Abbott Log Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"11\" showkey=\"no\"]','Abbott Log Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','abbott-log-cabin','','','2011-05-09 18:58:08','2011-05-10 00:58:09','',2002,'http://www.timberon.info/blog/?page_id=2062',0,'page','',0,''),(2089,1,'2011-04-02 10:27:19','2011-04-02 16:27:19','[uCan-Post]','Post Article',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2087-revision-2','','','2011-04-02 10:27:19','2011-04-02 16:27:19','',2087,'http://www.timberon.info/blog/?p=2089',0,'revision','',0,''),(797,1,'2011-02-11 21:22:07','2011-02-11 21:22:07','Directory Contact Form\r\n\r\nThe following contains a Phone Book [White and Yellow Pages] for Timberon, New Mexico...\r\n[bizdir_directory name=\"Phone Directory\"]\r\n','Directory',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','18-revision-23','','','2011-02-11 21:22:07','2011-02-11 21:22:07','',18,'http://www.timberon.info/blog/?p=797',0,'revision','',0,''),(916,1,'2011-02-20 18:42:50','2011-02-20 18:42:50','You must be a Member and Logged in to view certain pages of this Website... Apply for membership by clicking HERE!','Apply for Membership',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','apply-for-membership','','','2011-03-25 15:28:07','2011-03-25 15:28:07','',498,'http://www.timberon.info/blog/?page_id=916',0,'page','',0,''),(832,1,'2011-03-21 22:44:23','2011-03-21 22:44:23','Property Information - Plat Maps, Restrictive Covenants and more... \n\nPhotos - New and Archived Photos\n\nWildlife - Plants and Animals','Timberon Menu',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','153-autosave','','','2011-03-21 22:44:23','2011-03-21 22:44:23','',153,'http://www.timberon.info/blog/?p=832',0,'revision','',0,''),(835,1,'2011-04-26 17:33:01','2011-04-26 23:33:01','\n\"\"','Property Information',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','150-autosave','','','2011-04-26 17:33:01','2011-04-26 23:33:01','',150,'http://www.timberon.info/blog/?p=835',0,'revision','',0,''),(3555,1,'2011-05-08 15:53:03','2011-05-08 21:53:03',' The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented. The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore. Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889. It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\r\n\r\n In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford. They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years. Fritzgerald Moore eventually sold his interest to Oliver Lee. During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\r\n\r\n In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\r\n\r\n  Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\r\n\r\n The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\r\n\r\nOliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\r\n\r\nThe Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\r\n\r\n The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found. The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc... They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\r\n\r\nJudge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\r\n\r\nEven after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \r\n\r\nDoc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\r\n\r\n Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\r\n\r\nRight after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\r\n\r\n The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\r\n\r\n The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\r\n\r\nIn 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\r\n\r\nAfter the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\r\n\r\nIn March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \r\n\r\nIn October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association (TPOA) in the late 1970s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\r\n\r\n The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\r\n\r\n  The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\r\n\r\n Frank Wheeler, Timberon\'s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\r\n\r\nAlso of interest, a missile out of Fort Bliss hit Timberon in February, 1976. The crater was near the present day dumpster site. According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez. The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History. If you have something to add, please contact us.)\r\n\r\n In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\r\n\r\nIn the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\r\n\r\nA three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\r\n\r\nTelephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\r\n\r\nThe Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\r\n\r\nThe Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\r\n\r\nTWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\r\n\r\nToday, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\r\n\r\n This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\r\n\r\nNoel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss. Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating. Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\r\n\r\nWe would like to make this an ongoing history. If you have something to add, Click Here.\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
     
    \r\n
     [nggallery id=18] 
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    ','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','timberon-history-2','','http://www.timberon.info/blog/?page_id=1134\nhttp://www.timberon.info/blog/?page_id=1140\nhttp://www.timberon.info/blog/?page_id=1147\nhttp://www.timberon.info/blog/?page_id=1147','2011-05-08 16:20:18','2011-05-08 22:20:18','',0,'http://www.timberon.info/blog/?p=3555',0,'post','',0,''),(3573,1,'2011-04-08 16:25:49','2011-04-08 22:25:49','Animals found in the Timberon area... This includeds mammals, birds, fish, and even insects. Taken from Articles in the \"Old\" Mountain Times Newspaper.\r\n
      \r\n
    • Bats - 26.91kb Adobe Acrobat (PDF) File
    • \r\n
    • Bark Beetle - 22.92kb Adobe Acrobat (PDF) File
    • \r\n
    • Black Bear - 98.59kb Adobe Acrobat (PDF) File
    • \r\n
    • Blister Beetle - 28.80kb Adobe Acrobat (PDF) File
    • \r\n
    • Bobcat - 33.29kb Adobe Acrobat (PDF) File
    • \r\n
    • Coyote - 45.97kb Adobe Acrobat (PDF) File
    • \r\n
    • Deer Mouse - 19.15kb Adobe Acrobat (PDF) File
    • \r\n
    • Endangered Species - 48.83kb Adobe Acrobat (PDF) File
    • \r\n
    • Dragonfly - 58.08kb Adobe Acrobat (PDF) File
    • \r\n
    • Elk - 85.26kb Adobe Acrobat (PDF) File
    • \r\n
    • Mountain Lion - 90.01kb Adobe Acrobat (PDF) File
    • \r\n
    • Horned Toad - 9.67kb Adobe Acrobat (PDF) File
    • \r\n
    • Mule Deer - 38.64kb Adobe Acrobat (PDF) File
    • \r\n
    • Penasco Chipmunk - 39.26kb Adobe Acrobat (PDF) File
    • \r\n
    • New Mexico Snakes - 85.81kb Adobe Acrobat (PDF) File
    • \r\n
    • Rattlesnake - 72.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Recluse Spider - 95.43kb Adobe Acrobat (PDF) File
    • \r\n
    • Roadrunner - 30.39kb Adobe Acrobat (PDF) File
    • \r\n
    • Skunk - 61.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Wolf - 152.93kb Adobe Acrobat (PDF) File
    • \r\n
    • Turkey - 63.32kb Adobe Acrobat (PDF) File
    • \r\n
    \r\nOther Animals from Timberon and around New Mexico ...These are \"Wildlife Notes\" from NM Game and Fish.','Animal Articles',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','animal-facts','','','2011-05-08 16:39:27','2011-05-08 22:39:27','',0,'http://www.timberon.info/blog/?p=3573',0,'post','',0,''),(3385,1,'2011-04-13 18:30:15','2011-04-14 00:30:15','
    The Department of Game and Fish is conducting roadblocks at numerous locations in southeastern New Mexico throughout the spring and summer.  Officers will be checking for game law violations, off-highway vehicle compliance, wood cutting permits and work on increasing fire safety awareness.  Game and Fish personnel may be assisted by other law enforcement agencies such as the U. S. Forest Service, Bureau of Land Management, New Mexico State Police or local sheriff’s department offices.
    \r\n
    \r\n
    Hunters and outdoor recreationalists may encounter minor delays as a result of these roadblocks.
    \r\n
    \r\n
    Turkey season opened the 15th of April and continues through the May 10.The Department encourages turkey hunters to utilize this opportunity to take a friend, relative, or young person hunting.  Hunt ethically and enjoy all the challenges associated with getting that ‘old gobbler’ within range.
    \r\n
    \r\n
    For more information on turkey hunting in New Mexico, pick up the 2011-2012 Big Game Rules and Information Book (RIB) available at license vendors statewide or go to www.wildlife.state.nm.us/ to view the big game RIB online.
    \r\n
    \r\n
    Off highway vehicle (OHV) use will increase as hunters and outdoor recreationalists utilize the many southeastern New Mexico landscapes for riding ATVs, motorcycles, and other off-road vehicles. OHV users are reminded to stay on designated trails and/or established roads unless riding in a designated off-road vehicle area.
    \r\n
    \r\n
    Many changes have been made to the OHV laws enacted to decrease injuries and increase safety awareness for OHV users in New Mexico.  Those changes include the requirement that anyone under the age of 18 must obtain a safety permit prior to operating an OHV on public lands.  OHV riders under the age of 18 also must wear safety gear including an approved helmet and eye protection, and must ride an age-and-size appropriate vehicle.  OHV riders under 18 must have adult supervision unless they have a driver’s license, and are not allowed to carry passengers.
    \r\n
    \r\n
    More information about off-highway vehicles is available on the Department’s webpage (www.wildlife.state.nm.us/) under the OHV tab, or at www.B4uRide.com/.  Online OHV safety training for riders under the age of 18 also is available at www.B4uRide.com/
    \r\n
    \r\n
    Wood cutting permits will be checked for those people that are harvesting wood for home use.  Permits for cutting fuel wood on public lands must be obtained from the U.S. Forest Service or Bureau of Land Management before a trip is made.  Officers will be checking to ensure that people have the proper documentation for all wood cutting activities.
    \r\n
    Fire safety and awareness should be a high priority for everyone while visiting the outdoors.  Numerous large fires have already occurred in southeastern New Mexico due to the extremely dry conditions.
    \r\n
    \r\n
    Officers will inspect off-highway vehicles for Forest Service-approved spark arrestors installed.  Individual contacts made during these roadblocks will be opportunities to inform wild lands visitors about fire safety and enjoying the great outdoors southeastern New Mexico has to offer.
    \r\n
    ','Game And Fish Officers Gearing Up For Spring Activities In Southeastern New Mexico',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','game-and-fish-officers-gearing-up-for-spring-activities-in-southeastern-new-mexico','','','2011-05-03 18:36:12','2011-05-04 00:36:12','',0,'http://www.timberon.info/blog/?p=3385',0,'post','',0,''),(3386,1,'2011-05-03 18:34:20','2011-05-04 00:34:20','
    The Department of Game and Fish is conducting roadblocks at numerous locations in southeastern New Mexico throughout the spring and summer.  Officers will be checking for game law violations, off-highway vehicle compliance, wood cutting permits and work on increasing fire safety awareness.  Game and Fish personnel may be assisted by other law enforcement agencies such as the U. S. Forest Service, Bureau of Land Management, New Mexico State Police or local sheriff’s department offices.
    \n
    \n
    Hunters and outdoor recreationalists may encounter minor delays as a result of these roadblocks.
    \n
    \n
    Turkey season opened the 15th of April and continues through the May 10.The Department encourages turkey hunters to utilize this opportunity to take a friend, relative, or young person hunting.  Hunt ethically and enjoy all the challenges associated with getting that ‘old gobbler’ within range.
    \n
    \n
    For more information on turkey hunting in New Mexico, pick up the 2011-2012 Big Game Rules and Information Book (RIB) available at license vendors statewide or go to www.wildlife.state.nm.us/ to view the big game RIB online.
    \n
    \n
    Off highway vehicle (OHV) use will increase as hunters and outdoor recreationalists utilize the many southeastern New Mexico landscapes for riding ATVs, motorcycles, and other off-road vehicles. OHV users are reminded to stay on designated trails and/or established roads unless riding in a designated off-road vehicle area.
    \n
    \n
    Many changes have been made to the OHV laws enacted to decrease injuries and increase safety awareness for OHV users in New Mexico.  Those changes include the requirement that anyone under the age of 18 must obtain a safety permit prior to operating an OHV on public lands.  OHV riders under the age of 18 also must wear safety gear including an approved helmet and eye protection, and must ride an age-and-size appropriate vehicle.  OHV riders under 18 must have adult supervision unless they have a driver’s license, and are not allowed to carry passengers.
    \n
    \n
    More information about off-highway vehicles is available on the Department’s webpage (www.wildlife.state.nm.us/) under the OHV tab, or at www.B4uRide.com/.  Online OHV safety training for riders under the age of 18 also is available at www.B4uRide.com/
    \n
    \n
    Wood cutting permits will be checked for those people that are harvesting wood for home use.  Permits for cutting fuel wood on public lands must be obtained from the U.S. Forest Service or Bureau of Land Management before a trip is made.  Officers will be checking to ensure that people have the proper documentation for all wood cutting activities.
    \n
    Fire safety and awareness should be a high priority for everyone while visiting the outdoors.  Numerous large fires have already occurred in southeastern New Mexico due to the extremely dry conditions.
    \n
    \n
    Officers will inspect off-highway vehicles for Forest Service-approved spark arrestors installed.  Individual contacts made during these roadblocks will be opportunities to inform wild lands visitors about fire safety and enjoying the great outdoors southeastern New Mexico has to offer.
    \n
    ','Game And Fish Officers Gearing Up For Spring Activities In Southeastern New Mexico',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3385-revision','','','2011-05-03 18:34:20','2011-05-04 00:34:20','',3385,'http://www.timberon.info/blog/?p=3386',0,'revision','',0,''),(3024,1,'2011-04-14 13:21:20','2011-04-14 19:21:20','\r\nPlat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...\r\n\r\nTimberon Airfield 1 \r\n\r\nTimberon Commercial 1 \r\n\r\nSacramento River Estates... \r\n\r\nSacramento Mountain Ranch 1... \r\n\r\nSacramento Mountain Ranch 2... \r\n\r\nSacramento Mountain Ranch 3... \r\n\r\nSacramento Mountain Ranch 4... \r\n\r\nTimberon Golf Course 1... \r\n\r\nTimberon Golf Course 2... \r\n\r\nTimberon Golf Course 3... \r\n\r\nTimberon Golf Course 4... \r\n\r\nTimberon Golf Course 5... \r\n\r\nTimberon Golf Course 6... \r\n\r\nTimberon Golf Course 7... \r\n\r\nTimberon Golf Course 8... \r\n\r\nTimberon Unit 1... \r\n\r\nTimberon Unit 2... \r\n\r\nTimberon Unit 3... \r\n\r\nTimberon Unit 4... \r\n\r\nTimberon Unit 5... \r\n\r\nTimberon Unit 6... \r\n\r\nTimberon Unit 7... \r\n\r\nTimberon Unit 8... \r\n\r\nTimberon Unit 9... \r\n\r\nTimberon Unit 10... \r\n\r\nTimberon Unit 12... \r\n\r\nTimberon Unit 13...\r\n\r\nTimberon Unit 14... \r\n\r\nTimberon Unit 14A... \r\n\r\nTimberon Unit 15... \r\n\r\nTimberon Unit 17...\r\n\r\n ','Plat Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','172-revision-2','','','2011-04-14 13:21:20','2011-04-14 19:21:20','',172,'http://www.timberon.info/blog/?p=3024',0,'revision','',0,''),(3436,1,'2011-04-13 11:46:06','2011-04-13 17:46:06','← Return to Member\'s Front Page\r\n[page_useronline]','Members Online',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','876-revision','','','2011-04-13 11:46:06','2011-04-13 17:46:06','',876,'http://www.timberon.info/blog/?p=3436',0,'revision','',0,''),(863,1,'2011-02-16 16:54:16','2011-02-16 16:54:16','◊ Members Online NowMembers ListDiscussion Board\r\n\r\nUse the links above to navigate among the different pages of the Member\'s Section. If you need help, the forum below can be used as a message board...\r\n','Member\'s Section',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','members-only-2','','','2011-05-05 12:24:29','2011-05-05 18:24:29','',0,'http://www.timberon.info/blog/?page_id=863',6,'page','',0,'http://www.timberon.info/blog/wp-content/uploads/icons/home.png'),(1159,1,'2011-02-20 22:21:51','2011-02-20 22:21:51','

    Aplly for membership by clicking HERE!

    \r\n','Apply for Membership',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','916-revision-5','','','2011-02-20 22:21:51','2011-02-20 22:21:51','',916,'http://www.timberon.info/blog/?p=1159',0,'revision','',0,''),(905,1,'2011-02-14 16:24:07','2011-02-14 16:24:07','
    \r\n\r\n   The orange-shirted workers and cranes are gone; the Mexican Canyon Trestle now stands strong and quiet, reminding us of the days when the train took logs down and brought visitors up the mountain. Now what?  Soon we will again have the bustle of construction in the area. Briston Construction is planning to begin work on the Trestle Vista around the first of April.  Highway 82 will be moved north, making more space on the south side for safe parking.  A side walk with interpretive signs will be installed, as will a viewing platform with benches, so visitors can sit down and enjoy the Trestle, White Sands, a sunset, their lunch, or the fresh mountain air.\r\n\r\n   While moving the highway may temporarily slow traffic, two lanes are expected to stay open to keep those cars moving. Highway relocation will obliterate the existing trailhead and parking for the popular Osha Trail. Work is planned to begin in March on an alternative access trail and parking for the Osha Trail. This new trailhead will be located at the bottom of Muchachita Avenue where it meets Highway 82. Visitors in Pines Campground will still be able to access Osha Trail from the campground.  As always, visitors can park in town and walk out Osha Trail road.\r\nIf you’d like to help with trail construction, please contact Peg Crim, at pcrim@fs.fed.us, or 575-434-7231 or leave your name and contact information at the Sacramento District Office.\r\n\r\n
    \r\n        For more information on the Lincoln National Forest, please review our website at:  www.fs.usda.gov/lincoln or follow us on Twitter.com/lincolnsmokey.   \r\n\r\n[gallery link="file"]','Historic Railroad Trestle Work Continues',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','historic-railroad-trestle-work-continues','','','2011-04-02 08:55:07','2011-04-02 14:55:07','',0,'http://www.timberon.info/blog/?p=905',0,'post','',0,''),(906,1,'2011-02-18 16:22:48','2011-02-18 16:22:48','','Crane_Osmose_Workers_10_12_10_512kb',1,1,0,NULL,NULL,NULL,0,NULL,'Osmose Railroad workers positioning replacement bents on Mexican Canyon Trestle ','inherit','open','open','','crane_osmose_workers_10_12_10_512kb','','','2011-02-18 16:22:48','2011-02-18 16:22:48','',905,'http://www.timberon.info/blog/wp-content/uploads/Crane_Osmose_Workers_10_12_10_512kb.jpg',0,'attachment','image/jpeg',0,''),(907,1,'2011-02-18 16:23:27','2011-02-18 16:23:27','','Trestle_Bents_Replaced_02_2011_640x480',1,1,0,NULL,NULL,NULL,0,NULL,'Looking south at Mexican Canyon Trestle ','inherit','open','open','','trestle_bents_replaced_02_2011_640x480','','','2011-02-18 16:23:27','2011-02-18 16:23:27','',905,'http://www.timberon.info/blog/wp-content/uploads/Trestle_Bents_Replaced_02_2011_640x480.jpg',0,'attachment','image/jpeg',0,''),(937,1,'2011-04-26 18:05:21','2011-04-27 00:05:21','\n\n\n\n\n\n\n
     Sub-Menu[sb_child_list]\n[sb_parent]
    \n   The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented.   The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore.  Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889.   It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\n\n    In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford.  They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years.  Fritzgerald Moore eventually sold his interest to Oliver Lee.   During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\n\n    In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\n\n     Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\n\n    The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\n\n   Oliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\n\n   The Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\n\n   The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found.   The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc... They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\n\n   Judge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\n\n   Even after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \n\n   Doc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\n\n    Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\n\n   Right after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\n\n    The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\n\n    The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\n\n   In 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\n\n   After the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\n\n   In March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \n\n   In October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association(TPOA) in the late 1970s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\n\n    The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\n\n    The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\n\n    Frank Wheeler, Timberon\'s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\n\n   Also of interest, a missile out of Fort Bliss hit Timberon in February, 1976.  The crater was near the present day dumpster site.  According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez.  The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History.  If you have something to add, please contact us.)\n\n    In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\n\n   In the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\n\n   A three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\n\n   Telephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\n\n   The Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\n\n   The Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\n\n   TWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\n\n   Today, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\n\n  This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\n\n   Noel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss.  Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating.  Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\n\n   We would like to make this an ongoing history. If you have something to add, Click Here.\n
    \n
    \n
    \n
    \n
    [gallery columns=\"2\"]\n\n\n
     
    \n
     
    \n \n\n\n
     
    \n
     
    \n
     
    \n \n\n\n
     
    \n
     
    \n
     
    \n
     
    \n \n\n \n\n
    \n \n\n
    \n
    \n
    \n
    ','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','934-autosave','','','2011-04-26 18:05:21','2011-04-27 00:05:21','',934,'http://www.timberon.info/blog/?p=937',0,'revision','',0,''),(1126,1,'2011-02-27 17:46:12','2011-02-27 17:46:12','','Old Timberon Logo',1,1,0,NULL,NULL,NULL,0,NULL,'The old Timberon Logo Sign at the front gate as it was in the 1980s.','inherit','open','open','','old-timberon-logo','','','2011-02-27 17:46:12','2011-02-27 17:46:12','',934,'http://www.timberon.info/blog/wp-content/uploads/Old-Timberon-Logo.jpg',0,'attachment','image/jpeg',0,''),(1127,1,'2011-02-27 17:46:14','2011-02-27 17:46:14','','Oliver Lee',1,1,0,NULL,NULL,NULL,0,NULL,'Oliver Lee on horseback near where Circle Cross Ranch is still today.','inherit','open','open','','omlee','','','2011-02-27 17:46:14','2011-02-27 17:46:14','',934,'http://www.timberon.info/blog/wp-content/uploads/OMLee.jpg',0,'attachment','image/jpeg',0,''),(1128,1,'2011-02-27 17:46:19','2011-02-27 17:46:19','Goat herder\'s shack in the meadow by Carissa Springs','Shack-by-Springs',1,1,0,NULL,NULL,NULL,0,NULL,'Shack by the old Carissa Springs','inherit','open','open','','shack-by-springs','','','2011-02-27 17:46:19','2011-02-27 17:46:19','',934,'http://www.timberon.info/blog/wp-content/uploads/Shack-by-Springs.jpg',0,'attachment','image/jpeg',0,''),(2256,1,'2011-04-06 12:28:28','2011-04-06 18:28:28','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.\n \n“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.”\n\nStage 2 Fire Restrictions include prohibition of:\n
      \n
    1. 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.
    2. \n
    3.  Smoking is limited to an enclosed vehicle or a smoking approved building.
    4. \n
    5. Possessing, discharging or using any kind of firework or other pyrotechnic device.
    6. \n
    7. Welding, or operating acetylene or other torch with open flame.
    8. \n
    9. 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).
    10. \n
    11. Chainsaw use will not be allowed between the hours of 10:00 a.m through midnight.
    12. \n
    \nPeople 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.\n\nAs always, fireworks are prohibited on all National Forest System lands.\n\nFor 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.\n\nFor 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.\n\nTo contact New Mexico State Forestry, please call (505) 476-3336, open Monday through Friday, 7:30 a.m. to 4:30 p.m.\n\nTo report a fire, call (575) 434-2286 or toll free 1-877-695-1663.\nFor fire restrictions and other fire information for all recreation sites in New Mexico, log on to http://gacc.nifc.gov/swcc/ or http://www.nmfireinfo.com or http://www.publiclands.org/firenews/NM.php. For more information on the Lincoln National Forest, please visit our website at www.fs.usda.gov/lincoln and follow us on www.twitter.com/lincolnsmokey.','Lincoln National Forest To Implement Stage II Fire Restrictions',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2255-revision','','','2011-04-06 12:28:28','2011-04-06 18:28:28','',2255,'http://www.timberon.info/blog/?p=2256',0,'revision','',0,''),(1178,1,'2011-03-03 20:42:14','2011-03-04 03:42:14','[nggallery id=4]\r\nUpload Your Photo...\r\n[ngg_uploader id = 4]','Uploaded Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','newly-uploaded-photos','','','2011-05-08 16:57:40','2011-05-08 22:57:40','',0,'http://www.timberon.info/blog/?page_id=1178',1,'page','',0,''),(3632,1,'2011-05-09 10:53:39','2011-05-09 16:53:39','This cabin has two bedrooms and two bathrooms and is located in the tall pines. There are two queen beds and a queen hide-a-bed.  The cabin has a full kitchen w/dishwasher, washer/dryer, satellite TV, central heat, and a nice deck with gas grill.  Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night).  Maximum capacity:  6 persons\r\n\r\n17 Dry Creek\r\nDirections to the Doll House at 17 Dry Creek in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will take a left hand curve and then take the first right onto Sauk. When you get to the top of Sauk, turn right onto Pawnee. When this road ends, turn left ontoWishita. Take the first left onto Dry Creek and the house will be the first one on your left.\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, P.O. Box 92, Timberon, NM 88350 — 575-987-2201\r\n\r\n[my-email subject=\"Doll House\"] for Reservations or Questions.  [nggallery id=22]\r\n\r\nReservations HIGHLY recommended…\r\n\r\n Reservations made during the holidays require a 50% non-refundable deposit.\r\n One night rental rates are slightly higher. No “one day” reservations will be accepted during the holidays.\r\n Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!\r\n All properties are non-smoking!\r\n\r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin…\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\nCalendar of Current Reservations\r\n[my_calendar category=\"10\" showkey=\"no\"]','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3632','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',2002,'http://www.timberon.info/blog/?p=3632',20,'nav_menu_item','',0,''),(3633,1,'2011-05-09 10:53:39','2011-05-09 16:53:39','Below are the places you can stay in Timberon by the night, week, or month…\r\n\r\n Timberon Rentals\r\nA number of cabin rentals, click on name to go to webpage.  575-987-2201\r\n Riverside Condos\r\nDuplexes on the Sacramento River.  575-987-2553\r\n Sacramento River Lodge\r\nA motel in Timberon.  575-987-2600\r\n Circle Cross RV Park\r\nRV Park located on the historic Circle Cross Ranch alongside the Sacramento River.  575-987-2650\r\n Timberon Trails RV Park\r\nRV Park in Timberon.  575-987-2240\r\n','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3633','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',0,'http://www.timberon.info/blog/?p=3633',10,'nav_menu_item','',0,''),(3634,1,'2011-05-09 10:53:39','2011-05-09 16:53:39','This is a 3 bedroom/2 bath cabin that includes two queen-size beds, 2 twins, and a queen-size hide-a-bed. There is also a full kitchen, wood-burning stove, air conditioner, telephone, washer/dryer, a charcoal grill, and TV/DVD with satellite. Rates begin at $90.00 per night for up to four adults add $5.00 per night for each additional adult. Maximum capacity is 10 persons.\r\n\r\n114 Oakmont \r\nDirections to the Miller Cabin at 114 Oakmont in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the second right onto Oakmont. The cabin is the first house on your left. There is a carport & chain link fence.\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, P.O. Box 92, Timberon, NM 88350 — 575-987-2201\r\n\r\n[my-email subject=\"Miller Cabin\"] for Reservations or Questions.  [nggallery id=27]\r\n\r\nReservations HIGHLY recommended…\r\n\r\n Reservations made during the holidays require a 50% non-refundable deposit.\r\n One night rental rates are slightly higher. No “one day” reservations will be accepted during the holidays.\r\n Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!\r\n All properties are non-smoking!\r\n\r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin…\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\nCalendar of Current Reservations\r\n[my_calendar category=\"14\" showkey=\"no\"]','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3634','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',2002,'http://www.timberon.info/blog/?p=3634',21,'nav_menu_item','',0,''),(3635,1,'2011-05-09 10:53:40','2011-05-09 16:53:40','Features a one bedroom and a two bathroom main house, and a guesthouse with one bedroom and one bathroom. The main house includes a king-size bed and queen futon, full kitchen, TV/VCR/DVD, computer with internet access, a wood-burning stove, a charcoal grill, and a huge screened porch with hammocks and a beautiful view. There is a double bed and queen futon along with a kitchenette in the guesthouse. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 12 persons.\r\n\r\n88 Chresta Loma\r\nDirections to Miria’s Hide-a-way at 88 Chresta Loma in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Turn right at the fifth right which is Edgewood. Take the first left onto Chresta Loma. The cabin is the second house on your right. There is a steel gate at the bottom of the driveway and the house number is on a tree to the left of the driveway.\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, P.O. Box 92, Timberon, NM 88350 — 575-987-2201\r\n\r\n[my-email subject=\"Miria\'s Hide-a-Way\"] for Reservations or Questions.  [nggallery id=26]\r\n\r\nReservations HIGHLY recommended…\r\n\r\n Reservations made during the holidays require a 50% non-refundable deposit.\r\n One night rental rates are slightly higher. No “one day” reservations will be accepted during the holidays.\r\n Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!\r\n All properties are non-smoking!\r\n\r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin…\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\nCalendar of Current Reservations\r\n[my_calendar category=\"13\" showkey=\"no\"]','Miria\'s Hide-a-Way',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','mirias-hide-a-way','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',2002,'http://www.timberon.info/blog/?p=3635',22,'nav_menu_item','',0,''),(3636,1,'2011-05-09 10:53:40','2011-05-09 16:53:40','The Red Barn is a one bedroom/one bath unit that includes a bedroom with a double bed, full kitchen, and TV/VCR/DVD.  The Sacramento River runs just outside of this unit.  Rates begin at $65.00 per night for two persons only.\r\n\r\n1841 Sacramento\r\nDirections to the Red Barn efficiency apartment at 1841 Sacramento Drive in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Stay on Sacramento until you reach a wood sign on your left that has “Timberon Development Council” and the address on it. Turn left here and travel towards the river. You will cross a bridge and then the road will curve to your left. The Red Barn will be directly in front of you. The door to the apartment faces the river. (Do not try to get into the office. The apartment is actually part of the red barn.)\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, P.O. Box 92, Timberon, NM 88350 — 575-987-2201\r\n\r\n[my-email subject=\"Red Barn\"] for Reservations or Questions.  [nggallery id=23]\r\n\r\nReservations HIGHLY recommended…\r\n\r\n Reservations made during the holidays require a 50% non-refundable deposit.\r\n One night rental rates are slightly higher. No “one day” reservations will be accepted during the holidays.\r\n Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!\r\n All properties are non-smoking!\r\n\r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin…\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\nCalendar of Current Reservations\r\n[my_calendar category=\"9\" showkey=\"no\"]','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3636','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',2002,'http://www.timberon.info/blog/?p=3636',23,'nav_menu_item','',0,''),(3637,1,'2011-05-09 10:53:39','2011-05-09 16:53:39','We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact… Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 — 575-987-2201\r\n\r\n[my-email subject=\"Timberon Rentals\"] for Reservations or Questions.\r\n\r\n Doll House - This cabin has two bedrooms and two bathrooms and is located in the tall pines. There are two queen beds and a queen hide-a-bed.  The cabin has a full kitchen w/dishwasher, washer/dryer, satellite TV, central heat, and a nice deck with gas grill.  Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night).  Maximum capacity:  6 persons.\r\n Red Barn - The Red Barn is a one bedroom/one bath unit that includes a bedroom with a double bed, full kitchen, and TV/VCR/DVD.  The Sacramento River runs just outside of this unit.  Rates begin at $65.00 per night for two persons only.\r\n Abbott Log Cabin - This rustic property has four bedrooms and three bathrooms. The beds include one king, one queen, one double, and four twins. There is a full kitchen plus another partial kitchen, washer/dryer, two dens, telephone, and TV w/satellite and a DVD player. Outdoors there are three decks, patio furniture, charcoal grill and a gas grill.  Rates begin at $110.00 per night for up to six adults.  (additional adult $5.00 each per night) Maximum capacity: 12 persons.\r\n Casa Coconino - This cabin has three bedrooms and two bathrooms.  There are 2 king-size beds, 4 twin beds, and a double hide-a-bed.  The cabin has a full kitchen, washer/dryer, satellite TV /VCR and additional TV with DVD player, garden tub with jets, a wood burning stove, a nice porch with gas grill, dishwasher and Wi-Fi.. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 10 persons.\r\n Miria’s Hide-a-Way - Features a one bedroom and a two bathroom main house, and a guesthouse with one bedroom and one bathroom. The main house includes a king-size bed and queen futon, full kitchen, TV/VCR/DVD, computer with internet access, a wood-burning stove, a charcoal grill, and a huge screened porch with hammocks and a beautiful view. There is a double bed and queen futon along with a kitchenette in the guesthouse. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 12 persons.\r\n Miller Cabin - This is a 3 bedroom/2 bath cabin that includes two queen-size beds, 2 twins, and a queen-size hide-a-bed. There is also a full kitchen, wood-burning stove, air conditioner, telephone, washer/dryer, a charcoal grill, and TV/DVD with satellite. Rates begin at $90.00 per night for up to four adults add $5.00 per night for each additional adult. Maximum capacity is 10 persons.\r\n Whiting Cabin - There are two bedrooms and 1 bathroom. The bedrooms include king-size bed, queen-size bed, and a queen-size hide-a-bed. There is a full kitchen, wood-burning fireplace, air conditioner, screened-in porch, telephone, a charcoal grill, and DVD with satellite TV. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\n Carson Cabin – This colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons.\r\n Casa Sacramento - This is an apartment building that has 4 rentals of varying size…\r\n\r\nApartment A - 2 BR/1 Bath includes 2 twin beds, 1 queen bed, and 1 queen hide-a-bed, full kitchen, wood stove, washer/ dryer, telephone, air conditioning, charcoal grill, and television with satellite programming and a VCR. Rates begin at $80.00 per night for up to four adults, $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\nApartment C - 1 BR/2 Bath includes queen bed and queen hide-a-bed, kitchenette, telephone, air conditioning, and television with satellite. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\nApartment D - 1 BR/1 Bath includes queen bed and queen hide-a-bed, kitchenette, dressing room, wood stove, telephone, small charcoal grill, and television with satellite & VCR. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\nApartment E - 1 Room/1 Bath includes double bed, kitchenette, and television with satellite programming. Rates begin at $45.00 per night for two persons only.','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3637','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',1999,'http://www.timberon.info/blog/?p=3637',11,'nav_menu_item','',0,''),(3638,1,'2011-05-09 10:53:40','2011-05-09 16:53:40','There are two bedrooms and 1 bathroom. The bedrooms include king-size bed, queen-size bed, and a queen-size hide-a-bed. There is a full kitchen, wood-burning fireplace, air conditioner, screened-in porch, telephone, a charcoal grill, and DVD with satellite TV. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\n\r\n172 Bronco\r\nDirections to the Whiting Cabin at 172 Bronco in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Stay on Sacramento. You will go around two different sharp right hand curves. After the second curve, turn left onto Rocky Trail. Take the first left onto Shallow Creek. Take the third right onto Mountainaire. Take the second left onto Concho. Take the second right onto Stallion. Take the first left onto Bronco. The street sign is hard to see here but there is a tire around a water valve in the middle of the intersection. The Whiting Cabin is the second house on the left. There is a flat rock with “Whiting” on it at the top of the driveway. Enjoy!!\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, P.O. Box 92, Timberon, NM 88350 — 575-987-2201\r\n\r\n[my-email subject=\"Whiting Cabin\"] for Reservations or Questions.  [nggallery id=28]\r\n\r\nReservations HIGHLY recommended…\r\n\r\n Reservations made during the holidays require a 50% non-refundable deposit.\r\n One night rental rates are slightly higher. No “one day” reservations will be accepted during the holidays.\r\n Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!\r\n All properties are non-smoking!\r\n\r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin…\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\nCalendar of Current Reservations\r\n[my_calendar category=\"15\" showkey=\"no\"]','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3638','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',2002,'http://www.timberon.info/blog/?p=3638',24,'nav_menu_item','',0,''),(3640,1,'2011-05-08 16:55:29','2011-05-08 22:55:29','[nggallery id=15]','Off Mountain Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3604-revision-2','','','2011-05-08 16:55:29','2011-05-08 22:55:29','',3604,'http://www.timberon.info/blog/?p=3640',0,'revision','',0,''),(3641,1,'2011-05-08 16:51:47','2011-05-08 22:51:47','A whole lot of photos in Timberon of people and events, most coming from early Mountain Times newspaper archives...\r\n[nggallery id=6]','Timberon Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3598-revision-2','','','2011-05-08 16:51:47','2011-05-08 22:51:47','',3598,'http://www.timberon.info/blog/?p=3641',0,'revision','',0,''),(3642,1,'2011-05-08 16:49:47','2011-05-08 22:49:47','[nggallery id=14]','Forest Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3595-revision-2','','','2011-05-08 16:49:47','2011-05-08 22:49:47','',3595,'http://www.timberon.info/blog/?p=3642',0,'revision','',0,''),(3776,1,'2011-05-17 16:54:51','2011-05-17 22:54:51','','classified',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3774-revision-2','','','2011-05-17 16:54:51','2011-05-17 22:54:51','',3774,'http://www.timberon.info/?p=3776',0,'revision','',0,''),(3774,1,'2011-05-17 16:54:51','2011-05-17 22:54:51','[[WP_CLASSIFIED]]','classified',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','classified','','','2011-05-17 17:44:54','2011-05-17 23:44:54','',0,'http://www.timberon.info/?page_id=3774',0,'page','',0,''),(3647,1,'2011-05-09 14:50:19','2011-05-09 20:50:19','','Home',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','home-2','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',0,'http://www.timberon.info/blog/?p=3647',1,'nav_menu_item','',0,''),(3650,1,'2011-05-09 16:04:38','2011-05-09 22:04:38',' ','Contact Us',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3260-revision-2','','','2011-05-09 16:04:38','2011-05-09 22:04:38','',3260,'http://www.timberon.info/blog/?p=3650',0,'revision','',0,''),(3652,1,'2011-05-09 16:05:19','2011-05-09 22:05:19',' ','Menu',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3439-revision-3','','','2011-05-09 16:05:19','2011-05-09 22:05:19','',3439,'http://www.timberon.info/blog/?p=3652',0,'revision','',0,''),(3653,1,'2011-04-13 11:56:27','2011-04-13 17:56:27','\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    Sub-Menu[sb_child_list]\r\n[sb_parent]
    \r\n\r\nClick Title to open in New Window...\r\n[pageview url=\"http://forecast.weather.gov/MapClick.php?CityName=Timberon&state=NM&site=EPZ&lat=32.6383&lon=-105.69\" title=\"NWS Seven Day Forecast\" scrolling=\"yes\"]','Local Weather',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','422-revision-2','','','2011-04-13 11:56:27','2011-04-13 17:56:27','',422,'http://www.timberon.info/blog/?p=3653',0,'revision','',0,''),(979,1,'2011-02-26 15:37:45','2011-02-26 15:37:45','','acro',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','acro','','','2011-02-26 15:37:45','2011-02-26 15:37:45','',661,'http://www.timberon.info/blog/wp-content/uploads/acro.png',1,'attachment','image/png',0,''),(2078,1,'2011-03-31 16:52:49','2011-03-31 22:52:49','[AWPCPCLASSIFIEDSUI]','Classifieds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','classifieds','','','2011-03-31 16:52:49','2011-03-31 22:52:49','',1917,'http://www.timberon.info/blog/?p=2078',0,'revision','',0,''),(2079,1,'2011-03-25 15:13:17','2011-03-25 15:13:17','[AWPCPCLASSIFIEDSUI]','Classifieds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','classifieds','','','2011-03-25 15:13:17','2011-03-25 15:13:17','',1917,'http://www.timberon.info/blog/?p=2079',0,'revision','',0,''),(2077,1,'2011-03-30 13:51:22','2011-03-30 19:51:22',' In general, the Southeast Region of New Mexico has the poorest health status in the state as a result of lower income levels and educational achievement, a higher adult smoking rate, and higher rates of chronic disease and chronic deaths. Current health status data by region and county can be found in New Mexico Department of Health’s Indicator-Based Information System (IBIS) at ibis.health@state.nm.us.\r\n\r\nThe New Mexico Department of Health regularly examines New Mexico’s health status to guide policy decisions and improve health programs. “Tracking the health status of New Mexico regions and counties allows us to target prevention programs toward the areas of greatest need,” says Department of Health Cabinet Secretary, Dr. Catherine Torres.\r\n\r\nIn general, Bernalillo County has the best health status in New Mexico of any region partly due to higher regional income levels, educational attainment, and health care coverage. Because all other regions of New Mexico do less well on these demographic factors, the health status of these regions is more adversely affected. The Southeast Region had the highest total death rate in 2009 at 977.3 deaths per 100,000 people, while Bernalillo County had the lowest total regional death rate at 838.9 deaths per 100,000 people.\r\n\r\nOf concern for the future is the highest youth smoking rate of 26.3 percent among high school students in the Northwest Region, which also has the highest regional alcohol-related death rate in New Mexico.\r\n\r\nThe New Mexico Department of Health provides counties and regions with information on their strengths and weaknesses through IBIS, which allows them to focus attention in those areas.\r\n\r\nWhy Indicator-Based? The U.S. Government Accountability Office (GAO) found that comprehensive key indicator systems had the following positive effects:\r\n
      \r\n
    • Enhanced collaboration to address public issues. 
    • \r\n
    •  Provided tools to encourage progress. 
    • \r\n
    •  Informed decision-making and improved research. 
    • \r\n
    •  Increased public knowledge about key issues.
    • \r\n
    \r\nIBIS has 70 indicator reports that are regularly updated. In addition, two reports present key indicators for each county:\r\n\r\nHealth Regions:\r\n
      \r\n
    • Northwest Region: Cibola, McKinley, Sandoval, San Juan, and Valencia counties.
    • \r\n
    • Northeast Region: Colfax, Guadalupe, Los Alamos, Mora, Rio Arriba, Santa Fe, San Miguel, Taos, and Union counties.
    • \r\n
    • Southwest Region: Catron, Dona Ana, Grant, Hidalgo, Lincoln, Luna, Otero, Sierra, Socorro, and Torrance counties.
    • \r\n
    • Southeast Region: Chaves, Curry, De Baca, Eddy, Harding, Lea, Quay, and Roosevelt counties.
    • \r\n
    \r\nBernalillo County is its own health region because of its large population.','The Southeast Region has the Poorest Health Status in New Mexico',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2074-revision-3','','','2011-03-30 13:51:22','2011-03-30 19:51:22','',2074,'http://www.timberon.info/blog/?p=2077',0,'revision','',0,''),(3005,1,'2011-04-14 09:31:31','2011-04-14 15:31:31','','Products and Services',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','ads','','','2011-05-03 19:14:46','2011-05-04 01:14:46','',0,'http://www.timberon.info/blog/?page_id=3005',0,'page','',0,''),(2066,22,'2011-03-29 15:24:48','2011-03-29 21:24:48','Features a one bedroom and a two bathroom main house, and a guesthouse with one bedroom and one bathroom. The main house includes a king-size bed and queen futon, full kitchen, TV/VCR/DVD, computer with internet access, a wood-burning stove, a charcoal grill, and a huge screened porch with hammocks and a beautiful view. There is a double bed and queen futon along with a kitchenette in the guesthouse. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 12 persons.\r\n\r\n88 Chresta Loma\r\nDirections to Miria’s Hide-a-way at 88 Chresta Loma in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Turn right at the fifth right which is Edgewood. Take the first left onto Chresta Loma. The cabin is the second house on your right. There is a steel gate at the bottom of the driveway and the house number is on a tree to the left of the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Miria\'s Hide-a-Way\"] for Reservations or Questions.  [nggallery id=26]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"13\" showkey=\"no\"]','Miria\'s Hide-a-Way',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','mirias-hide-a-way','','','2011-05-08 14:43:28','2011-05-08 20:43:28','',2002,'http://www.timberon.info/blog/?page_id=2066',0,'page','',0,''),(3167,1,'2011-04-27 16:53:33','2011-04-27 22:53:33','This colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons\r\n\r\n190 Carson\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=20]\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Carson Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2006-revision-2','','','2011-04-27 16:53:33','2011-04-27 22:53:33','',2006,'http://www.timberon.info/blog/?p=3167',0,'revision','',0,''),(3105,1,'2011-04-23 09:14:51','2011-04-23 15:14:51','The Red Barn is a one bedroom/one bath unit that includes a bedroom with a double bed, full kitchen, and TV/VCR/DVD.  The Sacramento River runs just outside of this unit.  Rates begin at $65.00 per night for two persons only.\r\n\r\n1841 Sacramento  [DIRECTIONS]\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=20]\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Red Barn',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2060-revision-4','','','2011-04-23 09:14:51','2011-04-23 15:14:51','',2060,'http://www.timberon.info/blog/?p=3105',0,'revision','',0,''),(2049,1,'2011-05-11 18:06:41','2011-05-12 00:06:41','We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\n\n[my-email subject=\"Timberon Rentals\"] for Reservations or Questions.\n
      \n
    • Doll House - This cabin has two bedrooms and two bathrooms and is located in the tall pines. There are two queen beds and a queen hide-a-bed.  The cabin has a full kitchen w/dishwasher, washer/dryer, satellite TV, central heat, and a nice deck with gas grill.  Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night).  Maximum capacity:  6 persons.
    • \n
    • Builta\'s Cabin - This cabin features three bedrooms with queen size beds and two full bathrooms, including one garden tub.  The living room has a queen size sofa sleeper, along with a wood stove and satellite TV w/DVD/VCR.  There is a full kitchen and washer/dryer.  There is a nice deck in the back with tall pines in the area. Rates begin at $90.00 per night for up to four adults. (additional adult $5.00 each per night) Maximum capacity:  10 persons
    • \n
    • Tonto Cabin - The cabin has two bathrooms and two bedrooms, which include one queen, one double, and one twin foam bed. There is a full kitchen with dishwasher, dining room, living room w/double hide-a-bed, TV with DVD player, and washer/dryer. A beautiful view can be enjoyed from the front deck. A charcoal grill is available. Rates begin at $75.00 per night for up to four adults. (additional adult $5.00 each per night) Maximum capacity: 6 persons.
    • \n
    • Red Barn - The Red Barn is a one bedroom/one bath unit that includes a bedroom with a double bed, full kitchen, and TV/VCR/DVD.  The Sacramento River runs just outside of this unit.  Rates begin at $65.00 per night for two persons only.
    • \n
    • Abbott Log Cabin - This rustic property has four bedrooms and three bathrooms. The beds include one king, one queen, one double, and four twins. There is a full kitchen plus another partial kitchen, washer/dryer, two dens, telephone, and TV w/satellite and a DVD player. Outdoors there are three decks, patio furniture, charcoal grill and a gas grill.  Rates begin at $110.00 per night for up to six adults.  (additional adult $5.00 each per night) Maximum capacity: 12 persons.
    • \n
    • Casa Coconino - This cabin has three bedrooms and two bathrooms.  There are 2 king-size beds, 4 twin beds, and a double hide-a-bed.  The cabin has a full kitchen, washer/dryer, satellite TV /VCR and additional TV with DVD player, garden tub with jets, a wood burning stove, a nice porch with gas grill, dishwasher and Wi-Fi.. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 10 persons.
    • \n
    • Miria’s Hide-a-Way - Features a one bedroom and a two bathroom main house, and a guesthouse with one bedroom and one bathroom. The main house includes a king-size bed and queen futon, full kitchen, TV/VCR/DVD, computer with internet access, a wood-burning stove, a charcoal grill, and a huge screened porch with hammocks and a beautiful view. There is a double bed and queen futon along with a kitchenette in the guesthouse. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 12 persons.
    • \n
    • Miller Cabin - This is a 3 bedroom/2 bath cabin that includes two queen-size beds, 2 twins, and a queen-size hide-a-bed. There is also a full kitchen, wood-burning stove, air conditioner, telephone, washer/dryer, a charcoal grill, and TV/DVD with satellite. Rates begin at $90.00 per night for up to four adults add $5.00 per night for each additional adult. Maximum capacity is 10 persons.
    • \n
    • Whiting Cabin - There are two bedrooms and 1 bathroom. The bedrooms include king-size bed, queen-size bed, and a queen-size hide-a-bed. There is a full kitchen, wood-burning fireplace, air conditioner, screened-in porch, telephone, a charcoal grill, and DVD with satellite TV. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 8 persons.
    • \n
    • Carson Cabin - This colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons.
    • \n
    • Casa Sacramento - This is an apartment building that has 4 rentals of varying size…
    • \n
    \n

    Apartment A - 2 BR/1 Bath includes 2 twin beds, 1 queen bed, and 1 queen hide-a-bed, full kitchen, wood stove, washer/ dryer, telephone, air conditioning, charcoal grill, and television with satellite programming and a VCR. Rates begin at $80.00 per night for up to four adults, $5.00 per night for each additional adult. Maximum capacity is 8 persons.\nApartment C - 1 BR/2 Bath includes queen bed and queen hide-a-bed, kitchenette, telephone, air conditioning, and television with satellite. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\nApartment D - 1 BR/1 Bath includes queen bed and queen hide-a-bed, kitchenette, dressing room, wood stove, telephone, small charcoal grill, and television with satellite & VCR. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\nApartment E - 1 Room/1 Bath includes double bed, kitchenette, and television with satellite programming. Rates begin at $45.00 per night for two persons only.

    ','Timberon Rentals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2002-autosave','','','2011-05-11 18:06:41','2011-05-12 00:06:41','',2002,'http://www.timberon.info/blog/?p=2049',0,'revision','',0,''),(3590,1,'2011-04-13 11:41:41','2011-04-13 17:41:41','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from the north and south extremes of Timberon - two very different climatic areas... Jesse Duckett\r\n[nggallery id=11]','September 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','127-revision','','','2011-04-13 11:41:41','2011-04-13 17:41:41','',127,'http://www.timberon.info/blog/?p=3590',0,'revision','',0,''),(1070,1,'2011-03-21 22:22:18','2011-03-21 22:22:18','Plants that can be found around this part of New Mexico... and their uses.  Most of these are articles from J. Zane Walley\'s \"Ask Your Herbalist.\"\n
      \n
    • Algerita - 34.54kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \n
    • Creosote - 47.56kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \n
    • Cocklebur - 22.93kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \n
    • Crown of Thorns - 8.91kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \n
    • Dandelion - 25kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \n
    • Desert Willow - 29.42kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \n
    • Edible Plants in the Sacramento Mountains - 7.01mb Adobe Acrobat (PDF) File from Daniel Kepler NMSU Paper in Cloudcroft Museum
    • \n
    • Ephedra High Energy Desert Herb - 11.88kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \n
    • Horehound - 271.01kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \n
    • Juniper - 9.78kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \n
    • Noxious Weeds - 200.22kb Adobe Acrobat (PDF) File from information provided by the Otero County Extension Service.
    • \n
    • Ponderosa Pine - 52.96kb Adobe Acrobat (PDF) File from information provided by the USFS.
    • \n
    • Prickly Poppy - 316.39kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \n
    • Snake Broom Weed - 10.99kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \n
    • Saint Peter\'s Staff - 47.78kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \n
    • Yarrow - 39.92kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \n
    • Yucca - 30.53kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \n
    ','Plants',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','211-autosave','','','2011-03-21 22:22:18','2011-03-21 22:22:18','',211,'http://www.timberon.info/blog/?p=1070',0,'revision','',0,''),(1140,1,'2011-02-27 18:21:21','2011-02-27 18:21:21','My name is Omer Holcomb and I spent much of my childhood in Monument Canyon on the \'Holcomb Ranch\', which we still own and operate.\r\n\r\nThe picture of the little cabin with Jeffers Peak in the background in your history is probably the cabin that was used by the caretaker of the ditch system that carried water to a pipeline which then carried water to Rim Tank. The caretaker in the 1950s was Condido Moya, known to us as Mr. Moya. He worked for the Lee family and spent all summer in that little cabin. Some of the original concrete lined ditch is still visible. It was abandoned when Mr. Paul Moss put in a double pipeline, one for the Lees and one for him.\r\n\r\nOn the hill about 100 yards north of the cabin is the reported grave of Mr. Grisak. I am sure it is still there, but even when I was a child it was only visible as a small area fenced in with barbed wire in the middle of a Pinon pine thicket.\r\n\r\nWe lived in the old Grisak house that was remodeled by Mr. Moss. It was constructed of locally formed adobe bricks probably from clay removed from the basement. Mr. Moss added the rock structure on the front. I do not know when the house was built, but the homestead survey dates from 1917. The Grisaks originally lived further up Monument canyon and the outline of the cabin is still visible on the edge of a small clearing.\r\n\r\nIf you need clarification or have question feel free to Email me.... Omer Holcomb\r\n\r\nFrom Timberon.Info to Omer Holcomb --\r\n\r\nThank you for the Email, sorry it took so long to get back to you. imberon.Info is very interested in the history of the area. We will add what you sent to the Timberon History we have started. Timberon History is by far not the only history we are collecting... you could say we are interested in all the history of this mountain. Do you have a family history that you would like published on the internet?\r\n\r\nThere is one question that comes to mind... In the Daugherty Family history it was written that during a hunting trip they came over the southern rim of the mountains and discovered a spring that when developed was named Daugherty Wells. It sounded like the location was similar to where Carrisa Springs is located. Do you know if they are one in the same?\r\n\r\nThank you in advance for your time, and we will always appreciate any stories, antidotes, or photos you may have of the area\'\r\n\r\nJJ and Kim Duckett, Timberon.Info\r\n\r\nFrom Omer Holcomb to Timberon.Info --\r\n\r\nThanks for responding to my E Mail. I do not know if Carrisa Spings is the Dougherty Wells. I do know that one could look down from the road and see the old irrigation ditch which is no longer useable, even in 1956. It wasn\'t useable because the water from the spring comes out in the bottom of the large ditch.\r\n\r\nIt was obvious that at one time that there was no ditch and the spring came up in the pasture land. You could follow the irrigation ditch back to its source and see a depression that at one time must have been the spring. This is probably the reason that it was called Dougherty Wells. More than likely the entire bottom of the valley was a swamp where the water came up and there could have easily been no main stream until they dug it out. We own such a spring in Jim Lewis canyon. The entire bottom of the canyon is a swamp and if we did not dig out the springs and fence them off from the livestock there would be no running water. This is probably what the Carrisa Springs looked like at one time. The ditch is the result of erosion from either a road or attempts to drain the bottom land. Most of the large eroded ditches that you see in the Sacramento Mountains are the result of erosion of the original wagon roads. James Canyon is a prime example. You can see places where the ditch cuts through hills and the only way it could do that is along an old road. This is what the old original settlers told my father when he moved to New Mexico in 1926. You can follow the old road up Monument canyon and see many places that where once there was a road is now a ditch.\r\n\r\nMr. Grisak\'s grave is probably easy to find if one knew where to look. I looked for it several times when I was a child and found it every time. I\'ll bet the barbed wire is still around it. The area enclosed is probably 30 by 20 feet or more.\r\n\r\nI read with interest about the ditch that Oliver Lee dug to carry water from the Sacramento River to Grapevine Canyon. When my father bought the Moss ranch (except for where Timberon is) it had and still has a summer and winter pasture. The summer pasture starts at the Carrisa Springs and is located further north. Winter pasture is located about 10 miles south of Alamogordo on the El Paso highway. The only way to move the cattle at that time was to drive them by horse. The first day we would drive them to base of the mountains, the second day we would stop at what used to be the Willis Danley ranch in Grapevine canyon just below lower Juniper Tank. The third day we would stop and camp next to the large cut through the Arkansas ridge, and the next day we would be in Monument Canyon. There is nothing like observing your surroundings like riding a horse behind the last calf. Many times I would forget about the ditch and ride after a cow and find my way blocked. I did not learn fast.\r\n\r\nThat ditch was actually two ditches. One is very large and according to my father, was intended to carry the flood waters of the Sacramento River and it went over the Arkansas ridge without much earth removal. The second ditch was lower in elevation and hence had to be cut through the Arkansas ridge. We basically followed that ditch all the way to the winter range. It ends at a place known as Sacramento City. You may have never heard of Sacramento City. It was a community started by Oliver Lee in the early 1900s. I could not tell you how to get there but it is about 1 mile east of the El Paso highway and about 2 miles south of our ranch headquarters. All you can see are the road patterns, a little glass and an old coffee pot.\r\n\r\nOliver Lee intended those ditches to provide water for that community so they could farm. It was not successful and \'city\' abandoned. My Father said that the water supply was unreliable. The remains of the ditch are still there if you knew where to look.\r\n\r\nWe quit driving the cattle between the two ranches when my sisters and I left home. Dad was left without a crew and it is near impossible to find temporary cowboys that know anything about a cow. At that time they also stopped spending the summers in Monument Canyon. It was too lonely for them after we left. My sisters and I are taking over that portion of the ranch and we will have manager that will start spending the summers there from now on. We loved that ranch and spent some of the happiest times of our lives there. We will not sell any of it. We want to leave it unpopulated for as long as we can so everyone can enjoy it. I may have a family history. I\'ll look.\r\n\r\nOh yes, the water at Timberon. Mr. Moss drilled several wells and was unable to find an irrigation well. It is not surprising that you have trouble now. If he could have found water the apple orchard would not have died.\r\n\r\nOh yes, again. The old school house site was at the mouth of Carrisa canyon where it flows into the Sacramento River. It looks like someone built the road right over it. I could show you where that was with a good deal of certainty. Contact me again if you have any more questions.\r\n\r\nOmer Holcomb','Talking with Omer Holcomb',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','the-holcomb-ranch-correspondence-with-omer-holcomb','','','2011-05-08 16:17:19','2011-05-08 22:17:19','',934,'http://www.timberon.info/blog/?page_id=1140',0,'page','',0,''),(1134,1,'2011-02-27 18:08:11','2011-02-27 18:08:11','I was born March 28, 1882 in a small Texas village called Hilton. It was located about 26 miles southeast of Sweet Water on Valley Creek near a mountain range called Church. My father, Jasper Newton Daugherty, owned a small farm there. He decided to sell out and go west to seek his fortune. So Dad \"Newt\", older bother \"Frank\", younger brother Martin, sister Elizabeth and her husband Patric Conley, mother Mary Jane Goodnight, wife Louisa (Gardner), and what family they each had, prepared to go in one wagon train.\r\n\r\nWe had one large wagon drawn by two yoke of oxen and four wagons drawn by four horses each. This large wagon held most of our food and things that we used everyday. We took a green cow hide and tied it up under the running gear of the wagon, shaping it so we could carry pots and cooking equipment. This allowed us some extra space, which we needed very much.\r\n\r\nIn my immediate family was Dad, Mother and six kids, three boys and three girls. I was six years old.\r\n\r\nThe way I remember it, we started out in May and traveled almost due west by way of old Fort Shadrick, between Sweet Water and San Angelo, Texas. This was really quite an adventure for me. The first place we came to was a small village by the name of Robert Lee, on the Colorado River. Then on west we went by Sterling City and where McCamey is now.\r\n\r\nMy Dad was quite a hunter and he always had an old hound dog he hunted with. We had not been on our way long before this old hound got snake bit. He soon became unable to travel. Dad made room for him by putting our pots and pans in the wagon and putting the hound in the green cowhide that was under the running gear of the wagon. This was were the hound stayed until he recovered. I can still see him as the wagon rambled on and on, day after day. This wagon was big and heavy.\r\n\r\nDad had sold our farm before we left, and got a very good price. Having so much money to finance the trip made Dad boss of the wagon train. There were about twenty wagons in all.\r\n\r\nOur first rest stop was at Fort Stockton, which had been abandoned by the colored soldiers a few weeks before our arrival. While there we stayed in the buildings, and to us this was really a luxury.\r\n\r\nAfter a few weeks rest, we started out again. We had been on our way only a few days, when we discovered to our disgust, that while living in our \"luxurious hotels\" at Fort Stockton we had acquired a goodly supply of \"Grey Backs.\" Better known as body lice. This being the case, Mother knew the only way of getting rid of them was to scald all of our clothing and anything else they were in. So we camped out on the prairie, took out the big round wash pot, filled it with our \"precious water\", built a fire under it and started the scalding process. Almost everything we owned had to be washed and scalded. Bedding included. This took several days of hard work. We kids only had one change of clothes, and so Mother just turned us out on the prairie stark naked. How well I remember running like something wild, free of clothes and \"Lice.\" We had the time of our lives, enjoying every minute of our freedom. Meanwhile, the women worked faithfully to get rid of the lice. I can remember running by seeing our clothes boiling away in that pot of water. This completed, we went on our way.\r\n\r\nIn crossing the desert to Fort Davis water was scarce and we went as long as two or three days without water for the stock. When the oxen are without water for \"any\" length of time and suddenly get a smell of water near, they take off as fast as they can and you just can\'t hold them. Uncle Mark was our scout and had found a lake about a half mile ahead. When the ox team reached the water, instead of them stopping to drink, they went on into the water until the wagon was stuck. We had to unhitch them from the front and hook them to the back to pull the wagon out.\r\n\r\nContinuing on west, we followed the old \"Government Route\", to the Fort Davis mountains where Alpine is now. From Fort Davis we went by way of Valentine, between early-day forts. Then on further west to a silver mining town called Sierra Blanca, where we stopped for a rest.\r\n\r\nWhile resting, one of our group ran into an old prospector, and during their two or three days of visiting this prospector convinced the men in our wagon train that there was a fortune to be made by working the mine dump from the silver mine. The only water available for working the mine and other purposes, had to be hauled by wagon in wooden barrels from the Rio Grande River - about twenty miles south of Sierra Blanca. My Dad, \"Newt\" Daugherty, being the only one with money and still the Boss, was the one elected to haul the water by ox team this twenty miles - both ways. He furnished the money and the others did the work on this big deal. This \"big deal\" was doomed to failure from the start, as well as using up the remainder of Dad\'s cash. It took the men about two months to see nothing could be made here, and they abandoned it and headed on west through Fort Hancock and into El Paso, Texas.\r\n\r\nWe stopped in El Paso to rest our families and stock for awhile, and look around some more. We camped in an mesquite flat where there was an old lumber shack without anything over the windows. This was near were the courthouse now stands in El Paso, Texas.\r\n\r\nIn El Paso the only fuel was either kerosene or mesquite roots hauled in on the backs of burros by Mexicans. Sometimes they would have as many as twenty burros loaded with roots. That was quite a sight.\r\n\r\nWhile we were there, a smallpox epidemic broke out among the Mexicans. There was no shots or cure then. It was quite a killer and the Mexicans died by the hundreds. This was considered \"sure death\" and was very contagious, but we never did get it.\r\n\r\nAfter we had been there about two weeks we discovered a flat with plenty of good green grass, we moved there on the west side of El Paso about where the smelter now stands. Back then the United States had no treaty with Mexico and we could not cross the river to apprehend thieves and smugglers. So while camped in this new spot, Mexicans came across the river one night and stole three of our best horses which we never could recover.\r\n\r\nAt this point, our little group decided to split up and go our separate ways. Which we did. Uncle Frank and his family returned to Nolen County, Texas. Uncle \"Pat\" Conley, Aunt Lizzy and the children went on to Deming, New Mexico. That was were they lived their lives and raised their children. Mark Daugherty, his Mother Mary Jane Goodnight, and a partner started a freight line, which is another story in itself.\r\n\r\nMy Dad, Mother and us kids went east to Waco Tank, about 30 miles from El Paso. Here my Mother became ill with what they called \"slow fever.\" She was real sick, and it was about a month before we could go any farther. After her recovery, we went on east to Crow Springs or Salt Flats near where today\'s Dell City is. Here we stopped for the winter. A man by the name of John Brooks gave us permission to camp here. Crow Springs was a spring-fed lake about 10 or 15 miles north of Salt Lake, from which later ranchers would haul salt for their livestock.\r\n\r\nWhen spring came again, it was about the year 1890, we loaded our wagons and went on our way to a settlement called Pinon, New Mexico. We went through Pinon to a canyon north of Weed New Mexico, Hay Canyon. Following the Agua Chiquita at the mouth of Hay Canyon there were four families that lived within a distance of about six miles. Pendergrass at the mouth, Widow Barringer, Tom Dauthett family, and the Riley Baker family.\r\n\r\nIn our travels we had heard \"buggy stories\" about \"sleepy grass\", which we knew nothing about, not even what it looked like. On the way up Hay Canyon, we stopped at the Dauthett\'s place in a flat where there was beautiful grass in abundance. My Father went back to talk to Dauthett about the country. Mr. Dauthett asked where we had camped and dad said \"in that beautiful flat of grass.\" Mr. Dauthett said \"you better get back and move that stock, quick, because that is \"sleepy grass\" and will put them to sleep.\" Sure enough, by the time Dad got back, the stock was standing with their heads down, asleep. It was two days before they woke up enough to move out of the flat. We learned in a hurry about \"sleep grass.\" After stock had eaten \"sleepy grass\" it left then kinda doppy for a few days, but in time they recovered.\r\n\r\nDad took up a \"homestead\" just above Riley Baker, joining him on the west at the headwaters on Hay Canyon. We built a log cabin and prepared the land for farming.\r\n\r\nLog houses were built by neighbors coming, cutting trees, trimming and shaping them (called log rolling). We built a large room called a smoke house at the same time. After the logs were put up, they took thick mud and filled in the cracks - which they called \"chink and dobbed.\" Before the cracks were \"chinked and dobbed\" I remember birds would fly in and out the cracks. We kids would try and catch them, but they would fly out and be gone. I used to wish we had a house they couldn\'t get out of, never giving a thought as to how they would get in if the cracks were not there.\r\n\r\nThis was the happy hunting ground my Dad started from Texas to find. And it truly was, as there was an abundance of game - deer, bear, elk, turkey, all kinds of wild animals, - such as coyote, bobcat, wildcat, lobo, panther, fox, and the like. During the winter Dad would go out and kill the deer, elk and turkey, butchering and hanging them in the smokehouse where they would freeze. When he had enough for a house-wagon load, he would fill the wagon and cover the meat with a tarp. He would then go into El Paso and sell the meat for 10 cents a pound. It took him four days to go into El Paso and it was cold enough that the meat would stay pretty well frozen. He would then buy food, such as 100 pound sacks of flour, sugar (brown and white), corn meal, beans, coffee (green, which had to be roasted and ground), syrup, sargun in large buckets, and sometimes we could get honey in the cone. We bought dried peaches, apples, prunes, raisins, and occasionally apricots. These were packed in a wooden box. Kerosene was bought in 5 gallon cans for lamps, so we could have light. Everyone bought enough groceries and supplies of all kinds to last at least six to eight months.\r\n\r\nEvenings were spent \"sawing on the fiddle,\" picking the guitar, singing, or pumping and playing the old organ. Dances, after harvest or roundups and brandings, were held in someone\'s home. Sometimes weeks would pass and your family would never be alone. Any place night came on you, is where you would spend the night.\r\n\r\nMy youngest brother Jason was born in the log house on Hay Canyon. At the time of this writing, the house is still standing. It has been re-built several times, but the original house is still \"as built\" in 1892.\r\n\r\nSchools then were two or three months during the summer. A teacher was paid by the parents. They were called subscription schools. The small log house used for school was also built by the parents and centrally located. My first teacher, I remember, was Mr. Knapp. It lasted two months and was on Hay Canyon. Next summer we attended a school on Wills Canyon, three miles from where we lived - and we walked it morning and night, carrying our lunch in a bucket.\r\n\r\nAbout 1896, Dad traded the place in Hay Canyon for a place about five miles from Weed, West. The man he traded with was a Mr. Truxal. The new place was located near the Elkhorn School house and we attended school there for the next three or four summers. All eight grades were taught in the same room. After eighth grade some pupils were fortunate enough to be able to go to Weed for \"higher\" learning.\r\n\r\nWe stayed on this Truxel place about 5 years. During this time my Dad had become a big Angora Goat rancher, and we needed to go to a warmer climate. So we got a ranch called Chimney Lake, on a tributary canyon that ran into the Quavo. We stayed here until 1908. This was a very prosperous time. Range got short and we had too many goats for the size of this ranch, so that fall we went hunting about 20 miles south to a place known as the south slope of the Sacramento Mountains. We camped on a south canyon that runs into the Sacramento River, before it empties out onto the flats. We looked around and came upon a wet spot in the bottom of the creek. We dug down and got enough water for our horses in just a couple of minutes. Father decided that this was his next home as there was plenty of open range, water, and lots of brush for his goats. We had good luck hunting also, killing several deer, so we had big prospects for this new country.\r\n\r\nThat night Dad decided I should stay and hold down our claim and he would take the meat home, get tools, and come back and see how much water there really was in this seep. It was late in the year when he left me there. Before he had been gone long, it started to snow. We had made a temporary tent, or shelter for me, under some trees. I had some food - coffee, meat, potatoes, bacon, a coffee pot, and a frying pan. Dad only expected to be gone two or three days. However, the storm was bad and he was gone close to two weeks.\r\n\r\nNext morning when I awoke, the snow was about a foot deep and still coming down. Before long a man in a wagon drawn by four red mules came along. He sure looked good to me, and as he asked to stay out the storm, I welcomed him. This man, Mr. Musgrove, had some food, and he stayed with me about five or six days. He was full of stories and the kid that I was, I \"lapped them up.\" He was known as an Infidel. He kept a diary and was a constant talker. When the storm broke, Mr. Musgrove went on his way and I\'ve never seen him again.\r\n\r\nWhen Dad came back we dug out the spring and found a good flow of water, which we later developed. Here we established a ranch which was known as the Daugherty Ranch, and is now called \"Daugherty Wells\" (Carissa Springs?). After we built a house there, Dad sold the property on Chimney Lake and moved to the south slope of the Sacramento River. We stayed there until about 1910 and prospered. We had sold our goats and replaced them with white-faced cattle. About this time my brother Benton and myself wanted to get out on our own, so Dad sold the ranch and we split the profits three ways - each going our separate ways.\r\n\r\nThis is basically the end of the story as it applies to the journey and the Sacramento Mountains. The writer was Hansford Daugherty. This manuscript was preserved by the Sacramento Mountains Museum, however, the name of the writer was not on the folder in the archives. If you know, please contact this website.\r\n\r\n[caption id=\"attachment_1135\" align=\"aligncenter\" width=\"500\" caption=\"Family of Jasper Newton Daugherty Sr. and wife, Louisa Gardner, at ranch on the Sacramento River. Standing left to right- Lon Bass, holding Byron, Jasper Daugherty, Ethel Bass, Hansford Daugherty, Alex and Izilla, Jason, Forest and Lillian Fleming, Baby Ruby, Benton, Mammie Daugherty and Baby Aubrey. (Sitting) "Newt", Louisa, Mary Jane Goodnight Daugherty. (Boys) Llewell, Terrance, Aarel, and Aaren Bass. Photo from the Sacramento Mountain Museum. \"]\"\"[/caption]\r\n

    ','Jasper Newton Daugherty Story',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','jasper-newton-daugherty-story','','','2011-05-08 16:07:43','2011-05-08 22:07:43','',934,'http://www.timberon.info/blog/?page_id=1134',0,'page','',0,''),(1135,1,'2011-02-27 18:04:58','2011-02-27 18:04:58','Family of Jasper Newton Daugherty Sr. and wife, Louisa Gardner, at ranch on the Sacramento River. Standing left to right- Lon Bass, holding Byron, Jasper Daugherty, Ethel Bass, Hansford Daugherty, Alex and Izilla, Jason, Forest and Lillian Fleming, Baby Ruby, Benton, Mammie Daugherty and Baby Aubrey. (Sitting) \"Newt\", Louisa, Mary Jane Goodnight Daugherty. (Boys) Llewell, Terrance, Aarel, and Aaren Bass. Photo from the Sacramento Mountain Museum. ','Jasper',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','jasper','','','2011-02-27 18:04:58','2011-02-27 18:04:58','',1134,'http://www.timberon.info/blog/wp-content/uploads/Jasper.jpg',0,'attachment','image/jpeg',0,''),(3567,1,'2011-02-08 16:13:36','2011-02-08 23:13:36','My name is Omer Holcomb and I spent much of my childhood in Monument Canyon on the \'Holcomb Ranch\', which we still own and operate.\r\n\r\nThe picture of the little cabin with Jeffers Peak in the background in your history is probably the cabin that was used by the caretaker of the ditch system that carried water to a pipeline which then carried water to Rim Tank. The caretaker in the 1950s was Condido Moya, known to us as Mr. Moya. He worked for the Lee family and spent all summer in that little cabin. Some of the original concrete lined ditch is still visible. It was abandoned when Mr. Paul Moss put in a double pipeline, one for the Lees and one for him.\r\n\r\nOn the hill about 100 yards north of the cabin is the reported grave of Mr. Grisak. I am sure it is still there, but even when I was a child it was only visible as a small area fenced in with barbed wire in the middle of a Pinon pine thicket.\r\n\r\nWe lived in the old Grisak house that was remodeled by Mr. Moss. It was constructed of locally formed adobe bricks probably from clay removed from the basement. Mr. Moss added the rock structure on the front. I do not know when the house was built, but the homestead survey dates from 1917. The Grisaks originally lived further up Monument canyon and the outline of the cabin is still visible on the edge of a small clearing.\r\n\r\nIf you need clarification or have question feel free to Email me.... Omer Holcomb\r\n\r\nOur question to Omer Holcomb --\r\n\r\nThank you for the Email, sorry it took so long to get back to you. imberon.Info is very interested in the history of the area. We will add what you sent to the Timberon History we have started. Timberon History is by far not the only history we are collecting... you could say we are interested in all the history of this mountain. Do you have a family history that you would like published on the internet?\r\n\r\nThere is one question that comes to mind... In the Daugherty Family history it was written that during a hunting trip they came over the southern rim of the mountains and discovered a spring that when developed was named Daugherty Wells. It sounded like the location was similar to where Carrisa Springs is located. Do you know if they are one in the same?\r\n\r\nThank you in advance for your time, and we will always appreciate any stories, antidotes, or photos you may have of the area\'\r\n\r\nJJ and Kim Duckett, Timberon.Info\r\n\r\nFrom Omer Holcomb to us--\r\n\r\nThanks for responding to my E Mail. I do not know if Carrisa Spings is the Dougherty Wells. I do know that one could look down from the road and see the old irrigation ditch which is no longer useable, even in 1956. It wasn\'t useable because the water from the spring comes out in the bottom of the large ditch.\r\n\r\nIt was obvious that at one time that there was no ditch and the spring came up in the pasture land. You could follow the irrigation ditch back to its source and see a depression that at one time must have been the spring. This is probably the reason that it was called Dougherty Wells. More than likely the entire bottom of the valley was a swamp where the water came up and there could have easily been no main stream until they dug it out. We own such a spring in Jim Lewis canyon. The entire bottom of the canyon is a swamp and if we did not dig out the springs and fence them off from the livestock there would be no running water. This is probably what the Carrisa Springs looked like at one time. The ditch is the result of erosion from either a road or attempts to drain the bottom land. Most of the large eroded ditches that you see in the Sacramento Mountains are the result of erosion of the original wagon roads. James Canyon is a prime example. You can see places where the ditch cuts through hills and the only way it could do that is along an old road. This is what the old original settlers told my father when he moved to New Mexico in 1926. You can follow the old road up Monument canyon and see many places that where once there was a road is now a ditch.\r\n\r\nMr. Grisak\'s grave is probably easy to find if one knew where to look. I looked for it several times when I was a child and found it every time. I\'ll bet the barbed wire is still around it. The area enclosed is probably 30 by 20 feet or more.\r\n\r\nI read with interest about the ditch that Oliver Lee dug to carry water from the Sacramento River to Grapevine Canyon. When my father bought the Moss ranch (except for where Timberon is) it had and still has a summer and winter pasture. The summer pasture starts at the Carrisa Springs and is located further north. Winter pasture is located about 10 miles south of Alamogordo on the El Paso highway. The only way to move the cattle at that time was to drive them by horse. The first day we would drive them to base of the mountains, the second day we would stop at what used to be the Willis Danley ranch in Grapevine canyon just below lower Juniper Tank. The third day we would stop and camp next to the large cut through the Arkansas ridge, and the next day we would be in Monument Canyon. There is nothing like observing your surroundings like riding a horse behind the last calf. Many times I would forget about the ditch and ride after a cow and find my way blocked. I did not learn fast.\r\n\r\nThat ditch was actually two ditches. One is very large and according to my father, was intended to carry the flood waters of the Sacramento River and it went over the Arkansas ridge without much earth removal. The second ditch was lower in elevation and hence had to be cut through the Arkansas ridge. We basically followed that ditch all the way to the winter range. It ends at a place known as Sacramento City. You may have never heard of Sacramento City. It was a community started by Oliver Lee in the early 1900s. I could not tell you how to get there but it is about 1 mile east of the El Paso highway and about 2 miles south of our ranch headquarters. All you can see are the road patterns, a little glass and an old coffee pot.\r\n\r\nOliver Lee intended those ditches to provide water for that community so they could farm. It was not successful and \'city\' abandoned. My Father said that the water supply was unreliable. The remains of the ditch are still there if you knew where to look.\r\n\r\nWe quit driving the cattle between the two ranches when my sisters and I left home. Dad was left without a crew and it is near impossible to find temporary cowboys that know anything about a cow. At that time they also stopped spending the summers in Monument Canyon. It was too lonely for them after we left. My sisters and I are taking over that portion of the ranch and we will have manager that will start spending the summers there from now on. We loved that ranch and spent some of the happiest times of our lives there. We will not sell any of it. We want to leave it unpopulated for as long as we can so everyone can enjoy it. I may have a family history. I\'ll look.\r\n\r\nOh yes, the water at Timberon. Mr. Moss drilled several wells and was unable to find an irrigation well. It is not surprising that you have trouble now. If he could have found water the apple orchard would not have died.\r\n\r\nOh yes, again. The old school house site was at the mouth of Carrisa canyon where it flows into the Sacramento River. It looks like someone built the road right over it. I could show you where that was with a good deal of certainty. Contact me again if you have any more questions.\r\n\r\nOmer Holcomb','Talks with Omer Holcomb',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','talks-with-omer-holcomb','','','2011-05-08 16:16:45','2011-05-08 22:16:45','',0,'http://www.timberon.info/blog/?p=3567',0,'post','',0,''),(3568,1,'2011-05-08 16:16:39','2011-05-08 22:16:39','My name is Omer Holcomb and I spent much of my childhood in Monument Canyon on the \'Holcomb Ranch\', which we still own and operate.\n\nThe picture of the little cabin with Jeffers Peak in the background in your history is probably the cabin that was used by the caretaker of the ditch system that carried water to a pipeline which then carried water to Rim Tank. The caretaker in the 1950s was Condido Moya, known to us as Mr. Moya. He worked for the Lee family and spent all summer in that little cabin. Some of the original concrete lined ditch is still visible. It was abandoned when Mr. Paul Moss put in a double pipeline, one for the Lees and one for him.\n\nOn the hill about 100 yards north of the cabin is the reported grave of Mr. Grisak. I am sure it is still there, but even when I was a child it was only visible as a small area fenced in with barbed wire in the middle of a Pinon pine thicket.\n\nWe lived in the old Grisak house that was remodeled by Mr. Moss. It was constructed of locally formed adobe bricks probably from clay removed from the basement. Mr. Moss added the rock structure on the front. I do not know when the house was built, but the homestead survey dates from 1917. The Grisaks originally lived further up Monument canyon and the outline of the cabin is still visible on the edge of a small clearing.\n\nIf you need clarification or have question feel free to Email me.... Omer Holcomb\n\nOur question to Omer Holcomb --\n\nThank you for the Email, sorry it took so long to get back to you. imberon.Info is very interested in the history of the area. We will add what you sent to the Timberon History we have started. Timberon History is by far not the only history we are collecting... you could say we are interested in all the history of this mountain. Do you have a family history that you would like published on the internet?\n\nThere is one question that comes to mind... In the Daugherty Family history it was written that during a hunting trip they came over the southern rim of the mountains and discovered a spring that when developed was named Daugherty Wells. It sounded like the location was similar to where Carrisa Springs is located. Do you know if they are one in the same?\n\nThank you in advance for your time, and we will always appreciate any stories, antidotes, or photos you may have of the area\'\n\nJJ and Kim Duckett, Timberon.Info\n\nFrom Omer Holcomb to us--\n\nThanks for responding to my E Mail. I do not know if Carrisa Spings is the Dougherty Wells. I do know that one could look down from the road and see the old irrigation ditch which is no longer useable, even in 1956. It wasn\'t useable because the water from the spring comes out in the bottom of the large ditch.\n\nIt was obvious that at one time that there was no ditch and the spring came up in the pasture land. You could follow the irrigation ditch back to its source and see a depression that at one time must have been the spring. This is probably the reason that it was called Dougherty Wells. More than likely the entire bottom of the valley was a swamp where the water came up and there could have easily been no main stream until they dug it out. We own such a spring in Jim Lewis canyon. The entire bottom of the canyon is a swamp and if we did not dig out the springs and fence them off from the livestock there would be no running water. This is probably what the Carrisa Springs looked like at one time. The ditch is the result of erosion from either a road or attempts to drain the bottom land. Most of the large eroded ditches that you see in the Sacramento Mountains are the result of erosion of the original wagon roads. James Canyon is a prime example. You can see places where the ditch cuts through hills and the only way it could do that is along an old road. This is what the old original settlers told my father when he moved to New Mexico in 1926. You can follow the old road up Monument canyon and see many places that where once there was a road is now a ditch.\n\nMr. Grisak\'s grave is probably easy to find if one knew where to look. I looked for it several times when I was a child and found it every time. I\'ll bet the barbed wire is still around it. The area enclosed is probably 30 by 20 feet or more.\n\nI read with interest about the ditch that Oliver Lee dug to carry water from the Sacramento River to Grapevine Canyon. When my father bought the Moss ranch (except for where Timberon is) it had and still has a summer and winter pasture. The summer pasture starts at the Carrisa Springs and is located further north. Winter pasture is located about 10 miles south of Alamogordo on the El Paso highway. The only way to move the cattle at that time was to drive them by horse. The first day we would drive them to base of the mountains, the second day we would stop at what used to be the Willis Danley ranch in Grapevine canyon just below lower Juniper Tank. The third day we would stop and camp next to the large cut through the Arkansas ridge, and the next day we would be in Monument Canyon. There is nothing like observing your surroundings like riding a horse behind the last calf. Many times I would forget about the ditch and ride after a cow and find my way blocked. I did not learn fast.\n\nThat ditch was actually two ditches. One is very large and according to my father, was intended to carry the flood waters of the Sacramento River and it went over the Arkansas ridge without much earth removal. The second ditch was lower in elevation and hence had to be cut through the Arkansas ridge. We basically followed that ditch all the way to the winter range. It ends at a place known as Sacramento City. You may have never heard of Sacramento City. It was a community started by Oliver Lee in the early 1900s. I could not tell you how to get there but it is about 1 mile east of the El Paso highway and about 2 miles south of our ranch headquarters. All you can see are the road patterns, a little glass and an old coffee pot.\n\nOliver Lee intended those ditches to provide water for that community so they could farm. It was not successful and \'city\' abandoned. My Father said that the water supply was unreliable. The remains of the ditch are still there if you knew where to look.\n\nWe quit driving the cattle between the two ranches when my sisters and I left home. Dad was left without a crew and it is near impossible to find temporary cowboys that know anything about a cow. At that time they also stopped spending the summers in Monument Canyon. It was too lonely for them after we left. My sisters and I are taking over that portion of the ranch and we will have manager that will start spending the summers there from now on. We loved that ranch and spent some of the happiest times of our lives there. We will not sell any of it. We want to leave it unpopulated for as long as we can so everyone can enjoy it. I may have a family history. I\'ll look.\n\nOh yes, the water at Timberon. Mr. Moss drilled several wells and was unable to find an irrigation well. It is not surprising that you have trouble now. If he could have found water the apple orchard would not have died.\n\nOh yes, again. The old school house site was at the mouth of Carrisa canyon where it flows into the Sacramento River. It looks like someone built the road right over it. I could show you where that was with a good deal of certainty. Contact me again if you have any more questions.\n\nOmer Holcomb','Talks with Omer Holcomb',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3567-revision','','','2011-05-08 16:16:39','2011-05-08 22:16:39','',3567,'http://www.timberon.info/blog/?p=3568',0,'revision','',0,''),(3569,1,'2011-04-26 18:10:26','2011-04-27 00:10:26','My name is Omer Holcomb and I spent much of my childhood in Monument Canyon on the \'Holcomb Ranch\', which we still own and operate.\r\n\r\nThe picture of the little cabin with Jeffers Peak in the background in your history is probably the cabin that was used by the caretaker of the ditch system that carried water to a pipeline which then carried water to Rim Tank. The caretaker in the 1950s was Condido Moya, known to us as Mr. Moya. He worked for the Lee family and spent all summer in that little cabin. Some of the original concrete lined ditch is still visible. It was abandoned when Mr. Paul Moss put in a double pipeline, one for the Lees and one for him.\r\n\r\nOn the hill about 100 yards north of the cabin is the reported grave of Mr. Grisak. I am sure it is still there, but even when I was a child it was only visible as a small area fenced in with barbed wire in the middle of a Pinon pine thicket.\r\n\r\nWe lived in the old Grisak house that was remodeled by Mr. Moss. It was constructed of locally formed adobe bricks probably from clay removed from the basement. Mr. Moss added the rock structure on the front. I do not know when the house was built, but the homestead survey dates from 1917. The Grisaks originally lived further up Monument canyon and the outline of the cabin is still visible on the edge of a small clearing.\r\n\r\nIf you need clarification or have question feel free to Email me.... Omer Holcomb\r\n\r\nFrom Timberon.Info to Omer Holcomb --\r\n\r\nThank you for the Email, sorry it took so long to get back to you. imberon.Info is very interested in the history of the area. We will add what you sent to the Timberon History we have started. Timberon History is by far not the only history we are collecting... you could say we are interested in all the history of this mountain. Do you have a family history that you would like published on the internet?\r\n\r\nThere is one question that comes to mind... In the Daugherty Family history it was written that during a hunting trip they came over the southern rim of the mountains and discovered a spring that when developed was named Daugherty Wells. It sounded like the location was similar to where Carrisa Springs is located. Do you know if they are one in the same?\r\n\r\nThank you in advance for your time, and we will always appreciate any stories, antidotes, or photos you may have of the area\'\r\n\r\nJJ and Kim Duckett, Timberon.Info\r\n\r\nFrom Omer Holcomb to Timberon.Info --\r\n\r\nThanks for responding to my E Mail. I do not know if Carrisa Spings is the Dougherty Wells. I do know that one could look down from the road and see the old irrigation ditch which is no longer useable, even in 1956. It wasn\'t useable because the water from the spring comes out in the bottom of the large ditch.\r\n\r\nIt was obvious that at one time that there was no ditch and the spring came up in the pasture land. You could follow the irrigation ditch back to its source and see a depression that at one time must have been the spring. This is probably the reason that it was called Dougherty Wells. More than likely the entire bottom of the valley was a swamp where the water came up and there could have easily been no main stream until they dug it out. We own such a spring in Jim Lewis canyon. The entire bottom of the canyon is a swamp and if we did not dig out the springs and fence them off from the livestock there would be no running water. This is probably what the Carrisa Springs looked like at one time. The ditch is the result of erosion from either a road or attempts to drain the bottom land. Most of the large eroded ditches that you see in the Sacramento Mountains are the result of erosion of the original wagon roads. James Canyon is a prime example. You can see places where the ditch cuts through hills and the only way it could do that is along an old road. This is what the old original settlers told my father when he moved to New Mexico in 1926. You can follow the old road up Monument canyon and see many places that where once there was a road is now a ditch.\r\n\r\nMr. Grisak\'s grave is probably easy to find if one knew where to look. I looked for it several times when I was a child and found it every time. I\'ll bet the barbed wire is still around it. The area enclosed is probably 30 by 20 feet or more.\r\n\r\nI read with interest about the ditch that Oliver Lee dug to carry water from the Sacramento River to Grapevine Canyon. When my father bought the Moss ranch (except for where Timberon is) it had and still has a summer and winter pasture. The summer pasture starts at the Carrisa Springs and is located further north. Winter pasture is located about 10 miles south of Alamogordo on the El Paso highway. The only way to move the cattle at that time was to drive them by horse. The first day we would drive them to base of the mountains, the second day we would stop at what used to be the Willis Danley ranch in Grapevine canyon just below lower Juniper Tank. The third day we would stop and camp next to the large cut through the Arkansas ridge, and the next day we would be in Monument Canyon. There is nothing like observing your surroundings like riding a horse behind the last calf. Many times I would forget about the ditch and ride after a cow and find my way blocked. I did not learn fast.\r\n\r\nThat ditch was actually two ditches. One is very large and according to my father, was intended to carry the flood waters of the Sacramento River and it went over the Arkansas ridge without much earth removal. The second ditch was lower in elevation and hence had to be cut through the Arkansas ridge. We basically followed that ditch all the way to the winter range. It ends at a place known as Sacramento City. You may have never heard of Sacramento City. It was a community started by Oliver Lee in the early 1900s. I could not tell you how to get there but it is about 1 mile east of the El Paso highway and about 2 miles south of our ranch headquarters. All you can see are the road patterns, a little glass and an old coffee pot.\r\n\r\nOliver Lee intended those ditches to provide water for that community so they could farm. It was not successful and \'city\' abandoned. My Father said that the water supply was unreliable. The remains of the ditch are still there if you knew where to look.\r\n\r\nWe quit driving the cattle between the two ranches when my sisters and I left home. Dad was left without a crew and it is near impossible to find temporary cowboys that know anything about a cow. At that time they also stopped spending the summers in Monument Canyon. It was too lonely for them after we left. My sisters and I are taking over that portion of the ranch and we will have manager that will start spending the summers there from now on. We loved that ranch and spent some of the happiest times of our lives there. We will not sell any of it. We want to leave it unpopulated for as long as we can so everyone can enjoy it. I may have a family history. I\'ll look.\r\n\r\nOh yes, the water at Timberon. Mr. Moss drilled several wells and was unable to find an irrigation well. It is not surprising that you have trouble now. If he could have found water the apple orchard would not have died.\r\n\r\nOh yes, again. The old school house site was at the mouth of Carrisa canyon where it flows into the Sacramento River. It looks like someone built the road right over it. I could show you where that was with a good deal of certainty. Contact me again if you have any more questions.\r\n\r\nOmer Holcomb','Talking with Omer Holcomb',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','1140-revision-3','','','2011-04-26 18:10:26','2011-04-27 00:10:26','',1140,'http://www.timberon.info/blog/?p=3569',0,'revision','',0,''),(3575,1,'2011-05-08 16:25:49','2011-05-08 22:25:49','Animals found in the Timberon area... This includeds mammals, birds, fish, and even insects. Taken from Articles in the \"Old\" Mountain Times Newspaper.\r\n
      \r\n
    • Bats - 26.91kb Adobe Acrobat (PDF) File
    • \r\n
    • Bark Beetle - 22.92kb Adobe Acrobat (PDF) File
    • \r\n
    • Black Bear - 98.59kb Adobe Acrobat (PDF) File
    • \r\n
    • Blister Beetle - 28.80kb Adobe Acrobat (PDF) File
    • \r\n
    • Bobcat - 33.29kb Adobe Acrobat (PDF) File
    • \r\n
    • Coyote - 45.97kb Adobe Acrobat (PDF) File
    • \r\n
    • Deer Mouse - 19.15kb Adobe Acrobat (PDF) File
    • \r\n
    • Endangered Species - 48.83kb Adobe Acrobat (PDF) File
    • \r\n
    • Dragonfly - 58.08kb Adobe Acrobat (PDF) File
    • \r\n
    • Elk - 85.26kb Adobe Acrobat (PDF) File
    • \r\n
    • Mountain Lion - 90.01kb Adobe Acrobat (PDF) File
    • \r\n
    • Horned Toad - 9.67kb Adobe Acrobat (PDF) File
    • \r\n
    • Mule Deer - 38.64kb Adobe Acrobat (PDF) File
    • \r\n
    • Penasco Chipmunk - 39.26kb Adobe Acrobat (PDF) File
    • \r\n
    • New Mexico Snakes - 85.81kb Adobe Acrobat (PDF) File
    • \r\n
    • Rattlesnake - 72.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Recluse Spider - 95.43kb Adobe Acrobat (PDF) File
    • \r\n
    • Roadrunner - 30.39kb Adobe Acrobat (PDF) File
    • \r\n
    • Skunk - 61.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Wolf - 152.93kb Adobe Acrobat (PDF) File
    • \r\n
    • Turkey - 63.32kb Adobe Acrobat (PDF) File
    • \r\n
    \r\nOther Animals from Timberon and around New Mexico ...These are \"Wildlife Notes\" from NM Game and Fish.','Animal Facts',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3573-revision-2','','','2011-05-08 16:25:49','2011-05-08 22:25:49','',3573,'http://www.timberon.info/blog/?p=3575',0,'revision','',0,''),(3576,1,'2011-01-08 16:32:47','2011-01-08 23:32:47','Animals found around the state of New Mexico, this includes mammals, fish, birds, reptiles and insects - taken from Wildlife Notes...\r\n\r\n\"\" Adobe PDF Files that open in a \"New Window\"\r\n','Wildlife Notes',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','wildlife-notes','','','2011-05-08 16:34:18','2011-05-08 22:34:18','',0,'http://www.timberon.info/blog/?p=3576',0,'post','',0,''),(3577,1,'2011-05-08 16:33:51','2011-05-08 22:33:51','Animals found around the state of New Mexico, this includes mammals, fish, birds, reptiles and insects - taken from Wildlife Notes...\n\n\"\" Adobe PDF Files that open in a \"New Window\"\n','Wildlife Notes',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3576-revision','','','2011-05-08 16:33:51','2011-05-08 22:33:51','',3576,'http://www.timberon.info/blog/?p=3577',0,'revision','',0,''),(3578,1,'2011-05-08 16:31:54','2011-05-08 22:31:54','Animals found in the Timberon area... This includeds mammals, birds, fish, and even insects. Taken from Articles in the \"Old\" Mountain Times Newspaper.\r\n
      \r\n
    • Bats - 26.91kb Adobe Acrobat (PDF) File
    • \r\n
    • Bark Beetle - 22.92kb Adobe Acrobat (PDF) File
    • \r\n
    • Black Bear - 98.59kb Adobe Acrobat (PDF) File
    • \r\n
    • Blister Beetle - 28.80kb Adobe Acrobat (PDF) File
    • \r\n
    • Bobcat - 33.29kb Adobe Acrobat (PDF) File
    • \r\n
    • Coyote - 45.97kb Adobe Acrobat (PDF) File
    • \r\n
    • Deer Mouse - 19.15kb Adobe Acrobat (PDF) File
    • \r\n
    • Endangered Species - 48.83kb Adobe Acrobat (PDF) File
    • \r\n
    • Dragonfly - 58.08kb Adobe Acrobat (PDF) File
    • \r\n
    • Elk - 85.26kb Adobe Acrobat (PDF) File
    • \r\n
    • Mountain Lion - 90.01kb Adobe Acrobat (PDF) File
    • \r\n
    • Horned Toad - 9.67kb Adobe Acrobat (PDF) File
    • \r\n
    • Mule Deer - 38.64kb Adobe Acrobat (PDF) File
    • \r\n
    • Penasco Chipmunk - 39.26kb Adobe Acrobat (PDF) File
    • \r\n
    • New Mexico Snakes - 85.81kb Adobe Acrobat (PDF) File
    • \r\n
    • Rattlesnake - 72.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Recluse Spider - 95.43kb Adobe Acrobat (PDF) File
    • \r\n
    • Roadrunner - 30.39kb Adobe Acrobat (PDF) File
    • \r\n
    • Skunk - 61.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Wolf - 152.93kb Adobe Acrobat (PDF) File
    • \r\n
    • Turkey - 63.32kb Adobe Acrobat (PDF) File
    • \r\n
    \r\nOther Animals from Timberon and around New Mexico ...These are \"Wildlife Notes\" from NM Game and Fish.','Animal Articles',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3573-revision-3','','','2011-05-08 16:31:54','2011-05-08 22:31:54','',3573,'http://www.timberon.info/blog/?p=3578',0,'revision','',0,''),(3579,1,'2011-04-04 16:29:46','2011-04-04 22:29:46','Animals found around the state of New Mexico, this includes mammals, fish, birds, reptiles and insects - taken from Wildlife Notes...\r\n\r\n\"\" Adobe PDF Files that open in a \"New Window\"\r\n','NM Wildlife Notes',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','661-revision-44','','','2011-04-04 16:29:46','2011-04-04 22:29:46','',661,'http://www.timberon.info/blog/?p=3579',0,'revision','',0,''),(1137,1,'2011-05-08 16:03:43','2011-05-08 22:03:43','I was born March 28, 1882 in a small Texas village called Hilton. It was located about 26 miles southeast of Sweet Water on Valley Creek near a mountain range called Church. My father, Jasper Newton Daugherty, owned a small farm there. He decided to sell out and go west to seek his fortune. So Dad \"Newt\", older bother \"Frank\", younger brother Martin, sister Elizabeth and her husband Patric Conley, mother Mary Jane Goodnight, wife Louisa (Gardner), and what family they each had, prepared to go in one wagon train.\n\nWe had one large wagon drawn by two yoke of oxen and four wagons drawn by four horses each. This large wagon held most of our food and things that we used everyday. We took a green cow hide and tied it up under the running gear of the wagon, shaping it so we could carry pots and cooking equipment. This allowed us some extra space, which we needed very much.\n\nIn my immediate family was Dad, Mother and six kids, three boys and three girls. I was six years old.\n\nThe way I remember it, we started out in May and traveled almost due west by way of old Fort Shadrick, between Sweet Water and San Angelo, Texas. This was really quite an adventure for me. The first place we came to was a small village by the name of Robert Lee, on the Colorado River. Then on west we went by Sterling City and where McCamey is now.\n\nMy Dad was quite a hunter and he always had an old hound dog he hunted with. We had not been on our way long before this old hound got snake bit. He soon became unable to travel. Dad made room for him by putting our pots and pans in the wagon and putting the hound in the green cowhide that was under the running gear of the wagon. This was were the hound stayed until he recovered. I can still see him as the wagon rambled on and on, day after day. This wagon was big and heavy.\n\nDad had sold our farm before we left, and got a very good price. Having so much money to finance the trip made Dad boss of the wagon train. There were about twenty wagons in all.\n\nOur first rest stop was at Fort Stockton, which had been abandoned by the colored soldiers a few weeks before our arrival. While there we stayed in the buildings, and to us this was really a luxury.\n\nAfter a few weeks rest, we started out again. We had been on our way only a few days, when we discovered to our disgust, that while living in our \"luxurious hotels\" at Fort Stockton we had acquired a goodly supply of \"Grey Backs.\" Better known as body lice. This being the case, Mother knew the only way of getting rid of them was to scald all of our clothing and anything else they were in. So we camped out on the prairie, took out the big round wash pot, filled it with our \"precious water\", built a fire under it and started the scalding process. Almost everything we owned had to be washed and scalded. Bedding included. This took several days of hard work. We kids only had one change of clothes, and so Mother just turned us out on the prairie stark naked. How well I remember running like something wild, free of clothes and \"Lice.\" We had the time of our lives, enjoying every minute of our freedom. Meanwhile, the women worked faithfully to get rid of the lice. I can remember running by seeing our clothes boiling away in that pot of water. This completed, we went on our way.\n\nIn crossing the desert to Fort Davis water was scarce and we went as long as two or three days without water for the stock. When the oxen are without water for \"any\" length of time and suddenly get a smell of water near, they take off as fast as they can and you just can\'t hold them. Uncle Mark was our scout and had found a lake about a half mile ahead. When the ox team reached the water, instead of them stopping to drink, they went on into the water until the wagon was stuck. We had to unhitch them from the front and hook them to the back to pull the wagon out.\n\nContinuing on west, we followed the old \"Government Route\", to the Fort Davis mountains where Alpine is now. From Fort Davis we went by way of Valentine, between early-day forts. Then on further west to a silver mining town called Sierra Blanca, where we stopped for a rest.\n\nWhile resting, one of our group ran into an old prospector, and during their two or three days of visiting this prospector convinced the men in our wagon train that there was a fortune to be made by working the mine dump from the silver mine. The only water available for working the mine and other purposes, had to be hauled by wagon in wooden barrels from the Rio Grande River - about twenty miles south of Sierra Blanca. My Dad, \"Newt\" Daugherty, being the only one with money and still the Boss, was the one elected to haul the water by ox team this twenty miles - both ways. He furnished the money and the others did the work on this big deal. This \"big deal\" was doomed to failure from the start, as well as using up the remainder of Dad\'s cash. It took the men about two months to see nothing could be made here, and they abandoned it and headed on west through Fort Hancock and into El Paso, Texas.\n\nWe stopped in El Paso to rest our families and stock for awhile, and look around some more. We camped in an mesquite flat where there was an old lumber shack without anything over the windows. This was near were the courthouse now stands in El Paso, Texas.\n\nIn El Paso the only fuel was either kerosene or mesquite roots hauled in on the backs of burros by Mexicans. Sometimes they would have as many as twenty burros loaded with roots. That was quite a sight.\n\nWhile we were there, a smallpox epidemic broke out among the Mexicans. There was no shots or cure then. It was quite a killer and the Mexicans died by the hundreds. This was considered \"sure death\" and was very contagious, but we never did get it.\n\nAfter we had been there about two weeks we discovered a flat with plenty of good green grass, we moved there on the west side of El Paso about where the smelter now stands. Back then the United States had no treaty with Mexico and we could not cross the river to apprehend thieves and smugglers. So while camped in this new spot, Mexicans came across the river one night and stole three of our best horses which we never could recover.\n\nAt this point, our little group decided to split up and go our separate ways. Which we did. Uncle Frank and his family returned to Nolen County, Texas. Uncle \"Pat\" Conley, Aunt Lizzy and the children went on to Deming, New Mexico. That was were they lived their lives and raised their children. Mark Daugherty, his Mother Mary Jane Goodnight, and a partner started a freight line, which is another story in itself.\n\nMy Dad, Mother and us kids went east to Waco Tank, about 30 miles from El Paso. Here my Mother became ill with what they called \"slow fever.\" She was real sick, and it was about a month before we could go any farther. After her recovery, we went on east to Crow Springs or Salt Flats near where today\'s Dell City is. Here we stopped for the winter. A man by the name of John Brooks gave us permission to camp here. Crow Springs was a spring-fed lake about 10 or 15 miles north of Salt Lake, from which later ranchers would haul salt for their livestock.\n\nWhen spring came again, it was about the year 1890, we loaded our wagons and went on our way to a settlement called Pinon, New Mexico. We went through Pinon to a canyon north of Weed New Mexico, Hay Canyon. Following the Agua Chiquita at the mouth of Hay Canyon there were four families that lived within a distance of about six miles. Pendergrass at the mouth, Widow Barringer, Tom Dauthett family, and the Riley Baker family.\n\nIn our travels we had heard \"buggy stories\" about \"sleepy grass\", which we knew nothing about, not even what it looked like. On the way up Hay Canyon, we stopped at the Dauthett\'s place in a flat where there was beautiful grass in abundance. My Father went back to talk to Dauthett about the country. Mr. Dauthett asked where we had camped and dad said \"in that beautiful flat of grass.\" Mr. Dauthett said \"you better get back and move that stock, quick, because that is \"sleepy grass\" and will put them to sleep.\" Sure enough, by the time Dad got back, the stock was standing with their heads down, asleep. It was two days before they woke up enough to move out of the flat. We learned in a hurry about \"sleep grass.\" After stock had eaten \"sleepy grass\" it left then kinda doppy for a few days, but in time they recovered.\n\nDad took up a \"homestead\" just above Riley Baker, joining him on the west at the headwaters on Hay Canyon. We built a log cabin and prepared the land for farming.\n\nLog houses were built by neighbors coming, cutting trees, trimming and shaping them (called log rolling). We built a large room called a smoke house at the same time. After the logs were put up, they took thick mud and filled in the cracks - which they called \"chink and dobbed.\" Before the cracks were \"chinked and dobbed\" I remember birds would fly in and out the cracks. We kids would try and catch them, but they would fly out and be gone. I used to wish we had a house they couldn\'t get out of, never giving a thought as to how they would get in if the cracks were not there.\n\nThis was the happy hunting ground my Dad started from Texas to find. And it truly was, as there was an abundance of game - deer, bear, elk, turkey, all kinds of wild animals, - such as coyote, bobcat, wildcat, lobo, panther, fox, and the like. During the winter Dad would go out and kill the deer, elk and turkey, butchering and hanging them in the smokehouse where they would freeze. When he had enough for a house-wagon load, he would fill the wagon and cover the meat with a tarp. He would then go into El Paso and sell the meat for 10 cents a pound. It took him four days to go into El Paso and it was cold enough that the meat would stay pretty well frozen. He would then buy food, such as 100 pound sacks of flour, sugar (brown and white), corn meal, beans, coffee (green, which had to be roasted and ground), syrup, sargun in large buckets, and sometimes we could get honey in the cone. We bought dried peaches, apples, prunes, raisins, and occasionally apricots. These were packed in a wooden box. Kerosene was bought in 5 gallon cans for lamps, so we could have light. Everyone bought enough groceries and supplies of all kinds to last at least six to eight months.\n\nEvenings were spent \"sawing on the fiddle,\" picking the guitar, singing, or pumping and playing the old organ. Dances, after harvest or roundups and brandings, were held in someone\'s home. Sometimes weeks would pass and your family would never be alone. Any place night came on you, is where you would spend the night.\n\nMy youngest brother Jason was born in the log house on Hay Canyon. At the time of this writing, the house is still standing. It has been re-built several times, but the original house is still \"as built\" in 1892.\n\nSchools then were two or three months during the summer. A teacher was paid by the parents. They were called subscription schools. The small log house used for school was also built by the parents and centrally located. My first teacher, I remember, was Mr. Knapp. It lasted two months and was on Hay Canyon. Next summer we attended a school on Wills Canyon, three miles from where we lived - and we walked it morning and night, carrying our lunch in a bucket.\n\nAbout 1896, Dad traded the place in Hay Canyon for a place about five miles from Weed, West. The man he traded with was a Mr. Truxal. The new place was located near the Elkhorn School house and we attended school there for the next three or four summers. All eight grades were taught in the same room. After eighth grade some pupils were fortunate enough to be able to go to Weed for \"higher\" learning.\n\nWe stayed on this Truxel place about 5 years. During this time my Dad had become a big Angora Goat rancher, and we needed to go to a warmer climate. So we got a ranch called Chimney Lake, on a tributary canyon that ran into the Quavo. We stayed here until 1908. This was a very prosperous time. Range got short and we had too many goats for the size of this ranch, so that fall we went hunting about 20 miles south to a place known as the south slope of the Sacramento Mountains. We camped on a south canyon that runs into the Sacramento River, before it empties out onto the flats. We looked around and came upon a wet spot in the bottom of the creek. We dug down and got enough water for our horses in just a couple of minutes. Father decided that this was his next home as there was plenty of open range, water, and lots of brush for his goats. We had good luck hunting also, killing several deer, so we had big prospects for this new country.\n\nThat night Dad decided I should stay and hold down our claim and he would take the meat home, get tools, and come back and see how much water there really was in this seep. It was late in the year when he left me there. Before he had been gone long, it started to snow. We had made a temporary tent, or shelter for me, under some trees. I had some food - coffee, meat, potatoes, bacon, a coffee pot, and a frying pan. Dad only expected to be gone two or three days. However, the storm was bad and he was gone close to two weeks.\n\nNext morning when I awoke, the snow was about a foot deep and still coming down. Before long a man in a wagon drawn by four red mules came along. He sure looked good to me, and as he asked to stay out the storm, I welcomed him. This man, Mr. Musgrove, had some food, and he stayed with me about five or six days. He was full of stories and the kid that I was, I \"lapped them up.\" He was known as an Infidel. He kept a diary and was a constant talker. When the storm broke, Mr. Musgrove went on his way and I\'ve never seen him again.\n\nWhen Dad came back we dug out the spring and found a good flow of water, which we later developed. Here we established a ranch which was known as the Daugherty Ranch, and is now called \"Daugherty Wells\" (Carissa Springs?). After we built a house there, Dad sold the property on Chimney Lake and moved to the south slope of the Sacramento River. We stayed there until about 1910 and prospered. We had sold our goats and replaced them with white-faced cattle. About this time my brother Benton and myself wanted to get out on our own, so Dad sold the ranch and we split the profits three ways - each going our separate ways.\n\nThis is basically the end of the story as it applies to the journey and the Sacramento Mountains. The writer was Hansford Daugherty. This manuscript was preserved by the Sacramento Mountains Museum, however, the name of the writer was not on the folder in the archives. If you know, please contact this website.\n\n[caption id=\"attachment_1135\" align=\"aligncenter\" width=\"500\" caption=\"Family of Jasper Newton Daugherty Sr. and wife, Louisa Gardner, at ranch on the Sacramento River. Standing left to right- Lon Bass, holding Byron, Jasper Daugherty, Ethel Bass, Hansford Daugherty, Alex and Izilla, Jason, Forest and Lillian Fleming, Baby Ruby, Benton, Mammie Daugherty and Baby Aubrey. (Sitting) "Newt", Louisa, Mary Jane Goodnight Daugherty. (Boys) Llewell, Terrance, Aarel, and Aaren Bass. Photo from the Sacramento Mountain Museum. \"]\"\"[/caption]\n

    ','Jasper Newton Daugherty Story',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1134-autosave','','','2011-05-08 16:03:43','2011-05-08 22:03:43','',1134,'http://www.timberon.info/blog/?p=1137',0,'revision','',0,''),(2950,1,'2011-04-04 16:41:48','2011-04-04 22:41:48','','Timberon Classified Ads',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2211-revision-4','','','2011-04-04 16:41:48','2011-04-04 22:41:48','',2211,'http://www.timberon.info/blog/?p=2950',0,'revision','',0,''),(2978,1,'2011-04-11 17:01:54','2011-04-11 23:01:54','\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    Sub-Menu[sb_child_list]\r\n[sb_parent]
    \r\n   The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented.   The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore.  Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889.   It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\r\n\r\n    In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford.  They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years.  Fritzgerald Moore eventually sold his interest to Oliver Lee.   During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\r\n\r\n    In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\r\n\r\n     Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\r\n\r\n    The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\r\n\r\n   Oliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\r\n\r\n   The Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\r\n\r\n   The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found.   The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc... They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\r\n\r\n   Judge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\r\n\r\n   Even after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \r\n\r\n   Doc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\r\n\r\n    Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\r\n\r\n   Right after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\r\n\r\n    The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\r\n\r\n    The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\r\n\r\n   In 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\r\n\r\n   After the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\r\n\r\n   In March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \r\n\r\n   In October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association(TPOA) in the late 1970s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\r\n\r\n    The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\r\n\r\n    The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\r\n\r\n    Frank Wheeler, Timberon\'s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\r\n\r\n   Also of interest, a missile out of Fort Bliss hit Timberon in February, 1976.  The crater was near the present day dumpster site.  According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez.  The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History.  If you have something to add, please contact us.)\r\n\r\n    In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\r\n\r\n   In the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\r\n\r\n   A three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\r\n\r\n   Telephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\r\n\r\n   The Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\r\n\r\n   The Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\r\n\r\n   TWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\r\n\r\n   Today, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\r\n\r\n  This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\r\n\r\n   Noel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss.  Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating.  Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\r\n\r\n   We would like to make this an ongoing history. If you have something to add, Click Here.\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    [gallery columns=\"2\"]\r\n\r\n
    \r\n \r\n\r\n\r\n
     
    \r\n \r\n\r\n\r\n
     
    \r\n
     
    \r\n \r\n\r\n
    \r\n
    \r\n
    \r\n
    ','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','934-revision-2','','','2011-04-11 17:01:54','2011-04-11 23:01:54','',934,'http://www.timberon.info/blog/?p=2978',0,'revision','',0,''),(3571,1,'2011-04-26 18:03:42','2011-04-27 00:03:42','History of the Sacramento Mountains - Articles, Family Stories and Correspondence listed below...','Mountain History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','1886-revision-2','','','2011-04-26 18:03:42','2011-04-27 00:03:42','',1886,'http://www.timberon.info/blog/?p=3571',0,'revision','',0,''),(3584,1,'2011-04-04 16:30:18','2011-04-04 22:30:18','Plants that can be found around this part of New Mexico... and their uses.  Most of these are articles from J. Zane Walley\'s \"Ask Your Herbalist.\"\r\n
      \r\n
    • Algerita - 34.54kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Creosote - 47.56kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Cocklebur - 22.93kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Crown of Thorns - 8.91kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Dandelion - 25kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Desert Willow - 29.42kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Edible Plants in the Sacramento Mountains - 7.01mb Adobe Acrobat (PDF) File from Daniel Kepler NMSU Paper in Cloudcroft Museum
    • \r\n
    • Ephedra High Energy Desert Herb - 11.88kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Horehound - 271.01kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Juniper - 9.78kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Noxious Weeds - 200.22kb Adobe Acrobat (PDF) File from information provided by the Otero County Extension Service.
    • \r\n
    • Ponderosa Pine - 52.96kb Adobe Acrobat (PDF) File from information provided by the USFS.
    • \r\n
    • Prickly Poppy - 316.39kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Snake Broom Weed - 10.99kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Saint Peter\'s Staff - 47.78kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Yarrow - 39.92kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Yucca - 30.53kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    ','Plants',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','211-revision-12','','','2011-04-04 16:30:18','2011-04-04 22:30:18','',211,'http://www.timberon.info/blog/?p=3584',0,'revision','',0,''),(2935,1,'2011-04-11 14:35:08','2011-04-11 20:35:08','Sub-Menu[sb_child_list]\r\n[sb_parent]\r\nMy name is Omer Holcomb and I spent much of my childhood in Monument Canyon on the \'Holcomb Ranch\', which we still own and operate.\r\n\r\nThe picture of the little cabin with Jeffers Peak in the background in your history is probably the cabin that was used by the caretaker of the ditch system that carried water to a pipeline which then carried water to Rim Tank. The caretaker in the 1950s was Condido Moya, known to us as Mr. Moya. He worked for the Lee family and spent all summer in that little cabin. Some of the original concrete lined ditch is still visible. It was abandoned when Mr. Paul Moss put in a double pipeline, one for the Lees and one for him.\r\n\r\nOn the hill about 100 yards north of the cabin is the reported grave of Mr. Grisak. I am sure it is still there, but even when I was a child it was only visible as a small area fenced in with barbed wire in the middle of a Pinon pine thicket.\r\n\r\nWe lived in the old Grisak house that was remodeled by Mr. Moss. It was constructed of locally formed adobe bricks probably from clay removed from the basement. Mr. Moss added the rock structure on the front. I do not know when the house was built, but the homestead survey dates from 1917. The Grisaks originally lived further up Monument canyon and the outline of the cabin is still visible on the edge of a small clearing.\r\n\r\nIf you need clarification or have question feel free to Email me.... Omer Holcomb\r\n\r\nFrom Timberon.Info to Omer Holcomb --\r\n\r\n Thank you for the Email, sorry it took so long to get back to you. imberon.Info is very interested in the history of the area. We will add what you sent to the Timberon History we have started. Timberon History is by far not the only history we are collecting... you could say we are interested in all the history of this mountain. Do you have a family history that you would like published on the internet?\r\n\r\n There is one question that comes to mind... In the Daugherty Family history it was written that during a hunting trip they came over the southern rim of the mountains and discovered a spring that when developed was named Daugherty Wells. It sounded like the location was similar to where Carrisa Springs is located. Do you know if they are one in the same?\r\n\r\n Thank you in advance for your time, and we will always appreciate any stories, antidotes, or photos you may have of the area\'\r\n\r\nJJ and Kim Duckett, Timberon.Info\r\n\r\nFrom Omer Holcomb to Timberon.Info --\r\n\r\n Thanks for responding to my E Mail. I do not know if Carrisa Spings is the Dougherty Wells. I do know that one could look down from the road and see the old irrigation ditch which is no longer useable, even in 1956. It wasn\'t useable because the water from the spring comes out in the bottom of the large ditch.\r\n\r\n It was obvious that at one time that there was no ditch and the spring came up in the pasture land. You could follow the irrigation ditch back to its source and see a depression that at one time must have been the spring. This is probably the reason that it was called Dougherty Wells. More than likely the entire bottom of the valley was a swamp where the water came up and there could have easily been no main stream until they dug it out. We own such a spring in Jim Lewis canyon. The entire bottom of the canyon is a swamp and if we did not dig out the springs and fence them off from the livestock there would be no running water. This is probably what the Carrisa Springs looked like at one time. The ditch is the result of erosion from either a road or attempts to drain the bottom land. Most of the large eroded ditches that you see in the Sacramento Mountains are the result of erosion of the original wagon roads. James Canyon is a prime example. You can see places where the ditch cuts through hills and the only way it could do that is along an old road. This is what the old original settlers told my father when he moved to New Mexico in 1926. You can follow the old road up Monument canyon and see many places that where once there was a road is now a ditch.\r\n\r\n Mr. Grisak\'s grave is probably easy to find if one knew where to look. I looked for it several times when I was a child and found it every time. I\'ll bet the barbed wire is still around it. The area enclosed is probably 30 by 20 feet or more.\r\n\r\n I read with interest about the ditch that Oliver Lee dug to carry water from the Sacramento River to Grapevine Canyon. When my father bought the Moss ranch (except for where Timberon is) it had and still has a summer and winter pasture. The summer pasture starts at the Carrisa Springs and is located further north. Winter pasture is located about 10 miles south of Alamogordo on the El Paso highway. The only way to move the cattle at that time was to drive them by horse. The first day we would drive them to base of the mountains, the second day we would stop at what used to be the Willis Danley ranch in Grapevine canyon just below lower Juniper Tank. The third day we would stop and camp next to the large cut through the Arkansas ridge, and the next day we would be in Monument Canyon. There is nothing like observing your surroundings like riding a horse behind the last calf. Many times I would forget about the ditch and ride after a cow and find my way blocked. I did not learn fast.\r\n\r\n That ditch was actually two ditches. One is very large and according to my father, was intended to carry the flood waters of the Sacramento River and it went over the Arkansas ridge without much earth removal. The second ditch was lower in elevation and hence had to be cut through the Arkansas ridge. We basically followed that ditch all the way to the winter range. It ends at a place known as Sacramento City. You may have never heard of Sacramento City. It was a community started by Oliver Lee in the early 1900s. I could not tell you how to get there but it is about 1 mile east of the El Paso highway and about 2 miles south of our ranch headquarters. All you can see are the road patterns, a little glass and an old coffee pot.\r\n\r\n Oliver Lee intended those ditches to provide water for that community so they could farm. It was not successful and \'city\' abandoned. My Father said that the water supply was unreliable. The remains of the ditch are still there if you knew where to look.\r\n\r\n We quit driving the cattle between the two ranches when my sisters and I left home. Dad was left without a crew and it is near impossible to find temporary cowboys that know anything about a cow. At that time they also stopped spending the summers in Monument Canyon. It was too lonely for them after we left. My sisters and I are taking over that portion of the ranch and we will have manager that will start spending the summers there from now on. We loved that ranch and spent some of the happiest times of our lives there. We will not sell any of it. We want to leave it unpopulated for as long as we can so everyone can enjoy it. I may have a family history. I\'ll look.\r\n\r\n Oh yes, the water at Timberon. Mr. Moss drilled several wells and was unable to find an irrigation well. It is not surprising that you have trouble now. If he could have found water the apple orchard would not have died.\r\n\r\n Oh yes, again. The old school house site was at the mouth of Carrisa canyon where it flows into the Sacramento River. It looks like someone built the road right over it. I could show you where that was with a good deal of certainty. Contact me again if you have any more questions.\r\n\r\nOmer Holcomb','Talking with Omer Holcomb',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1140-revision','','','2011-04-11 14:35:08','2011-04-11 20:35:08','',1140,'http://www.timberon.info/blog/?p=2935',0,'revision','',0,''),(1142,1,'2011-04-04 12:14:08','2011-04-04 18:14:08','My name is Omer Holcomb and I spent much of my childhood in Monument Canyon on the \'Holcomb Ranch\', which we still own and operate.\n\nThe picture of the little cabin with Jeffers Peak in the background in your history is probably the cabin that was used by the caretaker of the ditch system that carried water to a pipeline which then carried water to Rim Tank. The caretaker in the 1950s was Condido Moya, known to us as Mr. Moya. He worked for the Lee family and spent all summer in that little cabin. Some of the original concrete lined ditch is still visible. It was abandoned when Mr. Paul Moss put in a double pipeline, one for the Lees and one for him.\n\nOn the hill about 100 yards north of the cabin is the reported grave of Mr. Grisak. I am sure it is still there, but even when I was a child it was only visible as a small area fenced in with barbed wire in the middle of a Pinon pine thicket.\n\nWe lived in the old Grisak house that was remodeled by Mr. Moss. It was constructed of locally formed adobe bricks probably from clay removed from the basement. Mr. Moss added the rock structure on the front. I do not know when the house was built, but the homestead survey dates from 1917. The Grisaks originally lived further up Monument canyon and the outline of the cabin is still visible on the edge of a small clearing.\n\nIf you need clarification or have question feel free to Email me.... Omer Holcomb\n\nFrom Timberon.Info to Omer Holcomb --\n\n Thank you for the Email, sorry it took so long to get back to you. imberon.Info is very interested in the history of the area. We will add what you sent to the Timberon History we have started. Timberon History is by far not the only history we are collecting... you could say we are interested in all the history of this mountain. Do you have a family history that you would like published on the internet?\n\n There is one question that comes to mind... In the Daugherty Family history it was written that during a hunting trip they came over the southern rim of the mountains and discovered a spring that when developed was named Daugherty Wells. It sounded like the location was similar to where Carrisa Springs is located. Do you know if they are one in the same?\n\n Thank you in advance for your time, and we will always appreciate any stories, antidotes, or photos you may have of the area\'\n\nJJ and Kim Duckett, Timberon.Info\n\nFrom Omer Holcomb to Timberon.Info --\n\n Thanks for responding to my E Mail. I do not know if Carrisa Spings is the Dougherty Wells. I do know that one could look down from the road and see the old irrigation ditch which is no longer useable, even in 1956. It wasn\'t useable because the water from the spring comes out in the bottom of the large ditch.\n\n It was obvious that at one time that there was no ditch and the spring came up in the pasture land. You could follow the irrigation ditch back to its source and see a depression that at one time must have been the spring. This is probably the reason that it was called Dougherty Wells. More than likely the entire bottom of the valley was a swamp where the water came up and there could have easily been no main stream until they dug it out. We own such a spring in Jim Lewis canyon. The entire bottom of the canyon is a swamp and if we did not dig out the springs and fence them off from the livestock there would be no running water. This is probably what the Carrisa Springs looked like at one time. The ditch is the result of erosion from either a road or attempts to drain the bottom land. Most of the large eroded ditches that you see in the Sacramento Mountains are the result of erosion of the original wagon roads. James Canyon is a prime example. You can see places where the ditch cuts through hills and the only way it could do that is along an old road. This is what the old original settlers told my father when he moved to New Mexico in 1926. You can follow the old road up Monument canyon and see many places that where once there was a road is now a ditch.\n\n Mr. Grisak\'s grave is probably easy to find if one knew where to look. I looked for it several times when I was a child and found it every time. I\'ll bet the barbed wire is still around it. The area enclosed is probably 30 by 20 feet or more.\n\n I read with interest about the ditch that Oliver Lee dug to carry water from the Sacramento River to Grapevine Canyon. When my father bought the Moss ranch (except for where Timberon is) it had and still has a summer and winter pasture. The summer pasture starts at the Carrisa Springs and is located further north. Winter pasture is located about 10 miles south of Alamogordo on the El Paso highway. The only way to move the cattle at that time was to drive them by horse. The first day we would drive them to base of the mountains, the second day we would stop at what used to be the Willis Danley ranch in Grapevine canyon just below lower Juniper Tank. The third day we would stop and camp next to the large cut through the Arkansas ridge, and the next day we would be in Monument Canyon. There is nothing like observing your surroundings like riding a horse behind the last calf. Many times I would forget about the ditch and ride after a cow and find my way blocked. I did not learn fast.\n\n That ditch was actually two ditches. One is very large and according to my father, was intended to carry the flood waters of the Sacramento River and it went over the Arkansas ridge without much earth removal. The second ditch was lower in elevation and hence had to be cut through the Arkansas ridge. We basically followed that ditch all the way to the winter range. It ends at a place known as Sacramento City. You may have never heard of Sacramento City. It was a community started by Oliver Lee in the early 1900s. I could not tell you how to get there but it is about 1 mile east of the El Paso highway and about 2 miles south of our ranch headquarters. All you can see are the road patterns, a little glass and an old coffee pot.\n\n Oliver Lee intended those ditches to provide water for that community so they could farm. It was not successful and \'city\' abandoned. My Father said that the water supply was unreliable. The remains of the ditch are still there if you knew where to look.\n\n We quit driving the cattle between the two ranches when my sisters and I left home. Dad was left without a crew and it is near impossible to find temporary cowboys that know anything about a cow. At that time they also stopped spending the summers in Monument Canyon. It was too lonely for them after we left. My sisters and I are taking over that portion of the ranch and we will have manager that will start spending the summers there from now on. We loved that ranch and spent some of the happiest times of our lives there. We will not sell any of it. We want to leave it unpopulated for as long as we can so everyone can enjoy it. I may have a family history. I\'ll look.\n\n Oh yes, the water at Timberon. Mr. Moss drilled several wells and was unable to find an irrigation well. It is not surprising that you have trouble now. If he could have found water the apple orchard would not have died.\n\n Oh yes, again. The old school house site was at the mouth of Carrisa canyon where it flows into the Sacramento River. It looks like someone built the road right over it. I could show you where that was with a good deal of certainty. Contact me again if you have any more questions.\n\nOmer Holcomb','Talking with Omer Holcomb',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1140-autosave','','','2011-04-04 12:14:08','2011-04-04 18:14:08','',1140,'http://www.timberon.info/blog/?p=1142',0,'revision','',0,''),(3143,1,'2011-04-26 17:41:40','2011-04-26 23:41:40','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
     Sub-Menu[sb_child_list]\r\n[sb_parent]
    \r\nI was born March 28, 1882 in a small Texas village called Hilton. It was located about 26 miles southeast of Sweet Water on Valley Creek near a mountain range called Church. My father, Jasper Newton Daugherty, owned a small farm there. He decided to sell out and go west to seek his fortune. So Dad \"Newt\", older bother \"Frank\", younger brother Martin, sister Elizabeth and her husband Patric Conley, mother Mary Jane Goodnight, wife Louisa (Gardner), and what family they each had, prepared to go in one wagon train.\r\n\r\nWe had one large wagon drawn by two yoke of oxen and four wagons drawn by four horses each. This large wagon held most of our food and things that we used everyday. We took a green cow hide and tied it up under the running gear of the wagon, shaping it so we could carry pots and cooking equipment. This allowed us some extra space, which we needed very much.\r\n\r\nIn my immediate family was Dad, Mother and six kids, three boys and three girls. I was six years old.\r\n\r\nThe way I remember it, we started out in May and traveled almost due west by way of old Fort Shadrick, between Sweet Water and San Angelo, Texas. This was really quite an adventure for me. The first place we came to was a small village by the name of Robert Lee, on the Colorado River. Then on west we went by Sterling City and where McCamey is now.\r\n\r\nMy Dad was quite a hunter and he always had an old hound dog he hunted with. We had not been on our way long before this old hound got snake bit. He soon became unable to travel. Dad made room for him by putting our pots and pans in the wagon and putting the hound in the green cowhide that was under the running gear of the wagon. This was were the hound stayed until he recovered. I can still see him as the wagon rambled on and on, day after day. This wagon was big and heavy.\r\n\r\nDad had sold our farm before we left, and got a very good price. Having so much money to finance the trip made Dad boss of the wagon train. There were about twenty wagons in all.\r\n\r\nOur first rest stop was at Fort Stockton, which had been abandoned by the colored soldiers a few weeks before our arrival. While there we stayed in the buildings, and to us this was really a luxury.\r\n\r\nAfter a few weeks rest, we started out again. We had been on our way only a few days, when we discovered to our disgust, that while living in our \"luxurious hotels\" at Fort Stockton we had acquired a goodly supply of \"Grey Backs.\" Better known as body lice. This being the case, Mother knew the only way of getting rid of them was to scald all of our clothing and anything else they were in. So we camped out on the prairie, took out the big round wash pot, filled it with our \"precious water\", built a fire under it and started the scalding process. Almost everything we owned had to be washed and scalded. Bedding included. This took several days of hard work. We kids only had one change of clothes, and so Mother just turned us out on the prairie stark naked. How well I remember running like something wild, free of clothes and \"Lice.\" We had the time of our lives, enjoying every minute of our freedom. Meanwhile, the women worked faithfully to get rid of the lice. I can remember running by seeing our clothes boiling away in that pot of water. This completed, we went on our way.\r\n\r\nIn crossing the desert to Fort Davis water was scarce and we went as long as two or three days without water for the stock. When the oxen are without water for \"any\" length of time and suddenly get a smell of water near, they take off as fast as they can and you just can\'t hold them. Uncle Mark was our scout and had found a lake about a half mile ahead. When the ox team reached the water, instead of them stopping to drink, they went on into the water until the wagon was stuck. We had to unhitch them from the front and hook them to the back to pull the wagon out.\r\n\r\nContinuing on west, we followed the old \"Government Route\", to the Fort Davis mountains where Alpine is now. From Fort Davis we went by way of Valentine, between early-day forts. Then on further west to a silver mining town called Sierra Blanca, where we stopped for a rest.\r\n\r\nWhile resting, one of our group ran into an old prospector, and during their two or three days of visiting this prospector convinced the men in our wagon train that there was a fortune to be made by working the mine dump from the silver mine. The only water available for working the mine and other purposes, had to be hauled by wagon in wooden barrels from the Rio Grande River - about twenty miles south of Sierra Blanca. My Dad, \"Newt\" Daugherty, being the only one with money and still the Boss, was the one elected to haul the water by ox team this twenty miles - both ways. He furnished the money and the others did the work on this big deal. This \"big deal\" was doomed to failure from the start, as well as using up the remainder of Dad\'s cash. It took the men about two months to see nothing could be made here, and they abandoned it and headed on west through Fort Hancock and into El Paso, Texas.\r\n\r\nWe stopped in El Paso to rest our families and stock for awhile, and look around some more. We camped in an mesquite flat where there was an old lumber shack without anything over the windows. This was near were the courthouse now stands in El Paso, Texas.\r\n\r\nIn El Paso the only fuel was either kerosene or mesquite roots hauled in on the backs of burros by Mexicans. Sometimes they would have as many as twenty burros loaded with roots. That was quite a sight.\r\n\r\nWhile we were there, a smallpox epidemic broke out among the Mexicans. There was no shots or cure then. It was quite a killer and the Mexicans died by the hundreds. This was considered \"sure death\" and was very contagious, but we never did get it.\r\n\r\nAfter we had been there about two weeks we discovered a flat with plenty of good green grass, we moved there on the west side of El Paso about where the smelter now stands. Back then the United States had no treaty with Mexico and we could not cross the river to apprehend thieves and smugglers. So while camped in this new spot, Mexicans came across the river one night and stole three of our best horses which we never could recover.\r\n\r\nAt this point, our little group decided to split up and go our separate ways. Which we did. Uncle Frank and his family returned to Nolen County, Texas. Uncle \"Pat\" Conley, Aunt Lizzy and the children went on to Deming, New Mexico. That was were they lived their lives and raised their children. Mark Daugherty, his Mother Mary Jane Goodnight, and a partner started a freight line, which is another story in itself.\r\n\r\nMy Dad, Mother and us kids went east to Waco Tank, about 30 miles from El Paso. Here my Mother became ill with what they called \"slow fever.\" She was real sick, and it was about a month before we could go any farther. After her recovery, we went on east to Crow Springs or Salt Flats near where today\'s Dell City is. Here we stopped for the winter. A man by the name of John Brooks gave us permission to camp here. Crow Springs was a spring-fed lake about 10 or 15 miles north of Salt Lake, from which later ranchers would haul salt for their livestock.\r\n\r\nWhen spring came again, it was about the year 1890, we loaded our wagons and went on our way to a settlement called Pinon, New Mexico. We went through Pinon to a canyon north of Weed New Mexico, Hay Canyon. Following the Agua Chiquita at the mouth of Hay Canyon there were four families that lived within a distance of about six miles. Pendergrass at the mouth, Widow Barringer, Tom Dauthett family, and the Riley Baker family.\r\n\r\nIn our travels we had heard \"buggy stories\" about \"sleepy grass\", which we knew nothing about, not even what it looked like. On the way up Hay Canyon, we stopped at the Dauthett\'s place in a flat where there was beautiful grass in abundance. My Father went back to talk to Dauthett about the country. Mr. Dauthett asked where we had camped and dad said \"in that beautiful flat of grass.\" Mr. Dauthett said \"you better get back and move that stock, quick, because that is \"sleepy grass\" and will put them to sleep.\" Sure enough, by the time Dad got back, the stock was standing with their heads down, asleep. It was two days before they woke up enough to move out of the flat. We learned in a hurry about \"sleep grass.\" After stock had eaten \"sleepy grass\" it left then kinda doppy for a few days, but in time they recovered.\r\n\r\nDad took up a \"homestead\" just above Riley Baker, joining him on the west at the headwaters on Hay Canyon. We built a log cabin and prepared the land for farming.\r\n\r\nLog houses were built by neighbors coming, cutting trees, trimming and shaping them (called log rolling). We built a large room called a smoke house at the same time. After the logs were put up, they took thick mud and filled in the cracks - which they called \"chink and dobbed.\" Before the cracks were \"chinked and dobbed\" I remember birds would fly in and out the cracks. We kids would try and catch them, but they would fly out and be gone. I used to wish we had a house they couldn\'t get out of, never giving a thought as to how they would get in if the cracks were not there.\r\n\r\nThis was the happy hunting ground my Dad started from Texas to find. And it truly was, as there was an abundance of game - deer, bear, elk, turkey, all kinds of wild animals, - such as coyote, bobcat, wildcat, lobo, panther, fox, and the like. During the winter Dad would go out and kill the deer, elk and turkey, butchering and hanging them in the smokehouse where they would freeze. When he had enough for a house-wagon load, he would fill the wagon and cover the meat with a tarp. He would then go into El Paso and sell the meat for 10 cents a pound. It took him four days to go into El Paso and it was cold enough that the meat would stay pretty well frozen. He would then buy food, such as 100 pound sacks of flour, sugar (brown and white), corn meal, beans, coffee (green, which had to be roasted and ground), syrup, sargun in large buckets, and sometimes we could get honey in the cone. We bought dried peaches, apples, prunes, raisins, and occasionally apricots. These were packed in a wooden box. Kerosene was bought in 5 gallon cans for lamps, so we could have light. Everyone bought enough groceries and supplies of all kinds to last at least six to eight months.\r\n\r\nEvenings were spent \"sawing on the fiddle,\" picking the guitar, singing, or pumping and playing the old organ. Dances, after harvest or roundups and brandings, were held in someone\'s home. Sometimes weeks would pass and your family would never be alone. Any place night came on you, is where you would spend the night.\r\n\r\nMy youngest brother Jason was born in the log house on Hay Canyon. At the time of this writing, the house is still standing. It has been re-built several times, but the original house is still \"as built\" in 1892.\r\n\r\nSchools then were two or three months during the summer. A teacher was paid by the parents. They were called subscription schools. The small log house used for school was also built by the parents and centrally located. My first teacher, I remember, was Mr. Knapp. It lasted two months and was on Hay Canyon. Next summer we attended a school on Wills Canyon, three miles from where we lived - and we walked it morning and night, carrying our lunch in a bucket.\r\n\r\nAbout 1896, Dad traded the place in Hay Canyon for a place about five miles from Weed, West. The man he traded with was a Mr. Truxal. The new place was located near the Elkhorn School house and we attended school there for the next three or four summers. All eight grades were taught in the same room. After eighth grade some pupils were fortunate enough to be able to go to Weed for \"higher\" learning.\r\n\r\nWe stayed on this Truxel place about 5 years. During this time my Dad had become a big Angora Goat rancher, and we needed to go to a warmer climate. So we got a ranch called Chimney Lake, on a tributary canyon that ran into the Quavo. We stayed here until 1908. This was a very prosperous time. Range got short and we had too many goats for the size of this ranch, so that fall we went hunting about 20 miles south to a place known as the south slope of the Sacramento Mountains. We camped on a south canyon that runs into the Sacramento River, before it empties out onto the flats. We looked around and came upon a wet spot in the bottom of the creek. We dug down and got enough water for our horses in just a couple of minutes. Father decided that this was his next home as there was plenty of open range, water, and lots of brush for his goats. We had good luck hunting also, killing several deer, so we had big prospects for this new country.\r\n\r\nThat night Dad decided I should stay and hold down our claim and he would take the meat home, get tools, and come back and see how much water there really was in this seep. It was late in the year when he left me there. Before he had been gone long, it started to snow. We had made a temporary tent, or shelter for me, under some trees. I had some food - coffee, meat, potatoes, bacon, a coffee pot, and a frying pan. Dad only expected to be gone two or three days. However, the storm was bad and he was gone close to two weeks.\r\n\r\nNext morning when I awoke, the snow was about a foot deep and still coming down. Before long a man in a wagon drawn by four red mules came along. He sure looked good to me, and as he asked to stay out the storm, I welcomed him. This man, Mr. Musgrove, had some food, and he stayed with me about five or six days. He was full of stories and the kid that I was, I \"lapped them up.\" He was known as an Infidel. He kept a diary and was a constant talker. When the storm broke, Mr. Musgrove went on his way and I\'ve never seen him again.\r\n\r\nWhen Dad came back we dug out the spring and found a good flow of water, which we later developed. Here we established a ranch which was known as the Daugherty Ranch, and is now called \"Daugherty Wells\" (Carissa Springs?). After we built a house there, Dad sold the property on Chimney Lake and moved to the south slope of the Sacramento River. We stayed there until about 1910 and prospered. We had sold our goats and replaced them with white-faced cattle. About this time my brother Benton and myself wanted to get out on our own, so Dad sold the ranch and we split the profits three ways - each going our separate ways.\r\n\r\nThis is basically the end of the story as it applies to the journey and the Sacramento Mountains. The writer was Hansford Daugherty. This manuscript was preserved by the Sacramento Mountains Museum, however, the name of the writer was not on the folder in the archives. If you know, please contact this website.\r\n\r\n[caption id=\"attachment_1135\" align=\"aligncenter\" width=\"500\" caption=\"Family of Jasper Newton Daugherty Sr. and wife, Louisa Gardner, at ranch on the Sacramento River. Standing left to right- Lon Bass, holding Byron, Jasper Daugherty, Ethel Bass, Hansford Daugherty, Alex and Izilla, Jason, Forest and Lillian Fleming, Baby Ruby, Benton, Mammie Daugherty and Baby Aubrey. (Sitting) "Newt", Louisa, Mary Jane Goodnight Daugherty. (Boys) Llewell, Terrance, Aarel, and Aaren Bass. Photo from the Sacramento Mountain Museum. \"]\"\"[/caption]\r\n

    ','Jasper Newton Daugherty Story',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1134-revision-4','','','2011-04-26 17:41:40','2011-04-26 23:41:40','',1134,'http://www.timberon.info/blog/?p=3143',0,'revision','',0,''),(3142,1,'2011-04-11 17:04:03','2011-04-11 23:04:03','\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    Sub-Menu[sb_child_list]\r\n[sb_parent]
    \r\nMy name is Omer Holcomb and I spent much of my childhood in Monument Canyon on the \'Holcomb Ranch\', which we still own and operate.\r\n\r\nThe picture of the little cabin with Jeffers Peak in the background in your history is probably the cabin that was used by the caretaker of the ditch system that carried water to a pipeline which then carried water to Rim Tank. The caretaker in the 1950s was Condido Moya, known to us as Mr. Moya. He worked for the Lee family and spent all summer in that little cabin. Some of the original concrete lined ditch is still visible. It was abandoned when Mr. Paul Moss put in a double pipeline, one for the Lees and one for him.\r\n\r\nOn the hill about 100 yards north of the cabin is the reported grave of Mr. Grisak. I am sure it is still there, but even when I was a child it was only visible as a small area fenced in with barbed wire in the middle of a Pinon pine thicket.\r\n\r\nWe lived in the old Grisak house that was remodeled by Mr. Moss. It was constructed of locally formed adobe bricks probably from clay removed from the basement. Mr. Moss added the rock structure on the front. I do not know when the house was built, but the homestead survey dates from 1917. The Grisaks originally lived further up Monument canyon and the outline of the cabin is still visible on the edge of a small clearing.\r\n\r\nIf you need clarification or have question feel free to Email me.... Omer Holcomb\r\n\r\nFrom Timberon.Info to Omer Holcomb --\r\n\r\n Thank you for the Email, sorry it took so long to get back to you. imberon.Info is very interested in the history of the area. We will add what you sent to the Timberon History we have started. Timberon History is by far not the only history we are collecting... you could say we are interested in all the history of this mountain. Do you have a family history that you would like published on the internet?\r\n\r\n There is one question that comes to mind... In the Daugherty Family history it was written that during a hunting trip they came over the southern rim of the mountains and discovered a spring that when developed was named Daugherty Wells. It sounded like the location was similar to where Carrisa Springs is located. Do you know if they are one in the same?\r\n\r\n Thank you in advance for your time, and we will always appreciate any stories, antidotes, or photos you may have of the area\'\r\n\r\nJJ and Kim Duckett, Timberon.Info\r\n\r\nFrom Omer Holcomb to Timberon.Info --\r\n\r\n Thanks for responding to my E Mail. I do not know if Carrisa Spings is the Dougherty Wells. I do know that one could look down from the road and see the old irrigation ditch which is no longer useable, even in 1956. It wasn\'t useable because the water from the spring comes out in the bottom of the large ditch.\r\n\r\n It was obvious that at one time that there was no ditch and the spring came up in the pasture land. You could follow the irrigation ditch back to its source and see a depression that at one time must have been the spring. This is probably the reason that it was called Dougherty Wells. More than likely the entire bottom of the valley was a swamp where the water came up and there could have easily been no main stream until they dug it out. We own such a spring in Jim Lewis canyon. The entire bottom of the canyon is a swamp and if we did not dig out the springs and fence them off from the livestock there would be no running water. This is probably what the Carrisa Springs looked like at one time. The ditch is the result of erosion from either a road or attempts to drain the bottom land. Most of the large eroded ditches that you see in the Sacramento Mountains are the result of erosion of the original wagon roads. James Canyon is a prime example. You can see places where the ditch cuts through hills and the only way it could do that is along an old road. This is what the old original settlers told my father when he moved to New Mexico in 1926. You can follow the old road up Monument canyon and see many places that where once there was a road is now a ditch.\r\n\r\n Mr. Grisak\'s grave is probably easy to find if one knew where to look. I looked for it several times when I was a child and found it every time. I\'ll bet the barbed wire is still around it. The area enclosed is probably 30 by 20 feet or more.\r\n\r\n I read with interest about the ditch that Oliver Lee dug to carry water from the Sacramento River to Grapevine Canyon. When my father bought the Moss ranch (except for where Timberon is) it had and still has a summer and winter pasture. The summer pasture starts at the Carrisa Springs and is located further north. Winter pasture is located about 10 miles south of Alamogordo on the El Paso highway. The only way to move the cattle at that time was to drive them by horse. The first day we would drive them to base of the mountains, the second day we would stop at what used to be the Willis Danley ranch in Grapevine canyon just below lower Juniper Tank. The third day we would stop and camp next to the large cut through the Arkansas ridge, and the next day we would be in Monument Canyon. There is nothing like observing your surroundings like riding a horse behind the last calf. Many times I would forget about the ditch and ride after a cow and find my way blocked. I did not learn fast.\r\n\r\n That ditch was actually two ditches. One is very large and according to my father, was intended to carry the flood waters of the Sacramento River and it went over the Arkansas ridge without much earth removal. The second ditch was lower in elevation and hence had to be cut through the Arkansas ridge. We basically followed that ditch all the way to the winter range. It ends at a place known as Sacramento City. You may have never heard of Sacramento City. It was a community started by Oliver Lee in the early 1900s. I could not tell you how to get there but it is about 1 mile east of the El Paso highway and about 2 miles south of our ranch headquarters. All you can see are the road patterns, a little glass and an old coffee pot.\r\n\r\n Oliver Lee intended those ditches to provide water for that community so they could farm. It was not successful and \'city\' abandoned. My Father said that the water supply was unreliable. The remains of the ditch are still there if you knew where to look.\r\n\r\n We quit driving the cattle between the two ranches when my sisters and I left home. Dad was left without a crew and it is near impossible to find temporary cowboys that know anything about a cow. At that time they also stopped spending the summers in Monument Canyon. It was too lonely for them after we left. My sisters and I are taking over that portion of the ranch and we will have manager that will start spending the summers there from now on. We loved that ranch and spent some of the happiest times of our lives there. We will not sell any of it. We want to leave it unpopulated for as long as we can so everyone can enjoy it. I may have a family history. I\'ll look.\r\n\r\n Oh yes, the water at Timberon. Mr. Moss drilled several wells and was unable to find an irrigation well. It is not surprising that you have trouble now. If he could have found water the apple orchard would not have died.\r\n\r\n Oh yes, again. The old school house site was at the mouth of Carrisa canyon where it flows into the Sacramento River. It looks like someone built the road right over it. I could show you where that was with a good deal of certainty. Contact me again if you have any more questions.\r\n\r\nOmer Holcomb','Talking with Omer Holcomb',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1140-revision-2','','','2011-04-11 17:04:03','2011-04-11 23:04:03','',1140,'http://www.timberon.info/blog/?p=3142',0,'revision','',0,''),(1147,1,'2011-02-27 18:45:37','2011-02-27 18:45:37','A historically relevant collection from the minutes of the old Property Owner\'s Association.  This is not the complete minutes, only what we felt are the more important issues discussed.\r\n\r\nOnce upon a time, when Timberon was first starting out, there was an organization called the Timberon Property Owners Association. This association was established on October 1, 1969 so that the property owners of Timberon would have a say in the destiny of the community. For many years this organization was at the very heart of everything happening on the mountain. The Timberon Property Owners Association, having fallen upon hard times, was disbanded on November 19, 1993.\r\n\r\nThe Timberon Property Owners Association may no longer be with us, but its records are, and they are very rich in information outlining the early days of Timberon. This monthly series of articles is based upon information taken from those records. It all began, as the records do, about 25 years ago in a development called Timberon.\r\n\r\nTimberon Log dated October 16, 1972...\r\n\r\nThe developer says that by May 1, 1973, we should have some condominiums, trailer houses, etc. put in Timberon for the use of the property owners.\r\n\r\nWe are in the process of building a sales office right now and all the sales personnel will be out of our Lodge within the next 90 days.\r\n\r\nWe are talking about putting a really nice restaurant (dining room) in the upper part of the Lodge. This would entail getting a professional chef, dining tables, menus, etc. The Lounge area will be located in the Pro-Shop on the Golf Course, thereby eliminating the need for the downstairs lounge in the Lodge. Eventually (probably in about three to five years) all food facilities will be moved to the Country Club area, completely away from the Lodge. The downstairs area will be made into a recreational room.\r\n\r\nOur Board has proposed a $25.00 per membership, per year, dues to begin in November of 1972. The Timberon Property Owners Association is now in the process of taking over the Lodge. The Association needs revenue to work with. The Association will soon be responsible for Lodge maintenance, the stocking and cleaning of the lakes, pool area maintenance, and the security guard. The Association will be also be collecting revenue from the water taps (approximately thirty already).\r\n\r\nIn regard to the security guard, by May 1, 1973 we are putting a very nice entrance in on the road from Sunspot. This entrance is to be manned by a security guard who will also be responsible for the protection of property owners\' cabins. There will eventually be two guards and two entrances, the second from the back road.\r\n\r\nWe also need to obtain a fire truck to put up on the property, which would be controlled by the Property Owners Association.\r\n\r\nThere was discussion on the necessity of making and following rules on the Golf Course. Some of the ideas were: only members get to play on weekends; only five guests per year, per member; and there was a suggestion of maybe putting in a third nine for short golfers. We must have very strict rules on the Golf Course. There needs to be a very strong Board (or man) to control it. Ed Jennings is doing a terrific job... we must not over-run his decisions on times to be open for play. His main interest is the overall betterment of the course.\r\n\r\nTimberon Log dated November 4, 1972...\r\n\r\nOur Board of Directors consists of Richard Sparks, Johnny Mobley, Anthony Perrotto and Dave Tappan. We are currently one member short and are sending out a ballot to all the property owners with the following nominees: Bob Edwards, C.W. McFarland, Col. F. Stano, Truman Jones and Lester Pierce.\r\n\r\nThe grounds around the Lodge and swimming pool have been planted, fenced in and cleaned up.\r\n\r\nThe Golf Course is advancing very rapidly. The scars are due to the 30\" of rainfall since the middle of August. Once these eroded areas are sodded in solidly they will hold against rains. The Golf Course will open in the Spring.\r\n\r\nThe Sales Office is scheduled to move out of the Lodge shortly after the first of the year.\r\n\r\nThere will be a twenty-unit condominium build, starting construction by February 1st and hopefully in operation by late Spring.\r\n\r\nWe still have plans to put in a really nice dining room in the upper part of the Lodge, complete with chef.\r\n\r\nThere are now two lakes in service. The upper lake is stocked with 18,000 fingerling trout. There are plans to put an all weather walk around the lakes. A waterfall is also in the planning.\r\n\r\nThese facilities are ours as property owners and it cost money to maintain them. To date, the developer has carried the entire cost of this upkeep, however it is estimated that the developer will be out of the picture in about three years. We must begin now to be ready for a complete takeover when that time comes.\r\n\r\nThe assessment of $25 per membership, per year, will provide a portion of the revenue needed for the maintenance of our facilities. There will be other forms of revenue coming into the Property Owners Association in the form of monthly payments from water taps (of which there are now 37). The Utility Commission is in the process of setting this rate. To date, the developer has put in approximately $350,000.00 into the water system alone (if it hadn\'t been for Carriso Springs, it would have been $550,000.00). This water system is a real asset to the Association and revenue from it will accrue directly to the Association.\r\n\r\nThe total facilities on the property, when completed, will value approximately $5,000,000.00. This membership is definitely a thing of value.\r\n\r\nAs promised by Richard Sparks, a full and comprehensive report on the progress of the roads is being formulated and will be sent out shortly.\r\n\r\nTimberon Log dated January 25, 1973...\r\n\r\nFrom the beginning of Timberon it has been understood that the Property Owners would eventually take over the care and maintenance of the common facilities in Timberon. The developer\'s contract with the buyers of Timberon property included the construction of all common facilities and maintenance of them until the Property Owners Association could assume this responsibility.\r\n\r\nAt present, excluding the existing water system, the Property Owners have for their common use and enjoyment the following property which is managed by the Association: the paved 5000\' air strip and parking apron valued at $125,000.00; the Lodge and grounds valued at $250,000.00; two fishing lakes valued at $30,000.00; and the swimming pool valued at $60,000.00.\r\n\r\nLater, the Association will accept the responsibility of maintaining and collecting the revenue from the water system. This system presently consists of 35 miles of installed distribution lines, 15000\' of 10\" transmission line from the springs, and two inter-connected reservoirs with a total value of $600,000.00.\r\n\r\nOther assets now existing for common use, but not yet taken over by the Association are 227 acres in the championship golf course area (nine holes of the golf course were seeded in the summer of 1972 and will be open for play early in the summer of 1973) and 81 acres of parkland in various parts of the project.\r\n\r\nTitle of this property has not yet been transferred to the Property Owners Association. The developer stands ready at any time to convey this property at our option.\r\n\r\nRobert Edwards was elected to fill the vacancy on the Board and will serve 1 year as Secretary of the Association.\r\n\r\nTimberon Log dated March 17, 1973...\r\n\r\nThe Northern Road from Sunspot is deeply rutted, almost impassable because of the extreme winter moisture. Southern Road (506) is in good shape, has approximately 21 shallow fordings, and is being reconstructed because of the efforts of the State School Board. Alternate highway routes are still being sought, but because of government procedures, progress is quite slow.\r\n\r\nRoads in the Timberon property are being expanded and improved. An additive is being put on the roads to protect them from moisture and make them more truly all-weather.\r\n\r\nThe golf course will open approximately June 1, 1973 and should be covered by excellent grass because of the extremely wet winter.\r\n\r\nAll members of the Property Owners Association will have numbered certificates for each building site. This also includes the large \"Block Holders.\"\r\n\r\nDues are delinquent after 90 days. A default notice will be sent at 60 days and subsequently a property lien will be attached to the property.\r\n\r\nThe purpose of the Board of Directors is to manage the community properties for the good of all the property owners and no remuneration is made to the directors for their time.\r\n\r\nThe Lodge will have a restaurant and improved living facilities in the near future. Salesmen will be quartered outside outside the Lodge and will pay for their use of the Lodge in the same manner as anyone else. It is expected that a condominium will be opened in the community area for the use of property owners and buyers, hopefully by June 1st.\r\n\r\nTimberon Log dated November 10, 1973...\r\n\r\nMr. Steve Cilino is working on obtaining a new South entrance road into Timberon. He is approaching the problem by going through the Commanding General of Ft. Bliss on behalf of all Timberon property owners. Mr. Cilino is proposing the following route: use New Mexico State Highway to 17 miles west of Highway 54, then north up over the ridge ending at Sacramento Canyon. We would have the sole responsibility of securing the road at our end. He has assured the General that we will in no interfere with missile firings. He has asked that all Timberon property owners sign a list that will be attached to a letter for the General with the purpose of acquiring permission to use such a road.\r\n\r\nMr. Bill Berkebile is working on the Northern route into Timberon from Cloudcroft. North American Land Development (the developer) has attempted to improve and maintain this road, but has encountered opposition from the County and Forest Service. However, North American Land Development has now been given the position of acting as the agent concerning these road matters for Otero County. North American Land Development is now in the process of repairing the river crossings on this road. We are still in need of a gravel pit. The Forest Service has tentatively agreed to let us put one in Apple Tree Canyon. The Forest Service is ready to go on extending the road from Sunspot to over near Scott Able whenever they can get the funds.\r\n\r\nIn respect to the South road to Weed, North American Land Development is prepared to remove the first six river crossings. Dr. Stovall, Superintendent of Schools, from Otero County is in favor of supporting this southern route. The County Commissioners from Otero County have been very cooperative.\r\n\r\nThe 18 acres, which was deeded to the Property Owners Association in March of 1973, has been leased to Mr. Roland (Ski) Skalmusky for the maintenance of the Lodge and restaurant.\r\n\r\nIn the last year both of the fishing lakes have been restocked, the roof of the Lodge was repaired, and a good deal of the Lodge was repainted.\r\n\r\nWe have purchased a fire pumper to be used off the swimming pool or ponds. It is on a trailer, so it may be pulled to any place on the property. This is not the answer to our fire protection, but it is a beginning.\r\n\r\nWe invested in a security vehicle for Mr. Bill (Smitty) Smith, our security guard at Timberon. Smitty holds a Deputy Sheriff\'s commission from Otero County and has a background of 25 years in law enforcement. His new security vehicle is equipped with a CB radio and a complete First Aid Kit. A State Police radio has been ordered and should be here by December 10th. Emergency systems have been set up with the Alamogordo Police Department.\r\n\r\nMr. Bill Pozanac, Bill Berkebile and Ed Jennings have been deputized as special deputies to assist Smitty.\r\n\r\nCol. Griffin feels that our county taxes should be used for fire protection. We have corresponded with the County concerning this possibility, but until we are a municipality we can not count on too much assistance. Dave Tappan said that there is a New Mexico law that offers help to organized Volunteer Fire Departments. Bill Berkebile suggested that we should inquire at the County Assessor\'s office as to what is being done with the tax flow that is coming from the Timberon area and report the finding to the property owners.\r\n\r\nMr. Berkebile looked into the possibility of acquiring mail service into Timberon. The postal authorities sited the condition of the road leading from Sunspot and the small number of families living in the area as reasons to deny service. He was told that if all of the people who reside in Timberon would transfer their post office box to Sunspot it may show a greater need for this service.\r\n\r\nBob DeSpain complained about the trailers which were located on lots that were not in the trailer section of Timberon. He feels that we should abide by the Restrictive Covenants and not allow this. The developer, Mr. Mobley, indicated that letters have been sent out to these people by his attorneys and action was being taken to remove the trailers in question.\r\n\r\nThe problem of obtaining telephone service to Timberon is being looked into by Bill Berkebile.\r\n\r\nTimberon Log dated January 12, 1974...\r\n\r\nOur Board amends the bylaws to provide for seven members, it had been five.\r\n\r\nThe Lodge building in Timberon was designated as the principle office location for the Property Owners Association.\r\n\r\nAll future meetings of the Property Owners Association will be held on the second Saturday of each month in the Timberon Lodge.\r\n\r\nThe following committees were established: Roads - Steve Cilino; Fire Protection - Joe Fetters; Timberon Social Activities - Tony Perretto.\r\n\r\nA suggestion was made that the Property Owners Board and the Developer (North American Land Development) develop better communications when planning social activities. The Developer, Johnny Mobley, says that the property owners could be kept advised through \'Timberon Trails\' published every two months.\r\n\r\nFire Protection is a major concern, maybe it will be possible to obtain a pumper from the government surplus when they closed the missile sites. There was also discussion about appealing to the owners for donations of time and/or money for a volunteer fire department.\r\n\r\nThe people hired to operate the Timberon Lodge were evicted and the Lodge closed. The operators of the Lodge left the Property Owners Association with an estimated loss of $1000.\r\n\r\nIt was pointed out by Mr. Roessler that since our security man, Bill (Smitty) Smith, is a deputy of Otero County then the county should pay his salary, or a portion of it, with some of the property owner\'s tax money.\r\n\r\nThe advantages and disadvantages of becoming a municipality was discussed, with no definite action being taken due to opposing views.\r\n\r\nCamper trailers that are now parked in front of the Lodge near the air strip for utility hook-up will be required to move to the new Trailer Park area. This area is being built by the Developer to have hook-ups and toilet facilities. The completion date will be May 1, 1974.\r\n\r\nThere are three rooms available for rent in Lodge. The cost to rent these is $12 per night with linens.\r\n\r\nAn announcement was made that the Timberon Sales Office is soon to go computer.\r\n\r\nA Lubbock group of Property Owners Association Members suggest forming chapters by towns of property owners to create interest.\r\n\r\nIt appears we have been operating a restaurant without a license and that the gross receipt tax on the bar has not been paid. We will correct this and find out what it will take to acquire a restaurant license.\r\n\r\nTimberon Log dated March 9, 1974...\r\n\r\nIt was decided to get a new appraisal for the Lodge building because of all the improvements that have been made, especially to the kitchen.\r\n\r\nMr. Cilino requested from the Civil Defense a pumper which has recently become available. It was inspected by Joe Fetters and found to be in good condition.\r\n\r\nThe liquor license that belongs to the Developer will be leased to the Property Owners Association, but the Developer will retain ownership.\r\n\r\nThe Property Owners Association is in the process of filing liens against non-paying lot owners.\r\n\r\nOtero County is now blading the North road, having already bladed the South. It appears that they will continue to maintain these roads on a regular basis.\r\n\r\nDon Coffman, Head Football Coach for Roswell High School, will take care of the pool for the Summer at no charge.\r\n\r\nMr. & Mrs. Lee Martin of El Paso are hired to manage the Lodge.\r\n\r\nTimberon Log dated March 20, 1974...\r\n\r\nCarl Tanner was hired as full-time maintenance man for the Lodge at $500 a month.\r\n\r\nWe ordered and paid for two thousand 7 to 10 inch trout for the fishing lakes at a cost of $600 plus $90 delivery charge. The Developer has agreed to pay for the restocking of the lakes when it is done again in late summer.\r\n\r\nErna Stevens and her daughter were hired to operate the Lodge. Before this she was employed at the Airport Restaurant in Roswell as a cook and her daughter as a waitress.\r\n\r\nWe had a complaint from Jack Shaw that our hamburgers are overpriced at $1.25 and that we should discourage bar drinkers, particularly on Sunday mornings.\r\n\r\nTimberon Log dated April 20, 1974...\r\n\r\nWhite Sands Missile Range requires that we must have a military guard on the roads. They want complete control of the access road.\r\n\r\nIt was decided to construct two or three kennels in back of the Lodge for people staying there with dogs.\r\n\r\nThe Lodge restaurant is grossing $500 a week and doing nicely. It is paying its own way and showing a profit.\r\n\r\nAt present there is $175 in outstanding tabs from the Sales Staff alone. No more credit will be given and everyone will pay when served.\r\n\r\nA ledge has been cut around the small lake and the lakes have been cleaned.\r\n\r\nMr. Tappan asked the Developer if the condominiums were ready for occupancy. Johnny Mobley said he was having problems with the Environmental Agency, Plumbing Inspector and Building Inspector. They have three different codes which are almost impossible to meet. He has asked for an Attorney General\'s ruling on this and should be ready to go ahead in about two weeks.\r\n\r\nTimberon Log dated June 8, 1974...\r\n\r\nMr. Cilino reported to the owners that we are still trying to secure a pumper for fire protection and that certain qualifications must be met before we can get any type of Federal funds to help us.\r\n\r\nIt is stated that the Commanding Officer at White Sands Missile Range will soon be changing and we should wait until a new one takes over before any attempt is made to ask the government to let us use range access roads to get to Timberon.\r\n\r\nThe kitchen remodeling has all been paid for and the restaurant now has an \'A\' rating by the State Environmental Agency.\r\n\r\nThe Developer says that property owners will not have to pay green fees on the golf course for the next three years. Guests will be charged $6 on weekdays and $10 on weekends and holidays.\r\n\r\nThe Developer, Johnny Mobley, says that the bath house will be finished in about two weeks.\r\n\r\nMr. Pozanac says the ice machines are now operating and ice will remain free to all property owners and their guests.\r\n\r\nJohnny Mobley says that the Lynn Gas Company is going to put in a permanent setup in Timberon. It will be available 24 hours a day.\r\n\r\nTimberon Log dated August 10, 1974...\r\n\r\nGround rules for hunting in Timberon were discussed. Some suggestions were: there should be guards placed at all entrances; there should be a limited amount of hunters allowed, each owner will be allowed to have four guests: and all hunters camping out will be required to camp in one spot designated by the Property Owners Association.\r\n\r\nBy unanimous decision Joe Fetters was accepted as Fire Chief of the Timberon Property Owners Association Volunteer Fire Department.\r\n\r\nThe electrical wiring in the Lodge was replaced, taking about five days.\r\n\r\nThe bath house has been painted and all the plumbing will be completed in about a week.\r\n\r\nThere is a problem with the lower fishing pond\'s diminishing water level. It is suggested that a pipe be run from the upper pond to the lower so that any overflow will go into the lower pond.\r\n\r\nIt was discussed that the only thing holding Timberon back from being a town is the population. The population needed should be reached about next spring.\r\n\r\nTimberon Log dated October 26, 1974...\r\n\r\nIn spite of many attempts, a new South Road into Timberon is yet to be secured. Mr. Cilino is investigating a possible right-of-way for another road going Westward to Highway 54, rather than South to State Highway 506.\r\n\r\nBill Berkebile reported that contracts will be let to furnish mail service directly into Timberon, effective December 7th. The mail route will be known as the \"Timberon Star Route.\"\r\n\r\nThe new fire sirens were sounded for the first time in Timberon.\r\n\r\nTimberon Log dated February 15, 1975\r\n\r\nHarry West and Joe Richardson were introduced as the new Property Owners Board Directors.\r\n\r\nThe Timberon Property Owners Association is granted exemption from Federal Income Tax as a non-profit organization.\r\n\r\nPeggy Maitland announces that the General Store will be in full operation by April 15th. Danny Strickland will be running it.\r\n\r\nA County Road Maintenance Man will be stationed in Timberon with a grader to keep both the North and South Roads clear and in good condition. Bill Berkebile says that negotiations are presently under way to change and improve the South Road through Sacramento River Canyon.\r\n\r\nThe Developer informs the owners that all structures being built must be approved by the Architectural Committee of North American Land Development prior to building. The zoning must be followed and will be enforced.\r\n\r\nFire Chief Joe Fetters was instrumental in securing a 500 gallon pumper truck; this is a real fire engine with a red light and siren. It runs just fine.\r\n\r\nBill Berkebile and Joe Fetters secured the services of a 1000 gallon tanker truck from the Forestry Department.\r\n\r\nFour Condominium Duplexes are opened for rental on the river. Christy Berkebile is the manager.\r\n\r\nShirley Cliff will be manager of the Lodge starting March 1st. She plans to have regular entertainment. The act on opening night will be Pete Fleming and Mitch Mosley, a folk and country group.\r\n\r\nThe Golf Course will open for the season on Easter weekend, weather permitting.\r\n\r\nTimberon Log dated April 19, 1975...\r\n\r\nDave Tappan briefed the Association Directors on a letter written by Bill Richardson, a property owner, to the Department of Housing and Urban Development in Washington. The letter indicated a dissatisfaction with the Developer for not turning over the water supply to the Association Members as indicated in the HUD report. The matter was put of until a meeting with Bill Richardson could be arranged.\r\n\r\nBill Cilino says that the new access road approval was at a standstill and now hinges upon the incorporation of Timberon.\r\n\r\nThanks were extended to past Sheriff Bill \'Smitty\' Smith and present Sheriff Dennis Wynn for their excellent job of solving several burglaries. We want to keep Timberon honest and clean.\r\n\r\nSheriff Wynn and Shirley Cliff started a game room in the Lodge to keep our young people entertained.\r\n\r\nThere was a forest fire in Timberon, with most of the damage being in T-8. Our Volunteer Fire Department, assisted by Timberon Members and guests, was instrumental in containing the fire and finally putting it out. Also assisting were the fire departments from Cloudcroft, High Rolls, Duncan, Penasco, Sacramento, James Canyon and Mayhill. The Forest Service responded within minutes with slurry bombers spraying flame retardant chemical. They sent in tankers, supplies, and more than 75 firefighters. Investigation indicated that the fire was started by an owner burning trash in a 40 mile per hour wind.\r\n\r\nTimberon Log dated July 12, 1975...\r\n\r\nA front loading tractor and riding lawnmower have been purchased for the Lodge grounds.\r\n\r\nMany complaints were aired, mostly centered on the deplorable conditions in and around Lodge; dogs running loose and destroying the Associations equipment, and camping grounds in front of the Lodge.\r\n\r\nThe Property Owners Board was faced with what they saw as the deplorable condition of Timberon in general, the thefts that had occurred, lack of authority and division of authority by Board members and security personnel, and general lack of management. They responded by electing Joe Fetters as Resident Agent with direct control over all Property Owners Association employees and answering only to the Property Owners Board.\r\n\r\nIt was decided that for the safety of all members, dogs found loose would be picked up with a warning to the owner and if repeated, the dog would be destroyed. Dogs without licenses and unknowns would be destroyed immediately.\r\n\r\nThe conclusion was reached that there was no control on entrances to Timberon and undesirable characters may enter, placing all property in jeopardy. An earth barricade was put across the Culp Canyon entrance to close it and the possibility of control over both the North and South entrances were looked into.\r\n\r\nAt the prompting of the Fire Chief, Joe Fetters, $6000 was spent by the Property Owners Association for new fire equipment.\r\n\r\nTimberon Log dated August 30, 1975...\r\n\r\nIt was decided that Sheriff Wynn was lacking the maturity necessary for our security guard. The job would again be offered to Bill \'Smitty\' Smith.\r\n\r\nJoe Fetters says that the probation period for the Fire Department will be over in November and we will be eligible for state funds.\r\n\r\nThe tennis courts should be finished by next spring. The snow pack this winter should really pack down the base.\r\n\r\nThe Cliffs are leaving in September and the Colemans will be running the Lodge on a two month trial basis.\r\n\r\nDue to inflation and maintenance costs, the dues for property owners will be increased from $25 to $35.\r\n\r\nTimberon Log dated November 1, 1975...\r\n\r\nAt present it does not appear a new access road will be constructed. The South road is in fairly good shape, but the North road is in poor condition.\r\n\r\nJoe Fetters and Bill Berkebile were recognized for establishing a Rural Fire District in Timberon in a remarkably short time of one year.\r\n\r\nThe Timberon Volunteer Fire Department now has two pumper trucks, three fire sirens, a small portable pumper, a good supply of protective equipment for firefighters and radio communications in the trucks.\r\n\r\nMembers will be limited to one guest during hunting season to prevent indiscriminate hunting and in order to maintain control.\r\n\r\nThe Developer, at the urging of Harry West, donated $50 to the town of Cloudcroft to go towards the purchase of an ambulance for evacuation of the sick and injured. The ambulance will be used not only for the Cloudcroft area, but also for surrounding towns, including Timberon.\r\n\r\nCompleted units of the Water System will be deeded to the Timberon Property Owners in the near future at time completed, by the Developer.\r\n\r\nTimberon Log dated February 7, 1976...\r\n\r\nThere will be two resident agents on the property, Joe Fetters will be resident agent over the Fire Department and Ed Jennings over security and maintenance.\r\n\r\nThe Lodge was again opened for the renting of rooms, with property owners to have first consideration.\r\n\r\nDue to a growing demand by the property owners, applying pressure on the Board Members, it was decided to get Bill (Smitty) Smith back as security officer.\r\n\r\nThere was concern about increased crime and malicious vandalism on the mountain.\r\n\r\nThe Fire Department was inspected by the State Fire Marshall, who certified us and recommended that we receive state funds.\r\n\r\nFire Chief Joe Fetters recommended that the Property Owners Association consider selling the Fire Department one acre of ground for $1.00 to construct a fire house.\r\n\r\nTimberon Log dated May 19, 1976...\r\n\r\nBoard Director Dave Tappan sent a letter to the other Board Members with the following suggestions for consideration:\r\n\r\nThat the role of the Restaurant and Lounge be determined as to whether we must keep it in operation, if so, should we request that the Developer subsidize it or is that our responsibility as Property Owner Association Representatives.\r\n\r\nThat we consider subsidizing Harry West\'s quarterly newspaper, as the Developer has already agreed to mail it to all property owners.\r\n\r\nWhat the role of the Property Owners Association will be in the next two to five years, as the Developer will undoubtedly be pulling out and turning everything over.\r\n\r\nTimberon Log dated May 29, 1976...\r\n\r\nThe Lodge is now being operated by the Property Owners Association. Betty Cliff is doing a fine job of cooking and taking care of the Lodge.\r\n\r\nThe security light donated by Harry & Ann West is installed on a tree in front of the Lodge and it lights up both the front lawn and the parking area.\r\n\r\nThe Fire Department makes plans to pay back the money borrowed from the Property Owners Association for equipment by holding a golf tournament on the Fourth of July.\r\n\r\nAll Timberon Property Owners Association Members will receive two plastic membership cards that must be presented before playing tennis, swimming, fishing, or golfing.\r\n\r\nTimberon Log dated August 14,1976...\r\n\r\nThis year during deer hunting season each property owner who has paid their dues will be allowed only one guest, same as last season. Signs will be posted at all three entrances to Timberon an there will be voluntary patrols.\r\n\r\nOnly property owners will be allowed to fish, with a limit of ten fish for a family per day.\r\n\r\nThe Developer, Johnny Mobley donates property for the Fire Department building adjacent to the swimming pool.\r\n\r\nThe Developer agrees to donate land for a church site in the area set aside for the school, located on the Southeast end of the airstrip.\r\n\r\nTimberon Log dated October 30, 1976...\r\n\r\nWe now have health insurance coverage on all Property Owners Association employees.\r\n\r\nAt a meeting Harry West informed the property owners that the Timberon Mountaineer (newspaper) was not financed by the Developer or the Property Owners Association. He explained the problems of trying to publish a paper without any money to hire help, travel, etc... The Property Owners Association agreed to reimburse Harry for past personal expenditures if he could not get the money elsewhere.\r\n\r\nRev. Frank Wheeler said a site for a church had been promised by the Developer. Rev. Wheeler is coming to Timberon every Tuesday night to have bible study and every Sunday for worship services.\r\n\r\nTimberon Log dated February 19, 1977...\r\n\r\nIt was reported that some wood is being cut in unauthorized areas. The Developer said that he would see that they were redirected to proper areas.\r\n\r\nThe Developer, Johnny Mobley, reminds the Board that the lower fishing lake will have to be drained in order to be sealed. The fish will be removed and put back in after it has been sealed and refilled. He said the seeping of the lake is causing the tie-down area of the airstrip to stay damp and sustain damage.\r\n\r\nThe possibility of getting phone service from Dell City looks good, but first we need at least 30 applicants.\r\n\r\nTimberon Log dated August 30,1977...\r\n\r\nAn increased effort is being made to prevent non-paid members from using Association facilities.\r\n\r\nHarry West suggests that a solar unit to heat the pool can be obtained for about $800, thus eliminating the $300 per month propane costs.\r\n\r\nThe Baptist Missionary Board puts up $15,000 towards building a small non-denominational church in Timberon. Local church collections are over $900 and other congregations in the area have donated $1,000.\r\n\r\nHarry West asks about the dishwasher in the Lodge, and wonders why the dishes are being washed by hand. Ed Jennings says he thinks the dishwasher was working, but that it takes longer to use it than to do them manually. Dave Tappan injects that the dishwasher costs $1,000, is required by the Environmental Department and should be used.\r\n\r\nTimberon Log dated October 29, 1977...\r\n\r\nDean Blagowsky joins the land sales staff announcing that some property owners will be licensed and a lot resale department will be started next year. He also says that his group will start selling Champion modular homes.\r\n\r\nGeorge Cliff completes the enclosure remodeling of the Lodge patio, adding a fireplace.\r\n\r\nThe Memorial Flagpole in front of the Lodge is made available to bronze memorial plaques for deceased property owners at a cost of $40 to their families.\r\n\r\nTruman Jones pays to restock the lower lake with trout.\r\n\r\nThe Property Owners Association assists Harry West with a contribution, as do many property owners, enabling him to continue publishing the Timberon Mountaineer. The Developer is also commended for printing and mailing two issues to the whole Association.\r\n\r\nBill (Smitty) Smith, Association Security Officer, reports the arrest of a property owner and his wife for burglary. Several thousand dollars worth of property is recovered and 14 burglaries are solved by this arrest.\r\n\r\nDell City applies for a low interest federal loan to expand their phone system to Timberon.\r\n\r\nHarry West reports that the Timberon Mountaineer is in debt by about $271 and that CB listings are available for $1 each to help pay the deficit. The Property Owners Association assures Harry that he would not have to pay these expenses personally.\r\n\r\nThe Developer says that the trailer along the airstrip would be moved to an RV area soon.\r\n\r\nTimberon Log dated January 7, 1978...\r\n\r\nVandalism and lack of interest among the younger set has caused the game room to be closed. A recommendation was made that the pinball machine and pool table be returned to their owners and the room be used for storage.\r\n\r\nSecurity Officer Bill \'Smitty\' Smith reports that a few minor break-ins are occurring, but articles of value have not been taken.\r\n\r\nThe Developer, Johnny Mobley, expects an influx of sales personnel this spring and requests additional services from the restaurant.\r\n\r\nThe Developer reports that Representative Mershon is working on the road situation. The effort will now be concentrated on getting right-of-way for a road from Sunspot, upon the ridge and into Timberon from the North.\r\n\r\nHarry West says contributions to the Timberon Mountaineer have picked up and he believes the publication will now be viable, however more articles are needed for publication from members.\r\n\r\nIt is agreed that an under-cover man may be employed periodically, if requested by the Security Officer and Registered Agent.\r\n\r\nTimberon Log dated March 4, 1978...\r\n\r\nA letter is sent to the State Highway Commission stating that the Property Owners would relieve them of liabilities for any injuries during the time that they would be repairing and improving the road over to 506.\r\n\r\nThe Fire Department buys a resuscitator with revenue sharing funds allotted by the County.\r\n\r\nHarry West expresses his delight at the progress being done on the Pro Shop in the last couple of months.\r\n\r\nThe Security Officer reports flagrant violations by game poachers in Timberon. One violator has been arrested, but several more were accessories to the fact.\r\n\r\nAn Environmental and Wildlife Protection Committee was established in Timberon. Committee members were Ed Jennings, Bill Smith, Bobby Williamson, George Cliff and Lew Lund.\r\n\r\nTimberon Log dated October 28, 1978...\r\n\r\nSteve Hollabaugh is hired as maintenance man after Lee Jennings resigns.\r\n\r\nA lawsuit is filed against the Army to allow a road from 506 to be cut due North into Timberon.\r\n\r\nDell City Telephone Cooperative receives a low interest federal loan to bring service into Timberon.\r\n\r\nProperty Owners get free use of the slopes at Ski Cloudcroft.\r\n\r\nIn T-8 fifty-one percent of the Property Owners vote to reduce the square footage from 1,000 to 850 for home size.\r\n\r\nTimberon Log dated March 17, 1979...\r\n\r\nThe Developer deeds the Lodge to the Property Owners.\r\n\r\nHarry West reports that the Spring edition of the Timberon Mountaineer is about ready for publication, but mailing funds are running low.\r\n\r\nThe Developer states that the Land Office would soon receive their new computer and that the old one would be donated to the Property Owners. However, in the end it is donated to the El Paso Public School System instead.\r\n\r\nThere are two minor break-ins of cabins and the vandalism of the school bus reported by Security.\r\n\r\nTimberon Log dated June 23, 1979...\r\n\r\nA barrier of cross-ties are place between the propane tanks and parking lot after the propane truck\'s brakes fail, it rolls down the slope and knocks the tanks off their mountings. There was no explosion.\r\n\r\nThe fishing limit is set at 6 per day per family, as suggested by Roy Sellers, and all fish caught must be kept.\r\n\r\nThe Property Owners Association agrees to furnish the prize of golf woods at the Firecracker Open tournament on the 4th of July.\r\n\r\nThe Summer edition of the Timberon Mountaineer is about ready for publication, but is currently about $158 in debt. The Developer agreed to pay the postage and the Property Owners Association will pay the $158 needed to complete the printing.\r\n\r\nTimberon Log dated September 15, 1979...\r\n\r\nThe Property Owners Association buys a TRS-80 computer from Radio Shack after attending an impressive demonstration of the machine.\r\n\r\nIt is reported that Lou Fetters will be coming soon to present a plan from Tri-State Associated Grocers for delivery of supplies to the General Store and Lodge Restaurant.\r\n\r\nO\'Neal James presents a proposal for trash removal service in Timberon.\r\n\r\nHunting in Timberon is again limited only to members of the Property Owners Association.\r\n\r\nA barbecue pit is built behind the Lodge.\r\n\r\nTimberon Log dated October 27, 1979...\r\n\r\nThe Lodge restaurant has been remodeled and is operating in the black.\r\n\r\nThere is new pavement placed around the Lodge.\r\n\r\nTrash is no longer being dumped at the Lodge and there is a trash pick-up service available if you wish to subscribe.\r\n\r\nThe need for building a fire station and getting a school in Timberon is discussed.\r\n\r\nAppreciation is expressed for the County getting the roads into Timberon in such good shape.\r\n\r\nTimberon Log dated January 26, 1980...\r\n\r\nMost Association Members are sending donations to the fire department along with their dues and the Property Owners Association donates $1,000 to the Fire Department Building Fund.\r\n\r\nThe Developer proposes to donate three additional acres of land to the Timberon Chapel, one acre for expansion / parking and two acres for a cemetery.\r\n\r\nPastor Frank Wheeler proposes that the Property Owners Association accept the cemetery acres and administer the operation of it. The Association agrees to do this dependent upon findings concerning State and Federal regulations.\r\n\r\nTimberon Log dated May 31, 1980...\r\n\r\nHarry West requests aid in publishing the next edition of the Timberon Mountaineer. The Developer agrees to pay for half of the cost while the Property Owners Association agrees to pay the remaining half. Harry states that he is going to ask for subscriptions for future editions.\r\n\r\nDell City Telephone is committed to having telephone service installed by January 1, 1981.\r\n\r\nSecurity reports that a gang of robbers are operating in the area, but have not as yet shown up in Timberon.\r\n\r\nTimberon Log dated October 25, 1980...\r\n\r\nRoy Sellers, the President of the Property Owners Association, submits the following letter: After leaving the meeting Saturday, I saw several Bow Hunters driving trucks around the Golf Course area. Sunday morning, I saw the same thing again. I asked if we had a designated area for hunting and was told yes, but the hunters didn\'t seem to pay any attention to regulations.\r\n\r\nWith the National Forest and all the other open hunting areas, do we have to get someone seriously injured or killed to stop hunting in Timberon?\r\n\r\nI believe that 90% of all members would rather watch the game we have than to hunt them, and I know 99% of the people who live here are afraid to get outside of their homes during hunting season. I would appreciate it if this matter would be considered by the Association soon.\r\n\r\nA Crime Stoppers program is started in conjunction with Otero County.\r\n\r\nA school building is brought in, with class to begin next year.\r\n\r\nTimberon Log dated January 17, 1981...\r\n\r\nIt is decided that the restaurant should have a professional manager, to be paid $800 a month. Donnie Smith is hired.\r\n\r\nRoy Sellers brings up the fact that the employees are, in general, underpaid. Some of the employees salaries are raised.\r\n\r\nOne of the furnaces blows up in the Lodge. It is decided to replace both furnaces with the pilot-less type.\r\n\r\nThe Property Owners donated a tractor to the Fire Department.\r\n\r\nIt is decided that the Property Owners Association lend money to the Fire Department to go towards building the station.\r\n\r\nTimberon Log dated April 18, 1981...\r\n\r\nHarry West invites Herb Little of Lubbock to give a presentation of solar heating for the pool. It is decided to purchase solar collectors to heat the pool for $5,886. Tom Cook will install the pad for the collectors at a cost of $1,397. The Fire Station will be able to use the collectors for heating during the pool\'s off months, but must connect to it at their own expense.\r\n\r\nTom Cook is hired to put a new floor in the patio area of the Lodge.\r\n\r\nSecurity Officer Bill Smith reports that there have been only a few minor break-ins. It seems that they are very carefully breaking in, taking a little food while stealing nothing else, and not vandalizing anything.\r\n\r\nThere are now 205 permanent buildings in Timberon, 195 of these homes.\r\n\r\nWe are looking for a pool attendant, someone from outside Timberon. All the attendants we have had in the past have been local and all the kids know them, and take advantage of them. Mary Seidl is asked but refuses to take the job.\r\n\r\nThe Developer, Johnny Mobley, puts 500 fish into the stream.\r\n\r\nThe Property Owners Association pays for the mailing of the Timberon Mountaineer newspaper in order to get the Fourth of July activity information out to property owners.\r\n\r\nHarry West, Bill Berkebile and Ken Baird become the first board members of what will later be known as the Timberon Protective Association. Their only duties at this time is to enforce the property restrictions in the Commercial Area.\r\n\r\nThe Property Owners Association pledges 5% of the year\'s membership dues to help buy equipment for the Fire Department.\r\n\r\nTimberon Log dated June 20, 1981...\r\n\r\nMoney is saved by hiring Steve Hollabaugh on a hourly basis instead of having a full-time maintenance man for the Lodge.\r\n\r\nAll outdoor equipment for the Fourth of July activities have been bought and are on site. The horseshoe pits are to be constructed next week by Ed Granjennet.\r\n\r\nThe Fire Department is upgraded to a class 9 by the Insurance Services of New Mexico. We can expect lower insurance rates as a result of this.\r\n\r\nGasoline has not been available at the store for about 2 months now. The Association is asked operate their own service station, they refuse but will consider some action if the problem is not solved soon.\r\n\r\nTimberon Log dated August 22, 1981...\r\n\r\nThere was one bad break-in reported at Dr. Woodall\'s in Sacramento Estates. Some expensive electronic equipment was taken and the Sheriff\'s Department is notified.\r\n\r\nBill Davis is hired to assist Bill Smith in Security and Architectural Control functions.\r\n\r\nTimberon has grown from approximately 25 homes in 1972 to 225 homes today.\r\n\r\nTimberon Log dated October 31, 1981...\r\n\r\nThe Property Owners Association pledges another 5% of the annual membership dues to help out the Fire Department.\r\n\r\nThere was quite a bit of discussion on the need for a good General Manager in Timberon.\r\n\r\nErnie and Peggy Whomans are hired to manage the swimming pool.\r\n\r\nThe Timberon Property Owners Association has 3519 regular members, 152 RV Area members, and 83 Time Share members.\r\n\r\nTimberon Log dated January 30, 1982...\r\n\r\nBill Davis is hired on a full-time basis as part-time security guard and maintenance man for $650 a month and fringe benefits.\r\n\r\nThe swimming pool operators are allowed to sell sandwiches and soft drinks, keeping any profits they might realize.\r\n\r\nParker Hinesley was hired to put the solar collector for the swimming pool into operation for $468.\r\n\r\nThere is discussion on the need of a general manager for the property. Harry West, having just finished being a Board Director, is hired.\r\n\r\nBill Berkebile expresses a desire to a basketball court constructed.\r\n\r\nTimberon Log dated May 29, 1982...\r\n\r\nA special meeting is requested by a Committee of Property Owners (Mary Seidl, Curtis Reece, Keith Meyers, and Joe Fetters) to discuss the hiring of Harry West as Business Manager. The Committee carried with them proxies representing 1,759 votes to back their views.\r\n\r\nA motion is made by Committee member, Mary Seidl, that the manager position be abolished and anyone presently occupying it be terminated. The Board of Directors is then ordered to appoint a committee to outline the duties and properly go through the steps of hiring a manager.\r\n\r\nJordan Shaaf states that due to the dissatisfaction of all the Property Owners, the Board of Directors had better get the message and be sensitive to the feelings of the committee and those they represent.\r\n\r\nBoard President, Bill Berkebile, suggests that the motion be changed to a suggestion and the Board will review it. The committee responds that if it is asked to withdraw the motion, an election for a new Board of Directors would be called.\r\n\r\nKeith Meyers states that the Committee began as a small group, but was growing because Property Owners were not pleased with the way the Manager\'s job was created, the way in which the Manager was hired, and the cost of his salary.\r\n\r\nHarry West tells about all he has done since taking the job of Manager.\r\n\r\nThe outcome of the meeting is that no vote would be taken that day, but the motion/suggestion would be reviewed and changes made to the Association\'s bylaws in the near future.\r\n\r\nTimberon Log dated June 5, 1982...\r\n\r\nDeveloper Johnny Mobley states that it is his intention to bring all Timberon roads up to County specifications, though not all roads would be finished at the same time. He stated that eventually the maintenance would be the responsibility of the County.\r\n\r\nJohnny Mobley asks if the Property Owners will assume responsibility for the runway, once it is resurfaced. Board President Bill Berkebile asks him to write a letter stating his intentions.\r\n\r\nTimberon Log dated August 14, 1982...\r\n\r\nManager Harry West states that the remodeling of the Association\'s offices, Lodge bathrooms and public restrooms is nearly completed.\r\n\r\nThe upgrading of the roads to meet County specifications will begin next Spring, according to the Developer. Bill Berkebile states that if the County does not take the roads over as promised, the cost of the Association maintaining them would be $75,000 a year.\r\n\r\nThe validity of the agreement between the Developer and Property Owners for the take-over of the water system upon completion is questioned. The Board discusses entering into a new agreement with the Developer on the water system.\r\n\r\nThe Developer, Johnny Mobley sends a letter to the Board requesting they take over operations of the airstrip. A decision on the airstrip is tabled until a future date.\r\n\r\nJohnny Mobley resigns from the Board, citing a conflict of interest between being the Developer and a Board Director.\r\n\r\nTimberon Log dated October 30, 1982...\r\n\r\nThere are two break-ins reported on property, as well as the theft at the Lodge of $500 and the fire at the Hinesley home.\r\n\r\nBill Davis is elected Fire Chief. He states that there have been two structural fires and one brush fire this year.\r\n\r\nThe Developer, Johnny Mobley forms a water corporation and applies for a certificate of Public Convenience and necessity, a certificate that is required before he can charge for the use of the water.\r\n\r\nA cleanup campaign is underway at the fishing lakes; clearing them of cattails, brush and debris.\r\n\r\nThe Architectural Committee is formed with Tom Cook as Chairman.\r\n\r\nRestaurant costs and expenses are discussed and it is decided that shorter hours and less employees will cut expenses.\r\n\r\nTimberon Log dated November 27, 1982...\r\n\r\nThe Property Owners file a Petition of Intervention for the hearing on Timberon Water Company\'s application to charge for water. The Property Owners state that they have no problem with a charge for the water, the problem is that an agreement had not yet been reached on the Developer turning over the system upon completion.\r\na statement is made that the estimated completion date for the road and water system is the year 2005.\r\n\r\nTimberon Log dated January 29, 1983...\r\n\r\nAn agreement is reached between the Developer and the Property Owners on the take-over of the water system in the future. Signing of the agreement is delayed until the springs and surrounding area can be surveyed.\r\n\r\nThe Developer presents an agreement concerning the Property Owners take-over of the air-strip, golf course, tennis courts and pro shop upon completion of each facility. Finalization of the agreement is set for the next meeting.\r\n\r\nTimberon Log dated May 28, 1983...\r\n\r\nFive break-ins are reported for the month. Bill Cobb requests a letter be sent to the County for the on-site presence of a Deputy on Fridays through Sundays.\r\n\r\nChris Murtishaw suggests that the pool stay open seven days a week, this will be done contingent upon help to watch it. Chris also voices a concern about unattended children on the Lodge grounds. This problem will most likely be remedied by publicizing it through the two local newspapers.\r\n\r\nTom Cook makes a motion to dismiss the General Manager, Harry West. The motion receives no second and dies on the floor.\r\n\r\nHarry West offers his resignation to the Board. Tom Cook moves to accept, it is seconded by Frank Wheeler and passes unanimously. Harry will continue on through June 30th.\r\n\r\nTimberon Log dated August 6, 1983...\r\n\r\nThere is a problem with the newspapers in reporting factual events concerning the Association. Bill Cobb states that an editor of a newspaper has a responsibility of truth.\r\n\r\nNo further progress has been made concerning the agreement concerning the eventual take-over of the Water Company by the Property Owners.\r\n\r\nTimberon Log dated September 24, 1983...\r\n\r\nBill Cobb reads a letter from the Sheriff\'s Department that stated the inability to provide Timberon with an on site Deputy.\r\n\r\nThe Associations computer TS-80 computer is presently in Albuquerque being repaired and an addition of a hard drive is estimated to cost $1,100.\r\n\r\nAdelina Ayers is employed to work as cook in the Lodge restaurant. Her husband Dave is currently employed part-time in Architectural Control.\r\n\r\nThe Timberon Protective Association is formed. The State charter was received last week.\r\n\r\nBill Davis states that the Timberon Lions Club is currently working on the street signs on property.\r\n\r\nJoe Leary was chosen as the new General Manager at a salary of $20,000 a year.\r\n\r\nTimberon Log dated February 4, 1984...\r\n\r\nJoe Leary is introduced as the Property Owners Association\'s new General Manager\r\n\r\nThe Associations application for a bulk mailing permit is denied. It is decided that it was too much trouble anyway and that since the mail would have to be delivered to the Pinon Post Office by hand it would hurt the Timberon Community Post Office.\r\n\r\nThe Developer, Johnny Mobley, explains to the Property Owners that he would be operating the same as in the past, but would be pushing Time-Shares around the golf course where he envisions a 20 unit time share complex in the near future.\r\n\r\nThe Developer tells the Property Owners that repairs to the runway will begin shortly. They will roll up the existing surface, kill the soil this time so that grass will not penetrate the surface, and put down a tar and chip top that should last at least 5 years before any major problems occur. When this is done he wants to turn over the airstrip to the Property Owners.\r\n\r\nIt is announced that the second nine on the golf course is under construction now and should be playable by 1986. Executive (short) tee boxes are being built on the existing front nine holes.\r\n\r\nIt is brought out that communication between the Association and its members has been greatly improved due to the community\'s two newspapers.\r\n\r\nSuggestions are made as to tactics such as school bus routes, fire station, etc... that may prove helpful in getting the County to work on the roads now under their maintenance.\r\n\r\nTom Cook suggests that the existing leaky patio roof be torn out and the patio area be extended to be 40 x 100 feet. With the replacement of the bathrooms thi would probably cost in the neighborhood of $200,000. Bandaiding the existing patio would cost about $35,000. It is decided to wait until the existing roof begins to leak so badly that the only option is to replace it, and decide which route to go at that time.\r\n\r\nIt is announced that the street signs have been ordered and that the Lions Club will install them upon arrival.\r\n\r\nIt is decided that as a token of appreciation for the many hours and expertise contributed by Bill Berkebile, a first class set of luggage is to be purchased and delivered to him and his wife.\r\n\r\nRoger Anderson, contracted to do computer work for the Association, expressed concern about the power surges and brown-outs here on the mountain. He suggested that a battery backup ($1,000) or a shut down system ($150) be purchased. He was authorized to purchase a shut down system.\r\n\r\nBill Cobb suggests the construction of a community building to supplement the patio area during group gatherings. It should be about a 120 x 60 foot building with restrooms, a future kitchen area, and storage. The cost of a bare-bones version of such a structure should be around $100,000. The best spot for such a building would be where the present playground is, the playground can be moved to around the pool area.\r\n\r\nTimberon Log dated May 5, 1984...\r\n\r\nThe availability of Dining is discussed. There is currently the Blue Barn, Lounge at the Pro Shop, Country Kitchen, and the Lodge Restaurant - but none stay open past 7pm.\r\n\r\nThe Lions announce that their street signs project is scheduled to begin in the near future.\r\n\r\nA computer backup \"Minute Man\" has been purchased to protect from brownouts and blackouts.\r\n\r\nThere is a \"name the band\" contest for the local community band. Billy Reece wins the contest with the name \"Timbertunes.\"\r\n\r\nThe Carlsbad Association of Retarded Citizens requests forgiveness of over $3,000 in membership dues liens on property donated to them. The request is denied.\r\n\r\nA resolution by Tom Cook is adopted barring all dogs from the Timberon Lodge.\r\n\r\nThere is an ongoing problem of people\'s pets being shot and mutilated.\r\n\r\nA race car rally is held on some of the more remote Timberon roads and there is discussion on whether or not this can be prevented from happening again in the future.\r\n\r\nTimberon Log dated June 2, 1984...\r\n\r\nThere are some problems with Circle Cross cattle residing on the golf course. The other area ranchers cooperate fully when this sort of problem arises, however, Circle Cross is less than cooperative.\r\n\r\nShannon Belmont is the reigning \"Miss Timberon\" for 1984.\r\n\r\nThere appears to be damage to the trees in the area. Forester Randy Baker said he believes the damage was caused by heavy hail, after which bacterial pests invaded the trees.\r\n\r\nSam and Pat Davis are hire on at the Lodge as full-time cook and waitress.\r\n\r\nA discussion is held concerning the possibility of Otero County taking over the airstrip. It is felt that once the resurfacing is completed, no major repairs will be needed for another 10 - 15 years.\r\n\r\nBill Cobb states that by having our own security force, we are paying twice for law enforcement which should come from the County Sheriff.\r\n\r\nTimberon Log dated August 4, 1984...\r\n\r\nThe memory banks of the present computer are filled and no other information can be absorbed. It is decided to purchase an IBM-XT at a cost of around $10,000. The present machine will be used as a word processor and the oldest machine will be donated to the school.\r\n\r\nT.P. Hanson, reporting for the Ad-Hoc committee concerning the feasibility of the Lodge Annex, suggests that the annex be made an extension of the present lodge. The building will encompass 7200 square feet, housing the restaurant and restrooms. Initially, it will cost a little over $100,000.\r\n\r\nTimberon Log dated September 15, 1984...\r\n\r\nA letter is sent to the Otero County Commissioners expressing appreciation for the recent road improvements inside the property and a request is made for the installation of stop signs.\r\n\r\nA decision is made to go ahead and accept the airstrip from the Developer next year.\r\n\r\nBill Berkebile presents his brief background of Timberon, entitled \"A Bit of History,\" to the Property Owners.\r\n\r\nBill Cobb states that approximately $227,000 in taxes is paid yearly by Timberon Property Owners and it should not be unreasonable to expect the services of the Sheriff\'s Department.\r\n\r\nTimberon Log dated October 27, 1984...\r\n\r\nSo far this year there have been 74 building requests approved, 65 of which were for new homes. There are presently 99 permanent families and 208 seasonal homes in Timberon.\r\n\r\nChris Murtishaw, after 8 months of trying, succeeds in getting a two month training course in Timberon.\r\n\r\nA used rescue vehicle and new fire truck are purchased.\r\n\r\nIt is announced that the new fire sub-station will be operational next year.\r\n\r\nAn initial proposal from architect Charles Nolan of Alamogordo reveals a completed figure for the new Lodge Annex of $275,000. The purpose of this building is for meetings, dances, recreation and all needs of the Property Owners.\r\n\r\nBill Cobb states that evidence exists that the Developer will attempt to sidestep his resolution in turning over the Water Department to the Property Owners and an adversary position is apparent. Communications between the two parties attorneys has broken down. It is suggested that a letter be sent to the Public Utilities Commission expressing the Property Owners concern and that an injunction be sought to block development of T-17 (the area adjacent to the springs) until a resolution is reached.\r\n\r\nThe Property Owners impose a number of provisions on their acceptance of the Airstrip that the Developer\'s Project Manager doubts will be accepted, but agrees to pass on...\r\n\r\nTimberon Log Dated January 12, 1985...\r\n\r\nThe Lodge general manager says the restaurant $13,406 more than it took in in 1984.\r\n\r\nA letter is sent to Otero County Electric Coop. Requesting explanations for the frequent power outages and subsequent surges. A meeting is set up where the Cooperative fields questions from about 72 Timberon residents.\r\n\r\nThe organizers of the last Christmas party are commended for their good job by the Board. They include Wanna Bell Ross, Sue Haisley, Gertie Grabner, Frances Stout, Joe & Maggie Roseborrough, Marilyn Leary, and Danelle Ross.\r\n\r\nThe New Year\'s Eve party is a great success, with music supplied by Mark Clark, Monte McCullom and Wilbur Fry.\r\n\r\nIt is decided to set up an entertainment committee to assist in the activities for the coming year.\r\n\r\nRepresentatives of the Property Owners attend a meeting in Alamogordo concerning hunting laws in the State. They present the concerns of the Timberon residents to the attending members of the Game & Fish Department.\r\n\r\nT.P. Hanson advises the Property Owners that the turnkey cost of the new Lodge Annex, at this point, appear to be around $280,000.\r\n\r\nJordan Schaaf recommends the Property Owners borrow the money to pay off the Lodge Annex over a 10-20 year period, instead of paying cash out of the general fund. Tom Cook expresses his opposition to long-term indebtedness. A committee is appointed to study the best route.\r\n\r\nA contract agreement for the Property Owners to take over the airstrip from the Developer is presented. Johnny Mobley, the developer, advises the Property Owners that the FAA will reseal the airstrip every 3 years, provided it will be available to outside traffic. Tom Cook says that he is not in favor of accepting the airstrip, an expenditure of this amount (insurance, etc...) for the use of 10-12 people is not justified when there is no expectation of any financial return. Chris Murtishaw states that none of our facilities are producing a profit. T.P. Hanson injects that the airstrip benefits property values and will be needed in the future. The Board decides to accept it, but not unanimously.\r\n\r\nJordan Schaaf recommends that the Board follow \"Robert\'s Rules of Order.\" Chris Murtishaw says that the Board needs to follow some sort of rules. Tom Cook states that \"Robert\'s Rules of Order\" are too restrictive and we need to operate in a more relaxed atmosphere. No decision is made on the suggestion.\r\n\r\nIn an effort to secure a closer relationship with the County as to road repairs, thought is given to someone from Timberon running for the County Commission.\r\n\r\nTimberon Log Dated February 12, 1985...\r\n\r\nFrank Wheeler suggests putting trash containers along the street in the downtown area, the developer will provide the cans. Tom Cook reminds everyone, that according to the Covenants in that section, the cans must be hidden or buried and that defeats the purpose. The matter is tabled.\r\n\r\nDiscussion proceeds on the Property Owners accepting the Water Company from the Developer, although there is a problem on how large an area should be reserved as a buffer zone around the springs.\r\n\r\nTimberon Log Dated March 16, 1985...\r\n\r\nThe Lodge restaurant has lost $4,300 so far this year. Jordan Schaaf suggest a slight raise in prices because restaurant expenses are \"eating our lunch.\" Tom Cook suggests a different approach to increase volume by lowering food and liquor prices. It is decided after a long discussion to leave prices the way they are. Tom Cook advises the Board that after the summer season the restaurant will probably be closed, because we can\'t afford to spend the Property Owner\'s money to supplement the place.\r\n\r\nThe airstrip deed and map are received by the Property Owners, but a triangular section in the property has been omitted by the developer. Tom Cook says that he has spoken to Johnny Mobley about this and was told that an aircraft service area was planned to go in there in the future.\r\n\r\nThe Property Owners contact the New Mexico Transportation Department and are advised that they do not qualify for aid in airstrip maintenance.\r\n\r\nThe New Mexico Public Service Commission sends a letter concerning their investigation concerning the power outages in Timberon. They advise people who can substantiate losses due to power outages to submit claims to Otero Electric for possible insurance payments.\r\n\r\nThere is a disagreement on where the Bar & Lounge should be located when the new annex is constructed. Jordan Schaaf recommends moving the bar upstairs along with the restaurant, while T.P. Hanson is in favor of leaving the bar downstairs to insure the original concept of separation of dining and drinking areas. The decision is made to move the bar upstairs, but it is not unanimous.\r\n\r\nThree rough sketches of floor plans for the Lodge Annex are presented by Architect Charles Nolan and one by Ron Maksyn. The Property Owners go with Ron Maksyn\'s plan after a few adjustments.\r\n\r\nTimberon Log Dated April 27, 1985...\r\n\r\nPool repairs are continuing. New concrete has been poured and a privacy fence is being installed around the lower section of the pool.\r\n\r\nArchitect Charles Nolan tells the Property Owners that the blueprints for the annex should be completed in about two weeks, then it will be put out for bid.\r\n\r\nWanna Bell Ross, Sue Haisley and Marilyn Leary are asked by the Board to give their suggestions for decorating the new restaurant. Tom Cook suggests that no theme should be considered, but keep the restaurant richly elegant.\r\n\r\nCharles Nolan agrees to furnish an artist\'s conception of the Lodge Annex for public viewing.\r\n\r\nThe General Manager advises the Board that he has discussed the rumored new road from Sunspot to Scott Able Canyon with agents of the U.S. Forest Service and they said that such a road is included in future plans, but the completion date won\'t be until 1993.\r\n\r\nTimberon Log Dated July 6, 1985...\r\n\r\nThe Board attorney strongly advises against publishing the names of members that are delinquent in their dues payments.\r\n\r\nThe bids for the new Lodge Annex are scheduled to be opened on July 9th.\r\n\r\nMarilyn Leary, Elise Schaaf, Sue Haisley, Yvonne Fetters and Wanna Bell Ross are appointed as the design committee for the Lodge Annex.\r\n\r\nTimberon Log Dated August 24, 1985...\r\n\r\nT.P. Hanson advises the Property Owners that construct began on the Lodge Annex August 12th.\r\n\r\nThe Board has been busy trying to cut the cost of the Annex in any feasible way.\r\n\r\nWillie Fenske advised the Board that a suit was being prepared against the Timberon Protective Association concerning mobile homes in the area.\r\n\r\nLou Fetters suggests that due to recent thefts in the Lodge and the improper use of the lobby as sleeping facilities, the Lodge should be locked at night. It is so ordered by the Board.\r\n\r\nThe first Annual Fireman of the Year award was given to Wanna Bell Ross.\r\n\r\nTimberon Log Dated November 9, 1985...\r\n\r\nReceipts for the retirement dinner for Bill \"Smitty\" Smith total $286.83, not including the photograph taken at the dinner.\r\n\r\nTom Cook is commissioned to build the tables for the Lodge Annex dining room.\r\n\r\nAt this point the overall cost for the Lodge Annex is set at $301,947.\r\n\r\nSue Quick submits the proposed budget for the Timberon Protective Association at $70,210. The legal fund is raised to $10,000.\r\n\r\nJesse Duckett suggests that the old restaurant area downstairs be used as a community library. The Board is leaning towards making it a nursery and does not give the library serious consideration at that time.\r\n\r\nThe General Manager attends a meeting in Cloudcroft which concerns the Forest Service\'s plans to build a logging road from the Sunspot area to Scott Able Canyon. It would originally be a 14 foot wide dirt road. Long range plans include widening it to a two lane blacktop road with the possibility of continuing it on into Timberon and eventually Pinon.\r\n\r\nTimberon Log Dated January 18, 1986...\r\n\r\nTo ward off a lawsuit, the requested changes are made and approved in the covenants of T-10.\r\n\r\nJesse Duckett again presents a plan to use part or all of the basement area as a library. The Board instructs him to obtain more detailed information on establishing a library and asks the General Manager to check on any adverse insurance problems which may accompany the establishment of a nursery in the basement.\r\n\r\nTimberon Log Dated February 8, 1986...\r\n\r\nA room upstairs in the Lodge, formerly known as the Lion\'s Room, is made available for use as a library.\r\n\r\nJohnny Mobley, the developer, discontinues maintenance of the roads in Timberon.\r\n\r\nThe Lodge Annex is scheduled to be finished by the end of March, with the Grand Opening to be the Saturday of Memorial Day Weekend.\r\n\r\nLitigation continues over the Covenants in T-10, with the Timberon Protective Association pushing for a quick court decision.\r\n\r\nThe County takes the position that Timberon\'s population density does not qualify our roads for their attention. It is the Property Owner\'s responsibility to maintain them. Johnny Mobley gives the Property Owners a road grader for free.\r\n\r\nTimberon Log Dated May 30, 1986...\r\n\r\nBill Cobb threatens to sue the Board if they do not give in to his demands for lower membership payments on his multiple lots in Timberon and other demands, some realistic and some not so. The Board begins to make plans for a compromise on the issues in question.\r\n\r\nThe County resumes grading in Timberon as a result of the efforts of the Timberon Road Committee.\r\n\r\nThe military refuses to grant the right-of-way necessary for an all-weather road south to 506.\r\n\r\nTimberon Log Dated July 19, 1986...\r\n\r\nThe Developer presents a proposal that the Property Owners assume ownership and operation of the Water Company and the Golf Course. The details will be worked out through the attorneys.\r\n\r\nThe Property Owners accept the Water Company and Golf Course with a resolution that is to be subject to the approval of both parties attorneys. Part of the agreement involved the Developer\'s offer to bring the back 9 on the golf course into operational condition and external renovation of the Pro Shop building.\r\n\r\nThe Developer turns over the retail liquor license to the Property Owners.\r\n\r\nThe Property Owners are promised the use of the Timberon Logo \"for now and in the future.\"\r\n\r\nTimberon Log Dated January 3, 1987...\r\n\r\nTimberon Protective Association\'s outstanding legal bills over a covenants problem in T-10 have reached $8,273. Attorney Tom Sandenaw has donated $1,000 of his time on the suit.\r\n\r\nT.P. Hanson advises the property owners that the construction of the Lodge Annex is substantially completed. Total cost of construction is $341,527.\r\n\r\nCurtis Reece suggested to the other Board members that bids on all items of consequence should be let, public notice locally should suffice. The Board will solicit the membership\'s opinion and think about it.\r\n\r\nThe Property Owners Association is drawn into the T-10 covenants lawsuit (also known as the Wilcox suit) that was filed against the Protective Association. It is decided that Mr. Wilcox be contacted to seek some avenue of negotiation concerning this matter.\r\n\r\nTimberon Log Dated March 14, 1987...\r\n\r\nThe heating system in the Pro Shop building is switched over to propane. The move is praised as a great improvement.\r\n\r\nNorm Welborn, Chairman of the Water & Resources Committee, questions whether the water system is producing enough water for our growing community. He says the developer must improve the system before the property owners take it over.\r\n\r\nJoe Roseborrough presents plans for a proposed remodeling of the interior of the Pro Shop to accommodate a game room. The Board promises to review the plans.\r\n\r\nThe proposed road out of Timberon down Grapevine Canyon is dealt a death blow by General Infante, national defense needs were cited.\r\n\r\nTimberon Log Dated May 9, 1987...\r\n\r\nThe property owners seem to be losing board member fast, with Lou Fetters resigning and then Curtis Reece.\r\n\r\nWork on the sprinkler systems at the golf course is progressing nicely. Special thanks are offered to Euel Ross, Curtis Reece, Vic Hollrah and T.P. Hanson for their volunteer work. Jesse Duckett is recognized for his volunteer help in the Pro Shop and with golf tournaments.\r\n\r\nTimberon Log Dated June 13, 1987...\r\n\r\nThe developer\'s liquor license is transferred to the property owners.\r\n\r\nThe Otero County Commissioners are invited to hold a meeting in Timberon and they actually accept.\r\n\r\nGuest memberships are established for the golf course at the rate of family memberships, or $75.\r\n\r\nTimberon Log Dated August 15, 1987...\r\n\r\nThe many volunteers that helped with the parachute drops when the Green Berets were in Timberon were thanked. The Green Berets were testing newly designed parachutes.\r\n\r\nThe County Commissioners meet in Timberon and agree to work with us in getting the much-needed traffic control signs up.\r\n\r\nWin Thorp, President of the newly formed Men\'s Golf Association, recommends that the current Golf Pro George Thatcher be replaced with a person / or rehired in the capacity of someone - who can supervise activities and maintain the course on a full time basis. The Golf Association is also taking contributions for paint to use on the Pro Shop building, volunteers will paint it. The Property Owners Association donates $300 for paint.\r\n\r\nIt is announced that the BLM will hold an open meeting here to discuss McGregor Range and how it affects Timberon.\r\n\r\nThe insurance adjuster is here inspecting the F10 fairway mower that burst into flames earlier this month.\r\n\r\nTimberon Log Dated November 14, 1987...\r\n\r\nThe Wilcox lawsuit is appealed to the State Supreme Court. The Court rules in favor of Wilcox on one count, but found no evidence of any fraud on the second count.\r\n\r\nOtero County personnel begin installing stop signs and curve signs in Timberon.\r\n\r\nLou Fetters, Chairman of the Road Committee, proudly announces that a letter has been received from General Infante - the Army recommends approval to pave the back road to Timberon and asks that BLM issue the appropriate easements and right-of-way.\r\n\r\nTimberon Log Dated March 12, 1988...\r\n\r\nJesse Duckett volunteers to give free golf lessons to the young people of Timberon.\r\n\r\nCliff Pert requests that the Board donate land for a basketball court, several people have already pledged material and labor for the project. He is asked to report back at a later meeting.\r\n\r\nA request is made for permission to use the Lodge for some Little Theater productions. It would be necessary to build a stage at an approximate cost of $740, and it could be used for other purposes. Marcy Yeager was asked to report back to the Board on this at a later time.\r\n\r\nThe sprinkler system on the golf course has been completed and a representative of Southwest Toro is here to help with the programming of the computer system.\r\n\r\nIt appears that Lions Club bingo is becoming a regular event at the Lodge.\r\n\r\nTimberon Log Dated April 16, 1988...\r\n\r\nAn area adjacent to the playground is designated for the site of the new basketball court, construction will begin soon.\r\n\r\nThe Club Liquor license is to be moved from the Lodge to the Pro Shop and the Retail Liquor license is moved from the Pro Shop to the Lodge. This should happen by October.\r\n\r\nJoe Leary, the General Manager, resigns.\r\n\r\nTimberon Log Dated June 11, 1988...\r\n\r\nPlans are being made for the Fourth of July weekend - steak fry at the golf course, annual parade, Puttin\' on the Lips, and a dance with the KHEY Band.\r\n\r\nFrank Preston is the new General Manager.\r\n\r\nThe Property Owners Association agrees to pay the additional $250 to complete the Little Theater\'s stage.\r\n\r\nTimberon Log Dated July 9, 1988...\r\n\r\nThe first Christmas in July, arts and crafts fair, is held.\r\n\r\nMitch Johnson donates a lot to the Property Owners Association on the condition that it be raffled and the proceeds used on the golf course.\r\n\r\nFirst Nation Bank of Alamogordo is in the process of foreclosing on the Water Company.\r\n\r\nLila Oliveri comments on the condition of the airstrip - damage being done to their plane.\r\n\r\nTimberon Log Dated August 13, 1988...\r\n\r\nThe Lions Club builds a new BBQ pit behind the Lodge.\r\n\r\nThe Extension Club donates the materials to build a trophy case for the lobby of the Lodge, the Lions Club / Dave Davis agrees to build it.\r\n\r\nTie downs for six airplanes are installed on the airstrip.\r\n\r\nIt is decided to convert the basement of the Lodge into a recreation room.\r\n\r\nThe Timberon Fire Department receives the Best Community Service Award, the Fire Chief receives the State Award for Fire Chief of the Year, Chris Murtishaw and Steve Hollabaugh both also receive state awards.\r\n\r\nTimberon Log Dated December 10, 1988...\r\n\r\nSquare Dance lessons are offered in the Lodge.\r\n\r\nThe Timberon Protective Association was effectively abolished. Hazzie Quick resigned from the Property Owners Board citing family / personal reasons and there is definite evidence that his wife, Sue, may have been embezzling funds from the organization.\r\n\r\nTimberon Log Dated February 11, 1989...\r\n\r\nA decision is made to contract Triple M Company to maintain the roads in Timberon.\r\n\r\nMax Goodwin, District Ranger in Cloudcroft / Forest Service, spoke regarding the Forest Service\'s 10-year long range plan and asked for any suggestions as to how they could better serve the people of Timberon.\r\n\r\nThe Timberon Protective Association files for dissolution with the Corporation Commision.\r\n\r\nThe first hearing regarding the formation of a Water District in Timberon was held in Alamogordo.\r\n\r\nTimberon Log Dated April 15, 1989...\r\n\r\nTimberon is a top contender for the location of a Forest Service warehouse. The developer has offered to donate some property on which to place the warehouse, should Timberon be selected.\r\n\r\nThe Forest Service proposes putting a 60\' radio tower here, if it is agreeable with us. It is decided that they can put it up by the ninth green of the golf course.\r\n\r\nAlamogordo School District begins making noises about closing the Timberon School. A letter is sent to them in defense of the school being here.\r\n\r\nTimberon Log Dated May 20, 1989...\r\n\r\nThe property owners file a class action suit against Developer Johnny Mobley, hoping to recover some funds or assets to cover the many promises made that had not been fulfilled.\r\n\r\nThe Alamogordo School Board votes four to one in favor of keeping the Timberon School open another year.\r\n\r\nIt is reported that for her embezzlement, Sue Quick was given a 9-year suspended sentence. She was instructed to repay the Property Owners Association, starting with a $5,000 payment.\r\n\r\nTimberon Log Dated July 8, 1989...\r\n\r\nOn lawsuits: the Wilcox Case is still in court, Sue Quick paid $400 back, the class action against the developer is still in litigation.\r\n\r\nThe property owners are informed that everyone should plan to attend the County Commissioner\'s meeting when a reserve deputy for Timberon is put on the agenda.\r\n\r\nThe possibility of getting a lifeguard for the pool is looked into.\r\n\r\nTimberon Log Dated September 30, 1989...\r\n\r\nThe Little Theater performs a play called \"The Neglected Husband\'s Sewing Club.\"\r\n\r\nOne of the Timberon parks is dedicated to Mary Glover, there will be a Mary Glover Memorial Dance that evening.\r\n\r\nIt is announced that the Lions Club has completed putting up street signs.\r\n\r\nHugh Ellison speaks on the proposed Water & Sanitation District. The original petition is to include water, roads and sewer. The Property Owners Association supports the Water District petition, but feels it should include solid waste removal, landfill services, recreation and park facilities. The Water District is the nearest thing Timberon is ever going to see to incorporation (town or village status).\r\n\r\nAt present Sue Quick is repaying $225 a week to the property owners. The balance of what she still owes is $45,622.\r\n\r\nThe Extension Club donates a piano to the Lodge.\r\n\r\nThe focus for a better road into Timberon is moved from the south route to the 14 mile Sacramento River Road.\r\n\r\nTimberon Log Dated January 13, 1990...\r\n\r\nCiting the expensive legal costs involved in continuing litigation, the Property Owners offer 1st National Bank of Alamogordo $100,000 for the water company (in bankruptcy with the developer) even though it is still felt that the Property Owners have a strong claim to ownership as a result of past agreements. The offer was refused and no counter-offer was made.\r\n\r\nVoting is held to make way for the formation of the Timberon Water & Sanitation District.\r\n\r\nTitle insurance is obtained for the golf course and the Property Owners are in the process of getting the insurance for the rest of their deeded property. The was seen as a wise move, in light of the developer\'s bankruptcy and the confrontational stance of the 1st National Bank.\r\n\r\nLou Fetters reports that the New Mexico Highway Department has completed a study to get a draft through for the upgrading of the road from Sunspot to Timberon. A copy of the draft is sent to our representatives and Bill #369 starts along its political journey in Santa Fe.\r\n\r\nBruce Rhodes presents an appreciation plaque in honor of Bobby Postlewaite\'s many years of dedicated service to the Association.\r\n\r\nTimberon Log Dated March 16, 1990...\r\n\r\nThe Otero County Sheriff come to Timberon for a town hall meeting to discuss internal security.\r\n\r\n$40,000 is allotted by the State and put into the State Highway Department\'s surplus fund for an engineering survey of the 14 mile Sacramento River Road. This part of a 90%-10% split, in which the County needs to come up with $4,000 for the preliminary assessment and environmental impact study on the road.\r\n\r\nSue Quick is still making payments for her embezzlement, at this point she owes $43,196.\r\n\r\nAn Order for Incorporation of the Timberon Water & Sanitation District is completed by Judge Grissom.\r\n\r\nTimberon Log Dated April 21, 1990...\r\n\r\nA petition is circulated among Property Owners to present to the Otero County Commissioners for a full-time deputy in Timberon.\r\n\r\nThe Lions Club begin soliciting support and donations for covering the BBQ pit area behind the Lodge building with a roof.\r\n\r\nTimberon Log Dated May 12, 1990...\r\n\r\nThe Property Owners are told by the Otero County Commissioners that their budget will not support a deputy for Timberon.\r\n\r\nIt is announced that the Memorial Day golf tournament proceeds of $567, and whatever money comes from the Firecracker Open on the July 4th weekend, will go towards helping pay for the restrooms on hole #6. The restroom building was donated by Dell Telephone.\r\n\r\nThe 1st Annual Watermelon Feast is held at the Mary Glover Memorial Park.\r\n\r\nA letter was received from the EID concerning violations at the old Timberon Dump. The problems were addressed by the Property Owners - who were looking into the future when the Timberon Water & Sanitation District would be operating a full-blow land fill system.\r\n\r\nThe County refuses to consider taking any more roads that are brought up to specs - with the formation of the new Water District, they want to wait and see what happens.\r\n\r\nTimberon Log Dated July 14, 1990...\r\n\r\nLou Fetters and Euel Ross attend a meeting at the New Mexico highway Commission in Alamogordo. The Commission writes a letter of concern asking the State to make the road from Sunspot to Timberon a priority. It is stated that the County puts up their $4,000 of the matching funds to start the Environmental Study of the 14 mile road.\r\n\r\nThe Property Owners are in an on-going process to gain clear title to the landfill (old dump) as Timberon needs it to remain operational.\r\n\r\nThe Property Owners Association moves to turn over their rights and claim to the water system and ownership of the airstrip, fishing lakes, existing 9 holes of the golf course and clubhouse, unfinished second 9 holes of the golf course, swimming pool, lodge complex, and landfill at no charge. The only stipulation was an agreement on perpetual care, maintenance, and use for the benefit of all Property Owners.\r\n\r\nThe T-Mart (a little hardware store located next to where Blue Water Real Estate is today - the Glovers live there now) closes its doors for good.\r\n\r\nConcern is expressed about the deteriorating condition of the airstrip\'s surface - it is suggested that vehicle be kept off it.\r\n\r\nTimberon Log Dated September 18, 1990...\r\n\r\nA buffet is held in the Lodge, with the entertainment being the School Booster\'s \"Puttin\' on the Lips.\"\r\n\r\nA program is started for junior firefighters. They must be 16 years of age to start and 18 years old to become a full-scale firefighter.\r\n\r\nAnn Cobb donates 5.3 acres of land to the fire department for a new substation.\r\n\r\nTimberon Log Dated November 17, 1990...\r\n\r\nThe Property Owners Association is $8,000 over budget for the year in legal fees, and the amount is still rising due to the Wilcox Case (over doublewides in T-10 supposedly in violation of the restrictive covenants).\r\n\r\nLou Fetters reports that the two year study by the New Mexico State Highway Department has been completed and a report received. The report recommends the improvement of the 14 miles (Sacramento River Road) into Timberon and environmental and engineering studies are now under way.\r\n\r\nTimberon Log Dated March 16, 1991...\r\n\r\nFrank Preston retires as General Manager for the Association.\r\n\r\nWinning the court case concerning the covenants in T-10, Wilcox files another lawsuit asking $47,000 in legal fees and court costs be paid by the Property Owners.\r\n\r\nRuby Roberts becomes the new acting manager for the Property Owners Association.\r\n\r\nNumerous break-ins have occurred of late and the Association offers a $500 reward for information leading to the arrest of the culprit.\r\n\r\nThe Pro Shop inventory is sold to Jesse Duckett for $1,535.00 as he is taking over management of the shop.\r\n\r\nTimberon Log Dated May 18, 1991...\r\n\r\nLeon Metz, well-known historical writer, came for Channel 7 in El Paso as a guest of the Property Owners. He and his photographer toured the Lodge and other historical areas in and around Timberon.   His presentation will air on Sunday the 19th.\r\n\r\nA caravan of officials, some 27 of them from federal, state, county and forest service came to Timberon to ponder the 14 mile road criteria.\r\n\r\nDick Moore reports that all Property Owners Association property has now been officially transferred to the new Water District. He also says that all of the Association\'s outstanding debts have been paid off.\r\n\r\nTimberon Log Dated August 17, 1991...\r\n\r\nA resolution is formally passed to dissolve the Timberon Property Owners Association. T.P. Hanson commended the Board for their hard work and stated that we had the most beautiful place in the whole world, and that he hoped the negative thinkers and freeloaders would have to pay taxes until their noses bleed. T.P. also stated that \"we have torn up the thing that we had - which was the best thing in the world.\"\r\n\r\nThe Property Owners Association ceases all architectural control activities, as they no longer have the manpower or funding.\r\n\r\nTimberon Log Dated November 16, 1991...\r\n\r\nOn the advice of their attorney, the Property Owners Association will be dissolved through the courts instead of the Corporation Commission.\r\n\r\nVic Hollrah mentions to the Property Owners what great condition and good business the golf course has experienced this year.\r\n\r\nDue to the dissolution, the liquor license needs to be sold. The Board feels that the license is an asset which needs to be preserved for the pleasure of the Property Owners. The bids will be looked at very closely in hopes of selecting someone who will provide a good and reliable service for the Property Owners - and will keep the license on the mountain.\r\n\r\nCharlie Bain suggests that the time has arrived for some sort of \"business association\" to be formed to carry on the social activities that TPOA had been sponsoring.\r\n\r\nTimberon Log Dated February 24, 1992...\r\n\r\nDick Moore and High Ellison resign from the Property Owners Board of Directors over issues concerning the proposed handling of the Wilcox case during the final stages.\r\n\r\nThe Timberon Community Action Group (TCAG) begins formation - to take up some of the slack created by the Property Owners Association dissolving.\r\n\r\nA group of Timberon Property Owners, calling themselves Discover Timberon, propose to operate a bar and package store at the Golf Course Lounge. They purchase the license for $8,500.\r\n\r\nAn agreement was reached in the T-10 Case, the Association pays Wilcox $25,127.50 and the 17 homes disputed in the suit will not have to be moved out. This move also settles all legal action pending against the Association.\r\n\r\nTimberon Log Dated March 26, 1992...\r\n\r\nThe Property Owners Association disposes of all remaining assets to the new Water District.\r\n\r\nThe Timberon Property Owners Association is legally dissolved by the courts in Alamogordo.\r\n\r\nThis should be the end of the story, but it\'s not. You see the Court Clerk forgot to submit the proper records to the New Mexico Corporation Commission, or maybe they were lost in the mail. The result is that the Association was never completely dissolved in the eyes of the New Mexico Corporation Commission, even though it was legally dissolved.\r\n\r\nIn 1997, for a short period, the original Association\'s charter was revived - with the officers being Dwayne Beagles, Virgil Beagles, and Bill Curtis. This reincarnation ended when the Corporation Commission was properly informed of the dissolution by the courts in 1992. The End.','Property Owner\'s Association',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','timberon-property-owners-association','','','2011-05-08 16:12:54','2011-05-08 22:12:54','',934,'http://www.timberon.info/blog/?page_id=1147',0,'page','',0,''),(3570,1,'2011-04-26 18:09:53','2011-04-27 00:09:53','   The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented.   The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore.  Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889.   It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\r\n\r\n    In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford.  They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years.  Fritzgerald Moore eventually sold his interest to Oliver Lee.   During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\r\n\r\n    In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\r\n\r\n     Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\r\n\r\n    The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\r\n\r\n   Oliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\r\n\r\n   The Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\r\n\r\n   The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found.   The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc... They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\r\n\r\n   Judge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\r\n\r\n   Even after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \r\n\r\n   Doc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\r\n\r\n    Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\r\n\r\n   Right after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\r\n\r\n    The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\r\n\r\n    The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\r\n\r\n   In 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\r\n\r\n   After the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\r\n\r\n   In March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \r\n\r\n   In October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association(TPOA) in the late 1970s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\r\n\r\n    The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\r\n\r\n    The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\r\n\r\n    Frank Wheeler, Timberon\'s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\r\n\r\n   Also of interest, a missile out of Fort Bliss hit Timberon in February, 1976.  The crater was near the present day dumpster site.  According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez.  The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History.  If you have something to add, please contact us.)\r\n\r\n    In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\r\n\r\n   In the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\r\n\r\n   A three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\r\n\r\n   Telephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\r\n\r\n   The Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\r\n\r\n   The Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\r\n\r\n   TWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\r\n\r\n   Today, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\r\n\r\n  This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\r\n\r\n   Noel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss.  Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating.  Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\r\n\r\n   We would like to make this an ongoing history. If you have something to add, Click Here.\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    [gallery columns=\"2\"]\r\n\r\n\r\n
     
    \r\n
     
    \r\n \r\n\r\n\r\n
     
    \r\n
     
    \r\n
     
    \r\n \r\n\r\n\r\n
     
    \r\n
     
    \r\n
     
    \r\n
     
    \r\n \r\n\r\n \r\n\r\n
    \r\n \r\n\r\n
    \r\n
    \r\n
    \r\n
    ','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','934-revision-4','','','2011-04-26 18:09:53','2011-04-27 00:09:53','',934,'http://www.timberon.info/blog/?p=3570',0,'revision','',0,''),(1150,1,'2011-04-04 12:10:18','2011-04-04 18:10:18','A historically relevant collection from the minutes of the old Property Owner\'s Association.  This is not the complete minutes, only what we felt are the more important issues discussed.\n\nOnce upon a time, when Timberon was first starting out, there was an organization called the Timberon Property Owners Association. This association was established on October 1, 1969 so that the property owners of Timberon would have a say in the destiny of the community. For many years this organization was at the very heart of everything happening on the mountain. The Timberon Property Owners Association, having fallen upon hard times, was disbanded on November 19, 1993.\n\nThe Timberon Property Owners Association may no longer be with us, but its records are, and they are very rich in information outlining the early days of Timberon. This monthly series of articles is based upon information taken from those records. It all began, as the records do, about 25 years ago in a development called Timberon.\n\nTimberon Log dated October 16, 1972...\n\nThe developer says that by May 1, 1973, we should have some condominiums, trailer houses, etc. put in Timberon for the use of the property owners.\n\nWe are in the process of building a sales office right now and all the sales personnel will be out of our Lodge within the next 90 days.\n\nWe are talking about putting a really nice restaurant (dining room) in the upper part of the Lodge. This would entail getting a professional chef, dining tables, menus, etc. The Lounge area will be located in the Pro-Shop on the Golf Course, thereby eliminating the need for the downstairs lounge in the Lodge. Eventually (probably in about three to five years) all food facilities will be moved to the Country Club area, completely away from the Lodge. The downstairs area will be made into a recreational room.\n\nOur Board has proposed a $25.00 per membership, per year, dues to begin in November of 1972. The Timberon Property Owners Association is now in the process of taking over the Lodge. The Association needs revenue to work with. The Association will soon be responsible for Lodge maintenance, the stocking and cleaning of the lakes, pool area maintenance, and the security guard. The Association will be also be collecting revenue from the water taps (approximately thirty already).\n\nIn regard to the security guard, by May 1, 1973 we are putting a very nice entrance in on the road from Sunspot. This entrance is to be manned by a security guard who will also be responsible for the protection of property owners\' cabins. There will eventually be two guards and two entrances, the second from the back road.\n\nWe also need to obtain a fire truck to put up on the property, which would be controlled by the Property Owners Association.\n\nThere was discussion on the necessity of making and following rules on the Golf Course. Some of the ideas were: only members get to play on weekends; only five guests per year, per member; and there was a suggestion of maybe putting in a third nine for short golfers. We must have very strict rules on the Golf Course. There needs to be a very strong Board (or man) to control it. Ed Jennings is doing a terrific job... we must not over-run his decisions on times to be open for play. His main interest is the overall betterment of the course.\n\nTimberon Log dated November 4, 1972...\n\nOur Board of Directors consists of Richard Sparks, Johnny Mobley, Anthony Perrotto and Dave Tappan. We are currently one member short and are sending out a ballot to all the property owners with the following nominees: Bob Edwards, C.W. McFarland, Col. F. Stano, Truman Jones and Lester Pierce.\n\nThe grounds around the Lodge and swimming pool have been planted, fenced in and cleaned up.\n\nThe Golf Course is advancing very rapidly. The scars are due to the 30\" of rainfall since the middle of August. Once these eroded areas are sodded in solidly they will hold against rains. The Golf Course will open in the Spring.\n\nThe Sales Office is scheduled to move out of the Lodge shortly after the first of the year.\n\nThere will be a twenty-unit condominium build, starting construction by February 1st and hopefully in operation by late Spring.\n\nWe still have plans to put in a really nice dining room in the upper part of the Lodge, complete with chef.\n\nThere are now two lakes in service. The upper lake is stocked with 18,000 fingerling trout. There are plans to put an all weather walk around the lakes. A waterfall is also in the planning.\n\nThese facilities are ours as property owners and it cost money to maintain them. To date, the developer has carried the entire cost of this upkeep, however it is estimated that the developer will be out of the picture in about three years. We must begin now to be ready for a complete takeover when that time comes.\n\nThe assessment of $25 per membership, per year, will provide a portion of the revenue needed for the maintenance of our facilities. There will be other forms of revenue coming into the Property Owners Association in the form of monthly payments from water taps (of which there are now 37). The Utility Commission is in the process of setting this rate. To date, the developer has put in approximately $350,000.00 into the water system alone (if it hadn\'t been for Carriso Springs, it would have been $550,000.00). This water system is a real asset to the Association and revenue from it will accrue directly to the Association.\n\nThe total facilities on the property, when completed, will value approximately $5,000,000.00. This membership is definitely a thing of value.\n\nAs promised by Richard Sparks, a full and comprehensive report on the progress of the roads is being formulated and will be sent out shortly.\n\nTimberon Log dated January 25, 1973...\n\nFrom the beginning of Timberon it has been understood that the Property Owners would eventually take over the care and maintenance of the common facilities in Timberon. The developer\'s contract with the buyers of Timberon property included the construction of all common facilities and maintenance of them until the Property Owners Association could assume this responsibility.\n\nAt present, excluding the existing water system, the Property Owners have for their common use and enjoyment the following property which is managed by the Association: the paved 5000\' air strip and parking apron valued at $125,000.00; the Lodge and grounds valued at $250,000.00; two fishing lakes valued at $30,000.00; and the swimming pool valued at $60,000.00.\n\nLater, the Association will accept the responsibility of maintaining and collecting the revenue from the water system. This system presently consists of 35 miles of installed distribution lines, 15000\' of 10\" transmission line from the springs, and two inter-connected reservoirs with a total value of $600,000.00.\n\nOther assets now existing for common use, but not yet taken over by the Association are 227 acres in the championship golf course area (nine holes of the golf course were seeded in the summer of 1972 and will be open for play early in the summer of 1973) and 81 acres of parkland in various parts of the project.\n\nTitle of this property has not yet been transferred to the Property Owners Association. The developer stands ready at any time to convey this property at our option.\n\nRobert Edwards was elected to fill the vacancy on the Board and will serve 1 year as Secretary of the Association.\n\nTimberon Log dated March 17, 1973...\n\nThe Northern Road from Sunspot is deeply rutted, almost impassable because of the extreme winter moisture. Southern Road (506) is in good shape, has approximately 21 shallow fordings, and is being reconstructed because of the efforts of the State School Board. Alternate highway routes are still being sought, but because of government procedures, progress is quite slow.\n\nRoads in the Timberon property are being expanded and improved. An additive is being put on the roads to protect them from moisture and make them more truly all-weather.\n\nThe golf course will open approximately June 1, 1973 and should be covered by excellent grass because of the extremely wet winter.\n\nAll members of the Property Owners Association will have numbered certificates for each building site. This also includes the large \"Block Holders.\"\n\nDues are delinquent after 90 days. A default notice will be sent at 60 days and subsequently a property lien will be attached to the property.\n\nThe purpose of the Board of Directors is to manage the community properties for the good of all the property owners and no remuneration is made to the directors for their time.\n\nThe Lodge will have a restaurant and improved living facilities in the near future. Salesmen will be quartered outside outside the Lodge and will pay for their use of the Lodge in the same manner as anyone else. It is expected that a condominium will be opened in the community area for the use of property owners and buyers, hopefully by June 1st.\n\nTimberon Log dated November 10, 1973...\n\nMr. Steve Cilino is working on obtaining a new South entrance road into Timberon. He is approaching the problem by going through the Commanding General of Ft. Bliss on behalf of all Timberon property owners. Mr. Cilino is proposing the following route: use New Mexico State Highway to 17 miles west of Highway 54, then north up over the ridge ending at Sacramento Canyon. We would have the sole responsibility of securing the road at our end. He has assured the General that we will in no interfere with missile firings. He has asked that all Timberon property owners sign a list that will be attached to a letter for the General with the purpose of acquiring permission to use such a road.\n\nMr. Bill Berkebile is working on the Northern route into Timberon from Cloudcroft. North American Land Development (the developer) has attempted to improve and maintain this road, but has encountered opposition from the County and Forest Service. However, North American Land Development has now been given the position of acting as the agent concerning these road matters for Otero County. North American Land Development is now in the process of repairing the river crossings on this road. We are still in need of a gravel pit. The Forest Service has tentatively agreed to let us put one in Apple Tree Canyon. The Forest Service is ready to go on extending the road from Sunspot to over near Scott Able whenever they can get the funds.\n\nIn respect to the South road to Weed, North American Land Development is prepared to remove the first six river crossings. Dr. Stovall, Superintendent of Schools, from Otero County is in favor of supporting this southern route. The County Commissioners from Otero County have been very cooperative.\n\nThe 18 acres, which was deeded to the Property Owners Association in March of 1973, has been leased to Mr. Roland (Ski) Skalmusky for the maintenance of the Lodge and restaurant.\n\nIn the last year both of the fishing lakes have been restocked, the roof of the Lodge was repaired, and a good deal of the Lodge was repainted.\n\nWe have purchased a fire pumper to be used off the swimming pool or ponds. It is on a trailer, so it may be pulled to any place on the property. This is not the answer to our fire protection, but it is a beginning.\n\nWe invested in a security vehicle for Mr. Bill (Smitty) Smith, our security guard at Timberon. Smitty holds a Deputy Sheriff\'s commission from Otero County and has a background of 25 years in law enforcement. His new security vehicle is equipped with a CB radio and a complete First Aid Kit. A State Police radio has been ordered and should be here by December 10th. Emergency systems have been set up with the Alamogordo Police Department.\n\nMr. Bill Pozanac, Bill Berkebile and Ed Jennings have been deputized as special deputies to assist Smitty.\n\nCol. Griffin feels that our county taxes should be used for fire protection. We have corresponded with the County concerning this possibility, but until we are a municipality we can not count on too much assistance. Dave Tappan said that there is a New Mexico law that offers help to organized Volunteer Fire Departments. Bill Berkebile suggested that we should inquire at the County Assessor\'s office as to what is being done with the tax flow that is coming from the Timberon area and report the finding to the property owners.\n\nMr. Berkebile looked into the possibility of acquiring mail service into Timberon. The postal authorities sited the condition of the road leading from Sunspot and the small number of families living in the area as reasons to deny service. He was told that if all of the people who reside in Timberon would transfer their post office box to Sunspot it may show a greater need for this service.\n\nBob DeSpain complained about the trailers which were located on lots that were not in the trailer section of Timberon. He feels that we should abide by the Restrictive Covenants and not allow this. The developer, Mr. Mobley, indicated that letters have been sent out to these people by his attorneys and action was being taken to remove the trailers in question.\n\nThe problem of obtaining telephone service to Timberon is being looked into by Bill Berkebile.\n\nTimberon Log dated January 12, 1974...\n\nOur Board amends the bylaws to provide for seven members, it had been five.\n\nThe Lodge building in Timberon was designated as the principle office location for the Property Owners Association.\n\nAll future meetings of the Property Owners Association will be held on the second Saturday of each month in the Timberon Lodge.\n\nThe following committees were established: Roads - Steve Cilino; Fire Protection - Joe Fetters; Timberon Social Activities - Tony Perretto.\n\nA suggestion was made that the Property Owners Board and the Developer (North American Land Development) develop better communications when planning social activities. The Developer, Johnny Mobley, says that the property owners could be kept advised through \'Timberon Trails\' published every two months.\n\nFire Protection is a major concern, maybe it will be possible to obtain a pumper from the government surplus when they closed the missile sites. There was also discussion about appealing to the owners for donations of time and/or money for a volunteer fire department.\n\nThe people hired to operate the Timberon Lodge were evicted and the Lodge closed. The operators of the Lodge left the Property Owners Association with an estimated loss of $1000.\n\nIt was pointed out by Mr. Roessler that since our security man, Bill (Smitty) Smith, is a deputy of Otero County then the county should pay his salary, or a portion of it, with some of the property owner\'s tax money.\n\nThe advantages and disadvantages of becoming a municipality was discussed, with no definite action being taken due to opposing views.\n\nCamper trailers that are now parked in front of the Lodge near the air strip for utility hook-up will be required to move to the new Trailer Park area. This area is being built by the Developer to have hook-ups and toilet facilities. The completion date will be May 1, 1974.\n\nThere are three rooms available for rent in Lodge. The cost to rent these is $12 per night with linens.\n\nAn announcement was made that the Timberon Sales Office is soon to go computer.\n\nA Lubbock group of Property Owners Association Members suggest forming chapters by towns of property owners to create interest.\n\nIt appears we have been operating a restaurant without a license and that the gross receipt tax on the bar has not been paid. We will correct this and find out what it will take to acquire a restaurant license.\n\nTimberon Log dated March 9, 1974...\n\nIt was decided to get a new appraisal for the Lodge building because of all the improvements that have been made, especially to the kitchen.\n\nMr. Cilino requested from the Civil Defense a pumper which has recently become available. It was inspected by Joe Fetters and found to be in good condition.\n\nThe liquor license that belongs to the Developer will be leased to the Property Owners Association, but the Developer will retain ownership.\n\nThe Property Owners Association is in the process of filing liens against non-paying lot owners.\n\nOtero County is now blading the North road, having already bladed the South. It appears that they will continue to maintain these roads on a regular basis.\n\nDon Coffman, Head Football Coach for Roswell High School, will take care of the pool for the Summer at no charge.\n\nMr. & Mrs. Lee Martin of El Paso are hired to manage the Lodge.\n\nTimberon Log dated March 20, 1974...\n\nCarl Tanner was hired as full-time maintenance man for the Lodge at $500 a month.\n\nWe ordered and paid for two thousand 7 to 10 inch trout for the fishing lakes at a cost of $600 plus $90 delivery charge. The Developer has agreed to pay for the restocking of the lakes when it is done again in late summer.\n\nErna Stevens and her daughter were hired to operate the Lodge. Before this she was employed at the Airport Restaurant in Roswell as a cook and her daughter as a waitress.\n\nWe had a complaint from Jack Shaw that our hamburgers are overpriced at $1.25 and that we should discourage bar drinkers, particularly on Sunday mornings.\n\nTimberon Log dated April 20, 1974...\n\nWhite Sands Missile Range requires that we must have a military guard on the roads. They want complete control of the access road.\n\nIt was decided to construct two or three kennels in back of the Lodge for people staying there with dogs.\n\nThe Lodge restaurant is grossing $500 a week and doing nicely. It is paying its own way and showing a profit.\n\nAt present there is $175 in outstanding tabs from the Sales Staff alone. No more credit will be given and everyone will pay when served.\n\nA ledge has been cut around the small lake and the lakes have been cleaned.\n\nMr. Tappan asked the Developer if the condominiums were ready for occupancy. Johnny Mobley said he was having problems with the Environmental Agency, Plumbing Inspector and Building Inspector. They have three different codes which are almost impossible to meet. He has asked for an Attorney General\'s ruling on this and should be ready to go ahead in about two weeks.\n\nTimberon Log dated June 8, 1974...\n\nMr. Cilino reported to the owners that we are still trying to secure a pumper for fire protection and that certain qualifications must be met before we can get any type of Federal funds to help us.\n\nIt is stated that the Commanding Officer at White Sands Missile Range will soon be changing and we should wait until a new one takes over before any attempt is made to ask the government to let us use range access roads to get to Timberon.\n\nThe kitchen remodeling has all been paid for and the restaurant now has an \'A\' rating by the State Environmental Agency.\n\nThe Developer says that property owners will not have to pay green fees on the golf course for the next three years. Guests will be charged $6 on weekdays and $10 on weekends and holidays.\n\nThe Developer, Johnny Mobley, says that the bath house will be finished in about two weeks.\n\nMr. Pozanac says the ice machines are now operating and ice will remain free to all property owners and their guests.\n\nJohnny Mobley says that the Lynn Gas Company is going to put in a permanent setup in Timberon. It will be available 24 hours a day.\n\nTimberon Log dated August 10, 1974...\n\nGround rules for hunting in Timberon were discussed. Some suggestions were: there should be guards placed at all entrances; there should be a limited amount of hunters allowed, each owner will be allowed to have four guests: and all hunters camping out will be required to camp in one spot designated by the Property Owners Association.\n\nBy unanimous decision Joe Fetters was accepted as Fire Chief of the Timberon Property Owners Association Volunteer Fire Department.\n\nThe electrical wiring in the Lodge was replaced, taking about five days.\n\nThe bath house has been painted and all the plumbing will be completed in about a week.\n\nThere is a problem with the lower fishing pond\'s diminishing water level. It is suggested that a pipe be run from the upper pond to the lower so that any overflow will go into the lower pond.\n\nIt was discussed that the only thing holding Timberon back from being a town is the population. The population needed should be reached about next spring.\n\nTimberon Log dated October 26, 1974...\n\nIn spite of many attempts, a new South Road into Timberon is yet to be secured. Mr. Cilino is investigating a possible right-of-way for another road going Westward to Highway 54, rather than South to State Highway 506.\n\nBill Berkebile reported that contracts will be let to furnish mail service directly into Timberon, effective December 7th. The mail route will be known as the \"Timberon Star Route.\"\n\nThe new fire sirens were sounded for the first time in Timberon.\n\nTimberon Log dated February 15, 1975\n\nHarry West and Joe Richardson were introduced as the new Property Owners Board Directors.\n\nThe Timberon Property Owners Association is granted exemption from Federal Income Tax as a non-profit organization.\n\nPeggy Maitland announces that the General Store will be in full operation by April 15th. Danny Strickland will be running it.\n\nA County Road Maintenance Man will be stationed in Timberon with a grader to keep both the North and South Roads clear and in good condition. Bill Berkebile says that negotiations are presently under way to change and improve the South Road through Sacramento River Canyon.\n\nThe Developer informs the owners that all structures being built must be approved by the Architectural Committee of North American Land Development prior to building. The zoning must be followed and will be enforced.\n\nFire Chief Joe Fetters was instrumental in securing a 500 gallon pumper truck; this is a real fire engine with a red light and siren. It runs just fine.\n\nBill Berkebile and Joe Fetters secured the services of a 1000 gallon tanker truck from the Forestry Department.\n\nFour Condominium Duplexes are opened for rental on the river. Christy Berkebile is the manager.\n\nShirley Cliff will be manager of the Lodge starting March 1st. She plans to have regular entertainment. The act on opening night will be Pete Fleming and Mitch Mosley, a folk and country group.\n\nThe Golf Course will open for the season on Easter weekend, weather permitting.\n\nTimberon Log dated April 19, 1975...\n\nDave Tappan briefed the Association Directors on a letter written by Bill Richardson, a property owner, to the Department of Housing and Urban Development in Washington. The letter indicated a dissatisfaction with the Developer for not turning over the water supply to the Association Members as indicated in the HUD report. The matter was put of until a meeting with Bill Richardson could be arranged.\n\nBill Cilino says that the new access road approval was at a standstill and now hinges upon the incorporation of Timberon.\n\nThanks were extended to past Sheriff Bill \'Smitty\' Smith and present Sheriff Dennis Wynn for their excellent job of solving several burglaries. We want to keep Timberon honest and clean.\n\nSheriff Wynn and Shirley Cliff started a game room in the Lodge to keep our young people entertained.\n\nThere was a forest fire in Timberon, with most of the damage being in T-8. Our Volunteer Fire Department, assisted by Timberon Members and guests, was instrumental in containing the fire and finally putting it out. Also assisting were the fire departments from Cloudcroft, High Rolls, Duncan, Penasco, Sacramento, James Canyon and Mayhill. The Forest Service responded within minutes with slurry bombers spraying flame retardant chemical. They sent in tankers, supplies, and more than 75 firefighters. Investigation indicated that the fire was started by an owner burning trash in a 40 mile per hour wind.\n\nTimberon Log dated July 12, 1975...\n\nA front loading tractor and riding lawnmower have been purchased for the Lodge grounds.\n\nMany complaints were aired, mostly centered on the deplorable conditions in and around Lodge; dogs running loose and destroying the Associations equipment, and camping grounds in front of the Lodge.\n\nThe Property Owners Board was faced with what they saw as the deplorable condition of Timberon in general, the thefts that had occurred, lack of authority and division of authority by Board members and security personnel, and general lack of management. They responded by electing Joe Fetters as Resident Agent with direct control over all Property Owners Association employees and answering only to the Property Owners Board.\n\nIt was decided that for the safety of all members, dogs found loose would be picked up with a warning to the owner and if repeated, the dog would be destroyed. Dogs without licenses and unknowns would be destroyed immediately.\n\nThe conclusion was reached that there was no control on entrances to Timberon and undesirable characters may enter, placing all property in jeopardy. An earth barricade was put across the Culp Canyon entrance to close it and the possibility of control over both the North and South entrances were looked into.\n\nAt the prompting of the Fire Chief, Joe Fetters, $6000 was spent by the Property Owners Association for new fire equipment.\n\nTimberon Log dated August 30, 1975...\n\nIt was decided that Sheriff Wynn was lacking the maturity necessary for our security guard. The job would again be offered to Bill \'Smitty\' Smith.\n\nJoe Fetters says that the probation period for the Fire Department will be over in November and we will be eligible for state funds.\n\nThe tennis courts should be finished by next spring. The snow pack this winter should really pack down the base.\n\nThe Cliffs are leaving in September and the Colemans will be running the Lodge on a two month trial basis.\n\nDue to inflation and maintenance costs, the dues for property owners will be increased from $25 to $35.\n\nTimberon Log dated November 1, 1975...\n\nAt present it does not appear a new access road will be constructed. The South road is in fairly good shape, but the North road is in poor condition.\n\nJoe Fetters and Bill Berkebile were recognized for establishing a Rural Fire District in Timberon in a remarkably short time of one year.\n\nThe Timberon Volunteer Fire Department now has two pumper trucks, three fire sirens, a small portable pumper, a good supply of protective equipment for firefighters and radio communications in the trucks.\n\nMembers will be limited to one guest during hunting season to prevent indiscriminate hunting and in order to maintain control.\n\nThe Developer, at the urging of Harry West, donated $50 to the town of Cloudcroft to go towards the purchase of an ambulance for evacuation of the sick and injured. The ambulance will be used not only for the Cloudcroft area, but also for surrounding towns, including Timberon.\n\nCompleted units of the Water System will be deeded to the Timberon Property Owners in the near future at time completed, by the Developer.\n\nTimberon Log dated February 7, 1976...\n\nThere will be two resident agents on the property, Joe Fetters will be resident agent over the Fire Department and Ed Jennings over security and maintenance.\n\nThe Lodge was again opened for the renting of rooms, with property owners to have first consideration.\n\nDue to a growing demand by the property owners, applying pressure on the Board Members, it was decided to get Bill (Smitty) Smith back as security officer.\n\nThere was concern about increased crime and malicious vandalism on the mountain.\n\nThe Fire Department was inspected by the State Fire Marshall, who certified us and recommended that we receive state funds.\n\nFire Chief Joe Fetters recommended that the Property Owners Association consider selling the Fire Department one acre of ground for $1.00 to construct a fire house.\n\nTimberon Log dated May 19, 1976...\n\nBoard Director Dave Tappan sent a letter to the other Board Members with the following suggestions for consideration:\n\nThat the role of the Restaurant and Lounge be determined as to whether we must keep it in operation, if so, should we request that the Developer subsidize it or is that our responsibility as Property Owner Association Representatives.\n\nThat we consider subsidizing Harry West\'s quarterly newspaper, as the Developer has already agreed to mail it to all property owners.\n\nWhat the role of the Property Owners Association will be in the next two to five years, as the Developer will undoubtedly be pulling out and turning everything over.\n\nTimberon Log dated May 29, 1976...\n\nThe Lodge is now being operated by the Property Owners Association. Betty Cliff is doing a fine job of cooking and taking care of the Lodge.\n\nThe security light donated by Harry & Ann West is installed on a tree in front of the Lodge and it lights up both the front lawn and the parking area.\n\nThe Fire Department makes plans to pay back the money borrowed from the Property Owners Association for equipment by holding a golf tournament on the Fourth of July.\n\nAll Timberon Property Owners Association Members will receive two plastic membership cards that must be presented before playing tennis, swimming, fishing, or golfing.\n\nTimberon Log dated August 14,1976...\n\nThis year during deer hunting season each property owner who has paid their dues will be allowed only one guest, same as last season. Signs will be posted at all three entrances to Timberon an there will be voluntary patrols.\n\nOnly property owners will be allowed to fish, with a limit of ten fish for a family per day.\n\nThe Developer, Johnny Mobley donates property for the Fire Department building adjacent to the swimming pool.\n\nThe Developer agrees to donate land for a church site in the area set aside for the school, located on the Southeast end of the airstrip.\n\nTimberon Log dated October 30, 1976...\n\nWe now have health insurance coverage on all Property Owners Association employees.\n\nAt a meeting Harry West informed the property owners that the Timberon Mountaineer (newspaper) was not financed by the Developer or the Property Owners Association. He explained the problems of trying to publish a paper without any money to hire help, travel, etc... The Property Owners Association agreed to reimburse Harry for past personal expenditures if he could not get the money elsewhere.\n\nRev. Frank Wheeler said a site for a church had been promised by the Developer. Rev. Wheeler is coming to Timberon every Tuesday night to have bible study and every Sunday for worship services.\n\nTimberon Log dated February 19, 1977...\n\nIt was reported that some wood is being cut in unauthorized areas. The Developer said that he would see that they were redirected to proper areas.\n\nThe Developer, Johnny Mobley, reminds the Board that the lower fishing lake will have to be drained in order to be sealed. The fish will be removed and put back in after it has been sealed and refilled. He said the seeping of the lake is causing the tie-down area of the airstrip to stay damp and sustain damage.\n\nThe possibility of getting phone service from Dell City looks good, but first we need at least 30 applicants.\n\nTimberon Log dated August 30,1977...\n\nAn increased effort is being made to prevent non-paid members from using Association facilities.\n\nHarry West suggests that a solar unit to heat the pool can be obtained for about $800, thus eliminating the $300 per month propane costs.\n\nThe Baptist Missionary Board puts up $15,000 towards building a small non-denominational church in Timberon. Local church collections are over $900 and other congregations in the area have donated $1,000.\n\nHarry West asks about the dishwasher in the Lodge, and wonders why the dishes are being washed by hand. Ed Jennings says he thinks the dishwasher was working, but that it takes longer to use it than to do them manually. Dave Tappan injects that the dishwasher costs $1,000, is required by the Environmental Department and should be used.\n\nTimberon Log dated October 29, 1977...\n\nDean Blagowsky joins the land sales staff announcing that some property owners will be licensed and a lot resale department will be started next year. He also says that his group will start selling Champion modular homes.\n\nGeorge Cliff completes the enclosure remodeling of the Lodge patio, adding a fireplace.\n\nThe Memorial Flagpole in front of the Lodge is made available to bronze memorial plaques for deceased property owners at a cost of $40 to their families.\n\nTruman Jones pays to restock the lower lake with trout.\n\nThe Property Owners Association assists Harry West with a contribution, as do many property owners, enabling him to continue publishing the Timberon Mountaineer. The Developer is also commended for printing and mailing two issues to the whole Association.\n\nBill (Smitty) Smith, Association Security Officer, reports the arrest of a property owner and his wife for burglary. Several thousand dollars worth of property is recovered and 14 burglaries are solved by this arrest.\n\nDell City applies for a low interest federal loan to expand their phone system to Timberon.\n\nHarry West reports that the Timberon Mountaineer is in debt by about $271 and that CB listings are available for $1 each to help pay the deficit. The Property Owners Association assures Harry that he would not have to pay these expenses personally.\n\nThe Developer says that the trailer along the airstrip would be moved to an RV area soon.\n\nTimberon Log dated January 7, 1978...\n\nVandalism and lack of interest among the younger set has caused the game room to be closed. A recommendation was made that the pinball machine and pool table be returned to their owners and the room be used for storage.\n\nSecurity Officer Bill \'Smitty\' Smith reports that a few minor break-ins are occurring, but articles of value have not been taken.\n\nThe Developer, Johnny Mobley, expects an influx of sales personnel this spring and requests additional services from the restaurant.\n\nThe Developer reports that Representative Mershon is working on the road situation. The effort will now be concentrated on getting right-of-way for a road from Sunspot, upon the ridge and into Timberon from the North.\n\nHarry West says contributions to the Timberon Mountaineer have picked up and he believes the publication will now be viable, however more articles are needed for publication from members.\n\nIt is agreed that an under-cover man may be employed periodically, if requested by the Security Officer and Registered Agent.\n\nTimberon Log dated March 4, 1978...\n\nA letter is sent to the State Highway Commission stating that the Property Owners would relieve them of liabilities for any injuries during the time that they would be repairing and improving the road over to 506.\n\nThe Fire Department buys a resuscitator with revenue sharing funds allotted by the County.\n\nHarry West expresses his delight at the progress being done on the Pro Shop in the last couple of months.\n\nThe Security Officer reports flagrant violations by game poachers in Timberon. One violator has been arrested, but several more were accessories to the fact.\n\nAn Environmental and Wildlife Protection Committee was established in Timberon. Committee members were Ed Jennings, Bill Smith, Bobby Williamson, George Cliff and Lew Lund.\n\nTimberon Log dated October 28, 1978...\n\nSteve Hollabaugh is hired as maintenance man after Lee Jennings resigns.\n\nA lawsuit is filed against the Army to allow a road from 506 to be cut due North into Timberon.\n\nDell City Telephone Cooperative receives a low interest federal loan to bring service into Timberon.\n\nProperty Owners get free use of the slopes at Ski Cloudcroft.\n\nIn T-8 fifty-one percent of the Property Owners vote to reduce the square footage from 1,000 to 850 for home size.\n\nTimberon Log dated March 17, 1979...\n\nThe Developer deeds the Lodge to the Property Owners.\n\nHarry West reports that the Spring edition of the Timberon Mountaineer is about ready for publication, but mailing funds are running low.\n\nThe Developer states that the Land Office would soon receive their new computer and that the old one would be donated to the Property Owners. However, in the end it is donated to the El Paso Public School System instead.\n\nThere are two minor break-ins of cabins and the vandalism of the school bus reported by Security.\n\nTimberon Log dated June 23, 1979...\n\nA barrier of cross-ties are place between the propane tanks and parking lot after the propane truck\'s brakes fail, it rolls down the slope and knocks the tanks off their mountings. There was no explosion.\n\nThe fishing limit is set at 6 per day per family, as suggested by Roy Sellers, and all fish caught must be kept.\n\nThe Property Owners Association agrees to furnish the prize of golf woods at the Firecracker Open tournament on the 4th of July.\n\nThe Summer edition of the Timberon Mountaineer is about ready for publication, but is currently about $158 in debt. The Developer agreed to pay the postage and the Property Owners Association will pay the $158 needed to complete the printing.\n\nTimberon Log dated September 15, 1979...\n\nThe Property Owners Association buys a TRS-80 computer from Radio Shack after attending an impressive demonstration of the machine.\n\nIt is reported that Lou Fetters will be coming soon to present a plan from Tri-State Associated Grocers for delivery of supplies to the General Store and Lodge Restaurant.\n\nO\'Neal James presents a proposal for trash removal service in Timberon.\n\nHunting in Timberon is again limited only to members of the Property Owners Association.\n\nA barbecue pit is built behind the Lodge.\n\nTimberon Log dated October 27, 1979...\n\nThe Lodge restaurant has been remodeled and is operating in the black.\n\nThere is new pavement placed around the Lodge.\n\nTrash is no longer being dumped at the Lodge and there is a trash pick-up service available if you wish to subscribe.\n\nThe need for building a fire station and getting a school in Timberon is discussed.\n\nAppreciation is expressed for the County getting the roads into Timberon in such good shape.\n\nTimberon Log dated January 26, 1980...\n\nMost Association Members are sending donations to the fire department along with their dues and the Property Owners Association donates $1,000 to the Fire Department Building Fund.\n\nThe Developer proposes to donate three additional acres of land to the Timberon Chapel, one acre for expansion / parking and two acres for a cemetery.\n\nPastor Frank Wheeler proposes that the Property Owners Association accept the cemetery acres and administer the operation of it. The Association agrees to do this dependent upon findings concerning State and Federal regulations.\n\nTimberon Log dated May 31, 1980...\n\nHarry West requests aid in publishing the next edition of the Timberon Mountaineer. The Developer agrees to pay for half of the cost while the Property Owners Association agrees to pay the remaining half. Harry states that he is going to ask for subscriptions for future editions.\n\nDell City Telephone is committed to having telephone service installed by January 1, 1981.\n\nSecurity reports that a gang of robbers are operating in the area, but have not as yet shown up in Timberon.\n\nTimberon Log dated October 25, 1980...\n\nRoy Sellers, the President of the Property Owners Association, submits the following letter: After leaving the meeting Saturday, I saw several Bow Hunters driving trucks around the Golf Course area. Sunday morning, I saw the same thing again. I asked if we had a designated area for hunting and was told yes, but the hunters didn\'t seem to pay any attention to regulations.\n\nWith the National Forest and all the other open hunting areas, do we have to get someone seriously injured or killed to stop hunting in Timberon?\n\nI believe that 90% of all members would rather watch the game we have than to hunt them, and I know 99% of the people who live here are afraid to get outside of their homes during hunting season. I would appreciate it if this matter would be considered by the Association soon.\n\nA Crime Stoppers program is started in conjunction with Otero County.\n\nA school building is brought in, with class to begin next year.\n\nTimberon Log dated January 17, 1981...\n\nIt is decided that the restaurant should have a professional manager, to be paid $800 a month. Donnie Smith is hired.\n\nRoy Sellers brings up the fact that the employees are, in general, underpaid. Some of the employees salaries are raised.\n\nOne of the furnaces blows up in the Lodge. It is decided to replace both furnaces with the pilot-less type.\n\nThe Property Owners donated a tractor to the Fire Department.\n\nIt is decided that the Property Owners Association lend money to the Fire Department to go towards building the station.\n\nTimberon Log dated April 18, 1981...\n\nHarry West invites Herb Little of Lubbock to give a presentation of solar heating for the pool. It is decided to purchase solar collectors to heat the pool for $5,886. Tom Cook will install the pad for the collectors at a cost of $1,397. The Fire Station will be able to use the collectors for heating during the pool\'s off months, but must connect to it at their own expense.\n\nTom Cook is hired to put a new floor in the patio area of the Lodge.\n\nSecurity Officer Bill Smith reports that there have been only a few minor break-ins. It seems that they are very carefully breaking in, taking a little food while stealing nothing else, and not vandalizing anything.\n\nThere are now 205 permanent buildings in Timberon, 195 of these homes.\n\nWe are looking for a pool attendant, someone from outside Timberon. All the attendants we have had in the past have been local and all the kids know them, and take advantage of them. Mary Seidl is asked but refuses to take the job.\n\nThe Developer, Johnny Mobley, puts 500 fish into the stream.\n\nThe Property Owners Association pays for the mailing of the Timberon Mountaineer newspaper in order to get the Fourth of July activity information out to property owners.\n\nHarry West, Bill Berkebile and Ken Baird become the first board members of what will later be known as the Timberon Protective Association. Their only duties at this time is to enforce the property restrictions in the Commercial Area.\n\nThe Property Owners Association pledges 5% of the year\'s membership dues to help buy equipment for the Fire Department.\n\nTimberon Log dated June 20, 1981...\n\nMoney is saved by hiring Steve Hollabaugh on a hourly basis instead of having a full-time maintenance man for the Lodge.\n\nAll outdoor equipment for the Fourth of July activities have been bought and are on site. The horseshoe pits are to be constructed next week by Ed Granjennet.\n\nThe Fire Department is upgraded to a class 9 by the Insurance Services of New Mexico. We can expect lower insurance rates as a result of this.\n\nGasoline has not been available at the store for about 2 months now. The Association is asked operate their own service station, they refuse but will consider some action if the problem is not solved soon.\n\nTimberon Log dated August 22, 1981...\n\nThere was one bad break-in reported at Dr. Woodall\'s in Sacramento Estates. Some expensive electronic equipment was taken and the Sheriff\'s Department is notified.\n\nBill Davis is hired to assist Bill Smith in Security and Architectural Control functions.\n\nTimberon has grown from approximately 25 homes in 1972 to 225 homes today.\n\nTimberon Log dated October 31, 1981...\n\nThe Property Owners Association pledges another 5% of the annual membership dues to help out the Fire Department.\n\nThere was quite a bit of discussion on the need for a good General Manager in Timberon.\n\nErnie and Peggy Whomans are hired to manage the swimming pool.\n\nThe Timberon Property Owners Association has 3519 regular members, 152 RV Area members, and 83 Time Share members.\n\nTimberon Log dated January 30, 1982...\n\nBill Davis is hired on a full-time basis as part-time security guard and maintenance man for $650 a month and fringe benefits.\n\nThe swimming pool operators are allowed to sell sandwiches and soft drinks, keeping any profits they might realize.\n\nParker Hinesley was hired to put the solar collector for the swimming pool into operation for $468.\n\nThere is discussion on the need of a general manager for the property. Harry West, having just finished being a Board Director, is hired.\n\nBill Berkebile expresses a desire to a basketball court constructed.\n\nTimberon Log dated May 29, 1982...\n\nA special meeting is requested by a Committee of Property Owners (Mary Seidl, Curtis Reece, Keith Meyers, and Joe Fetters) to discuss the hiring of Harry West as Business Manager. The Committee carried with them proxies representing 1,759 votes to back their views.\n\nA motion is made by Committee member, Mary Seidl, that the manager position be abolished and anyone presently occupying it be terminated. The Board of Directors is then ordered to appoint a committee to outline the duties and properly go through the steps of hiring a manager.\n\nJordan Shaaf states that due to the dissatisfaction of all the Property Owners, the Board of Directors had better get the message and be sensitive to the feelings of the committee and those they represent.\n\nBoard President, Bill Berkebile, suggests that the motion be changed to a suggestion and the Board will review it. The committee responds that if it is asked to withdraw the motion, an election for a new Board of Directors would be called.\n\nKeith Meyers states that the Committee began as a small group, but was growing because Property Owners were not pleased with the way the Manager\'s job was created, the way in which the Manager was hired, and the cost of his salary.\n\nHarry West tells about all he has done since taking the job of Manager.\n\nThe outcome of the meeting is that no vote would be taken that day, but the motion/suggestion would be reviewed and changes made to the Association\'s bylaws in the near future.\n\nTimberon Log dated June 5, 1982...\n\nDeveloper Johnny Mobley states that it is his intention to bring all Timberon roads up to County specifications, though not all roads would be finished at the same time. He stated that eventually the maintenance would be the responsibility of the County.\n\nJohnny Mobley asks if the Property Owners will assume responsibility for the runway, once it is resurfaced. Board President Bill Berkebile asks him to write a letter stating his intentions.\n\nTimberon Log dated August 14, 1982...\n\nManager Harry West states that the remodeling of the Association\'s offices, Lodge bathrooms and public restrooms is nearly completed.\n\nThe upgrading of the roads to meet County specifications will begin next Spring, according to the Developer. Bill Berkebile states that if the County does not take the roads over as promised, the cost of the Association maintaining them would be $75,000 a year.\n\nThe validity of the agreement between the Developer and Property Owners for the take-over of the water system upon completion is questioned. The Board discusses entering into a new agreement with the Developer on the water system.\n\nThe Developer, Johnny Mobley sends a letter to the Board requesting they take over operations of the airstrip. A decision on the airstrip is tabled until a future date.\n\nJohnny Mobley resigns from the Board, citing a conflict of interest between being the Developer and a Board Director.\n\nTimberon Log dated October 30, 1982...\n\nThere are two break-ins reported on property, as well as the theft at the Lodge of $500 and the fire at the Hinesley home.\n\nBill Davis is elected Fire Chief. He states that there have been two structural fires and one brush fire this year.\n\nThe Developer, Johnny Mobley forms a water corporation and applies for a certificate of Public Convenience and necessity, a certificate that is required before he can charge for the use of the water.\n\nA cleanup campaign is underway at the fishing lakes; clearing them of cattails, brush and debris.\n\nThe Architectural Committee is formed with Tom Cook as Chairman.\n\nRestaurant costs and expenses are discussed and it is decided that shorter hours and less employees will cut expenses.\n\nTimberon Log dated November 27, 1982...\n\nThe Property Owners file a Petition of Intervention for the hearing on Timberon Water Company\'s application to charge for water. The Property Owners state that they have no problem with a charge for the water, the problem is that an agreement had not yet been reached on the Developer turning over the system upon completion.\na statement is made that the estimated completion date for the road and water system is the year 2005.\n\nTimberon Log dated January 29, 1983...\n\nAn agreement is reached between the Developer and the Property Owners on the take-over of the water system in the future. Signing of the agreement is delayed until the springs and surrounding area can be surveyed.\n\nThe Developer presents an agreement concerning the Property Owners take-over of the air-strip, golf course, tennis courts and pro shop upon completion of each facility. Finalization of the agreement is set for the next meeting.\n\nTimberon Log dated May 28, 1983...\n\nFive break-ins are reported for the month. Bill Cobb requests a letter be sent to the County for the on-site presence of a Deputy on Fridays through Sundays.\n\nChris Murtishaw suggests that the pool stay open seven days a week, this will be done contingent upon help to watch it. Chris also voices a concern about unattended children on the Lodge grounds. This problem will most likely be remedied by publicizing it through the two local newspapers.\n\nTom Cook makes a motion to dismiss the General Manager, Harry West. The motion receives no second and dies on the floor.\n\nHarry West offers his resignation to the Board. Tom Cook moves to accept, it is seconded by Frank Wheeler and passes unanimously. Harry will continue on through June 30th.\n\nTimberon Log dated August 6, 1983...\n\nThere is a problem with the newspapers in reporting factual events concerning the Association. Bill Cobb states that an editor of a newspaper has a responsibility of truth.\n\nNo further progress has been made concerning the agreement concerning the eventual take-over of the Water Company by the Property Owners.\n\nTimberon Log dated September 24, 1983...\n\nBill Cobb reads a letter from the Sheriff\'s Department that stated the inability to provide Timberon with an on site Deputy.\n\nThe Associations computer TS-80 computer is presently in Albuquerque being repaired and an addition of a hard drive is estimated to cost $1,100.\n\nAdelina Ayers is employed to work as cook in the Lodge restaurant. Her husband Dave is currently employed part-time in Architectural Control.\n\nThe Timberon Protective Association is formed. The State charter was received last week.\n\nBill Davis states that the Timberon Lions Club is currently working on the street signs on property.\n\nJoe Leary was chosen as the new General Manager at a salary of $20,000 a year.\n\nTimberon Log dated February 4, 1984...\n\nJoe Leary is introduced as the Property Owners Association\'s new General Manager\n\nThe Associations application for a bulk mailing permit is denied. It is decided that it was too much trouble anyway and that since the mail would have to be delivered to the Pinon Post Office by hand it would hurt the Timberon Community Post Office.\n\nThe Developer, Johnny Mobley, explains to the Property Owners that he would be operating the same as in the past, but would be pushing Time-Shares around the golf course where he envisions a 20 unit time share complex in the near future.\n\nThe Developer tells the Property Owners that repairs to the runway will begin shortly. They will roll up the existing surface, kill the soil this time so that grass will not penetrate the surface, and put down a tar and chip top that should last at least 5 years before any major problems occur. When this is done he wants to turn over the airstrip to the Property Owners.\n\nIt is announced that the second nine on the golf course is under construction now and should be playable by 1986. Executive (short) tee boxes are being built on the existing front nine holes.\n\nIt is brought out that communication between the Association and its members has been greatly improved due to the community\'s two newspapers.\n\nSuggestions are made as to tactics such as school bus routes, fire station, etc... that may prove helpful in getting the County to work on the roads now under their maintenance.\n\nTom Cook suggests that the existing leaky patio roof be torn out and the patio area be extended to be 40 x 100 feet. With the replacement of the bathrooms thi would probably cost in the neighborhood of $200,000. Bandaiding the existing patio would cost about $35,000. It is decided to wait until the existing roof begins to leak so badly that the only option is to replace it, and decide which route to go at that time.\n\nIt is announced that the street signs have been ordered and that the Lions Club will install them upon arrival.\n\nIt is decided that as a token of appreciation for the many hours and expertise contributed by Bill Berkebile, a first class set of luggage is to be purchased and delivered to him and his wife.\n\nRoger Anderson, contracted to do computer work for the Association, expressed concern about the power surges and brown-outs here on the mountain. He suggested that a battery backup ($1,000) or a shut down system ($150) be purchased. He was authorized to purchase a shut down system.\n\nBill Cobb suggests the construction of a community building to supplement the patio area during group gatherings. It should be about a 120 x 60 foot building with restrooms, a future kitchen area, and storage. The cost of a bare-bones version of such a structure should be around $100,000. The best spot for such a building would be where the present playground is, the playground can be moved to around the pool area.\n\nTimberon Log dated May 5, 1984...\n\nThe availability of Dining is discussed. There is currently the Blue Barn, Lounge at the Pro Shop, Country Kitchen, and the Lodge Restaurant - but none stay open past 7pm.\n\nThe Lions announce that their street signs project is scheduled to begin in the near future.\n\nA computer backup \"Minute Man\" has been purchased to protect from brownouts and blackouts.\n\nThere is a \"name the band\" contest for the local community band. Billy Reece wins the contest with the name \"Timbertunes.\"\n\nThe Carlsbad Association of Retarded Citizens requests forgiveness of over $3,000 in membership dues liens on property donated to them. The request is denied.\n\nA resolution by Tom Cook is adopted barring all dogs from the Timberon Lodge.\n\nThere is an ongoing problem of people\'s pets being shot and mutilated.\n\nA race car rally is held on some of the more remote Timberon roads and there is discussion on whether or not this can be prevented from happening again in the future.\n\nTimberon Log dated June 2, 1984...\n\nThere are some problems with Circle Cross cattle residing on the golf course. The other area ranchers cooperate fully when this sort of problem arises, however, Circle Cross is less than cooperative.\n\nShannon Belmont is the reigning \"Miss Timberon\" for 1984.\n\nThere appears to be damage to the trees in the area. Forester Randy Baker said he believes the damage was caused by heavy hail, after which bacterial pests invaded the trees.\n\nSam and Pat Davis are hire on at the Lodge as full-time cook and waitress.\n\nA discussion is held concerning the possibility of Otero County taking over the airstrip. It is felt that once the resurfacing is completed, no major repairs will be needed for another 10 - 15 years.\n\nBill Cobb states that by having our own security force, we are paying twice for law enforcement which should come from the County Sheriff.\n\nTimberon Log dated August 4, 1984...\n\nThe memory banks of the present computer are filled and no other information can be absorbed. It is decided to purchase an IBM-XT at a cost of around $10,000. The present machine will be used as a word processor and the oldest machine will be donated to the school.\n\nT.P. Hanson, reporting for the Ad-Hoc committee concerning the feasibility of the Lodge Annex, suggests that the annex be made an extension of the present lodge. The building will encompass 7200 square feet, housing the restaurant and restrooms. Initially, it will cost a little over $100,000.\n\nTimberon Log dated September 15, 1984...\n\nA letter is sent to the Otero County Commissioners expressing appreciation for the recent road improvements inside the property and a request is made for the installation of stop signs.\n\nA decision is made to go ahead and accept the airstrip from the Developer next year.\n\nBill Berkebile presents his brief background of Timberon, entitled \"A Bit of History,\" to the Property Owners.\n\nBill Cobb states that approximately $227,000 in taxes is paid yearly by Timberon Property Owners and it should not be unreasonable to expect the services of the Sheriff\'s Department.\n\nTimberon Log dated October 27, 1984...\n\nSo far this year there have been 74 building requests approved, 65 of which were for new homes. There are presently 99 permanent families and 208 seasonal homes in Timberon.\n\nChris Murtishaw, after 8 months of trying, succeeds in getting a two month training course in Timberon.\n\nA used rescue vehicle and new fire truck are purchased.\n\nIt is announced that the new fire sub-station will be operational next year.\n\nAn initial proposal from architect Charles Nolan of Alamogordo reveals a completed figure for the new Lodge Annex of $275,000. The purpose of this building is for meetings, dances, recreation and all needs of the Property Owners.\n\nBill Cobb states that evidence exists that the Developer will attempt to sidestep his resolution in turning over the Water Department to the Property Owners and an adversary position is apparent. Communications between the two parties attorneys has broken down. It is suggested that a letter be sent to the Public Utilities Commission expressing the Property Owners concern and that an injunction be sought to block development of T-17 (the area adjacent to the springs) until a resolution is reached.\n\nThe Property Owners impose a number of provisions on their acceptance of the Airstrip that the Developer\'s Project Manager doubts will be accepted, but agrees to pass on...\n\nTimberon Log Dated January 12, 1985...\n\nThe Lodge general manager says the restaurant $13,406 more than it took in in 1984.\n\nA letter is sent to Otero County Electric Coop. Requesting explanations for the frequent power outages and subsequent surges. A meeting is set up where the Cooperative fields questions from about 72 Timberon residents.\n\nThe organizers of the last Christmas party are commended for their good job by the Board. They include Wanna Bell Ross, Sue Haisley, Gertie Grabner, Frances Stout, Joe & Maggie Roseborrough, Marilyn Leary, and Danelle Ross.\n\nThe New Year\'s Eve party is a great success, with music supplied by Mark Clark, Monte McCullom and Wilbur Fry.\n\nIt is decided to set up an entertainment committee to assist in the activities for the coming year.\n\nRepresentatives of the Property Owners attend a meeting in Alamogordo concerning hunting laws in the State. They present the concerns of the Timberon residents to the attending members of the Game & Fish Department.\n\nT.P. Hanson advises the Property Owners that the turnkey cost of the new Lodge Annex, at this point, appear to be around $280,000.\n\nJordan Schaaf recommends the Property Owners borrow the money to pay off the Lodge Annex over a 10-20 year period, instead of paying cash out of the general fund. Tom Cook expresses his opposition to long-term indebtedness. A committee is appointed to study the best route.\n\nA contract agreement for the Property Owners to take over the airstrip from the Developer is presented. Johnny Mobley, the developer, advises the Property Owners that the FAA will reseal the airstrip every 3 years, provided it will be available to outside traffic. Tom Cook says that he is not in favor of accepting the airstrip, an expenditure of this amount (insurance, etc...) for the use of 10-12 people is not justified when there is no expectation of any financial return. Chris Murtishaw states that none of our facilities are producing a profit. T.P. Hanson injects that the airstrip benefits property values and will be needed in the future. The Board decides to accept it, but not unanimously.\n\nJordan Schaaf recommends that the Board follow \"Robert\'s Rules of Order.\" Chris Murtishaw says that the Board needs to follow some sort of rules. Tom Cook states that \"Robert\'s Rules of Order\" are too restrictive and we need to operate in a more relaxed atmosphere. No decision is made on the suggestion.\n\nIn an effort to secure a closer relationship with the County as to road repairs, thought is given to someone from Timberon running for the County Commission.\n\nTimberon Log Dated February 12, 1985...\n\nFrank Wheeler suggests putting trash containers along the street in the downtown area, the developer will provide the cans. Tom Cook reminds everyone, that according to the Covenants in that section, the cans must be hidden or buried and that defeats the purpose. The matter is tabled.\n\nDiscussion proceeds on the Property Owners accepting the Water Company from the Developer, although there is a problem on how large an area should be reserved as a buffer zone around the springs.\n\nTimberon Log Dated March 16, 1985...<%2','Property Owner\'s Association',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1147-autosave','','','2011-04-04 12:10:18','2011-04-04 18:10:18','',1147,'http://www.timberon.info/blog/?p=1150',0,'revision','',0,''),(2980,1,'2011-04-04 12:56:47','2011-04-04 18:56:47','','Special Photo Albums',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','466-revision-7','','','2011-04-04 12:56:47','2011-04-04 18:56:47','',466,'http://www.timberon.info/blog/?p=2980',0,'revision','',0,''),(3026,22,'2011-04-14 13:24:28','2011-04-14 19:24:28','10 White Marsh Valley [located within walking distance of the golf course]\r\n\r\nThis is an apartment building that has 4 rentals of varying size...\r\n\r\nDirections\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt A is the first apartment on your right from the deck. Apt C is the last apartment on your right from the deck. Apt D is on the front side of the building on the lower level. Apt E is the only apartment on the back side of the building.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Casa Sacramento\"] for Reservations or Questions.  [nggallery id=33]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"5,6,7,8\" showkey=\"no\"]','Casa Sacramento',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','casa-sacramento','','','2011-05-08 14:39:24','2011-05-08 20:39:24','',2002,'http://www.timberon.info/blog/?page_id=3026',0,'page','',0,''),(3051,22,'2011-04-14 15:30:17','2011-04-14 21:30:17','2 BR/1 Bath includes 2 twin beds, 1 queen bed, and 1 queen hide-a-bed, full kitchen, wood stove, washer/ dryer, telephone, air conditioning, charcoal grill, and television with satellite programming and a VCR. Rates begin at $80.00 per night for up to four adults, $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt A is the first apartment on your right from the deck.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Casa Sacramento Apt A\"] for Reservations or Questions.  [nggallery id=29]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"5\" showkey=\"no\"]','Apartment A',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','apt-a','','','2011-05-08 14:59:48','2011-05-08 20:59:48','',3026,'http://www.timberon.info/blog/?page_id=3051',0,'page','',0,''),(3028,1,'2011-04-29 09:07:48','2011-04-29 15:07:48','Below are the places you can stay in Timberon by the night, week, or month...\n
      \n
    • Timberon Rentals\nA number of cabin rentals, click on name to go to webpage.  575-987-2201
    • \n
    • Riverside Condos\nDuplexes on the Sacramento River.  575-987-2553
    • \n
    • Sacramento River Lodge\nA motel in Timberon.  575-987-2600
    • \n
    • Circle Cross RV Park\nRV Park located on the historic Circle Cross Ranch alongside the Sacramento River.  575-987-2650
    • \n
    • Timberon Trails RV Park\nRV Park in Timberon.  575-987-2240
    • \n
    ','Lodging and Rentals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1999-autosave','','','2011-04-29 09:07:48','2011-04-29 15:07:48','',1999,'http://www.timberon.info/blog/?p=3028',0,'revision','',0,''),(3029,1,'2011-04-14 13:18:07','2011-04-14 19:18:07','Timberon Rentals','Lodging and Rentals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1999-revision-4','','','2011-04-14 13:18:07','2011-04-14 19:18:07','',1999,'http://www.timberon.info/blog/?p=3029',0,'revision','',0,''),(3721,1,'2011-05-11 18:04:56','2011-05-12 00:04:56','This cabin features three bedrooms with queen size beds and two full bathrooms, including one garden tub.  The living room has a queen size sofa sleeper, along with a wood stove and satellite TV w/DVD/VCR.  There is a full kitchen and washer/dryer.  There is a nice deck in the back with tall pines in the area. Rates begin at $90.00 per night for up to four adults. (additional adult $5.00 each per night) Maximum capacity:  10 persons\r\n\r\n87 Chresta Loma\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan. Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Builta\'s Cabin\"] for Reservations or Questions. [nggallery id=35]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Builta\'s Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Builta’s Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3715-revision-4','','','2011-05-11 18:04:56','2011-05-12 00:04:56','',3715,'http://www.timberon.info/?p=3721',0,'revision','',0,''),(3507,1,'2011-04-23 13:51:50','2011-04-23 19:51:50','Features a one bedroom and a two bathroom main house, and a guesthouse with one bedroom and one bathroom. The main house includes a king-size bed and queen futon, full kitchen, TV/VCR/DVD, computer with internet access, a wood-burning stove, a charcoal grill, and a huge screened porch with hammocks and a beautiful view. There is a double bed and queen futon along with a kitchenette in the guesthouse. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 12 persons.\r\n\r\n88 Chresta Loma\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=20]\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Miria\'s Hide-a-Way',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2066-revision-4','','','2011-04-23 13:51:50','2011-04-23 19:51:50','',2066,'http://www.timberon.info/blog/?p=3507',0,'revision','',0,''),(3778,1,'2011-05-17 17:11:39','2011-05-17 23:11:39','%%edgeio_classifieds%%','classified',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3774-revision-4','','','2011-05-17 17:11:39','2011-05-17 23:11:39','',3774,'http://www.timberon.info/?p=3778',0,'revision','',0,''),(3092,1,'2011-04-18 07:47:06','0000-00-00 00:00:00','','Dishes For Sale',1,1,0,NULL,NULL,NULL,0,NULL,'','draft','open','open','','','','','2011-04-18 07:47:06','2011-04-18 13:47:06','',0,'http://www.timberon.info/blog/?post_type=yclad&p=3092',0,'yclad','',0,''),(3093,1,'2011-04-18 07:47:05','2011-04-18 13:47:05','','Please enter a title',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3092-revision','','','2011-04-18 07:47:05','2011-04-18 13:47:05','',3092,'http://www.timberon.info/blog/?p=3093',0,'revision','',0,''),(3731,1,'2011-05-13 06:29:05','2011-05-13 12:29:05','Detected:  May 9, 2011\r\nCause:  Under Investigation\r\nContainment:  25 percent\r\nAcres: 28,108\r\n\r\nNotice: The Mayhill Incident Command Post (ICP) has moved to mile marker 32 on US HWY 82.  A new contact number is available for Mayhill Fire Information. For questions and concerns please call\r\n(575) 687-3494.\r\n\r\nLocation:  The Mayhill Fire is located 2 miles west of Mayhill, NM and burning on the Lincoln National Forest, New Mexico State Forestry, Bureau of Indian Affairs (BIA), Bureau of Land Management (BLM), and private land. Yesterday, the fires movement was mostly south and southeast toward US Highway 82. The fire is burning in steep, rugged terrain.\r\n\r\nSummary: Predicted lower wind speeds (4-8 mph) coming from the east and southeast today should reduce fire behavior from what has been experienced during the past few days. There are spotted areas of heat and fire throughout the interior of the Mayhill fire with 15-20 percent of the perimeter showing intense heat. Firefighters today will concentrate efforts on the north flank of the fire east of Carr Gap Road and along US Hwy 82 building contingency lines with dozers and conducting burnout operations as necessary to corral the fire. Cold trailing (extinguishing hot spots) along US Hwy 82 and around structures will continue today with engines monitoring and patrolling the fire perimeter. Air support will continue to assist with water and retardant drops on areas where hot-spotting occurs.\r\n\r\nFirefighters were successful in conducting burnout operations along US Hwy 82 yesterday keeping the fire from progressing south where communities and infrastructures could be affected.\r\n\r\nAdvisory: Smoke inversion may be visible in valleys during early morning hours but should lift before noon with occurrence of warmer temperatures and light winds. Travelers are advised to use caution if traveling on US Hwy 82 near mile marker 47 and may experience delays of up to 3 hours and a possible temporary closure if smoke and fire activity worsens. Alternative routes (Hwy 130 and 24) may be used for travel. Increased traffic should be expected on US Hwy 82 and along the fire perimeter due to fire personnel and weekend public travel for the duration of the Mayhill Fire.\r\n\r\nResources: 399 personnel are currently assigned to the fire. Resources from the Forest Service, Bureau of Land Management, National Park Service, and New Mexico State Forestry, Bureau of Indian Affairs, and area volunteer fire departments are assisting with firefighting operations.\r\n\r\nClosures: The Lincoln National Forest closure went into effect at 0800 hours on 5/12/11. The closure affects ALL Public lands under the jurisdiction and proclomated boundaries of the Lincoln National Forest, New Mexico.\r\n\r\nOpen Burning Restrictions are also in effect on State and Private Lands throughout New Mexico. For more information on forest closure please visit www.fs.usda.gov/lincoln. For further information including maps of the Mayhill Fire please visit www.nmfireinfo.com or www.inciweb.org.','MAYHILL FIRE UPDATE 5-13',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','mayhill-fire-update-5-13','','','2011-05-18 10:21:17','2011-05-18 16:21:17','',0,'http://www.timberon.info/?p=3731',0,'post','',0,''),(3587,1,'2011-04-13 11:41:30','2011-04-13 17:41:30','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from up Jim Lewis Canyon and down Agua Chiquita... Jesse Duckett\r\n[nggallery id=10]','October 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','125-revision','','','2011-04-13 11:41:30','2011-04-13 17:41:30','',125,'http://www.timberon.info/blog/?p=3587',0,'revision','',0,''),(3155,22,'2011-04-27 13:29:26','2011-04-27 19:29:26','Tell us what you think of your stay in this Cabin managed by Timberon Rentals...','Reviews',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','reviews-of-carson-cabin','','','2011-04-27 15:42:37','2011-04-27 21:42:37','',2006,'http://www.timberon.info/blog/?page_id=3155',0,'page','',1,''),(3164,1,'2011-04-27 15:35:38','2011-04-27 21:35:38','','Reviews of Carson Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3155-revision-3','','','2011-04-27 15:35:38','2011-04-27 21:35:38','',3155,'http://www.timberon.info/blog/?p=3164',0,'revision','',0,''),(3165,1,'2011-04-27 15:38:11','2011-04-27 21:38:11','Tell us what you think of your stay in this Cabin managed by Timberon Rentals...','Reviews',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3155-revision-4','','','2011-04-27 15:38:11','2011-04-27 21:38:11','',3155,'http://www.timberon.info/blog/?p=3165',0,'revision','',0,''),(3524,1,'2011-05-08 14:30:42','2011-05-08 20:30:42','This rustic property has four bedrooms and three bathrooms. The beds include one king, one queen, one double, and four twins. There is a full kitchen plus another partial kitchen, washer/dryer, two dens, telephone, and TV w/satellite and a DVD player. Outdoors there are three decks, patio furniture, charcoal grill and a gas grill.  Rates begin at $110.00 per night for up to six adults.  (additional adult $5.00 each per night) Maximum capacity: 12 persons.\r\n\r\n187 Dixwood\r\nDirections to the Abbott Log Cabin at 187 Dixwood in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the second right onto Apache Dr. Take the first left onto Dixwood. The log cabin will be on your left at the first complete intersection that you come to. This will be Dixwood and Carson.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Abbott Log Cabin\"] for Reservations or Questions.\r\n\r\n[nggallery id=24]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"11\" showkey=\"no\"]','Abbott Log Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2062-revision-3','','','2011-05-08 14:30:42','2011-05-08 20:30:42','',2062,'http://www.timberon.info/blog/?p=3524',0,'revision','',0,''),(3148,1,'2011-04-27 07:44:52','2011-04-27 13:44:52','','Carson Cabin Reviews',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','carson-cabin-reviews','','','2011-04-27 12:43:14','2011-04-27 18:43:14','',2006,'http://www.timberon.info/blog/?page_id=3148',0,'page','',0,''),(3150,1,'2011-04-27 07:44:52','2011-04-27 13:44:52','','Carson Cabin Reviews',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3148-revision-2','','','2011-04-27 07:44:52','2011-04-27 13:44:52','',3148,'http://www.timberon.info/blog/?p=3150',0,'revision','',0,''),(3151,1,'2011-04-27 07:45:42','2011-04-27 13:45:42','','Carson Cabin Reviews',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3148-revision-3','','','2011-04-27 07:45:42','2011-04-27 13:45:42','',3148,'http://www.timberon.info/blog/?p=3151',0,'revision','',0,''),(3152,1,'2011-04-27 12:42:40','2011-04-27 18:42:40','','Carson Cabin Reviews',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3148-revision-4','','','2011-04-27 12:42:40','2011-04-27 18:42:40','',3148,'http://www.timberon.info/blog/?p=3152',0,'revision','',0,''),(2968,1,'2011-04-11 17:17:54','2011-04-11 23:17:54','Property Information - Plat Maps, Restrictive Covenants and more...\r\n\r\nPhotos - New and Archived Photos\r\n\r\nWildlife - Plants and Animals','Resources',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','153-revision-2','','','2011-04-11 17:17:54','2011-04-11 23:17:54','',153,'http://www.timberon.info/blog/?p=2968',0,'revision','',0,''),(3398,1,'2011-05-02 17:35:34','2011-05-02 23:35:34','
      \r\n
    • Restrictive Covenants\r\nCopies of the Covenants for the different sections of Timberon, in Adobe Acrobat or [PDF] format.
    • \r\n
    • Plat Maps\r\nHigh resolution copies of the Plat Maps for all the different sections of Timberon, showing angles and measurements of lots.  There is also a Composite Plat Map of the entire development that was reworked by Otero County Mapping.  These are in Adobe Acrobat or [PDF] format.
    • \r\n
    • Road Maps\r\nA reworked road map of Timberon in Adobe Acrobat or [PDF] format.
    • \r\n
    \r\n\"\"','Property Information',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','150-revision-2','','','2011-05-02 17:35:34','2011-05-02 23:35:34','',150,'http://www.timberon.info/blog/?p=3398',0,'revision','',0,''),(3226,1,'2011-05-02 17:34:44','2011-05-02 23:34:44','[do_widget \"Live Search Popup\" ]\r\n
      \r\n
    • Restrictive Covenants\r\nCopies of the Covenants for the different sections of Timberon, in Adobe Acrobat or [PDF] format.
    • \r\n
    • Plat Maps\r\nHigh resolution copies of the Plat Maps for all the different sections of Timberon, showing angles and measurements of lots.  There is also a Composite Plat Map of the entire development that was reworked by Otero County Mapping.  These are in Adobe Acrobat or [PDF] format.
    • \r\n
    • Road Maps\r\nA reworked road map of Timberon in Adobe Acrobat or [PDF] format.
    • \r\n
    \r\n\"\"','Property Information',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','150-revision','','','2011-05-02 17:34:44','2011-05-02 23:34:44','',150,'http://www.timberon.info/blog/?p=3226',0,'revision','',0,''),(1152,1,'2011-04-14 13:09:48','2011-04-14 19:09:48','The Restrictive Covenants were set in the beginning of the Timberon development and \"go with the land\". Even though there is presently no group that enforces them, they definitely remain in force. It doesn\'t matter if you were never given a copy, don\'t agree with them, etc... You are taking a chance if you violate them. If you find yourself in the position of having to do something at odds with the restrictive covenants in you area, try to get them changed first.\n\nPDF Files from Pioneer Abstract and Title and Roberts Realty [Last Updated Dec 31, 2004]\n\nSacramento Mountain Ranch Units\n\nTimberon Units\n\nGolf Course Units\n\nOther Areas\n\nMore Documents...\n\n\n
    ','Covenants',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','406-autosave','','','2011-04-14 13:09:48','2011-04-14 19:09:48','',406,'http://www.timberon.info/blog/?p=1152',0,'revision','',0,''),(3400,1,'2011-04-14 13:22:00','2011-04-14 19:22:00','\r\nPlat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...\r\n\r\nTimberon Airfield 1 \r\n\r\nTimberon Commercial 1 \r\n\r\nSacramento River Estates... \r\n\r\nSacramento Mountain Ranch 1... \r\n\r\nSacramento Mountain Ranch 2... \r\n\r\nSacramento Mountain Ranch 3... \r\n\r\nSacramento Mountain Ranch 4... \r\n\r\nTimberon Golf Course 1... \r\n\r\nTimberon Golf Course 2... \r\n\r\nTimberon Golf Course 3... \r\n\r\nTimberon Golf Course 4... \r\n\r\nTimberon Golf Course 5... \r\n\r\nTimberon Golf Course 6... \r\n\r\nTimberon Golf Course 7... \r\n\r\nTimberon Golf Course 8... \r\n\r\nTimberon Unit 1... \r\n\r\nTimberon Unit 2... \r\n\r\nTimberon Unit 3... \r\n\r\nTimberon Unit 4... \r\n\r\nTimberon Unit 5... \r\n\r\nTimberon Unit 6... \r\n\r\nTimberon Unit 7... \r\n\r\nTimberon Unit 8... \r\n\r\nTimberon Unit 9... \r\n\r\nTimberon Unit 10... \r\n\r\nTimberon Unit 12... \r\n\r\nTimberon Unit 13...\r\n\r\nTimberon Unit 14... \r\n\r\nTimberon Unit 14A... \r\n\r\nTimberon Unit 15... \r\n\r\nTimberon Unit 17...\r\n\r\n ','Plat Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','172-revision-3','','','2011-04-14 13:22:00','2011-04-14 19:22:00','',172,'http://www.timberon.info/blog/?p=3400',0,'revision','',0,''),(3724,1,'2011-05-15 09:29:13','2011-05-15 15:29:13','','Cork board',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','cork-board','','','2011-05-15 09:30:21','2011-05-15 15:30:21','',0,'http://www.timberon.info/?page_id=3724',0,'page','',0,''),(1163,1,'2011-02-27 20:58:40','2011-02-27 20:58:40','','Plat Map',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','plat-map','','','2011-02-27 20:58:40','2011-02-27 20:58:40','',150,'http://www.timberon.info/blog/wp-content/uploads/Plat-Map.gif',0,'attachment','image/gif',0,''),(1165,1,'2011-02-27 22:49:30','2011-02-27 22:49:30','','001',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','001','','','2011-02-27 22:49:30','2011-02-27 22:49:30','',0,'http://www.timberon.info/blog/wp-content/uploads/001.jpg',0,'attachment','image/jpeg',0,''),(2170,1,'2011-04-04 11:57:46','2011-04-04 17:57:46','[my_calendar]','Local Events',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1907-revision-7','','','2011-04-04 11:57:46','2011-04-04 17:57:46','',1907,'http://www.timberon.info/blog/?p=2170',0,'revision','',0,''),(1167,1,'2011-02-27 22:51:42','2011-02-27 22:51:42','','JA002',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','ja002','','','2011-02-27 22:51:42','2011-02-27 22:51:42','',0,'http://www.timberon.info/blog/wp-content/uploads/JA002.jpg',0,'attachment','image/jpeg',0,''),(2169,1,'2011-04-04 11:54:28','2011-04-04 17:54:28','[my_calendar]','Events',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1907-revision-6','','','2011-04-04 11:54:28','2011-04-04 17:54:28','',1907,'http://www.timberon.info/blog/?p=2169',0,'revision','',0,''),(1169,1,'2011-02-27 23:20:53','2011-02-27 23:20:53','','about',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','about','','','2011-02-27 23:20:53','2011-02-27 23:20:53','',0,'http://www.timberon.info/blog/wp-content/uploads/about.gif',0,'attachment','image/gif',0,''),(1170,1,'2011-02-27 23:20:54','2011-02-27 23:20:54','','acro',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','acro-2','','','2011-02-27 23:20:54','2011-02-27 23:20:54','',0,'http://www.timberon.info/blog/wp-content/uploads/acro1.png',0,'attachment','image/png',0,''),(1171,1,'2011-02-27 23:20:55','2011-02-27 23:20:55','','Acrobat',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','acrobat','','','2011-02-27 23:20:55','2011-02-27 23:20:55','',0,'http://www.timberon.info/blog/wp-content/uploads/Acrobat.jpg',0,'attachment','image/jpeg',0,''),(1172,1,'2011-02-27 23:20:57','2011-02-27 23:20:57','','Acrobat-10',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','acrobat-10','','','2011-02-27 23:20:57','2011-02-27 23:20:57','',0,'http://www.timberon.info/blog/wp-content/uploads/Acrobat-10.jpg',0,'attachment','image/jpeg',0,''),(1173,1,'2011-02-27 23:20:58','2011-02-27 23:20:58','','adobe',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','adobe','','','2011-02-27 23:20:58','2011-02-27 23:20:58','',0,'http://www.timberon.info/blog/wp-content/uploads/adobe.jpg',0,'attachment','image/jpeg',0,''),(1174,1,'2011-02-27 23:20:59','2011-02-27 23:20:59','','animated gears2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','animated-gears2','','','2011-02-27 23:20:59','2011-02-27 23:20:59','',0,'http://www.timberon.info/blog/wp-content/uploads/animated-gears2.gif',0,'attachment','image/gif',0,''),(1175,1,'2011-02-27 23:21:00','2011-02-27 23:21:00','','Animated Newspaper',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','animated-newspaper','','','2011-02-27 23:21:00','2011-02-27 23:21:00','',0,'http://www.timberon.info/blog/wp-content/uploads/Animated-Newspaper.gif',0,'attachment','image/gif',0,''),(1176,1,'2011-02-27 23:21:01','2011-02-27 23:21:01','','arg-realtor-whitebg-sm-url',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','arg-realtor-whitebg-sm-url','','','2011-02-27 23:21:01','2011-02-27 23:21:01','',0,'http://www.timberon.info/blog/wp-content/uploads/arg-realtor-whitebg-sm-url.gif',0,'attachment','image/gif',0,''),(1177,1,'2011-02-27 23:21:02','2011-02-27 23:21:02','','ClassifiedLogo',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','classifiedlogo','','','2011-02-27 23:21:02','2011-02-27 23:21:02','',0,'http://www.timberon.info/blog/wp-content/uploads/ClassifiedLogo.gif',0,'attachment','image/gif',0,''),(2664,1,'2011-04-08 11:03:18','2011-04-08 17:03:18','','sort',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sort','','','2011-04-08 11:03:18','2011-04-08 17:03:18','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sort.png',0,'attachment','image/png',0,''),(1186,1,'2011-03-03 21:16:10','2011-03-03 21:16:10','','Newly Uploaded Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1178-autosave','','','2011-03-03 21:16:10','2011-03-03 21:16:10','',1178,'http://www.timberon.info/blog/?p=1186',0,'revision','',0,''),(1550,1,'2011-03-21 01:14:34','2011-03-11 18:12:02','Welcome to this news section... This is the first post in order to test the system.  Please enter your own post, if appropriate.  This message will be removed at a later date.','Welcome',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','welcome','','','2011-04-03 15:52:27','2011-04-03 21:52:27','',0,'http://www.timberon.info/blog/?p=1550',0,'post','',0,''),(3504,1,'2011-04-23 13:46:58','2011-04-23 19:46:58','This cabin has two bedrooms and two bathrooms and is located in the tall pines. There are two queen beds and a queen hide-a-bed.  The cabin has a full kitchen w/dishwasher, washer/dryer, satellite TV, central heat, and a nice deck with gas grill.  Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night).  Maximum capacity:  6 persons\r\n\r\n17 Dry Creek\r\nDirections to the Doll House at 17 Dry Creek in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will take a left hand curve and then take the first right onto Sauk. When you get to the top of Sauk, turn right onto Pawnee. When this road ends, turn left ontoWishita. Take the first left onto Dry Creek and the house will be the first one on your left.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=20]\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Doll House',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2058-revision','','','2011-04-23 13:46:58','2011-04-23 19:46:58','',2058,'http://www.timberon.info/blog/?p=3504',0,'revision','',0,''),(3516,1,'2011-05-08 13:59:42','2011-05-08 19:59:42','This cabin has two bedrooms and two bathrooms and is located in the tall pines. There are two queen beds and a queen hide-a-bed.  The cabin has a full kitchen w/dishwasher, washer/dryer, satellite TV, central heat, and a nice deck with gas grill.  Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night).  Maximum capacity:  6 persons\r\n\r\n17 Dry Creek\r\nDirections to the Doll House at 17 Dry Creek in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will take a left hand curve and then take the first right onto Sauk. When you get to the top of Sauk, turn right onto Pawnee. When this road ends, turn left ontoWishita. Take the first left onto Dry Creek and the house will be the first one on your left.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=22]\r\n\r\n[my-email subject=\"Doll House\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Doll House',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2058-revision-2','','','2011-05-08 13:59:42','2011-05-08 19:59:42','',2058,'http://www.timberon.info/blog/?p=3516',0,'revision','',0,''),(1191,1,'2011-02-27 20:29:40','2011-02-27 20:29:40','Aplly for membership by clicking HERE!','Apply for Membership',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','916-revision-6','','','2011-02-27 20:29:40','2011-02-27 20:29:40','',916,'http://www.timberon.info/blog/?p=1191',0,'revision','',0,''),(1192,1,'2011-04-02 08:56:12','2011-04-02 14:56:12','
    \n\n   The orange-shirted workers and cranes are gone; the Mexican Canyon Trestle now stands strong and quiet, reminding us of the days when the train took logs down and brought visitors up the mountain. Now what?  Soon we will again have the bustle of construction in the area. Briston Construction is planning to begin work on the Trestle Vista around the first of April.  Highway 82 will be moved north, making more space on the south side for safe parking.  A side walk with interpretive signs will be installed, as will a viewing platform with benches, so visitors can sit down and enjoy the Trestle, White Sands, a sunset, their lunch, or the fresh mountain air.\n\n   While moving the highway may temporarily slow traffic, two lanes are expected to stay open to keep those cars moving. Highway relocation will obliterate the existing trailhead and parking for the popular Osha Trail. Work is planned to begin in March on an alternative access trail and parking for the Osha Trail. This new trailhead will be located at the bottom of Muchachita Avenue where it meets Highway 82. Visitors in Pines Campground will still be able to access Osha Trail from the campground.  As always, visitors can park in town and walk out Osha Trail road.\nIf you’d like to help with trail construction, please contact Peg Crim, at pcrim@fs.fed.us, or 575-434-7231 or leave your name and contact information at the Sacramento District Office.\n\n
    \n        For more information on the Lincoln National Forest, please review our website at:  www.fs.usda.gov/lincoln or follow us on Twitter.com/lincolnsmokey.   \n\n[gallery link="file"]','Historic Railroad Trestle Work Continues',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','905-autosave','','','2011-04-02 08:56:12','2011-04-02 14:56:12','',905,'http://www.timberon.info/blog/?p=1192',0,'revision','',0,''),(2086,1,'2011-03-15 17:30:32','2011-03-15 17:30:32','
    \r\n\r\n   The orange-shirted workers and cranes are gone; the Mexican Canyon Trestle now stands strong and quiet, reminding us of the days when the train took logs down and brought visitors up the mountain. Now what?  Soon we will again have the bustle of construction in the area. Briston Construction is planning to begin work on the Trestle Vista around the first of April.  Highway 82 will be moved north, making more space on the south side for safe parking.  A side walk with interpretive signs will be installed, as will a viewing platform with benches, so visitors can sit down and enjoy the Trestle, White Sands, a sunset, their lunch, or the fresh mountain air.\r\n\r\n   While moving the highway may temporarily slow traffic, two lanes are expected to stay open to keep those cars moving. Highway relocation will obliterate the existing trailhead and parking for the popular Osha Trail. Work is planned to begin in March on an alternative access trail and parking for the Osha Trail. This new trailhead will be located at the bottom of Muchachita Avenue where it meets Highway 82. Visitors in Pines Campground will still be able to access Osha Trail from the campground.  As always, visitors can park in town and walk out Osha Trail road.\r\nIf you’d like to help with trail construction, please contact Peg Crim, at pcrim@fs.fed.us, or 575-434-7231 or leave your name and contact information at the Sacramento District Office.\r\n\r\n
    \r\n        For more information on the Lincoln National Forest, please review our website at:  www.fs.usda.gov/lincoln or follow us on Twitter.com/lincolnsmokey.   \r\n\r\n[gallery link="file"]','Historic Railroad Trestle Work Continues',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','905-revision-41','','','2011-03-15 17:30:32','2011-03-15 17:30:32','',905,'http://www.timberon.info/blog/?p=2086',0,'revision','',0,''),(1204,1,'2011-03-04 16:30:54','2011-03-04 16:30:54','','022',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','022','','','2011-03-04 16:30:54','2011-03-04 16:30:54','',863,'http://www.timberon.info/blog/wp-content/uploads/022.jpg',0,'attachment','image/jpeg',0,''),(1205,1,'2011-03-04 16:31:41','2011-03-04 16:31:41','','008',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','008','','','2011-03-04 16:31:41','2011-03-04 16:31:41','',863,'http://www.timberon.info/blog/wp-content/uploads/008.jpg',0,'attachment','image/jpeg',0,''),(1207,1,'2011-03-04 16:35:56','2011-03-04 16:35:56','','009',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','009','','','2011-03-04 16:35:56','2011-03-04 16:35:56','',863,'http://www.timberon.info/blog/wp-content/uploads/009.jpg',0,'attachment','image/jpeg',0,''),(1208,1,'2011-03-04 16:36:34','2011-03-04 16:36:34','','007',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','007','','','2011-03-04 16:36:34','2011-03-04 16:36:34','',863,'http://www.timberon.info/blog/wp-content/uploads/007.jpg',0,'attachment','image/jpeg',0,''),(1209,1,'2011-03-04 16:36:36','2011-03-04 16:36:36','','008',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','008-2','','','2011-03-04 16:36:36','2011-03-04 16:36:36','',863,'http://www.timberon.info/blog/wp-content/uploads/0081.jpg',0,'attachment','image/jpeg',0,''),(1210,1,'2011-03-04 16:36:38','2011-03-04 16:36:38','','009',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','009-2','','','2011-03-04 16:36:38','2011-03-04 16:36:38','',863,'http://www.timberon.info/blog/wp-content/uploads/0091.jpg',0,'attachment','image/jpeg',0,''),(1213,1,'2011-03-04 16:52:24','2011-03-04 16:52:24','','008',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','008-3','','','2011-03-04 16:52:24','2011-03-04 16:52:24','',863,'http://www.timberon.info/blog/wp-content/uploads/0082.jpg',0,'attachment','image/jpeg',0,''),(1214,1,'2011-03-04 16:52:26','2011-03-04 16:52:26','','009',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','009-3','','','2011-03-04 16:52:26','2011-03-04 16:52:26','',863,'http://www.timberon.info/blog/wp-content/uploads/0092.jpg',0,'attachment','image/jpeg',0,''),(1917,1,'2011-03-25 00:00:00','2011-03-25 06:00:00','','classified',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','free-classifieds','','','2011-05-17 16:25:00','2011-05-17 22:25:00','[AWPCPCLASSIFIEDSUI]',0,'http://www.timberon.info/blog/?page_id=1917',3,'page','',0,''),(1225,1,'2011-03-08 17:10:24','2011-03-08 17:10:24','[cetsEmbedRSS id=http://twitter.com/statuses/user_timeline/38493596.rss itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','NMGF Tweets',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','nm-game-and-fish-tweets','','','2011-05-09 17:38:53','2011-05-09 23:38:53','',2136,'http://www.timberon.info/blog/?page_id=1225',0,'page','',0,''),(1226,1,'2011-03-08 16:22:36','2011-03-08 16:22:36','[cetsEmbedRSS id=http://twitter.com/statuses/user_timeline/119168644.rss itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Twitter',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','forest-service-news-feeds','','','2011-04-03 16:41:09','2011-04-03 22:41:09','',1652,'http://www.timberon.info/blog/?page_id=1226',0,'page','',0,''),(1230,1,'2011-03-08 14:54:33','2011-03-08 14:54:33',' \r\nTV Channel KOB News\r\n[cetsEmbedRSS id=http://feeds.feedburner.com/Kobcom-SeNewMexicoNews itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]\r\n\r\nTV Channel KRQE News\r\n[cetsEmbedRSS id=http://feeds.krqe.com/krqe-southeast itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','SE NM News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','wildlife-news-feed','','','2011-04-03 16:45:43','2011-04-03 22:45:43','',2139,'http://www.timberon.info/blog/?page_id=1230',0,'page','',0,''),(1293,1,'2011-03-08 14:54:29','2011-03-08 14:54:29','[rss feed=\"http://yoast.com/feed/\" num=\"3\" excerpt=\"false\"/]','Wildlife News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision','','','2011-03-08 14:54:29','2011-03-08 14:54:29','',1230,'http://www.timberon.info/blog/?p=1293',0,'revision','',0,''),(2257,1,'2011-04-06 12:30:52','2011-04-06 18:30:52','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.\n \n“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.”\n\nStage 2 Fire Restrictions include prohibition of:\n
      \n
    1. 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.
    2. \n
    3.  Smoking is limited to an enclosed vehicle or a smoking approved building.
    4. \n
    5. Possessing, discharging or using any kind of firework or other pyrotechnic device.
    6. \n
    7. Welding, or operating acetylene or other torch with open flame.
    8. \n
    9. 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).
    10. \n
    11. Chainsaw use will not be allowed between the hours of 10:00 a.m through midnight.
    12. \n
    \nPeople 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.\n\nAs always, fireworks are prohibited on all National Forest System lands.\n\nFor 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.\n\nFor 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.\n\nTo contact New Mexico State Forestry, please call (505) 476-3336, open Monday through Friday, 7:30 a.m. to 4:30 p.m.\n\nTo report a fire, call (575) 434-2286 or toll free 1-877-695-1663.\nFor fire restrictions and other fire information for all recreation sites in New Mexico, log on to http://gacc.nifc.gov/swcc/ or http://www.nmfireinfo.com or http://www.publiclands.org/firenews/NM.php. For more information on the Lincoln National Forest, please visit our website at www.fs.usda.gov/lincoln and follow us on www.twitter.com/lincolnsmokey.','Lincoln National Forest To Implement Stage II Fire Restrictions',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2255-autosave','','','2011-04-06 12:30:52','2011-04-06 18:30:52','',2255,'http://www.timberon.info/blog/?p=2257',0,'revision','',0,''),(2158,1,'2011-04-04 10:00:42','2011-04-04 16:00:42','','National News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2142-autosave','','','2011-04-04 10:00:42','2011-04-04 16:00:42','',2142,'http://www.timberon.info/blog/?p=2158',0,'revision','',0,''),(2157,1,'2011-04-03 16:47:59','2011-04-03 22:47:59','','National News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2142-revision-3','','','2011-04-03 16:47:59','2011-04-03 22:47:59','',2142,'http://www.timberon.info/blog/?p=2157',0,'revision','',0,''),(2156,1,'2011-04-03 16:55:30','2011-04-03 22:55:30','[Category number=\'20\' method=\'excerpt\' order=\'asc\' id=\'14\' orderby=\'date\']','National Forest',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1652-revision-10','','','2011-04-03 16:55:30','2011-04-03 22:55:30','',1652,'http://www.timberon.info/blog/?p=2156',0,'revision','',0,''),(1269,1,'2011-03-06 23:48:27','2011-03-06 23:48:27','The New Mexico Department of Game and Fish will host the 2011 Western Association of Fish and Wildlife Agencies’ Deer and Elk Workshop -- a forum for wildlife agencies and scholars to discuss deer and elk management strategies – May 16-19 at the Hyatt Regency Tamaya Resort on Santa Ana Pueblo.\r\n\r\nThe workshop will include a panel discussion on the role of predator versus habitat mechanisms on cervid population dynamics, and candid discussions of differing viewpoints about various factors influencing cervid populations. A general session about deer and elk research and management will be followed by papers and panels discussing limiting factors on elk and deer populations, including predator and ungulate management.\r\n\r\nAn exhibitor area will be adjacent to the conference hall.\r\n\r\nRegistration is $225 for regular participants and $175 for students and retirees through Feb. 28. After Feb. 28, registration is $240 and $190. To register, please visit www.rsvpbook.com/event.php?482872.\r\n\r\nFor more information about the workshop, please contact Stewart Liley, (505) 476-8039 or stewart.liley@state.nm.us.\r\n\r\nTune in to New Mexico Game and Fish TV:\r\n\r\n“New Mexico Wildlife” 6:30 a.m. Saturdays on KASA Channel 2, Albuquerque\r\n\r\n6:30 p.m. Sundays on KENW, Portales\r\n\r\n7:30 p.m. Thursdays on KRWG, Las Cruces','Department to Host Deer and Elk Workshop',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','department-to-host-deer-and-elk-workshop','','','2011-03-09 16:18:08','2011-03-09 16:18:08','',0,'http://www.timberon.info/blog/?p=1269',0,'post','',0,''),(2255,1,'2011-04-05 12:23:20','2011-04-05 18:23:20','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.\r\n \r\n“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.”\r\n\r\nStage 2 Fire Restrictions include prohibition of:\r\n
      \r\n
    1. 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.
    2. \r\n
    3.  Smoking is limited to an enclosed vehicle or a smoking approved building.
    4. \r\n
    5. Possessing, discharging or using any kind of firework or other pyrotechnic device.
    6. \r\n
    7. Welding, or operating acetylene or other torch with open flame.
    8. \r\n
    9. 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).
    10. \r\n
    11. Chainsaw use will not be allowed between the hours of 10:00 a.m through midnight.
    12. \r\n
    \r\nPeople 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.\r\n\r\nAs always, fireworks are prohibited on all National Forest System lands.\r\n\r\nFor 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.\r\n\r\nFor 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.\r\n\r\nTo contact New Mexico State Forestry, please call (505) 476-3336, open Monday through Friday, 7:30 a.m. to 4:30 p.m.\r\n\r\nTo report a fire, call (575) 434-2286 or toll free 1-877-695-1663.\r\nFor fire restrictions and other fire information for all recreation sites in New Mexico, log on to http://gacc.nifc.gov/swcc/ or http://www.nmfireinfo.com or http://www.publiclands.org/firenews/NM.php. For more information on the Lincoln National Forest, please visit our website at www.fs.usda.gov/lincoln and follow us on www.twitter.com/lincolnsmokey.','Lincoln National Forest To Implement Stage II Fire Restrictions',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','lincoln-national-forest-to-implement-stage-ii-fire-restrictions','','','2011-04-06 12:29:46','2011-04-06 18:29:46','',0,'http://www.timberon.info/blog/?p=2255',0,'post','',0,''),(1288,1,'2011-03-06 23:58:47','2011-03-06 23:58:47','The New Mexico Department of Game and Fish will host the 2011 Western Association of Fish and Wildlife Agencies’ Deer and Elk Workshop -- a forum for wildlife agencies and scholars to discuss deer and elk management strategies – May 16-19 at the Hyatt Regency Tamaya Resort on Santa Ana Pueblo.\r\n\r\nThe workshop will include a panel discussion on the role of predator versus habitat mechanisms on cervid population dynamics, and candid discussions of differing viewpoints about various factors influencing cervid populations. A general session about deer and elk research and management will be followed by papers and panels discussing limiting factors on elk and deer populations, including predator and ungulate management.\r\n\r\nAn exhibitor area will be adjacent to the conference hall.\r\n\r\nRegistration is $225 for regular participants and $175 for students and retirees through Feb. 28. After Feb. 28, registration is $240 and $190. To register, please visit www.rsvpbook.com/event.php?482872.\r\n\r\nFor more information about the workshop, please contact Stewart Liley, (505) 476-8039 or stewart.liley@state.nm.us.\r\n\r\nTune in to New Mexico Game and Fish TV:\r\n\r\n“New Mexico Wildlife” 6:30 a.m. Saturdays on KASA Channel 2, Albuquerque\r\n\r\n6:30 p.m. Sundays on KENW, Portales\r\n\r\n7:30 p.m. Thursdays on KRWG, Las Cruces','DEPARTMENT TO HOST DEER AND ELK WORKSHOP',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1269-revision-4','','','2011-03-06 23:58:47','2011-03-06 23:58:47','',1269,'http://www.timberon.info/blog/?p=1288',0,'revision','',0,''),(3318,1,'2011-05-03 15:55:22','2011-05-03 21:55:22',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3318','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',25,'http://www.timberon.info/blog/?p=3318',33,'nav_menu_item','',0,''),(3319,1,'2011-05-03 15:55:22','2011-05-03 21:55:22',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3319','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',34,'http://www.timberon.info/blog/?p=3319',35,'nav_menu_item','',0,''),(3315,1,'2011-05-03 15:55:22','2011-05-03 21:55:22',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3315','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',34,'http://www.timberon.info/blog/?p=3315',36,'nav_menu_item','',0,''),(3316,1,'2011-05-03 15:55:22','2011-05-03 21:55:22',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3316','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',34,'http://www.timberon.info/blog/?p=3316',30,'nav_menu_item','',0,''),(1294,1,'2011-03-08 16:21:07','2011-03-08 16:21:07',' \nTV Channel KOB News\n[cetsEmbedRSS id=http://feeds.feedburner.com/Kobcom-SeNewMexicoNews itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]\n\nTV Channel KRQE News\n[cetsEmbedRSS id=http://feeds.krqe.com/krqe-southeast itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Southeast NM News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-autosave','','','2011-03-08 16:21:07','2011-03-08 16:21:07','',1230,'http://www.timberon.info/blog/?p=1294',0,'revision','',0,''),(1295,1,'2011-03-08 14:54:33','2011-03-08 14:54:33','[rss feed=\"http://yoast.com/feed/\" num=\"3\" excerpt=\"false\"/]','Wildlife News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-2','','','2011-03-08 14:54:33','2011-03-08 14:54:33','',1230,'http://www.timberon.info/blog/?p=1295',0,'revision','',0,''),(1296,1,'2011-03-08 14:58:48','2011-03-08 14:58:48','[rss feed=\"http://www.fs.usda.gov/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\" num=\"20\" excerpt=\"true\"/]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-3','','','2011-03-08 14:58:48','2011-03-08 14:58:48','',1230,'http://www.timberon.info/blog/?p=1296',0,'revision','',0,''),(1297,1,'2011-03-08 15:00:06','2011-03-08 15:00:06','[rss feed=\"http://www.fs.usda.gov/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\" num=\"20\" excerpt=\"true\"/]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-4','','','2011-03-08 15:00:06','2011-03-08 15:00:06','',1230,'http://www.timberon.info/blog/?p=1297',0,'revision','',0,''),(1298,1,'2011-03-08 15:01:27','2011-03-08 15:01:27','[rss feed=\"http://www.fs.usda.gov/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\" num=\"20\" excerpt=\"false\"/]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-5','','','2011-03-08 15:01:27','2011-03-08 15:01:27','',1230,'http://www.timberon.info/blog/?p=1298',0,'revision','',0,''),(1305,1,'2011-03-08 15:16:45','2011-03-08 15:16:45','[rssinpage rssfeed=\'http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest\']','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-12','','','2011-03-08 15:16:45','2011-03-08 15:16:45','',1230,'http://www.timberon.info/blog/?p=1305',0,'revision','',0,''),(1299,1,'2011-03-08 15:04:49','2011-03-08 15:04:49','[rss feed=\"http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest\" num=\"20\" excerpt=\"false\"/]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-6','','','2011-03-08 15:04:49','2011-03-08 15:04:49','',1230,'http://www.timberon.info/blog/?p=1299',0,'revision','',0,''),(1301,1,'2011-03-08 15:06:56','2011-03-08 15:06:56','[rss feed=\"http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest\" num=\"10\" excerpt=\"true\"/]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-8','','','2011-03-08 15:06:56','2011-03-08 15:06:56','',1230,'http://www.timberon.info/blog/?p=1301',0,'revision','',0,''),(1300,1,'2011-03-08 15:05:39','2011-03-08 15:05:39','[rss feed=\"http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest/\" num=\"20\" excerpt=\"false\"/]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-7','','','2011-03-08 15:05:39','2011-03-08 15:05:39','',1230,'http://www.timberon.info/blog/?p=1300',0,'revision','',0,''),(1302,1,'2011-03-08 15:07:50','2011-03-08 15:07:50','[rss feed=\"http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest\" num=\"10\" excerpt=\"true\"/]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-9','','','2011-03-08 15:07:50','2011-03-08 15:07:50','',1230,'http://www.timberon.info/blog/?p=1302',0,'revision','',0,''),(1303,1,'2011-03-08 15:10:29','2011-03-08 15:10:29','[rss feed=\"http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest\" num=\"10\" excerpt=\"true\"/]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-10','','','2011-03-08 15:10:29','2011-03-08 15:10:29','',1230,'http://www.timberon.info/blog/?p=1303',0,'revision','',0,''),(1304,1,'2011-03-08 15:12:19','2011-03-08 15:12:19','[rss feed=\"http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest\" num=\"10\"]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-11','','','2011-03-08 15:12:19','2011-03-08 15:12:19','',1230,'http://www.timberon.info/blog/?p=1304',0,'revision','',0,''),(1306,1,'2011-03-08 15:17:57','2011-03-08 15:17:57','[rssinpage rssfeed=http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-13','','','2011-03-08 15:17:57','2011-03-08 15:17:57','',1230,'http://www.timberon.info/blog/?p=1306',0,'revision','',0,''),(1308,1,'2011-03-08 15:22:22','2011-03-08 15:22:22','[rssinpage rssfeed=\'http://feeds.krqe.com/krqe-southeast\']','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-15','','','2011-03-08 15:22:22','2011-03-08 15:22:22','',1230,'http://www.timberon.info/blog/?p=1308',0,'revision','',0,''),(1307,1,'2011-03-08 15:20:08','2011-03-08 15:20:08','[rssinpage rssfeed=\'http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest\']','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-14','','','2011-03-08 15:20:08','2011-03-08 15:20:08','',1230,'http://www.timberon.info/blog/?p=1307',0,'revision','',0,''),(1309,1,'2011-03-08 15:24:30','2011-03-08 15:24:30','[rssinpage rssfeed=\'http://www.fs.usda.gov/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\']','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-16','','','2011-03-08 15:24:30','2011-03-08 15:24:30','',1230,'http://www.timberon.info/blog/?p=1309',0,'revision','',0,''),(1310,1,'2011-03-08 15:29:53','2011-03-08 15:29:53','[cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=0 itemauthor=0 itemdate=0 itemcontent=0]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-17','','','2011-03-08 15:29:53','2011-03-08 15:29:53','',1230,'http://www.timberon.info/blog/?p=1310',0,'revision','',0,''),(1311,1,'2011-03-08 15:30:42','2011-03-08 15:30:42','[cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=0 itemauthor=0 itemdate=0 itemcontent=0]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-18','','','2011-03-08 15:30:42','2011-03-08 15:30:42','',1230,'http://www.timberon.info/blog/?p=1311',0,'revision','',0,''),(1312,1,'2011-03-08 15:31:51','2011-03-08 15:31:51','[cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=0 itemauthor=0 itemdate=0 itemcontent=0]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-19','','','2011-03-08 15:31:51','2011-03-08 15:31:51','',1230,'http://www.timberon.info/blog/?p=1312',0,'revision','',0,''),(1313,1,'2011-03-08 15:32:15','2011-03-08 15:32:15','[cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=0 itemauthor=0 itemdate=0 itemcontent=0]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-20','','','2011-03-08 15:32:15','2011-03-08 15:32:15','',1230,'http://www.timberon.info/blog/?p=1313',0,'revision','',0,''),(1318,1,'2011-03-08 15:41:16','2011-03-08 15:41:16','[cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=0 itemauthor=0 itemdate=0 itemcontent=0]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-25','','','2011-03-08 15:41:16','2011-03-08 15:41:16','',1230,'http://www.timberon.info/blog/?p=1318',0,'revision','',0,''),(1315,1,'2011-03-08 15:35:04','2011-03-08 15:35:04','[cetsEmbedRSS id=http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest itemcount=0 itemauthor=0 itemdate=0 itemcontent=0]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-22','','','2011-03-08 15:35:04','2011-03-08 15:35:04','',1230,'http://www.timberon.info/blog/?p=1315',0,'revision','',0,''),(1314,1,'2011-03-08 15:33:20','2011-03-08 15:33:20','[cetsEmbedRSS id=http://feeds.krqe.com/krqe-southeast itemcount=0 itemauthor=0 itemdate=0 itemcontent=0][cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=0 itemauthor=0 itemdate=0 itemcontent=0]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-21','','','2011-03-08 15:33:20','2011-03-08 15:33:20','',1230,'http://www.timberon.info/blog/?p=1314',0,'revision','',0,''),(1316,1,'2011-03-08 15:36:14','2011-03-08 15:36:14','[cetsEmbedRSS id=http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest itemcount=0 itemauthor=0 itemdate=0 itemcontent=0]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-23','','','2011-03-08 15:36:14','2011-03-08 15:36:14','',1230,'http://www.timberon.info/blog/?p=1316',0,'revision','',0,''),(1317,1,'2011-03-08 15:40:00','2011-03-08 15:40:00','[cetsEmbedRSS id=http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest itemcount=0 itemauthor=0 itemdate=0 itemcontent=0]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-24','','','2011-03-08 15:40:00','2011-03-08 15:40:00','',1230,'http://www.timberon.info/blog/?p=1317',0,'revision','',0,''),(1322,1,'2011-03-08 15:45:05','2011-03-08 15:45:05','[cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=0 itemauthor=0 itemdate=0 itemcontent=0]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-29','','','2011-03-08 15:45:05','2011-03-08 15:45:05','',1230,'http://www.timberon.info/blog/?p=1322',0,'revision','',0,''),(1319,1,'2011-03-08 15:41:48','2011-03-08 15:41:48','[cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=0 itemauthor=0 itemdate=0 itemcontent=0]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-26','','','2011-03-08 15:41:48','2011-03-08 15:41:48','',1230,'http://www.timberon.info/blog/?p=1319',0,'revision','',0,''),(1330,1,'2011-03-08 16:13:16','2011-03-08 16:13:16','[cetsEmbedRSS id=http://feeds.feedburner.com/Kobcom-SeNewMexicoNews itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Southeast NM News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-34','','','2011-03-08 16:13:16','2011-03-08 16:13:16','',1230,'http://www.timberon.info/blog/?p=1330',0,'revision','',0,''),(1320,1,'2011-03-08 15:42:34','2011-03-08 15:42:34','[cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=0 itemauthor=0 itemdate=0 itemcontent=0]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-27','','','2011-03-08 15:42:34','2011-03-08 15:42:34','',1230,'http://www.timberon.info/blog/?p=1320',0,'revision','',0,''),(1321,1,'2011-03-08 15:43:58','2011-03-08 15:43:58','[cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=10 itemauthor=0 itemdate=0 itemcontent=0]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-28','','','2011-03-08 15:43:58','2011-03-08 15:43:58','',1230,'http://www.timberon.info/blog/?p=1321',0,'revision','',0,''),(1323,1,'2011-03-08 15:47:54','2011-03-08 15:47:54','[cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-30','','','2011-03-08 15:47:54','2011-03-08 15:47:54','',1230,'http://www.timberon.info/blog/?p=1323',0,'revision','',0,''),(1325,1,'2011-03-08 15:49:28','2011-03-08 15:49:28','[cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-32','','','2011-03-08 15:49:28','2011-03-08 15:49:28','',1230,'http://www.timberon.info/blog/?p=1325',0,'revision','',0,''),(1324,1,'2011-03-08 15:48:46','2011-03-08 15:48:46','[cetsEmbedRSS id=\'http://www.fs.usda.gov/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\' itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-31','','','2011-03-08 15:48:46','2011-03-08 15:48:46','',1230,'http://www.timberon.info/blog/?p=1324',0,'revision','',0,''),(1329,1,'2011-03-08 15:51:15','2011-03-08 15:51:15','[cetsEmbedRSS id=http://feeds.feedburner.com/Kobcom-SeNewMexicoNews itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Southeast NM News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-33','','','2011-03-08 15:51:15','2011-03-08 15:51:15','',1230,'http://www.timberon.info/blog/?p=1329',0,'revision','',0,''),(1331,1,'2011-03-08 16:14:48','2011-03-08 16:14:48','TV Channel KOB News\r\n[cetsEmbedRSS id=http://feeds.feedburner.com/Kobcom-SeNewMexicoNews itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Southeast NM News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-35','','','2011-03-08 16:14:48','2011-03-08 16:14:48','',1230,'http://www.timberon.info/blog/?p=1331',0,'revision','',0,''),(1332,1,'2011-03-08 16:15:36','2011-03-08 16:15:36','\r\nTV Channel KOB News\r\n[cetsEmbedRSS id=http://feeds.feedburner.com/Kobcom-SeNewMexicoNews itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Southeast NM News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-36','','','2011-03-08 16:15:36','2011-03-08 16:15:36','',1230,'http://www.timberon.info/blog/?p=1332',0,'revision','',0,''),(1333,1,'2011-03-08 16:16:37','2011-03-08 16:16:37',' \r\n\r\nTV Channel KOB News\r\n[cetsEmbedRSS id=http://feeds.feedburner.com/Kobcom-SeNewMexicoNews itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Southeast NM News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-37','','','2011-03-08 16:16:37','2011-03-08 16:16:37','',1230,'http://www.timberon.info/blog/?p=1333',0,'revision','',0,''),(1334,1,'2011-03-08 16:17:06','2011-03-08 16:17:06',' \r\nTV Channel KOB News\r\n[cetsEmbedRSS id=http://feeds.feedburner.com/Kobcom-SeNewMexicoNews itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Southeast NM News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-38','','','2011-03-08 16:17:06','2011-03-08 16:17:06','',1230,'http://www.timberon.info/blog/?p=1334',0,'revision','',0,''),(1335,1,'2011-03-04 22:15:25','2011-03-04 22:15:25','Timberon Seven Day Forecast\n\n[Watches, Warnings or Advisories]   [Fire Weather]   [Timberon Weather Station','',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision','','','2011-03-04 22:15:25','2011-03-04 22:15:25','',1226,'http://www.timberon.info/blog/?p=1335',0,'revision','',0,''),(1337,1,'2011-03-08 16:30:13','2011-03-08 16:30:13','[cetsEmbedRSS id=http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Service News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-autosave','','','2011-03-08 16:30:13','2011-03-08 16:30:13','',1226,'http://www.timberon.info/blog/?p=1337',0,'revision','',0,''),(1338,1,'2011-03-08 16:22:36','2011-03-08 16:22:36','[cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Service News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision-2','','','2011-03-08 16:22:36','2011-03-08 16:22:36','',1226,'http://www.timberon.info/blog/?p=1338',0,'revision','',0,''),(1339,1,'2011-03-08 16:23:55','2011-03-08 16:23:55','[cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Service News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision-3','','','2011-03-08 16:23:55','2011-03-08 16:23:55','',1226,'http://www.timberon.info/blog/?p=1339',0,'revision','',0,''),(1340,1,'2011-03-08 16:25:19','2011-03-08 16:25:19','[cetsEmbedRSS id=http://www.fs.usda.gov/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 itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Service News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision-4','','','2011-03-08 16:25:19','2011-03-08 16:25:19','',1226,'http://www.timberon.info/blog/?p=1340',0,'revision','',0,''),(1341,1,'2011-03-08 16:27:15','2011-03-08 16:27:15','[cetsEmbedRSS id=http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Service News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision-5','','','2011-03-08 16:27:15','2011-03-08 16:27:15','',1226,'http://www.timberon.info/blog/?p=1341',0,'revision','',0,''),(1342,1,'2011-03-08 16:28:06','2011-03-08 16:28:06','[cetsEmbedRSS id=http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Service News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision-6','','','2011-03-08 16:28:06','2011-03-08 16:28:06','',1226,'http://www.timberon.info/blog/?p=1342',0,'revision','',0,''),(1343,1,'2011-03-08 16:28:59','2011-03-08 16:28:59','[cetsEmbedRSS id=http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Service News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision-7','','','2011-03-08 16:28:59','2011-03-08 16:28:59','',1226,'http://www.timberon.info/blog/?p=1343',0,'revision','',0,''),(1344,1,'2011-03-08 16:32:09','2011-03-08 16:32:09','[cetsEmbedRSS id=http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Service News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision-8','','','2011-03-08 16:32:09','2011-03-08 16:32:09','',1226,'http://www.timberon.info/blog/?p=1344',0,'revision','',0,''),(1346,1,'2011-03-08 16:37:22','2011-03-08 16:37:22','[cetsEmbedRSS id=http://twitter.com/statuses/user_timeline/119168644.rss itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Service News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision-10','','','2011-03-08 16:37:22','2011-03-08 16:37:22','',1226,'http://www.timberon.info/blog/?p=1346',0,'revision','',0,''); INSERT INTO `wp_posts` VALUES (1345,1,'2011-03-08 16:32:45','2011-03-08 16:32:45','[cetsEmbedRSS id=http://www.fs.usda.gov/wps/PA_WIDConsumption/rssgetfile?xFSENavChannel00=110308&xFSENavChannel02=180000000000000&pathinfo=/wps/portal/fsinternet/!ut/p/c5/04_SB8K8xLLM9MSSzPy8xBz9CP0os3gDfxMDT8MwRydLA1cj72BTS0djAwgAykeaxRtBeY4WBv4eHmF-YT4GMHn8usNB9uHXDzYBB3A00PfzyM9N1S_IjTDIMnFUBAA3Zibt/dl3/d3/L2dJQSEvUUt3QS9ZQnZ3LzZfMjAwMDAwMDBBODBPSEhWTjJNMDAwMDAwMDA!/?navtype=BROWSEBYSUBJECT&forestname=Lincoln National Forest itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Service News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision-9','','','2011-03-08 16:32:45','2011-03-08 16:32:45','',1226,'http://www.timberon.info/blog/?p=1345',0,'revision','',0,''),(3693,1,'2011-05-10 07:40:02','2011-05-10 13:40:02','Directory Contact Form\r\n\r\nThe following contains a Phone Book [White and Yellow Pages] for Timberon, New Mexico…\r\n[bizdir_directory name=\"Phone Directory\"]','Phone Book',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3693','','','2011-05-18 11:09:13','2011-05-18 17:09:13','',0,'http://www.timberon.info/blog/?p=3693',9,'nav_menu_item','',0,''),(3694,1,'2011-05-10 07:40:03','2011-05-10 13:40:03','[gwolle-gb]','Guestbook',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3694','','','2011-05-18 11:09:13','2011-05-18 17:09:13','',0,'http://www.timberon.info/blog/?p=3694',5,'nav_menu_item','',0,''),(3695,1,'2011-05-10 07:40:03','2011-05-10 13:40:03',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3695','','','2011-05-18 11:09:13','2011-05-18 17:09:13','',0,'http://www.timberon.info/blog/?p=3695',6,'nav_menu_item','',0,''),(3696,1,'2011-05-10 07:40:03','2011-05-10 13:40:03',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3696','','','2011-05-18 11:09:13','2011-05-18 17:09:13','',0,'http://www.timberon.info/blog/?p=3696',8,'nav_menu_item','',0,''),(3793,1,'2011-05-19 08:31:17','2011-05-19 14:31:17',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3793','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',0,'http://www.timberon.info/?p=3793',26,'nav_menu_item','',0,''),(3698,1,'2011-05-10 07:40:03','2011-05-10 13:40:03',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3698','','','2011-05-18 11:09:13','2011-05-18 17:09:13','',0,'http://www.timberon.info/blog/?p=3698',10,'nav_menu_item','',0,''),(3699,1,'2011-05-10 07:40:03','2011-05-10 13:40:03',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3699','','','2011-05-18 11:09:13','2011-05-18 17:09:13','',0,'http://www.timberon.info/blog/?p=3699',12,'nav_menu_item','',0,''),(3701,1,'2011-05-10 08:36:03','2011-05-10 14:36:03','http://www.timberon.info/blog/wp-content/uploads/2011/05/atile15b.gif','atile15b.gif',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','atile15b-gif','','','2011-05-10 08:36:03','2011-05-10 14:36:03','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/05/atile15b.gif',0,'attachment','image/gif',0,''),(3700,1,'2011-05-10 07:58:45','2011-05-10 13:58:45','Quick Contact\r\nSend Your Post','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3700','','','2011-05-18 11:09:13','2011-05-18 17:09:13','',0,'http://www.timberon.info/blog/?p=3700',3,'nav_menu_item','',0,''),(3702,1,'2011-05-10 08:37:55','2011-05-10 14:37:55','http://www.timberon.info/blog/wp-content/uploads/2011/05/atile15e.gif','atile15e.gif',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','atile15e-gif','','','2011-05-10 08:37:55','2011-05-10 14:37:55','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/05/atile15e.gif',0,'attachment','image/gif',0,''),(3703,1,'2011-05-10 08:38:29','2011-05-10 14:38:29','http://www.timberon.info/blog/wp-content/uploads/2011/05/atile15b1.gif','atile15b1.gif',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','atile15b1-gif','','','2011-05-10 08:38:29','2011-05-10 14:38:29','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/05/atile15b1.gif',0,'attachment','image/gif',0,''),(2202,1,'2011-04-04 12:49:36','2011-04-04 18:49:36','Back to Photos\r\n[nggallery id=12]','Fall 2000 Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','141-revision-6','','','2011-04-04 12:49:36','2011-04-04 18:49:36','',141,'http://www.timberon.info/blog/?p=2202',0,'revision','',0,''),(1370,1,'2011-03-07 21:23:02','2011-03-07 21:23:02','The New Mexico Department of Game and Fish will host the 2011 Western Association of Fish and Wildlife Agencies’ Deer and Elk Workshop -- a forum for wildlife agencies and scholars to discuss deer and elk management strategies – May 16-19 at the Hyatt Regency Tamaya Resort on Santa Ana Pueblo.\r\n\r\nThe workshop will include a panel discussion on the role of predator versus habitat mechanisms on cervid population dynamics, and candid discussions of differing viewpoints about various factors influencing cervid populations. A general session about deer and elk research and management will be followed by papers and panels discussing limiting factors on elk and deer populations, including predator and ungulate management.\r\n\r\nAn exhibitor area will be adjacent to the conference hall.\r\n\r\nRegistration is $225 for regular participants and $175 for students and retirees through Feb. 28. After Feb. 28, registration is $240 and $190. To register, please visit www.rsvpbook.com/event.php?482872.\r\n\r\nFor more information about the workshop, please contact Stewart Liley, (505) 476-8039 or stewart.liley@state.nm.us.\r\n\r\nTune in to New Mexico Game and Fish TV:\r\n\r\n“New Mexico Wildlife” 6:30 a.m. Saturdays on KASA Channel 2, Albuquerque\r\n\r\n6:30 p.m. Sundays on KENW, Portales\r\n\r\n7:30 p.m. Thursdays on KRWG, Las Cruces','DEPARTMENT TO HOST DEER AND ELK WORKSHOP',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1269-revision-5','','','2011-03-07 21:23:02','2011-03-07 21:23:02','',1269,'http://www.timberon.info/blog/?p=1370',0,'revision','',0,''),(1372,1,'2011-03-09 15:48:22','2011-03-09 15:48:22','The New Mexico Department of Game and Fish will host the 2011 Western Association of Fish and Wildlife Agencies’ Deer and Elk Workshop -- a forum for wildlife agencies and scholars to discuss deer and elk management strategies – May 16-19 at the Hyatt Regency Tamaya Resort on Santa Ana Pueblo.\r\n\r\nThe workshop will include a panel discussion on the role of predator versus habitat mechanisms on cervid population dynamics, and candid discussions of differing viewpoints about various factors influencing cervid populations. A general session about deer and elk research and management will be followed by papers and panels discussing limiting factors on elk and deer populations, including predator and ungulate management.\r\n\r\nAn exhibitor area will be adjacent to the conference hall.\r\n\r\nRegistration is $225 for regular participants and $175 for students and retirees through Feb. 28. After Feb. 28, registration is $240 and $190. To register, please visit www.rsvpbook.com/event.php?482872.\r\n\r\nFor more information about the workshop, please contact Stewart Liley, (505) 476-8039 or stewart.liley@state.nm.us.\r\n\r\nTune in to New Mexico Game and Fish TV:\r\n\r\n“New Mexico Wildlife” 6:30 a.m. Saturdays on KASA Channel 2, Albuquerque\r\n\r\n6:30 p.m. Sundays on KENW, Portales\r\n\r\n7:30 p.m. Thursdays on KRWG, Las Cruces','DEPARTMENT TO HOST DEER AND ELK WORKSHOP',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1269-revision-6','','','2011-03-09 15:48:22','2011-03-09 15:48:22','',1269,'http://www.timberon.info/blog/?p=1372',0,'revision','',0,''),(2120,1,'2011-04-03 16:30:28','2011-04-03 22:30:28','','Timberon News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2119-revision','','','2011-04-03 16:30:28','2011-04-03 22:30:28','',2119,'http://www.timberon.info/blog/?p=2120',0,'revision','',0,''),(2058,22,'2011-03-29 15:20:33','2011-03-29 21:20:33','This cabin has two bedrooms and two bathrooms and is located in the tall pines. There are two queen beds and a queen hide-a-bed.  The cabin has a full kitchen w/dishwasher, washer/dryer, satellite TV, central heat, and a nice deck with gas grill.  Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night).  Maximum capacity:  6 persons\r\n\r\n17 Dry Creek\r\nDirections to the Doll House at 17 Dry Creek in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will take a left hand curve and then take the first right onto Sauk. When you get to the top of Sauk, turn right onto Pawnee. When this road ends, turn left ontoWishita. Take the first left onto Dry Creek and the house will be the first one on your left.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Doll House\"] for Reservations or Questions.  [nggallery id=22]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"10\" showkey=\"no\"]','Doll House',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','doll-house','','','2011-05-08 14:42:14','2011-05-08 20:42:14','',2002,'http://www.timberon.info/blog/?page_id=2058',0,'page','',0,''),(3140,1,'2011-04-13 11:12:23','2011-04-13 17:12:23','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
     [sb_child_list]\r\n[sb_parent]
    \r\nHistory of the Sacramento Mountains - Articles, Family Stories and Correspondence listed below...','Mountain History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1886-revision','','','2011-04-13 11:12:23','2011-04-13 17:12:23','',1886,'http://www.timberon.info/blog/?p=3140',0,'revision','',0,''),(1391,1,'2011-03-09 17:59:19','2011-03-09 17:59:19','
    notices of meetings and other things in the timberon area this is a test of the notice and posting system as it stands right now.
    ','Test',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','test-12','','','2011-03-11 18:09:03','2011-03-11 18:09:03','',0,'http://www.timberon.info/blog/?p=1391',0,'post','',0,''),(2665,1,'2011-04-08 11:03:19','2011-04-08 17:03:19','','sort_alphabet',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sort_alphabet','','','2011-04-08 11:03:19','2011-04-08 17:03:19','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sort_alphabet.png',0,'attachment','image/png',0,''),(1393,1,'2011-03-09 20:13:56','2011-03-09 20:13:56','
    notices of meetings and other things in the timberon area this is a test of the notice and posting system as it stands right now.
    ','Test',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1391-autosave','','','2011-03-09 20:13:56','2011-03-09 20:13:56','',1391,'http://www.timberon.info/blog/?p=1393',0,'revision','',0,''),(1396,1,'2011-03-09 17:59:19','2011-03-09 17:59:19','
    notices of meetings and other things in the timberon area this is a test of the notice and posting system as it stands right now.
    ','Test',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1391-revision-2','','','2011-03-09 17:59:19','2011-03-09 17:59:19','',1391,'http://www.timberon.info/blog/?p=1396',0,'revision','',0,''),(1420,1,'2011-03-09 18:15:30','2011-03-09 18:15:30','
    notices of meetings and other things in the timberon area this is a test of the notice and posting system as it stands right now.
    ','Test',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1391-revision-3','','','2011-03-09 18:15:30','2011-03-09 18:15:30','',1391,'http://www.timberon.info/blog/?p=1420',0,'revision','',0,''),(3549,1,'2011-04-08 15:37:31','2011-04-08 21:37:31','Here is a map we made of Timberon roads -- from scratch.  You can print it out or use it on your computer - it is a PDF file.\r\n\r\nTimberon Road Map','Road Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','road-maps','','','2011-05-08 15:42:07','2011-05-08 21:42:07','',0,'http://www.timberon.info/blog/?p=3549',0,'post','',0,''),(3550,1,'2011-05-08 15:37:42','2011-05-08 21:37:42','','Road Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3549-revision','','','2011-05-08 15:37:42','2011-05-08 21:37:42','',3549,'http://www.timberon.info/blog/?p=3550',0,'revision','',0,''),(3551,1,'2011-05-08 15:43:18','2011-05-08 21:43:18','Here is a map we made of Timberon roads -- from scratch.  You can print it out or use it on your computer - it is a PDF file.\n\nTimberon Road Map','Road Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3549-autosave','','','2011-05-08 15:43:18','2011-05-08 21:43:18','',3549,'http://www.timberon.info/blog/?p=3551',0,'revision','',0,''),(3552,1,'2011-05-08 15:38:18','2011-05-08 21:38:18','[gview file=\"http://www.timberon.info/Maps/TIMBERON_ROADMAP_PRINT.pdf\"]','Road Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3549-revision-2','','','2011-05-08 15:38:18','2011-05-08 21:38:18','',3549,'http://www.timberon.info/blog/?p=3552',0,'revision','',0,''),(3553,1,'2011-05-03 19:10:38','2011-05-04 01:10:38','[gview file=\"http://www.timberon.info/Maps/TIMBERON_ROADMAP_PRINT.pdf\"]','Road Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','82-revision-3','','','2011-05-03 19:10:38','2011-05-04 01:10:38','',82,'http://www.timberon.info/blog/?p=3553',0,'revision','',0,''),(3025,1,'2011-04-14 13:16:56','2011-04-14 19:16:56','The Restrictive Covenants were set in the beginning of the Timberon development and \"go with the land\". Even though there is presently no group that enforces them, they definitely remain in force. It doesn\'t matter if you were never given a copy, don\'t agree with them, etc... You are taking a chance if you violate them. If you find yourself in the position of having to do something at odds with the restrictive covenants in you area, try to get them changed first.\r\n\r\nPDF Files from Pioneer Abstract and Title and Roberts Realty [Last Updated Dec 31, 2004]\r\n\r\nSacramento Mountain Ranch Units\r\n\r\nTimberon Units\r\n\r\nGolf Course Units\r\n\r\nOther Areas\r\n\r\nMore Documents...\r\n','Covenants',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','406-revision','','','2011-04-14 13:16:56','2011-04-14 19:16:56','',406,'http://www.timberon.info/blog/?p=3025',0,'revision','',0,''),(3520,1,'2011-05-08 14:05:03','2011-05-08 20:05:03','There are two bedrooms and 1 bathroom. The bedrooms include king-size bed, queen-size bed, and a queen-size hide-a-bed. There is a full kitchen, wood-burning fireplace, air conditioner, screened-in porch, telephone, a charcoal grill, and DVD with satellite TV. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\n\r\n172 Bronco\r\nDirections to the Whiting Cabin at 172 Bronco in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Stay on Sacramento. You will go around two different sharp right hand curves. After the second curve, turn left onto Rocky Trail. Take the first left onto Shallow Creek. Take the third right onto Mountainaire. Take the second left onto Concho. Take the second right onto Stallion. Take the first left onto Bronco. The street sign is hard to see here but there is a tire around a water valve in the middle of the intersection. The Whiting Cabin is the second house on the left. There is a flat rock with “Whiting” on it at the top of the driveway. Enjoy!!\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=28]\r\n\r\n[my-email subject=\"Whiting Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Whiting Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2070-revision-4','','','2011-05-08 14:05:03','2011-05-08 20:05:03','',2070,'http://www.timberon.info/blog/?p=3520',0,'revision','',0,''),(3100,1,'2011-05-08 13:39:17','2011-05-08 19:39:17','This rustic property has four bedrooms and three bathrooms. The beds include one king, one queen, one double, and four twins. There is a full kitchen plus another partial kitchen, washer/dryer, two dens, telephone, and TV w/satellite and a DVD player. Outdoors there are three decks, patio furniture, charcoal grill and a gas grill.  Rates begin at $110.00 per night for up to six adults.  (additional adult $5.00 each per night) Maximum capacity: 12 persons.\n\n187 Dixwood\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\n\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\n\n[nggallery id=24]\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n\nReservations HIGHLY recommended...\n
      \n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \n
    • All properties are non-smoking!
    • \n
    \nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n

    Calendar of Current Reservations

    \n[my_calendar category=\"2\" showkey=\"no\"]','Abbott Log Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2062-autosave','','','2011-05-08 13:39:17','2011-05-08 19:39:17','',2062,'http://www.timberon.info/blog/?p=3100',0,'revision','',0,''),(3519,1,'2011-04-23 13:47:41','2011-04-23 19:47:41','The Red Barn is a one bedroom/one bath unit that includes a bedroom with a double bed, full kitchen, and TV/VCR/DVD.  The Sacramento River runs just outside of this unit.  Rates begin at $65.00 per night for two persons only.\r\n\r\n1841 Sacramento\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=20]\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Red Barn',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2060-revision','','','2011-04-23 13:47:41','2011-04-23 19:47:41','',2060,'http://www.timberon.info/blog/?p=3519',0,'revision','',0,''),(3512,1,'2011-05-08 13:54:00','2011-05-08 19:54:00','2 BR/1 Bath includes 2 twin beds, 1 queen bed, and 1 queen hide-a-bed, full kitchen, wood stove, washer/ dryer, telephone, air conditioning, charcoal grill, and television with satellite programming and a VCR. Rates begin at $80.00 per night for up to four adults, $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt A is the first apartment on your right from the deck.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=29]\r\n\r\n[my-email subject=\"Casa Sacramento Apt A\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Apartment A',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3051-revision-3','','','2011-05-08 13:54:00','2011-05-08 19:54:00','',3051,'http://www.timberon.info/blog/?p=3512',0,'revision','',0,''),(3529,1,'2011-05-08 14:16:16','2011-05-08 20:16:16','1 BR/1 Bath includes queen bed and queen hide-a-bed, kitchenette, dressing room, wood stove, telephone, small charcoal grill, and television with satellite & VCR. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt D is on the front side of the building on the lower level.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=31]\r\n\r\n[my-email subject=\"Casa Sacramento Apt D\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"7\" showkey=\"no\"]','Apartment D',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3055-revision-4','','','2011-05-08 14:16:16','2011-05-08 20:16:16','',3055,'http://www.timberon.info/blog/?p=3529',0,'revision','',0,''),(3530,1,'2011-05-08 14:16:48','2011-05-08 20:16:48','1 Room/1 Bath includes double bed, kitchenette, and television with satellite programming. Rates begin at $45.00 per night for two persons only.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt E is the only apartment on the back side of the building.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=32]\r\n\r\n[my-email subject=\"Casa Sacramento Apt E\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"8\" showkey=\"no\"]','Apartment E',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3057-revision-4','','','2011-05-08 14:16:48','2011-05-08 20:16:48','',3057,'http://www.timberon.info/blog/?p=3530',0,'revision','',0,''),(3531,1,'2011-05-08 14:17:22','2011-05-08 20:17:22','This cabin has two bedrooms and two bathrooms and is located in the tall pines. There are two queen beds and a queen hide-a-bed.  The cabin has a full kitchen w/dishwasher, washer/dryer, satellite TV, central heat, and a nice deck with gas grill.  Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night).  Maximum capacity:  6 persons\r\n\r\n17 Dry Creek\r\nDirections to the Doll House at 17 Dry Creek in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will take a left hand curve and then take the first right onto Sauk. When you get to the top of Sauk, turn right onto Pawnee. When this road ends, turn left ontoWishita. Take the first left onto Dry Creek and the house will be the first one on your left.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=22]\r\n\r\n[my-email subject=\"Doll House\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"10\" showkey=\"no\"]','Doll House',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2058-revision-3','','','2011-05-08 14:17:22','2011-05-08 20:17:22','',2058,'http://www.timberon.info/blog/?p=3531',0,'revision','',0,''),(3125,1,'2011-04-23 14:08:55','2011-04-23 20:08:55','1 Room/1 Bath includes double bed, kitchenette, and television with satellite programming. Rates begin at $45.00 per night for two persons only.\n\n10 White Marsh Valley [located within walking distance of the golf course]\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt E is the only apartment on the back side of the building.\n\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\n\n[nggallery id=20]\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n\nReservations HIGHLY recommended...\n
      \n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \n
    • All properties are non-smoking!
    • \n
    \nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n

    Calendar of Current Reservations

    \n[my_calendar category=\"2\" showkey=\"no\"]','Apartment E',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3057-autosave','','','2011-04-23 14:08:55','2011-04-23 20:08:55','',3057,'http://www.timberon.info/blog/?p=3125',0,'revision','',0,''),(3065,1,'2011-04-14 09:31:31','2011-04-14 15:31:31','','Ads',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3005-revision-2','','','2011-04-14 09:31:31','2011-04-14 15:31:31','',3005,'http://www.timberon.info/blog/?p=3065',0,'revision','',0,''),(3080,1,'2011-04-17 15:27:11','2011-04-17 21:27:11','','classified',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1917-revision-4','','','2011-04-17 15:27:11','2011-04-17 21:27:11','',1917,'http://www.timberon.info/blog/?p=3080',0,'revision','',0,''),(3505,1,'2011-05-08 14:01:03','2011-05-08 20:01:03','This is a 3 bedroom/2 bath cabin that includes two queen-size beds, 2 twins, and a queen-size hide-a-bed. There is also a full kitchen, wood-burning stove, air conditioner, telephone, washer/dryer, a charcoal grill, and TV/DVD with satellite. Rates begin at $90.00 per night for up to four adults add $5.00 per night for each additional adult. Maximum capacity is 10 persons.\n\n114 Oakmont \nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\n\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\n\n[nggallery id=27]\n\n[my-email subject=\"Miller Cabin\"] for Reservations or Questions.\n\nReservations HIGHLY recommended...\n
      \n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \n
    • All properties are non-smoking!
    • \n
    \nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n

    Calendar of Current Reservations

    \n[my_calendar category=\"2\" showkey=\"no\"]','Miller Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2068-autosave','','','2011-05-08 14:01:03','2011-05-08 20:01:03','',2068,'http://www.timberon.info/blog/?p=3505',0,'revision','',0,''),(3098,1,'2011-05-08 14:19:47','2011-05-08 20:19:47','The Red Barn is a one bedroom/one bath unit that includes a bedroom with a double bed, full kitchen, and TV/VCR/DVD.  The Sacramento River runs just outside of this unit.  Rates begin at $65.00 per night for two persons only.\n\n1841 Sacramento\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\n\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\n\n[nggallery id=23]\n\n[my-email subject=\"Red Barn\"] for Reservations or Questions.\n\nReservations HIGHLY recommended...\n
      \n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \n
    • All properties are non-smoking!
    • \n
    \nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n

    Calendar of Current Reservations

    \n[my_calendar category=\"2\" showkey=\"no\"]','Red Barn',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2060-autosave','','','2011-05-08 14:19:47','2011-05-08 20:19:47','',2060,'http://www.timberon.info/blog/?p=3098',0,'revision','',0,''),(3049,1,'2011-05-08 13:51:35','2011-05-08 19:51:35','10 White Marsh Valley [located within walking distance of the golf course]\n\nThis is an apartment building that has 4 rentals of varying size...\n\nDirections\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt A is the first apartment on your right from the deck. Apt C is the last apartment on your right from the deck. Apt D is on the front side of the building on the lower level. Apt E is the only apartment on the back side of the building.\n\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\n\n[nggallery id=33]\n\n[my-email subject=\"Casa Sacramento\"] for Reservations or Questions.\n\nReservations HIGHLY recommended...\n
      \n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \n
    • All properties are non-smoking!
    • \n
    \nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n

    Calendar of Current Reservations

    \n[my_calendar category=\"2\" showkey=\"no\"]','Casa Sacramento',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3026-autosave','','','2011-05-08 13:51:35','2011-05-08 19:51:35','',3026,'http://www.timberon.info/blog/?p=3049',0,'revision','',0,''),(3679,1,'2011-05-08 14:56:17','2011-05-08 20:56:17','We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Timberon Rentals\"] for Reservations or Questions.\r\n
      \r\n
    • Doll House - This cabin has two bedrooms and two bathrooms and is located in the tall pines. There are two queen beds and a queen hide-a-bed.  The cabin has a full kitchen w/dishwasher, washer/dryer, satellite TV, central heat, and a nice deck with gas grill.  Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night).  Maximum capacity:  6 persons.
    • \r\n
    • Red Barn - The Red Barn is a one bedroom/one bath unit that includes a bedroom with a double bed, full kitchen, and TV/VCR/DVD.  The Sacramento River runs just outside of this unit.  Rates begin at $65.00 per night for two persons only.
    • \r\n
    • Abbott Log Cabin - This rustic property has four bedrooms and three bathrooms. The beds include one king, one queen, one double, and four twins. There is a full kitchen plus another partial kitchen, washer/dryer, two dens, telephone, and TV w/satellite and a DVD player. Outdoors there are three decks, patio furniture, charcoal grill and a gas grill.  Rates begin at $110.00 per night for up to six adults.  (additional adult $5.00 each per night) Maximum capacity: 12 persons.
    • \r\n
    • Casa Coconino - This cabin has three bedrooms and two bathrooms.  There are 2 king-size beds, 4 twin beds, and a double hide-a-bed.  The cabin has a full kitchen, washer/dryer, satellite TV /VCR and additional TV with DVD player, garden tub with jets, a wood burning stove, a nice porch with gas grill, dishwasher and Wi-Fi.. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 10 persons.
    • \r\n
    • Miria’s Hide-a-Way - Features a one bedroom and a two bathroom main house, and a guesthouse with one bedroom and one bathroom. The main house includes a king-size bed and queen futon, full kitchen, TV/VCR/DVD, computer with internet access, a wood-burning stove, a charcoal grill, and a huge screened porch with hammocks and a beautiful view. There is a double bed and queen futon along with a kitchenette in the guesthouse. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 12 persons.
    • \r\n
    • Miller Cabin - This is a 3 bedroom/2 bath cabin that includes two queen-size beds, 2 twins, and a queen-size hide-a-bed. There is also a full kitchen, wood-burning stove, air conditioner, telephone, washer/dryer, a charcoal grill, and TV/DVD with satellite. Rates begin at $90.00 per night for up to four adults add $5.00 per night for each additional adult. Maximum capacity is 10 persons.
    • \r\n
    • Whiting Cabin - There are two bedrooms and 1 bathroom. The bedrooms include king-size bed, queen-size bed, and a queen-size hide-a-bed. There is a full kitchen, wood-burning fireplace, air conditioner, screened-in porch, telephone, a charcoal grill, and DVD with satellite TV. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 8 persons.
    • \r\n
    • Carson Cabin - This colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons.
    • \r\n
    • Casa Sacramento - This is an apartment building that has 4 rentals of varying size…
    • \r\n
    \r\n

    Apartment A - 2 BR/1 Bath includes 2 twin beds, 1 queen bed, and 1 queen hide-a-bed, full kitchen, wood stove, washer/ dryer, telephone, air conditioning, charcoal grill, and television with satellite programming and a VCR. Rates begin at $80.00 per night for up to four adults, $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\nApartment C - 1 BR/2 Bath includes queen bed and queen hide-a-bed, kitchenette, telephone, air conditioning, and television with satellite. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\nApartment D - 1 BR/1 Bath includes queen bed and queen hide-a-bed, kitchenette, dressing room, wood stove, telephone, small charcoal grill, and television with satellite & VCR. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\nApartment E - 1 Room/1 Bath includes double bed, kitchenette, and television with satellite programming. Rates begin at $45.00 per night for two persons only.

    ','Timberon Rentals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2002-revision','','','2011-05-08 14:56:17','2011-05-08 20:56:17','',2002,'http://www.timberon.info/blog/?p=3679',0,'revision','',0,''),(3680,1,'2011-01-09 19:07:37','2011-01-10 02:07:37','[nggallery id=4]\r\nUpload Your Photo...\r\n[ngg_uploader id = 4]','Send Us Your Photo',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','send-us-your-photo','','','2011-05-09 19:08:27','2011-05-10 01:08:27','',0,'http://www.timberon.info/blog/?p=3680',0,'post','',0,''),(3681,1,'2011-05-09 19:07:54','2011-05-10 01:07:54','','Send Us Your Photo',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3680-revision','','','2011-05-09 19:07:54','2011-05-10 01:07:54','',3680,'http://www.timberon.info/blog/?p=3681',0,'revision','',0,''),(3682,1,'2011-05-09 19:10:18','2011-05-10 01:10:18',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3682','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',50,'http://www.timberon.info/blog/?p=3682',6,'nav_menu_item','',0,''),(3683,1,'2011-05-15 17:56:44','2011-05-15 23:56:44','You are welcome to view the Timberon Website as a visitor without registering. The site is full of interesting and helpful information on Timberon, New Mexico.\n\nWe have just redesigned this site and hope you find it useful.  Things are still being \"tweeked\" and will change as we work them out - please send any suggestions you may have.  Below you will find many current news feeds for the area--','Welcome to Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','95-autosave','','','2011-05-15 17:56:44','2011-05-15 23:56:44','',95,'http://www.timberon.info/blog/?p=3683',0,'revision','',0,''),(3684,1,'2011-01-20 23:12:45','2011-01-20 23:12:45',' Welcome to Timberon\r\n\r\n You are welcome to view the Timberon Website as a visitor without registering. The site is full of interesting and helpful information on Timberon, New Mexico.\r\n\r\n If you choose to register, and are approved, you will become a member of the Timberon Community and be able to post articles and comments.\r\n\r\n You can become a partner of Timberon.Info by registering and qualifying as a Contributor. Contributors can add stories, articles, photos, events, comments, etc... This is what makes Timberon.Info is a website for Timberon by Timberon.\r\n','About Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','95-revision-5','','','2011-01-20 23:12:45','2011-01-20 23:12:45','',95,'http://www.timberon.info/blog/?p=3684',0,'revision','',0,''),(3527,1,'2011-05-08 14:15:17','2011-05-08 20:15:17','2 BR/1 Bath includes 2 twin beds, 1 queen bed, and 1 queen hide-a-bed, full kitchen, wood stove, washer/ dryer, telephone, air conditioning, charcoal grill, and television with satellite programming and a VCR. Rates begin at $80.00 per night for up to four adults, $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt A is the first apartment on your right from the deck.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=29]\r\n\r\n[my-email subject=\"Casa Sacramento Apt A\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"5\" showkey=\"no\"]','Apartment A',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3051-revision-4','','','2011-05-08 14:15:17','2011-05-08 20:15:17','',3051,'http://www.timberon.info/blog/?p=3527',0,'revision','',0,''),(3053,22,'2011-04-14 15:30:39','2011-04-14 21:30:39','1 BR/2 Bath includes queen bed and queen hide-a-bed, kitchenette, telephone, air conditioning, and television with satellite. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt C is the last apartment on your right from the deck.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Casa Sacramento Apt C\"] for Reservations or Questions.  [nggallery id=30]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"6\" showkey=\"no\"]','Apartment C',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','apt-c','','','2011-05-08 15:00:12','2011-05-08 21:00:12','',3026,'http://www.timberon.info/blog/?page_id=3053',0,'page','',0,''),(3513,1,'2011-05-08 13:54:55','2011-05-08 19:54:55','1 BR/2 Bath includes queen bed and queen hide-a-bed, kitchenette, telephone, air conditioning, and television with satellite. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt C is the last apartment on your right from the deck.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=30]\r\n\r\n[my-email subject=\"Casa Sacramento Apt C\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Apartment C',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3053-revision-3','','','2011-05-08 13:54:55','2011-05-08 19:54:55','',3053,'http://www.timberon.info/blog/?p=3513',0,'revision','',0,''),(3055,22,'2011-04-14 15:31:06','2011-04-14 21:31:06','1 BR/1 Bath includes queen bed and queen hide-a-bed, kitchenette, dressing room, wood stove, telephone, small charcoal grill, and television with satellite & VCR. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt D is on the front side of the building on the lower level.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Casa Sacramento Apt D\"] for Reservations or Questions.  [nggallery id=31]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"7\" showkey=\"no\"]','Apartment D',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','apt-d','','','2011-05-08 15:00:37','2011-05-08 21:00:37','',3026,'http://www.timberon.info/blog/?page_id=3055',0,'page','',0,''),(3514,1,'2011-05-08 13:55:42','2011-05-08 19:55:42','1 BR/1 Bath includes queen bed and queen hide-a-bed, kitchenette, dressing room, wood stove, telephone, small charcoal grill, and television with satellite & VCR. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt D is on the front side of the building on the lower level.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=31]\r\n\r\n[my-email subject=\"Casa Sacramento Apt D\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Apartment D',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3055-revision-3','','','2011-05-08 13:55:42','2011-05-08 19:55:42','',3055,'http://www.timberon.info/blog/?p=3514',0,'revision','',0,''),(3057,22,'2011-04-14 15:31:27','2011-04-14 21:31:27','1 Room/1 Bath includes double bed, kitchenette, and television with satellite programming. Rates begin at $45.00 per night for two persons only.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt E is the only apartment on the back side of the building.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Casa Sacramento Apt E\"] for Reservations or Questions.  [nggallery id=32]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"8\" showkey=\"no\"]','Apartment E',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','apt-e','','','2011-05-08 15:01:01','2011-05-08 21:01:01','',3026,'http://www.timberon.info/blog/?page_id=3057',0,'page','',0,''),(3515,1,'2011-05-08 13:56:23','2011-05-08 19:56:23','1 Room/1 Bath includes double bed, kitchenette, and television with satellite programming. Rates begin at $45.00 per night for two persons only.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt E is the only apartment on the back side of the building.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=32]\r\n\r\n[my-email subject=\"Casa Sacramento Apt E\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Apartment E',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3057-revision-3','','','2011-05-08 13:56:23','2011-05-08 19:56:23','',3057,'http://www.timberon.info/blog/?p=3515',0,'revision','',0,''),(3528,1,'2011-05-08 14:15:45','2011-05-08 20:15:45','1 BR/2 Bath includes queen bed and queen hide-a-bed, kitchenette, telephone, air conditioning, and television with satellite. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt C is the last apartment on your right from the deck.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=30]\r\n\r\n[my-email subject=\"Casa Sacramento Apt C\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"6\" showkey=\"no\"]','Apartment C',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3053-revision-4','','','2011-05-08 14:15:45','2011-05-08 20:15:45','',3053,'http://www.timberon.info/blog/?p=3528',0,'revision','',0,''),(2983,1,'2011-04-13 10:55:32','2011-04-13 16:55:32','[recent max=4]\r\n\r\nNew Photos\r\n\r\n Photo Archive\r\n\r\n\r\nThere are thousands of photos placed loosely in categories to make them more manageable.  Clicking on a category brings up that series of photos...\r\n
      \r\n
    • Various Timberon Photos\r\nEvents and special occasions, people, activities, and various other Timberon photos.
    • \r\n
    \r\nNature Trips ...Trips to explore around the Sacramento Mountains.  Click on the albums below...\r\n
      \r\n
    • Exploring August 2000\r\nSpending Sundays exploring different parts of the Sacramento Mountains.  Here are some photos taken from around Agua Chiquita and above Forest Road 64 near the Sunspot Highway.
    • \r\n
    • Exploring September 2000\r\nGoing out on Sundays exploring different parts of the Sacramento Mountains.  Here are some photos taken from the north and south extremes of Timberon - two very different climatic areas.
    • \r\n
    • Exploring October 2000\r\nExploring different parts of the Sacramento Mountains.  Here are some photos taken from up Jim Lewis Canyon and down Agua Chiquita.
    • \r\n
    • Exploring August 2001\r\nGoing ay up in the Sacramento Mountains.  Here are some photos taken from on top of the mountain above Circle Cross and Timberon.
    • \r\n
    \r\nSpecial Albums ...Groups of photos by people during a certain time of with a particular theme.  Click on Albums Below...\r\n
      \r\n
    • Bill Davis Photo Album\r\nSome 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!
    • \r\n
    • Kathleen Anderson Photo Album\r\nSome photos of the early days of Timberon.  Kathleen Anderson sold land here in 1974 and 1975.  \"Timberon will always remain in my heart... one of the best places on the planet\"... Kathleen Anderson
    • \r\n
    • Sacramento Mountain Museum Photo Collection\r\nFrom the Sacramento Mountain Museum and Research Center... These photos are the property of the Museum and may not be reproduced from this website. Contact the Museum for more information... Museum Website.
    • \r\n
    • Sara Jo Patterson Photo Album\r\nVintage photos belonging to Sara Jo Patterson from Sixteen Springs.
    • \r\n
    • Kathy Worrell Photos\r\nPhotos taken by Kathy Worrell, most recent editor of the Mountain Times newspaper. Most photos here are of the Timberon 4th of July Parade.
    • \r\n
    \r\nVarious Other Photo Albums\r\n','Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','38-revision','','','2011-04-13 10:55:32','2011-04-13 16:55:32','',38,'http://www.timberon.info/blog/?p=2983',0,'revision','',0,''),(2934,1,'2011-04-11 14:34:33','2011-04-11 20:34:33','Sub-Menu[sb_child_list]\r\n[sb_parent]\r\nA historically relevant collection from the minutes of the old Property Owner\'s Association.  This is not the complete minutes, only what we felt are the more important issues discussed.\r\n\r\nOnce upon a time, when Timberon was first starting out, there was an organization called the Timberon Property Owners Association. This association was established on October 1, 1969 so that the property owners of Timberon would have a say in the destiny of the community. For many years this organization was at the very heart of everything happening on the mountain. The Timberon Property Owners Association, having fallen upon hard times, was disbanded on November 19, 1993.\r\n\r\nThe Timberon Property Owners Association may no longer be with us, but its records are, and they are very rich in information outlining the early days of Timberon. This monthly series of articles is based upon information taken from those records. It all began, as the records do, about 25 years ago in a development called Timberon.\r\n\r\nTimberon Log dated October 16, 1972...\r\n\r\nThe developer says that by May 1, 1973, we should have some condominiums, trailer houses, etc. put in Timberon for the use of the property owners.\r\n\r\nWe are in the process of building a sales office right now and all the sales personnel will be out of our Lodge within the next 90 days.\r\n\r\nWe are talking about putting a really nice restaurant (dining room) in the upper part of the Lodge. This would entail getting a professional chef, dining tables, menus, etc. The Lounge area will be located in the Pro-Shop on the Golf Course, thereby eliminating the need for the downstairs lounge in the Lodge. Eventually (probably in about three to five years) all food facilities will be moved to the Country Club area, completely away from the Lodge. The downstairs area will be made into a recreational room.\r\n\r\nOur Board has proposed a $25.00 per membership, per year, dues to begin in November of 1972. The Timberon Property Owners Association is now in the process of taking over the Lodge. The Association needs revenue to work with. The Association will soon be responsible for Lodge maintenance, the stocking and cleaning of the lakes, pool area maintenance, and the security guard. The Association will be also be collecting revenue from the water taps (approximately thirty already).\r\n\r\nIn regard to the security guard, by May 1, 1973 we are putting a very nice entrance in on the road from Sunspot. This entrance is to be manned by a security guard who will also be responsible for the protection of property owners\' cabins. There will eventually be two guards and two entrances, the second from the back road.\r\n\r\nWe also need to obtain a fire truck to put up on the property, which would be controlled by the Property Owners Association.\r\n\r\nThere was discussion on the necessity of making and following rules on the Golf Course. Some of the ideas were: only members get to play on weekends; only five guests per year, per member; and there was a suggestion of maybe putting in a third nine for short golfers. We must have very strict rules on the Golf Course. There needs to be a very strong Board (or man) to control it. Ed Jennings is doing a terrific job... we must not over-run his decisions on times to be open for play. His main interest is the overall betterment of the course.\r\n\r\nTimberon Log dated November 4, 1972...\r\n\r\nOur Board of Directors consists of Richard Sparks, Johnny Mobley, Anthony Perrotto and Dave Tappan. We are currently one member short and are sending out a ballot to all the property owners with the following nominees: Bob Edwards, C.W. McFarland, Col. F. Stano, Truman Jones and Lester Pierce.\r\n\r\nThe grounds around the Lodge and swimming pool have been planted, fenced in and cleaned up.\r\n\r\nThe Golf Course is advancing very rapidly. The scars are due to the 30\" of rainfall since the middle of August. Once these eroded areas are sodded in solidly they will hold against rains. The Golf Course will open in the Spring.\r\n\r\nThe Sales Office is scheduled to move out of the Lodge shortly after the first of the year.\r\n\r\nThere will be a twenty-unit condominium build, starting construction by February 1st and hopefully in operation by late Spring.\r\n\r\nWe still have plans to put in a really nice dining room in the upper part of the Lodge, complete with chef.\r\n\r\nThere are now two lakes in service. The upper lake is stocked with 18,000 fingerling trout. There are plans to put an all weather walk around the lakes. A waterfall is also in the planning.\r\n\r\nThese facilities are ours as property owners and it cost money to maintain them. To date, the developer has carried the entire cost of this upkeep, however it is estimated that the developer will be out of the picture in about three years. We must begin now to be ready for a complete takeover when that time comes.\r\n\r\nThe assessment of $25 per membership, per year, will provide a portion of the revenue needed for the maintenance of our facilities. There will be other forms of revenue coming into the Property Owners Association in the form of monthly payments from water taps (of which there are now 37). The Utility Commission is in the process of setting this rate. To date, the developer has put in approximately $350,000.00 into the water system alone (if it hadn\'t been for Carriso Springs, it would have been $550,000.00). This water system is a real asset to the Association and revenue from it will accrue directly to the Association.\r\n\r\nThe total facilities on the property, when completed, will value approximately $5,000,000.00. This membership is definitely a thing of value.\r\n\r\nAs promised by Richard Sparks, a full and comprehensive report on the progress of the roads is being formulated and will be sent out shortly.\r\n\r\nTimberon Log dated January 25, 1973...\r\n\r\nFrom the beginning of Timberon it has been understood that the Property Owners would eventually take over the care and maintenance of the common facilities in Timberon. The developer\'s contract with the buyers of Timberon property included the construction of all common facilities and maintenance of them until the Property Owners Association could assume this responsibility.\r\n\r\nAt present, excluding the existing water system, the Property Owners have for their common use and enjoyment the following property which is managed by the Association: the paved 5000\' air strip and parking apron valued at $125,000.00; the Lodge and grounds valued at $250,000.00; two fishing lakes valued at $30,000.00; and the swimming pool valued at $60,000.00.\r\n\r\nLater, the Association will accept the responsibility of maintaining and collecting the revenue from the water system. This system presently consists of 35 miles of installed distribution lines, 15000\' of 10\" transmission line from the springs, and two inter-connected reservoirs with a total value of $600,000.00.\r\n\r\nOther assets now existing for common use, but not yet taken over by the Association are 227 acres in the championship golf course area (nine holes of the golf course were seeded in the summer of 1972 and will be open for play early in the summer of 1973) and 81 acres of parkland in various parts of the project.\r\n\r\nTitle of this property has not yet been transferred to the Property Owners Association. The developer stands ready at any time to convey this property at our option.\r\n\r\nRobert Edwards was elected to fill the vacancy on the Board and will serve 1 year as Secretary of the Association.\r\n\r\nTimberon Log dated March 17, 1973...\r\n\r\nThe Northern Road from Sunspot is deeply rutted, almost impassable because of the extreme winter moisture. Southern Road (506) is in good shape, has approximately 21 shallow fordings, and is being reconstructed because of the efforts of the State School Board. Alternate highway routes are still being sought, but because of government procedures, progress is quite slow.\r\n\r\nRoads in the Timberon property are being expanded and improved. An additive is being put on the roads to protect them from moisture and make them more truly all-weather.\r\n\r\nThe golf course will open approximately June 1, 1973 and should be covered by excellent grass because of the extremely wet winter.\r\n\r\nAll members of the Property Owners Association will have numbered certificates for each building site. This also includes the large \"Block Holders.\"\r\n\r\nDues are delinquent after 90 days. A default notice will be sent at 60 days and subsequently a property lien will be attached to the property.\r\n\r\nThe purpose of the Board of Directors is to manage the community properties for the good of all the property owners and no remuneration is made to the directors for their time.\r\n\r\nThe Lodge will have a restaurant and improved living facilities in the near future. Salesmen will be quartered outside outside the Lodge and will pay for their use of the Lodge in the same manner as anyone else. It is expected that a condominium will be opened in the community area for the use of property owners and buyers, hopefully by June 1st.\r\n\r\nTimberon Log dated November 10, 1973...\r\n\r\nMr. Steve Cilino is working on obtaining a new South entrance road into Timberon. He is approaching the problem by going through the Commanding General of Ft. Bliss on behalf of all Timberon property owners. Mr. Cilino is proposing the following route: use New Mexico State Highway to 17 miles west of Highway 54, then north up over the ridge ending at Sacramento Canyon. We would have the sole responsibility of securing the road at our end. He has assured the General that we will in no interfere with missile firings. He has asked that all Timberon property owners sign a list that will be attached to a letter for the General with the purpose of acquiring permission to use such a road.\r\n\r\nMr. Bill Berkebile is working on the Northern route into Timberon from Cloudcroft. North American Land Development (the developer) has attempted to improve and maintain this road, but has encountered opposition from the County and Forest Service. However, North American Land Development has now been given the position of acting as the agent concerning these road matters for Otero County. North American Land Development is now in the process of repairing the river crossings on this road. We are still in need of a gravel pit. The Forest Service has tentatively agreed to let us put one in Apple Tree Canyon. The Forest Service is ready to go on extending the road from Sunspot to over near Scott Able whenever they can get the funds.\r\n\r\nIn respect to the South road to Weed, North American Land Development is prepared to remove the first six river crossings. Dr. Stovall, Superintendent of Schools, from Otero County is in favor of supporting this southern route. The County Commissioners from Otero County have been very cooperative.\r\n\r\nThe 18 acres, which was deeded to the Property Owners Association in March of 1973, has been leased to Mr. Roland (Ski) Skalmusky for the maintenance of the Lodge and restaurant.\r\n\r\nIn the last year both of the fishing lakes have been restocked, the roof of the Lodge was repaired, and a good deal of the Lodge was repainted.\r\n\r\nWe have purchased a fire pumper to be used off the swimming pool or ponds. It is on a trailer, so it may be pulled to any place on the property. This is not the answer to our fire protection, but it is a beginning.\r\n\r\nWe invested in a security vehicle for Mr. Bill (Smitty) Smith, our security guard at Timberon. Smitty holds a Deputy Sheriff\'s commission from Otero County and has a background of 25 years in law enforcement. His new security vehicle is equipped with a CB radio and a complete First Aid Kit. A State Police radio has been ordered and should be here by December 10th. Emergency systems have been set up with the Alamogordo Police Department.\r\n\r\nMr. Bill Pozanac, Bill Berkebile and Ed Jennings have been deputized as special deputies to assist Smitty.\r\n\r\nCol. Griffin feels that our county taxes should be used for fire protection. We have corresponded with the County concerning this possibility, but until we are a municipality we can not count on too much assistance. Dave Tappan said that there is a New Mexico law that offers help to organized Volunteer Fire Departments. Bill Berkebile suggested that we should inquire at the County Assessor\'s office as to what is being done with the tax flow that is coming from the Timberon area and report the finding to the property owners.\r\n\r\nMr. Berkebile looked into the possibility of acquiring mail service into Timberon. The postal authorities sited the condition of the road leading from Sunspot and the small number of families living in the area as reasons to deny service. He was told that if all of the people who reside in Timberon would transfer their post office box to Sunspot it may show a greater need for this service.\r\n\r\nBob DeSpain complained about the trailers which were located on lots that were not in the trailer section of Timberon. He feels that we should abide by the Restrictive Covenants and not allow this. The developer, Mr. Mobley, indicated that letters have been sent out to these people by his attorneys and action was being taken to remove the trailers in question.\r\n\r\nThe problem of obtaining telephone service to Timberon is being looked into by Bill Berkebile.\r\n\r\nTimberon Log dated January 12, 1974...\r\n\r\nOur Board amends the bylaws to provide for seven members, it had been five.\r\n\r\nThe Lodge building in Timberon was designated as the principle office location for the Property Owners Association.\r\n\r\nAll future meetings of the Property Owners Association will be held on the second Saturday of each month in the Timberon Lodge.\r\n\r\nThe following committees were established: Roads - Steve Cilino; Fire Protection - Joe Fetters; Timberon Social Activities - Tony Perretto.\r\n\r\nA suggestion was made that the Property Owners Board and the Developer (North American Land Development) develop better communications when planning social activities. The Developer, Johnny Mobley, says that the property owners could be kept advised through \'Timberon Trails\' published every two months.\r\n\r\nFire Protection is a major concern, maybe it will be possible to obtain a pumper from the government surplus when they closed the missile sites. There was also discussion about appealing to the owners for donations of time and/or money for a volunteer fire department.\r\n\r\nThe people hired to operate the Timberon Lodge were evicted and the Lodge closed. The operators of the Lodge left the Property Owners Association with an estimated loss of $1000.\r\n\r\nIt was pointed out by Mr. Roessler that since our security man, Bill (Smitty) Smith, is a deputy of Otero County then the county should pay his salary, or a portion of it, with some of the property owner\'s tax money.\r\n\r\nThe advantages and disadvantages of becoming a municipality was discussed, with no definite action being taken due to opposing views.\r\n\r\nCamper trailers that are now parked in front of the Lodge near the air strip for utility hook-up will be required to move to the new Trailer Park area. This area is being built by the Developer to have hook-ups and toilet facilities. The completion date will be May 1, 1974.\r\n\r\nThere are three rooms available for rent in Lodge. The cost to rent these is $12 per night with linens.\r\n\r\nAn announcement was made that the Timberon Sales Office is soon to go computer.\r\n\r\nA Lubbock group of Property Owners Association Members suggest forming chapters by towns of property owners to create interest.\r\n\r\nIt appears we have been operating a restaurant without a license and that the gross receipt tax on the bar has not been paid. We will correct this and find out what it will take to acquire a restaurant license.\r\n\r\nTimberon Log dated March 9, 1974...\r\n\r\nIt was decided to get a new appraisal for the Lodge building because of all the improvements that have been made, especially to the kitchen.\r\n\r\nMr. Cilino requested from the Civil Defense a pumper which has recently become available. It was inspected by Joe Fetters and found to be in good condition.\r\n\r\nThe liquor license that belongs to the Developer will be leased to the Property Owners Association, but the Developer will retain ownership.\r\n\r\nThe Property Owners Association is in the process of filing liens against non-paying lot owners.\r\n\r\nOtero County is now blading the North road, having already bladed the South. It appears that they will continue to maintain these roads on a regular basis.\r\n\r\nDon Coffman, Head Football Coach for Roswell High School, will take care of the pool for the Summer at no charge.\r\n\r\nMr. & Mrs. Lee Martin of El Paso are hired to manage the Lodge.\r\n\r\nTimberon Log dated March 20, 1974...\r\n\r\nCarl Tanner was hired as full-time maintenance man for the Lodge at $500 a month.\r\n\r\nWe ordered and paid for two thousand 7 to 10 inch trout for the fishing lakes at a cost of $600 plus $90 delivery charge. The Developer has agreed to pay for the restocking of the lakes when it is done again in late summer.\r\n\r\nErna Stevens and her daughter were hired to operate the Lodge. Before this she was employed at the Airport Restaurant in Roswell as a cook and her daughter as a waitress.\r\n\r\nWe had a complaint from Jack Shaw that our hamburgers are overpriced at $1.25 and that we should discourage bar drinkers, particularly on Sunday mornings.\r\n\r\nTimberon Log dated April 20, 1974...\r\n\r\nWhite Sands Missile Range requires that we must have a military guard on the roads. They want complete control of the access road.\r\n\r\nIt was decided to construct two or three kennels in back of the Lodge for people staying there with dogs.\r\n\r\nThe Lodge restaurant is grossing $500 a week and doing nicely. It is paying its own way and showing a profit.\r\n\r\nAt present there is $175 in outstanding tabs from the Sales Staff alone. No more credit will be given and everyone will pay when served.\r\n\r\nA ledge has been cut around the small lake and the lakes have been cleaned.\r\n\r\nMr. Tappan asked the Developer if the condominiums were ready for occupancy. Johnny Mobley said he was having problems with the Environmental Agency, Plumbing Inspector and Building Inspector. They have three different codes which are almost impossible to meet. He has asked for an Attorney General\'s ruling on this and should be ready to go ahead in about two weeks.\r\n\r\nTimberon Log dated June 8, 1974...\r\n\r\nMr. Cilino reported to the owners that we are still trying to secure a pumper for fire protection and that certain qualifications must be met before we can get any type of Federal funds to help us.\r\n\r\nIt is stated that the Commanding Officer at White Sands Missile Range will soon be changing and we should wait until a new one takes over before any attempt is made to ask the government to let us use range access roads to get to Timberon.\r\n\r\nThe kitchen remodeling has all been paid for and the restaurant now has an \'A\' rating by the State Environmental Agency.\r\n\r\nThe Developer says that property owners will not have to pay green fees on the golf course for the next three years. Guests will be charged $6 on weekdays and $10 on weekends and holidays.\r\n\r\nThe Developer, Johnny Mobley, says that the bath house will be finished in about two weeks.\r\n\r\nMr. Pozanac says the ice machines are now operating and ice will remain free to all property owners and their guests.\r\n\r\nJohnny Mobley says that the Lynn Gas Company is going to put in a permanent setup in Timberon. It will be available 24 hours a day.\r\n\r\nTimberon Log dated August 10, 1974...\r\n\r\nGround rules for hunting in Timberon were discussed. Some suggestions were: there should be guards placed at all entrances; there should be a limited amount of hunters allowed, each owner will be allowed to have four guests: and all hunters camping out will be required to camp in one spot designated by the Property Owners Association.\r\n\r\nBy unanimous decision Joe Fetters was accepted as Fire Chief of the Timberon Property Owners Association Volunteer Fire Department.\r\n\r\nThe electrical wiring in the Lodge was replaced, taking about five days.\r\n\r\nThe bath house has been painted and all the plumbing will be completed in about a week.\r\n\r\nThere is a problem with the lower fishing pond\'s diminishing water level. It is suggested that a pipe be run from the upper pond to the lower so that any overflow will go into the lower pond.\r\n\r\nIt was discussed that the only thing holding Timberon back from being a town is the population. The population needed should be reached about next spring.\r\n\r\nTimberon Log dated October 26, 1974...\r\n\r\nIn spite of many attempts, a new South Road into Timberon is yet to be secured. Mr. Cilino is investigating a possible right-of-way for another road going Westward to Highway 54, rather than South to State Highway 506.\r\n\r\nBill Berkebile reported that contracts will be let to furnish mail service directly into Timberon, effective December 7th. The mail route will be known as the \"Timberon Star Route.\"\r\n\r\nThe new fire sirens were sounded for the first time in Timberon.\r\n\r\nTimberon Log dated February 15, 1975\r\n\r\nHarry West and Joe Richardson were introduced as the new Property Owners Board Directors.\r\n\r\nThe Timberon Property Owners Association is granted exemption from Federal Income Tax as a non-profit organization.\r\n\r\nPeggy Maitland announces that the General Store will be in full operation by April 15th. Danny Strickland will be running it.\r\n\r\nA County Road Maintenance Man will be stationed in Timberon with a grader to keep both the North and South Roads clear and in good condition. Bill Berkebile says that negotiations are presently under way to change and improve the South Road through Sacramento River Canyon.\r\n\r\nThe Developer informs the owners that all structures being built must be approved by the Architectural Committee of North American Land Development prior to building. The zoning must be followed and will be enforced.\r\n\r\nFire Chief Joe Fetters was instrumental in securing a 500 gallon pumper truck; this is a real fire engine with a red light and siren. It runs just fine.\r\n\r\nBill Berkebile and Joe Fetters secured the services of a 1000 gallon tanker truck from the Forestry Department.\r\n\r\nFour Condominium Duplexes are opened for rental on the river. Christy Berkebile is the manager.\r\n\r\nShirley Cliff will be manager of the Lodge starting March 1st. She plans to have regular entertainment. The act on opening night will be Pete Fleming and Mitch Mosley, a folk and country group.\r\n\r\nThe Golf Course will open for the season on Easter weekend, weather permitting.\r\n\r\nTimberon Log dated April 19, 1975...\r\n\r\nDave Tappan briefed the Association Directors on a letter written by Bill Richardson, a property owner, to the Department of Housing and Urban Development in Washington. The letter indicated a dissatisfaction with the Developer for not turning over the water supply to the Association Members as indicated in the HUD report. The matter was put of until a meeting with Bill Richardson could be arranged.\r\n\r\nBill Cilino says that the new access road approval was at a standstill and now hinges upon the incorporation of Timberon.\r\n\r\nThanks were extended to past Sheriff Bill \'Smitty\' Smith and present Sheriff Dennis Wynn for their excellent job of solving several burglaries. We want to keep Timberon honest and clean.\r\n\r\nSheriff Wynn and Shirley Cliff started a game room in the Lodge to keep our young people entertained.\r\n\r\nThere was a forest fire in Timberon, with most of the damage being in T-8. Our Volunteer Fire Department, assisted by Timberon Members and guests, was instrumental in containing the fire and finally putting it out. Also assisting were the fire departments from Cloudcroft, High Rolls, Duncan, Penasco, Sacramento, James Canyon and Mayhill. The Forest Service responded within minutes with slurry bombers spraying flame retardant chemical. They sent in tankers, supplies, and more than 75 firefighters. Investigation indicated that the fire was started by an owner burning trash in a 40 mile per hour wind.\r\n\r\nTimberon Log dated July 12, 1975...\r\n\r\nA front loading tractor and riding lawnmower have been purchased for the Lodge grounds.\r\n\r\nMany complaints were aired, mostly centered on the deplorable conditions in and around Lodge; dogs running loose and destroying the Associations equipment, and camping grounds in front of the Lodge.\r\n\r\nThe Property Owners Board was faced with what they saw as the deplorable condition of Timberon in general, the thefts that had occurred, lack of authority and division of authority by Board members and security personnel, and general lack of management. They responded by electing Joe Fetters as Resident Agent with direct control over all Property Owners Association employees and answering only to the Property Owners Board.\r\n\r\nIt was decided that for the safety of all members, dogs found loose would be picked up with a warning to the owner and if repeated, the dog would be destroyed. Dogs without licenses and unknowns would be destroyed immediately.\r\n\r\nThe conclusion was reached that there was no control on entrances to Timberon and undesirable characters may enter, placing all property in jeopardy. An earth barricade was put across the Culp Canyon entrance to close it and the possibility of control over both the North and South entrances were looked into.\r\n\r\nAt the prompting of the Fire Chief, Joe Fetters, $6000 was spent by the Property Owners Association for new fire equipment.\r\n\r\nTimberon Log dated August 30, 1975...\r\n\r\nIt was decided that Sheriff Wynn was lacking the maturity necessary for our security guard. The job would again be offered to Bill \'Smitty\' Smith.\r\n\r\nJoe Fetters says that the probation period for the Fire Department will be over in November and we will be eligible for state funds.\r\n\r\nThe tennis courts should be finished by next spring. The snow pack this winter should really pack down the base.\r\n\r\nThe Cliffs are leaving in September and the Colemans will be running the Lodge on a two month trial basis.\r\n\r\nDue to inflation and maintenance costs, the dues for property owners will be increased from $25 to $35.\r\n\r\nTimberon Log dated November 1, 1975...\r\n\r\nAt present it does not appear a new access road will be constructed. The South road is in fairly good shape, but the North road is in poor condition.\r\n\r\nJoe Fetters and Bill Berkebile were recognized for establishing a Rural Fire District in Timberon in a remarkably short time of one year.\r\n\r\nThe Timberon Volunteer Fire Department now has two pumper trucks, three fire sirens, a small portable pumper, a good supply of protective equipment for firefighters and radio communications in the trucks.\r\n\r\nMembers will be limited to one guest during hunting season to prevent indiscriminate hunting and in order to maintain control.\r\n\r\nThe Developer, at the urging of Harry West, donated $50 to the town of Cloudcroft to go towards the purchase of an ambulance for evacuation of the sick and injured. The ambulance will be used not only for the Cloudcroft area, but also for surrounding towns, including Timberon.\r\n\r\nCompleted units of the Water System will be deeded to the Timberon Property Owners in the near future at time completed, by the Developer.\r\n\r\nTimberon Log dated February 7, 1976...\r\n\r\nThere will be two resident agents on the property, Joe Fetters will be resident agent over the Fire Department and Ed Jennings over security and maintenance.\r\n\r\nThe Lodge was again opened for the renting of rooms, with property owners to have first consideration.\r\n\r\nDue to a growing demand by the property owners, applying pressure on the Board Members, it was decided to get Bill (Smitty) Smith back as security officer.\r\n\r\nThere was concern about increased crime and malicious vandalism on the mountain.\r\n\r\nThe Fire Department was inspected by the State Fire Marshall, who certified us and recommended that we receive state funds.\r\n\r\nFire Chief Joe Fetters recommended that the Property Owners Association consider selling the Fire Department one acre of ground for $1.00 to construct a fire house.\r\n\r\nTimberon Log dated May 19, 1976...\r\n\r\nBoard Director Dave Tappan sent a letter to the other Board Members with the following suggestions for consideration:\r\n\r\nThat the role of the Restaurant and Lounge be determined as to whether we must keep it in operation, if so, should we request that the Developer subsidize it or is that our responsibility as Property Owner Association Representatives.\r\n\r\nThat we consider subsidizing Harry West\'s quarterly newspaper, as the Developer has already agreed to mail it to all property owners.\r\n\r\nWhat the role of the Property Owners Association will be in the next two to five years, as the Developer will undoubtedly be pulling out and turning everything over.\r\n\r\nTimberon Log dated May 29, 1976...\r\n\r\nThe Lodge is now being operated by the Property Owners Association. Betty Cliff is doing a fine job of cooking and taking care of the Lodge.\r\n\r\nThe security light donated by Harry & Ann West is installed on a tree in front of the Lodge and it lights up both the front lawn and the parking area.\r\n\r\nThe Fire Department makes plans to pay back the money borrowed from the Property Owners Association for equipment by holding a golf tournament on the Fourth of July.\r\n\r\nAll Timberon Property Owners Association Members will receive two plastic membership cards that must be presented before playing tennis, swimming, fishing, or golfing.\r\n\r\nTimberon Log dated August 14,1976...\r\n\r\nThis year during deer hunting season each property owner who has paid their dues will be allowed only one guest, same as last season. Signs will be posted at all three entrances to Timberon an there will be voluntary patrols.\r\n\r\nOnly property owners will be allowed to fish, with a limit of ten fish for a family per day.\r\n\r\nThe Developer, Johnny Mobley donates property for the Fire Department building adjacent to the swimming pool.\r\n\r\nThe Developer agrees to donate land for a church site in the area set aside for the school, located on the Southeast end of the airstrip.\r\n\r\nTimberon Log dated October 30, 1976...\r\n\r\nWe now have health insurance coverage on all Property Owners Association employees.\r\n\r\nAt a meeting Harry West informed the property owners that the Timberon Mountaineer (newspaper) was not financed by the Developer or the Property Owners Association. He explained the problems of trying to publish a paper without any money to hire help, travel, etc... The Property Owners Association agreed to reimburse Harry for past personal expenditures if he could not get the money elsewhere.\r\n\r\nRev. Frank Wheeler said a site for a church had been promised by the Developer. Rev. Wheeler is coming to Timberon every Tuesday night to have bible study and every Sunday for worship services.\r\n\r\nTimberon Log dated February 19, 1977...\r\n\r\nIt was reported that some wood is being cut in unauthorized areas. The Developer said that he would see that they were redirected to proper areas.\r\n\r\nThe Developer, Johnny Mobley, reminds the Board that the lower fishing lake will have to be drained in order to be sealed. The fish will be removed and put back in after it has been sealed and refilled. He said the seeping of the lake is causing the tie-down area of the airstrip to stay damp and sustain damage.\r\n\r\nThe possibility of getting phone service from Dell City looks good, but first we need at least 30 applicants.\r\n\r\nTimberon Log dated August 30,1977...\r\n\r\nAn increased effort is being made to prevent non-paid members from using Association facilities.\r\n\r\nHarry West suggests that a solar unit to heat the pool can be obtained for about $800, thus eliminating the $300 per month propane costs.\r\n\r\nThe Baptist Missionary Board puts up $15,000 towards building a small non-denominational church in Timberon. Local church collections are over $900 and other congregations in the area have donated $1,000.\r\n\r\nHarry West asks about the dishwasher in the Lodge, and wonders why the dishes are being washed by hand. Ed Jennings says he thinks the dishwasher was working, but that it takes longer to use it than to do them manually. Dave Tappan injects that the dishwasher costs $1,000, is required by the Environmental Department and should be used.\r\n\r\nTimberon Log dated October 29, 1977...\r\n\r\nDean Blagowsky joins the land sales staff announcing that some property owners will be licensed and a lot resale department will be started next year. He also says that his group will start selling Champion modular homes.\r\n\r\nGeorge Cliff completes the enclosure remodeling of the Lodge patio, adding a fireplace.\r\n\r\nThe Memorial Flagpole in front of the Lodge is made available to bronze memorial plaques for deceased property owners at a cost of $40 to their families.\r\n\r\nTruman Jones pays to restock the lower lake with trout.\r\n\r\nThe Property Owners Association assists Harry West with a contribution, as do many property owners, enabling him to continue publishing the Timberon Mountaineer. The Developer is also commended for printing and mailing two issues to the whole Association.\r\n\r\nBill (Smitty) Smith, Association Security Officer, reports the arrest of a property owner and his wife for burglary. Several thousand dollars worth of property is recovered and 14 burglaries are solved by this arrest.\r\n\r\nDell City applies for a low interest federal loan to expand their phone system to Timberon.\r\n\r\nHarry West reports that the Timberon Mountaineer is in debt by about $271 and that CB listings are available for $1 each to help pay the deficit. The Property Owners Association assures Harry that he would not have to pay these expenses personally.\r\n\r\nThe Developer says that the trailer along the airstrip would be moved to an RV area soon.\r\n\r\nTimberon Log dated January 7, 1978...\r\n\r\nVandalism and lack of interest among the younger set has caused the game room to be closed. A recommendation was made that the pinball machine and pool table be returned to their owners and the room be used for storage.\r\n\r\nSecurity Officer Bill \'Smitty\' Smith reports that a few minor break-ins are occurring, but articles of value have not been taken.\r\n\r\nThe Developer, Johnny Mobley, expects an influx of sales personnel this spring and requests additional services from the restaurant.\r\n\r\nThe Developer reports that Representative Mershon is working on the road situation. The effort will now be concentrated on getting right-of-way for a road from Sunspot, upon the ridge and into Timberon from the North.\r\n\r\nHarry West says contributions to the Timberon Mountaineer have picked up and he believes the publication will now be viable, however more articles are needed for publication from members.\r\n\r\nIt is agreed that an under-cover man may be employed periodically, if requested by the Security Officer and Registered Agent.\r\n\r\nTimberon Log dated March 4, 1978...\r\n\r\nA letter is sent to the State Highway Commission stating that the Property Owners would relieve them of liabilities for any injuries during the time that they would be repairing and improving the road over to 506.\r\n\r\nThe Fire Department buys a resuscitator with revenue sharing funds allotted by the County.\r\n\r\nHarry West expresses his delight at the progress being done on the Pro Shop in the last couple of months.\r\n\r\nThe Security Officer reports flagrant violations by game poachers in Timberon. One violator has been arrested, but several more were accessories to the fact.\r\n\r\nAn Environmental and Wildlife Protection Committee was established in Timberon. Committee members were Ed Jennings, Bill Smith, Bobby Williamson, George Cliff and Lew Lund.\r\n\r\nTimberon Log dated October 28, 1978...\r\n\r\nSteve Hollabaugh is hired as maintenance man after Lee Jennings resigns.\r\n\r\nA lawsuit is filed against the Army to allow a road from 506 to be cut due North into Timberon.\r\n\r\nDell City Telephone Cooperative receives a low interest federal loan to bring service into Timberon.\r\n\r\nProperty Owners get free use of the slopes at Ski Cloudcroft.\r\n\r\nIn T-8 fifty-one percent of the Property Owners vote to reduce the square footage from 1,000 to 850 for home size.\r\n\r\nTimberon Log dated March 17, 1979...\r\n\r\nThe Developer deeds the Lodge to the Property Owners.\r\n\r\nHarry West reports that the Spring edition of the Timberon Mountaineer is about ready for publication, but mailing funds are running low.\r\n\r\nThe Developer states that the Land Office would soon receive their new computer and that the old one would be donated to the Property Owners. However, in the end it is donated to the El Paso Public School System instead.\r\n\r\nThere are two minor break-ins of cabins and the vandalism of the school bus reported by Security.\r\n\r\nTimberon Log dated June 23, 1979...\r\n\r\nA barrier of cross-ties are place between the propane tanks and parking lot after the propane truck\'s brakes fail, it rolls down the slope and knocks the tanks off their mountings. There was no explosion.\r\n\r\nThe fishing limit is set at 6 per day per family, as suggested by Roy Sellers, and all fish caught must be kept.\r\n\r\nThe Property Owners Association agrees to furnish the prize of golf woods at the Firecracker Open tournament on the 4th of July.\r\n\r\nThe Summer edition of the Timberon Mountaineer is about ready for publication, but is currently about $158 in debt. The Developer agreed to pay the postage and the Property Owners Association will pay the $158 needed to complete the printing.\r\n\r\nTimberon Log dated September 15, 1979...\r\n\r\nThe Property Owners Association buys a TRS-80 computer from Radio Shack after attending an impressive demonstration of the machine.\r\n\r\nIt is reported that Lou Fetters will be coming soon to present a plan from Tri-State Associated Grocers for delivery of supplies to the General Store and Lodge Restaurant.\r\n\r\nO\'Neal James presents a proposal for trash removal service in Timberon.\r\n\r\nHunting in Timberon is again limited only to members of the Property Owners Association.\r\n\r\nA barbecue pit is built behind the Lodge.\r\n\r\nTimberon Log dated October 27, 1979...\r\n\r\nThe Lodge restaurant has been remodeled and is operating in the black.\r\n\r\nThere is new pavement placed around the Lodge.\r\n\r\nTrash is no longer being dumped at the Lodge and there is a trash pick-up service available if you wish to subscribe.\r\n\r\nThe need for building a fire station and getting a school in Timberon is discussed.\r\n\r\nAppreciation is expressed for the County getting the roads into Timberon in such good shape.\r\n\r\nTimberon Log dated January 26, 1980...\r\n\r\nMost Association Members are sending donations to the fire department along with their dues and the Property Owners Association donates $1,000 to the Fire Department Building Fund.\r\n\r\nThe Developer proposes to donate three additional acres of land to the Timberon Chapel, one acre for expansion / parking and two acres for a cemetery.\r\n\r\nPastor Frank Wheeler proposes that the Property Owners Association accept the cemetery acres and administer the operation of it. The Association agrees to do this dependent upon findings concerning State and Federal regulations.\r\n\r\nTimberon Log dated May 31, 1980...\r\n\r\nHarry West requests aid in publishing the next edition of the Timberon Mountaineer. The Developer agrees to pay for half of the cost while the Property Owners Association agrees to pay the remaining half. Harry states that he is going to ask for subscriptions for future editions.\r\n\r\nDell City Telephone is committed to having telephone service installed by January 1, 1981.\r\n\r\nSecurity reports that a gang of robbers are operating in the area, but have not as yet shown up in Timberon.\r\n\r\nTimberon Log dated October 25, 1980...\r\n\r\nRoy Sellers, the President of the Property Owners Association, submits the following letter: After leaving the meeting Saturday, I saw several Bow Hunters driving trucks around the Golf Course area. Sunday morning, I saw the same thing again. I asked if we had a designated area for hunting and was told yes, but the hunters didn\'t seem to pay any attention to regulations.\r\n\r\nWith the National Forest and all the other open hunting areas, do we have to get someone seriously injured or killed to stop hunting in Timberon?\r\n\r\nI believe that 90% of all members would rather watch the game we have than to hunt them, and I know 99% of the people who live here are afraid to get outside of their homes during hunting season. I would appreciate it if this matter would be considered by the Association soon.\r\n\r\nA Crime Stoppers program is started in conjunction with Otero County.\r\n\r\nA school building is brought in, with class to begin next year.\r\n\r\nTimberon Log dated January 17, 1981...\r\n\r\nIt is decided that the restaurant should have a professional manager, to be paid $800 a month. Donnie Smith is hired.\r\n\r\nRoy Sellers brings up the fact that the employees are, in general, underpaid. Some of the employees salaries are raised.\r\n\r\nOne of the furnaces blows up in the Lodge. It is decided to replace both furnaces with the pilot-less type.\r\n\r\nThe Property Owners donated a tractor to the Fire Department.\r\n\r\nIt is decided that the Property Owners Association lend money to the Fire Department to go towards building the station.\r\n\r\nTimberon Log dated April 18, 1981...\r\n\r\nHarry West invites Herb Little of Lubbock to give a presentation of solar heating for the pool. It is decided to purchase solar collectors to heat the pool for $5,886. Tom Cook will install the pad for the collectors at a cost of $1,397. The Fire Station will be able to use the collectors for heating during the pool\'s off months, but must connect to it at their own expense.\r\n\r\nTom Cook is hired to put a new floor in the patio area of the Lodge.\r\n\r\nSecurity Officer Bill Smith reports that there have been only a few minor break-ins. It seems that they are very carefully breaking in, taking a little food while stealing nothing else, and not vandalizing anything.\r\n\r\nThere are now 205 permanent buildings in Timberon, 195 of these homes.\r\n\r\nWe are looking for a pool attendant, someone from outside Timberon. All the attendants we have had in the past have been local and all the kids know them, and take advantage of them. Mary Seidl is asked but refuses to take the job.\r\n\r\nThe Developer, Johnny Mobley, puts 500 fish into the stream.\r\n\r\nThe Property Owners Association pays for the mailing of the Timberon Mountaineer newspaper in order to get the Fourth of July activity information out to property owners.\r\n\r\nHarry West, Bill Berkebile and Ken Baird become the first board members of what will later be known as the Timberon Protective Association. Their only duties at this time is to enforce the property restrictions in the Commercial Area.\r\n\r\nThe Property Owners Association pledges 5% of the year\'s membership dues to help buy equipment for the Fire Department.\r\n\r\nTimberon Log dated June 20, 1981...\r\n\r\nMoney is saved by hiring Steve Hollabaugh on a hourly basis instead of having a full-time maintenance man for the Lodge.\r\n\r\nAll outdoor equipment for the Fourth of July activities have been bought and are on site. The horseshoe pits are to be constructed next week by Ed Granjennet.\r\n\r\nThe Fire Department is upgraded to a class 9 by the Insurance Services of New Mexico. We can expect lower insurance rates as a result of this.\r\n\r\nGasoline has not been available at the store for about 2 months now. The Association is asked operate their own service station, they refuse but will consider some action if the problem is not solved soon.\r\n\r\nTimberon Log dated August 22, 1981...\r\n\r\nThere was one bad break-in reported at Dr. Woodall\'s in Sacramento Estates. Some expensive electronic equipment was taken and the Sheriff\'s Department is notified.\r\n\r\nBill Davis is hired to assist Bill Smith in Security and Architectural Control functions.\r\n\r\nTimberon has grown from approximately 25 homes in 1972 to 225 homes today.\r\n\r\nTimberon Log dated October 31, 1981...\r\n\r\nThe Property Owners Association pledges another 5% of the annual membership dues to help out the Fire Department.\r\n\r\nThere was quite a bit of discussion on the need for a good General Manager in Timberon.\r\n\r\nErnie and Peggy Whomans are hired to manage the swimming pool.\r\n\r\nThe Timberon Property Owners Association has 3519 regular members, 152 RV Area members, and 83 Time Share members.\r\n\r\nTimberon Log dated January 30, 1982...\r\n\r\nBill Davis is hired on a full-time basis as part-time security guard and maintenance man for $650 a month and fringe benefits.\r\n\r\nThe swimming pool operators are allowed to sell sandwiches and soft drinks, keeping any profits they might realize.\r\n\r\nParker Hinesley was hired to put the solar collector for the swimming pool into operation for $468.\r\n\r\nThere is discussion on the need of a general manager for the property. Harry West, having just finished being a Board Director, is hired.\r\n\r\nBill Berkebile expresses a desire to a basketball court constructed.\r\n\r\nTimberon Log dated May 29, 1982...\r\n\r\nA special meeting is requested by a Committee of Property Owners (Mary Seidl, Curtis Reece, Keith Meyers, and Joe Fetters) to discuss the hiring of Harry West as Business Manager. The Committee carried with them proxies representing 1,759 votes to back their views.\r\n\r\nA motion is made by Committee member, Mary Seidl, that the manager position be abolished and anyone presently occupying it be terminated. The Board of Directors is then ordered to appoint a committee to outline the duties and properly go through the steps of hiring a manager.\r\n\r\nJordan Shaaf states that due to the dissatisfaction of all the Property Owners, the Board of Directors had better get the message and be sensitive to the feelings of the committee and those they represent.\r\n\r\nBoard President, Bill Berkebile, suggests that the motion be changed to a suggestion and the Board will review it. The committee responds that if it is asked to withdraw the motion, an election for a new Board of Directors would be called.\r\n\r\nKeith Meyers states that the Committee began as a small group, but was growing because Property Owners were not pleased with the way the Manager\'s job was created, the way in which the Manager was hired, and the cost of his salary.\r\n\r\nHarry West tells about all he has done since taking the job of Manager.\r\n\r\nThe outcome of the meeting is that no vote would be taken that day, but the motion/suggestion would be reviewed and changes made to the Association\'s bylaws in the near future.\r\n\r\nTimberon Log dated June 5, 1982...\r\n\r\nDeveloper Johnny Mobley states that it is his intention to bring all Timberon roads up to County specifications, though not all roads would be finished at the same time. He stated that eventually the maintenance would be the responsibility of the County.\r\n\r\nJohnny Mobley asks if the Property Owners will assume responsibility for the runway, once it is resurfaced. Board President Bill Berkebile asks him to write a letter stating his intentions.\r\n\r\nTimberon Log dated August 14, 1982...\r\n\r\nManager Harry West states that the remodeling of the Association\'s offices, Lodge bathrooms and public restrooms is nearly completed.\r\n\r\nThe upgrading of the roads to meet County specifications will begin next Spring, according to the Developer. Bill Berkebile states that if the County does not take the roads over as promised, the cost of the Association maintaining them would be $75,000 a year.\r\n\r\nThe validity of the agreement between the Developer and Property Owners for the take-over of the water system upon completion is questioned. The Board discusses entering into a new agreement with the Developer on the water system.\r\n\r\nThe Developer, Johnny Mobley sends a letter to the Board requesting they take over operations of the airstrip. A decision on the airstrip is tabled until a future date.\r\n\r\nJohnny Mobley resigns from the Board, citing a conflict of interest between being the Developer and a Board Director.\r\n\r\nTimberon Log dated October 30, 1982...\r\n\r\nThere are two break-ins reported on property, as well as the theft at the Lodge of $500 and the fire at the Hinesley home.\r\n\r\nBill Davis is elected Fire Chief. He states that there have been two structural fires and one brush fire this year.\r\n\r\nThe Developer, Johnny Mobley forms a water corporation and applies for a certificate of Public Convenience and necessity, a certificate that is required before he can charge for the use of the water.\r\n\r\nA cleanup campaign is underway at the fishing lakes; clearing them of cattails, brush and debris.\r\n\r\nThe Architectural Committee is formed with Tom Cook as Chairman.\r\n\r\nRestaurant costs and expenses are discussed and it is decided that shorter hours and less employees will cut expenses.\r\n\r\nTimberon Log dated November 27, 1982...\r\n\r\nThe Property Owners file a Petition of Intervention for the hearing on Timberon Water Company\'s application to charge for water. The Property Owners state that they have no problem with a charge for the water, the problem is that an agreement had not yet been reached on the Developer turning over the system upon completion.\r\na statement is made that the estimated completion date for the road and water system is the year 2005.\r\n\r\nTimberon Log dated January 29, 1983...\r\n\r\nAn agreement is reached between the Developer and the Property Owners on the take-over of the water system in the future. Signing of the agreement is delayed until the springs and surrounding area can be surveyed.\r\n\r\nThe Developer presents an agreement concerning the Property Owners take-over of the air-strip, golf course, tennis courts and pro shop upon completion of each facility. Finalization of the agreement is set for the next meeting.\r\n\r\nTimberon Log dated May 28, 1983...\r\n\r\nFive break-ins are reported for the month. Bill Cobb requests a letter be sent to the County for the on-site presence of a Deputy on Fridays through Sundays.\r\n\r\nChris Murtishaw suggests that the pool stay open seven days a week, this will be done contingent upon help to watch it. Chris also voices a concern about unattended children on the Lodge grounds. This problem will most likely be remedied by publicizing it through the two local newspapers.\r\n\r\nTom Cook makes a motion to dismiss the General Manager, Harry West. The motion receives no second and dies on the floor.\r\n\r\nHarry West offers his resignation to the Board. Tom Cook moves to accept, it is seconded by Frank Wheeler and passes unanimously. Harry will continue on through June 30th.\r\n\r\nTimberon Log dated August 6, 1983...\r\n\r\nThere is a problem with the newspapers in reporting factual events concerning the Association. Bill Cobb states that an editor of a newspaper has a responsibility of truth.\r\n\r\nNo further progress has been made concerning the agreement concerning the eventual take-over of the Water Company by the Property Owners.\r\n\r\nTimberon Log dated September 24, 1983...\r\n\r\nBill Cobb reads a letter from the Sheriff\'s Department that stated the inability to provide Timberon with an on site Deputy.\r\n\r\nThe Associations computer TS-80 computer is presently in Albuquerque being repaired and an addition of a hard drive is estimated to cost $1,100.\r\n\r\nAdelina Ayers is employed to work as cook in the Lodge restaurant. Her husband Dave is currently employed part-time in Architectural Control.\r\n\r\nThe Timberon Protective Association is formed. The State charter was received last week.\r\n\r\nBill Davis states that the Timberon Lions Club is currently working on the street signs on property.\r\n\r\nJoe Leary was chosen as the new General Manager at a salary of $20,000 a year.\r\n\r\nTimberon Log dated February 4, 1984...\r\n\r\nJoe Leary is introduced as the Property Owners Association\'s new General Manager\r\n\r\nThe Associations application for a bulk mailing permit is denied. It is decided that it was too much trouble anyway and that since the mail would have to be delivered to the Pinon Post Office by hand it would hurt the Timberon Community Post Office.\r\n\r\nThe Developer, Johnny Mobley, explains to the Property Owners that he would be operating the same as in the past, but would be pushing Time-Shares around the golf course where he envisions a 20 unit time share complex in the near future.\r\n\r\nThe Developer tells the Property Owners that repairs to the runway will begin shortly. They will roll up the existing surface, kill the soil this time so that grass will not penetrate the surface, and put down a tar and chip top that should last at least 5 years before any major problems occur. When this is done he wants to turn over the airstrip to the Property Owners.\r\n\r\nIt is announced that the second nine on the golf course is under construction now and should be playable by 1986. Executive (short) tee boxes are being built on the existing front nine holes.\r\n\r\nIt is brought out that communication between the Association and its members has been greatly improved due to the community\'s two newspapers.\r\n\r\nSuggestions are made as to tactics such as school bus routes, fire station, etc... that may prove helpful in getting the County to work on the roads now under their maintenance.\r\n\r\nTom Cook suggests that the existing leaky patio roof be torn out and the patio area be extended to be 40 x 100 feet. With the replacement of the bathrooms thi would probably cost in the neighborhood of $200,000. Bandaiding the existing patio would cost about $35,000. It is decided to wait until the existing roof begins to leak so badly that the only option is to replace it, and decide which route to go at that time.\r\n\r\nIt is announced that the street signs have been ordered and that the Lions Club will install them upon arrival.\r\n\r\nIt is decided that as a token of appreciation for the many hours and expertise contributed by Bill Berkebile, a first class set of luggage is to be purchased and delivered to him and his wife.\r\n\r\nRoger Anderson, contracted to do computer work for the Association, expressed concern about the power surges and brown-outs here on the mountain. He suggested that a battery backup ($1,000) or a shut down system ($150) be purchased. He was authorized to purchase a shut down system.\r\n\r\nBill Cobb suggests the construction of a community building to supplement the patio area during group gatherings. It should be about a 120 x 60 foot building with restrooms, a future kitchen area, and storage. The cost of a bare-bones version of such a structure should be around $100,000. The best spot for such a building would be where the present playground is, the playground can be moved to around the pool area.\r\n\r\nTimberon Log dated May 5, 1984...\r\n\r\nThe availability of Dining is discussed. There is currently the Blue Barn, Lounge at the Pro Shop, Country Kitchen, and the Lodge Restaurant - but none stay open past 7pm.\r\n\r\nThe Lions announce that their street signs project is scheduled to begin in the near future.\r\n\r\nA computer backup \"Minute Man\" has been purchased to protect from brownouts and blackouts.\r\n\r\nThere is a \"name the band\" contest for the local community band. Billy Reece wins the contest with the name \"Timbertunes.\"\r\n\r\nThe Carlsbad Association of Retarded Citizens requests forgiveness of over $3,000 in membership dues liens on property donated to them. The request is denied.\r\n\r\nA resolution by Tom Cook is adopted barring all dogs from the Timberon Lodge.\r\n\r\nThere is an ongoing problem of people\'s pets being shot and mutilated.\r\n\r\nA race car rally is held on some of the more remote Timberon roads and there is discussion on whether or not this can be prevented from happening again in the future.\r\n\r\nTimberon Log dated June 2, 1984...\r\n\r\nThere are some problems with Circle Cross cattle residing on the golf course. The other area ranchers cooperate fully when this sort of problem arises, however, Circle Cross is less than cooperative.\r\n\r\nShannon Belmont is the reigning \"Miss Timberon\" for 1984.\r\n\r\nThere appears to be damage to the trees in the area. Forester Randy Baker said he believes the damage was caused by heavy hail, after which bacterial pests invaded the trees.\r\n\r\nSam and Pat Davis are hire on at the Lodge as full-time cook and waitress.\r\n\r\nA discussion is held concerning the possibility of Otero County taking over the airstrip. It is felt that once the resurfacing is completed, no major repairs will be needed for another 10 - 15 years.\r\n\r\nBill Cobb states that by having our own security force, we are paying twice for law enforcement which should come from the County Sheriff.\r\n\r\nTimberon Log dated August 4, 1984...\r\n\r\nThe memory banks of the present computer are filled and no other information can be absorbed. It is decided to purchase an IBM-XT at a cost of around $10,000. The present machine will be used as a word processor and the oldest machine will be donated to the school.\r\n\r\nT.P. Hanson, reporting for the Ad-Hoc committee concerning the feasibility of the Lodge Annex, suggests that the annex be made an extension of the present lodge. The building will encompass 7200 square feet, housing the restaurant and restrooms. Initially, it will cost a little over $100,000.\r\n\r\nTimberon Log dated September 15, 1984...\r\n\r\nA letter is sent to the Otero County Commissioners expressing appreciation for the recent road improvements inside the property and a request is made for the installation of stop signs.\r\n\r\nA decision is made to go ahead and accept the airstrip from the Developer next year.\r\n\r\nBill Berkebile presents his brief background of Timberon, entitled \"A Bit of History,\" to the Property Owners.\r\n\r\nBill Cobb states that approximately $227,000 in taxes is paid yearly by Timberon Property Owners and it should not be unreasonable to expect the services of the Sheriff\'s Department.\r\n\r\nTimberon Log dated October 27, 1984...\r\n\r\nSo far this year there have been 74 building requests approved, 65 of which were for new homes. There are presently 99 permanent families and 208 seasonal homes in Timberon.\r\n\r\nChris Murtishaw, after 8 months of trying, succeeds in getting a two month training course in Timberon.\r\n\r\nA used rescue vehicle and new fire truck are purchased.\r\n\r\nIt is announced that the new fire sub-station will be operational next year.\r\n\r\nAn initial proposal from architect Charles Nolan of Alamogordo reveals a completed figure for the new Lodge Annex of $275,000. The purpose of this building is for meetings, dances, recreation and all needs of the Property Owners.\r\n\r\nBill Cobb states that evidence exists that the Developer will attempt to sidestep his resolution in turning over the Water Department to the Property Owners and an adversary position is apparent. Communications between the two parties attorneys has broken down. It is suggested that a letter be sent to the Public Utilities Commission expressing the Property Owners concern and that an injunction be sought to block development of T-17 (the area adjacent to the springs) until a resolution is reached.\r\n\r\nThe Property Owners impose a number of provisions on their acceptance of the Airstrip that the Developer\'s Project Manager doubts will be accepted, but agrees to pass on...\r\n\r\nTimberon Log Dated January 12, 1985...\r\n\r\nThe Lodge general manager says the restaurant $13,406 more than it took in in 1984.\r\n\r\nA letter is sent to Otero County Electric Coop. Requesting explanations for the frequent power outages and subsequent surges. A meeting is set up where the Cooperative fields questions from about 72 Timberon residents.\r\n\r\nThe organizers of the last Christmas party are commended for their good job by the Board. They include Wanna Bell Ross, Sue Haisley, Gertie Grabner, Frances Stout, Joe & Maggie Roseborrough, Marilyn Leary, and Danelle Ross.\r\n\r\nThe New Year\'s Eve party is a great success, with music supplied by Mark Clark, Monte McCullom and Wilbur Fry.\r\n\r\nIt is decided to set up an entertainment committee to assist in the activities for the coming year.\r\n\r\nRepresentatives of the Property Owners attend a meeting in Alamogordo concerning hunting laws in the State. They present the concerns of the Timberon residents to the attending members of the Game & Fish Department.\r\n\r\nT.P. Hanson advises the Property Owners that the turnkey cost of the new Lodge Annex, at this point, appear to be around $280,000.\r\n\r\nJordan Schaaf recommends the Property Owners borrow the money to pay off the Lodge Annex over a 10-20 year period, instead of paying cash out of the general fund. Tom Cook expresses his opposition to long-term indebtedness. A committee is appointed to study the best route.\r\n\r\nA contract agreement for the Property Owners to take over the airstrip from the Developer is presented. Johnny Mobley, the developer, advises the Property Owners that the FAA will reseal the airstrip every 3 years, provided it will be available to outside traffic. Tom Cook says that he is not in favor of accepting the airstrip, an expenditure of this amount (insurance, etc...) for the use of 10-12 people is not justified when there is no expectation of any financial return. Chris Murtishaw states that none of our facilities are producing a profit. T.P. Hanson injects that the airstrip benefits property values and will be needed in the future. The Board decides to accept it, but not unanimously.\r\n\r\nJordan Schaaf recommends that the Board follow \"Robert\'s Rules of Order.\" Chris Murtishaw says that the Board needs to follow some sort of rules. Tom Cook states that \"Robert\'s Rules of Order\" are too restrictive and we need to operate in a more relaxed atmosphere. No decision is made on the suggestion.\r\n\r\nIn an effort to secure a closer relationship with the County as to road repairs, thought is given to someone from Timberon running for the County Commission.\r\n\r\nTimberon Log Dated February 12, 1985...\r\n\r\nFrank Wheeler suggests putting trash containers along the street in the downtown area, the developer will provide the cans. Tom Cook reminds everyone, that according to the Covenants in that section, the cans must be hidden or buried and that defeats the purpose. The matter is tabled.\r\n\r\nDiscussion proceeds on the Property Owners accepting the Water Company from the Developer, although there is a problem on how large an area should be reserved as a buffer zone around the springs.\r\n\r\nTimberon Log Dated March 16, 1985...\r\n\r\nThe Lodge restaurant has lost $4,300 so far this year. Jordan Schaaf suggest a slight raise in prices because restaurant expenses are \"eating our lunch.\" Tom Cook suggests a different approach to increase volume by lowering food and liquor prices. It is decided after a long discussion to leave prices the way they are. Tom Cook advises the Board that after the summer season the restaurant will probably be closed, because we can\'t afford to spend the Property Owner\'s money to supplement the place.\r\n\r\nThe airstrip deed and map are received by the Property Owners, but a triangular section in the property has been omitted by the developer. Tom Cook says that he has spoken to Johnny Mobley about this and was told that an aircraft service area was planned to go in there in the future.\r\n\r\nThe Property Owners contact the New Mexico Transportation Department and are advised that they do not qualify for aid in airstrip maintenance.\r\n\r\nThe New Mexico Public Service Commission sends a letter concerning their investigation concerning the power outages in Timberon. They advise people who can substantiate losses due to power outages to submit claims to Otero Electric for possible insurance payments.\r\n\r\nThere is a disagreement on where the Bar & Lounge should be located when the new annex is constructed. Jordan Schaaf recommends moving the bar upstairs along with the restaurant, while T.P. Hanson is in favor of leaving the bar downstairs to insure the original concept of separation of dining and drinking areas. The decision is made to move the bar upstairs, but it is not unanimous.\r\n\r\nThree rough sketches of floor plans for the Lodge Annex are presented by Architect Charles Nolan and one by Ron Maksyn. The Property Owners go with Ron Maksyn\'s plan after a few adjustments.\r\n\r\nTimberon Log Dated April 27, 1985...\r\n\r\nPool repairs are continuing. New concrete has been poured and a privacy fence is being installed around the lower section of the pool.\r\n\r\nArchitect Charles Nolan tells the Property Owners that the blueprints for the annex should be completed in about two weeks, then it will be put out for bid.\r\n\r\nWanna Bell Ross, Sue Haisley and Marilyn Leary are asked by the Board to give their suggestions for decorating the new restaurant. Tom Cook suggests that no theme should be considered, but keep the restaurant richly elegant.\r\n\r\nCharles Nolan agrees to furnish an artist\'s conception of the Lodge Annex for public viewing.\r\n\r\nThe General Manager advises the Board that he has discussed the rumored new road from Sunspot to Scott Able Canyon with agents of the U.S. Forest Service and they said that such a road is included in future plans, but the completion date won\'t be until 1993.\r\n\r\nTimberon Log Dated July 6, 1985...\r\n\r\nThe Board attorney strongly advises against publishing the names of members that are delinquent in their dues payments.\r\n\r\nThe bids for the new Lodge Annex are scheduled to be opened on July 9th.\r\n\r\nMarilyn Leary, Elise Schaaf, Sue Haisley, Yvonne Fetters and Wanna Bell Ross are appointed as the design committee for the Lodge Annex.\r\n\r\nTimberon Log Dated August 24, 1985...\r\n\r\nT.P. Hanson advises the Property Owners that construct began on the Lodge Annex August 12th.\r\n\r\nThe Board has been busy trying to cut the cost of the Annex in any feasible way.\r\n\r\nWillie Fenske advised the Board that a suit was being prepared against the Timberon Protective Association concerning mobile homes in the area.\r\n\r\nLou Fetters suggests that due to recent thefts in the Lodge and the improper use of the lobby as sleeping facilities, the Lodge should be locked at night. It is so ordered by the Board.\r\n\r\nThe first Annual Fireman of the Year award was given to Wanna Bell Ross.\r\n\r\nTimberon Log Dated November 9, 1985...\r\n\r\nReceipts for the retirement dinner for Bill \"Smitty\" Smith total $286.83, not including the photograph taken at the dinner.\r\n\r\nTom Cook is commissioned to build the tables for the Lodge Annex dining room.\r\n\r\nAt this point the overall cost for the Lodge Annex is set at $301,947.\r\n\r\nSue Quick submits the proposed budget for the Timberon Protective Association at $70,210. The legal fund is raised to $10,000.\r\n\r\nJesse Duckett suggests that the old restaurant area downstairs be used as a community library. The Board is leaning towards making it a nursery and does not give the library serious consideration at that time.\r\n\r\nThe General Manager attends a meeting in Cloudcroft which concerns the Forest Service\'s plans to build a logging road from the Sunspot area to Scott Able Canyon. It would originally be a 14 foot wide dirt road. Long range plans include widening it to a two lane blacktop road with the possibility of continuing it on into Timberon and eventually Pinon.\r\n\r\nTimberon Log Dated January 18, 1986...\r\n\r\nTo ward off a lawsuit, the requested changes are made and approved in the covenants of T-10.\r\n\r\nJesse Duckett again presents a plan to use part or all of the basement area as a library. The Board instructs him to obtain more detailed information on establishing a library and asks the General Manager to check on any adverse insurance problems which may accompany the establishment of a nursery in the basement.\r\n\r\nTimberon Log Dated February 8, 1986...\r\n\r\nA room upstairs in the Lodge, formerly known as the Lion\'s Room, is made available for use as a library.\r\n\r\nJohnny Mobley, the developer, discontinues maintenance of the roads in Timberon.\r\n\r\nThe Lodge Annex is scheduled to be finished by the end of March, with the Grand Opening to be the Saturday of Memorial Day Weekend.\r\n\r\nLitigation continues over the Covenants in T-10, with the Timberon Protective Association pushing for a quick court decision.\r\n\r\nThe County takes the position that Timberon\'s population density does not qualify our roads for their attention. It is the Property Owner\'s responsibility to maintain them. Johnny Mobley gives the Property Owners a road grader for free.\r\n\r\nTimberon Log Dated May 30, 1986...\r\n\r\nBill Cobb threatens to sue the Board if they do not give in to his demands for lower membership payments on his multiple lots in Timberon and other demands, some realistic and some not so. The Board begins to make plans for a compromise on the issues in question.\r\n\r\nThe County resumes grading in Timberon as a result of the efforts of the Timberon Road Committee.\r\n\r\nThe military refuses to grant the right-of-way necessary for an all-weather road south to 506.\r\n\r\nTimberon Log Dated July 19, 1986...\r\n\r\nThe Developer presents a proposal that the Property Owners assume ownership and operation of the Water Company and the Golf Course. The details will be worked out through the attorneys.\r\n\r\nThe Property Owners accept the Water Company and Golf Course with a resolution that is to be subject to the approval of both parties attorneys. Part of the agreement involved the Developer\'s offer to bring the back 9 on the golf course into operational condition and external renovation of the Pro Shop building.\r\n\r\nThe Developer turns over the retail liquor license to the Property Owners.\r\n\r\nThe Property Owners are promised the use of the Timberon Logo \"for now and in the future.\"\r\n\r\nTimberon Log Dated January 3, 1987...\r\n\r\nTimberon Protective Association\'s outstanding legal bills over a covenants problem in T-10 have reached $8,273. Attorney Tom Sandenaw has donated $1,000 of his time on the suit.\r\n\r\nT.P. Hanson advises the property owners that the construction of the Lodge Annex is substantially completed. Total cost of construction is $341,527.\r\n\r\nCurtis Reece suggested to the other Board members that bids on all items of consequence should be let, public notice locally should suffice. The Board will solicit the membership\'s opinion and think about it.\r\n\r\nThe Property Owners Association is drawn into the T-10 covenants lawsuit (also known as the Wilcox suit) that was filed against the Protective Association. It is decided that Mr. Wilcox be contacted to seek some avenue of negotiation concerning this matter.\r\n\r\nTimberon Log Dated March 14, 1987...\r\n\r\nThe heating system in the Pro Shop building is switched over to propane. The move is praised as a great improvement.\r\n\r\nNorm Welborn, Chairman of the Water & Resources Committee, questions whether the water system is producing enough water for our growing community. He says the developer must improve the system before the property owners take it over.\r\n\r\nJoe Roseborrough presents plans for a proposed remodeling of the interior of the Pro Shop to accommodate a game room. The Board promises to review the plans.\r\n\r\nThe proposed road out of Timberon down Grapevine Canyon is dealt a death blow by General Infante, national defense needs were cited.\r\n\r\nTimberon Log Dated May 9, 1987...\r\n\r\nThe property owners seem to be losing board member fast, with Lou Fetters resigning and then Curtis Reece.\r\n\r\nWork on the sprinkler systems at the golf course is progressing nicely. Special thanks are offered to Euel Ross, Curtis Reece, Vic Hollrah and T.P. Hanson for their volunteer work. Jesse Duckett is recognized for his volunteer help in the Pro Shop and with golf tournaments.\r\n\r\nTimberon Log Dated June 13, 1987...\r\n\r\nThe developer\'s liquor license is transferred to the property owners.\r\n\r\nThe Otero County Commissioners are invited to hold a meeting in Timberon and they actually accept.\r\n\r\nGuest memberships are established for the golf course at the rate of family memberships, or $75.\r\n\r\nTimberon Log Dated August 15, 1987...\r\n\r\nThe many volunteers that helped with the parachute drops when the Green Berets were in Timberon were thanked. The Green Berets were testing newly designed parachutes.\r\n\r\nThe County Commissioners meet in Timberon and agree to work with us in getting the much-needed traffic control signs up.\r\n\r\nWin Thorp, President of the newly formed Men\'s Golf Association, recommends that the current Golf Pro George Thatcher be replaced with a person / or rehired in the capacity of someone - who can supervise activities and maintain the course on a full time basis. The Golf Association is also taking contributions for paint to use on the Pro Shop building, volunteers will paint it. The Property Owners Association donates $300 for paint.\r\n\r\nIt is announced that the BLM will hold an open meeting here to discuss McGregor Range and how it affects Timberon.\r\n\r\nThe insurance adjuster is here inspecting the F10 fairway mower that burst into flames earlier this month.\r\n\r\nTimberon Log Dated November 14, 1987...\r\n\r\nThe Wilcox lawsuit is appealed to the State Supreme Court. The Court rules in favor of Wilcox on one count, but found no evidence of any fraud on the second count.\r\n\r\nOtero County personnel begin installing stop signs and curve signs in Timberon.\r\n\r\nLou Fetters, Chairman of the Road Committee, proudly announces that a letter has been received from General Infante - the Army recommends approval to pave the back road to Timberon and asks that BLM issue the appropriate easements and right-of-way.\r\n\r\nTimberon Log Dated March 12, 1988...\r\n\r\nJesse Duckett volunteers to give free golf lessons to the young people of Timberon.\r\n\r\nCliff Pert requests that the Board donate land for a basketball court, several people have already pledged material and labor for the project. He is asked to report back at a later meeting.\r\n\r\nA request is made for permission to use the Lodge for some Little Theater productions. It would be necessary to build a stage at an approximate cost of $740, and it could be used for other purposes. Marcy Yeager was asked to report back to the Board on this at a later time.\r\n\r\nThe sprinkler system on the golf course has been completed and a representative of Southwest Toro is here to help with the programming of the computer system.\r\n\r\nIt appears that Lions Club bingo is becoming a regular event at the Lodge.\r\n\r\nTimberon Log Dated April 16, 1988...\r\n\r\nAn area adjacent to the playground is designated for the site of the new basketball court, construction will begin soon.\r\n\r\nThe Club Liquor license is to be moved from the Lodge to the Pro Shop and the Retail Liquor license is moved from the Pro Shop to the Lodge. This should happen by October.\r\n\r\nJoe Leary, the General Manager, resigns.\r\n\r\nTimberon Log Dated June 11, 1988...\r\n\r\nPlans are being made for the Fourth of July weekend - steak fry at the golf course, annual parade, Puttin\' on the Lips, and a dance with the KHEY Band.\r\n\r\nFrank Preston is the new General Manager.\r\n\r\nThe Property Owners Association agrees to pay the additional $250 to complete the Little Theater\'s stage.\r\n\r\nTimberon Log Dated July 9, 1988...\r\n\r\nThe first Christmas in July, arts and crafts fair, is held.\r\n\r\nMitch Johnson donates a lot to the Property Owners Association on the condition that it be raffled and the proceeds used on the golf course.\r\n\r\nFirst Nation Bank of Alamogordo is in the process of foreclosing on the Water Company.\r\n\r\nLila Oliveri comments on the condition of the airstrip - damage being done to their plane.\r\n\r\nTimberon Log Dated August 13, 1988...\r\n\r\nThe Lions Club builds a new BBQ pit behind the Lodge.\r\n\r\nThe Extension Club donates the materials to build a trophy case for the lobby of the Lodge, the Lions Club / Dave Davis agrees to build it.\r\n\r\nTie downs for six airplanes are installed on the airstrip.\r\n\r\nIt is decided to convert the basement of the Lodge into a recreation room.\r\n\r\nThe Timberon Fire Department receives the Best Community Service Award, the Fire Chief receives the State Award for Fire Chief of the Year, Chris Murtishaw and Steve Hollabaugh both also receive state awards.\r\n\r\nTimberon Log Dated December 10, 1988...\r\n\r\nSquare Dance lessons are offered in the Lodge.\r\n\r\nThe Timberon Protective Association was effectively abolished. Hazzie Quick resigned from the Property Owners Board citing family / personal reasons and there is definite evidence that his wife, Sue, may have been embezzling funds from the organization.\r\n\r\nTimberon Log Dated February 11, 1989...\r\n\r\nA decision is made to contract Triple M Company to maintain the roads in Timberon.\r\n\r\nMax Goodwin, District Ranger in Cloudcroft / Forest Service, spoke regarding the Forest Service\'s 10-year long range plan and asked for any suggestions as to how they could better serve the people of Timberon.\r\n\r\nThe Timberon Protective Association files for dissolution with the Corporation Commision.\r\n\r\nThe first hearing regarding the formation of a Water District in Timberon was held in Alamogordo.\r\n\r\nTimberon Log Dated April 15, 1989...\r\n\r\nTimberon is a top contender for the location of a Forest Service warehouse. The developer has offered to donate some property on which to place the warehouse, should Timberon be selected.\r\n\r\nThe Forest Service proposes putting a 60\' radio tower here, if it is agreeable with us. It is decided that they can put it up by the ninth green of the golf course.\r\n\r\nAlamogordo School District begins making noises about closing the Timberon School. A letter is sent to them in defense of the school being here.\r\n\r\nTimberon Log Dated May 20, 1989...\r\n\r\nThe property owners file a class action suit against Developer Johnny Mobley, hoping to recover some funds or assets to cover the many promises made that had not been fulfilled.\r\n\r\nThe Alamogordo School Board votes four to one in favor of keeping the Timberon School open another year.\r\n\r\nIt is reported that for her embezzlement, Sue Quick was given a 9-year suspended sentence. She was instructed to repay the Property Owners Association, starting with a $5,000 payment.\r\n\r\nTimberon Log Dated July 8, 1989...\r\n\r\nOn lawsuits: the Wilcox Case is still in court, Sue Quick paid $400 back, the class action against the developer is still in litigation.\r\n\r\nThe property owners are informed that everyone should plan to attend the County Commissioner\'s meeting when a reserve deputy for Timberon is put on the agenda.\r\n\r\nThe possibility of getting a lifeguard for the pool is looked into.\r\n\r\nTimberon Log Dated September 30, 1989...\r\n\r\nThe Little Theater performs a play called \"The Neglected Husband\'s Sewing Club.\"\r\n\r\nOne of the Timberon parks is dedicated to Mary Glover, there will be a Mary Glover Memorial Dance that evening.\r\n\r\nIt is announced that the Lions Club has completed putting up street signs.\r\n\r\nHugh Ellison speaks on the proposed Water & Sanitation District. The original petition is to include water, roads and sewer. The Property Owners Association supports the Water District petition, but feels it should include solid waste removal, landfill services, recreation and park facilities. The Water District is the nearest thing Timberon is ever going to see to incorporation (town or village status).\r\n\r\nAt present Sue Quick is repaying $225 a week to the property owners. The balance of what she still owes is $45,622.\r\n\r\nThe Extension Club donates a piano to the Lodge.\r\n\r\nThe focus for a better road into Timberon is moved from the south route to the 14 mile Sacramento River Road.\r\n\r\nTimberon Log Dated January 13, 1990...\r\n\r\nCiting the expensive legal costs involved in continuing litigation, the Property Owners offer 1st National Bank of Alamogordo $100,000 for the water company (in bankruptcy with the developer) even though it is still felt that the Property Owners have a strong claim to ownership as a result of past agreements. The offer was refused and no counter-offer was made.\r\n\r\nVoting is held to make way for the formation of the Timberon Water & Sanitation District.\r\n\r\nTitle insurance is obtained for the golf course and the Property Owners are in the process of getting the insurance for the rest of their deeded property. The was seen as a wise move, in light of the developer\'s bankruptcy and the confrontational stance of the 1st National Bank.\r\n\r\nLou Fetters reports that the New Mexico Highway Department has completed a study to get a draft through for the upgrading of the road from Sunspot to Timberon. A copy of the draft is sent to our representatives and Bill #369 starts along its political journey in Santa Fe.\r\n\r\nBruce Rhodes presents an appreciation plaque in honor of Bobby Postlewaite\'s many years of dedicated service to the Association.\r\n\r\nTimberon Log Dated March 16, 1990...\r\n\r\nThe Otero County Sheriff come to Timberon for a town hall meeting to discuss internal security.\r\n\r\n$40,000 is allotted by the State and put into the State Highway Department\'s surplus fund for an engineering survey of the 14 mile Sacramento River Road. This part of a 90%-10% split, in which the County needs to come up with $4,000 for the preliminary assessment and environmental impact study on the road.\r\n\r\nSue Quick is still making payments for her embezzlement, at this point she owes $43,196.\r\n\r\nAn Order for Incorporation of the Timberon Water & Sanitation District is completed by Judge Grissom.\r\n\r\nTimberon Log Dated April 21, 1990...\r\n\r\nA petition is circulated among Property Owners to present to the Otero County Commissioners for a full-time deputy in Timberon.\r\n\r\nThe Lions Club begin soliciting support and donations for covering the BBQ pit area behind the Lodge building with a roof.\r\n\r\nTimberon Log Dated May 12, 1990...\r\n\r\nThe Property Owners are told by the Otero County Commissioners that their budget will not support a deputy for Timberon.\r\n\r\nIt is announced that the Memorial Day golf tournament proceeds of $567, and whatever money comes from the Firecracker Open on the July 4th weekend, will go towards helping pay for the restrooms on hole #6. The restroom building was donated by Dell Telephone.\r\n\r\nThe 1st Annual Watermelon Feast is held at the Mary Glover Memorial Park.\r\n\r\nA letter was received from the EID concerning violations at the old Timberon Dump. The problems were addressed by the Property Owners - who were looking into the future when the Timberon Water & Sanitation District would be operating a full-blow land fill system.\r\n\r\nThe County refuses to consider taking any more roads that are brought up to specs - with the formation of the new Water District, they want to wait and see what happens.\r\n\r\nTimberon Log Dated July 14, 1990...\r\n\r\nLou Fetters and Euel Ross attend a meeting at the New Mexico highway Commission in Alamogordo. The Commission writes a letter of concern asking the State to make the road from Sunspot to Timberon a priority. It is stated that the County puts up their $4,000 of the matching funds to start the Environmental Study of the 14 mile road.\r\n\r\nThe Property Owners are in an on-going process to gain clear title to the landfill (old dump) as Timberon needs it to remain operational.\r\n\r\nThe Property Owners Association moves to turn over their rights and claim to the water system and ownership of the airstrip, fishing lakes, existing 9 holes of the golf course and clubhouse, unfinished second 9 holes of the golf course, swimming pool, lodge complex, and landfill at no charge. The only stipulation was an agreement on perpetual care, maintenance, and use for the benefit of all Property Owners.\r\n\r\nThe T-Mart (a little hardware store located next to where Blue Water Real Estate is today - the Glovers live there now) closes its doors for good.\r\n\r\nConcern is expressed about the deteriorating condition of the airstrip\'s surface - it is suggested that vehicle be kept off it.\r\n\r\nTimberon Log Dated September 18, 1990...\r\n\r\nA buffet is held in the Lodge, with the entertainment being the School Booster\'s \"Puttin\' on the Lips.\"\r\n\r\nA program is started for junior firefighters. They must be 16 years of age to start and 18 years old to become a full-scale firefighter.\r\n\r\nAnn Cobb donates 5.3 acres of land to the fire department for a new substation.\r\n\r\nTimberon Log Dated November 17, 1990...\r\n\r\nThe Property Owners Association is $8,000 over budget for the year in legal fees, and the amount is still rising due to the Wilcox Case (over doublewides in T-10 supposedly in violation of the restrictive covenants).\r\n\r\nLou Fetters reports that the two year study by the New Mexico State Highway Department has been completed and a report received. The report recommends the improvement of the 14 miles (Sacramento River Road) into Timberon and environmental and engineering studies are now under way.\r\n\r\nTimberon Log Dated March 16, 1991...\r\n\r\nFrank Preston retires as General Manager for the Association.\r\n\r\nWinning the court case concerning the covenants in T-10, Wilcox files another lawsuit asking $47,000 in legal fees and court costs be paid by the Property Owners.\r\n\r\nRuby Roberts becomes the new acting manager for the Property Owners Association.\r\n\r\nNumerous break-ins have occurred of late and the Association offers a $500 reward for information leading to the arrest of the culprit.\r\n\r\nThe Pro Shop inventory is sold to Jesse Duckett for $1,535.00 as he is taking over management of the shop.\r\n\r\nTimberon Log Dated May 18, 1991...\r\n\r\nLeon Metz, well-known historical writer, came for Channel 7 in El Paso as a guest of the Property Owners. He and his photographer toured the Lodge and other historical areas in and around Timberon.   His presentation will air on Sunday the 19th.\r\n\r\nA caravan of officials, some 27 of them from federal, state, county and forest service came to Timberon to ponder the 14 mile road criteria.\r\n\r\nDick Moore reports that all Property Owners Association property has now been officially transferred to the new Water District. He also says that all of the Association\'s outstanding debts have been paid off.\r\n\r\nTimberon Log Dated August 17, 1991...\r\n\r\nA resolution is formally passed to dissolve the Timberon Property Owners Association. T.P. Hanson commended the Board for their hard work and stated that we had the most beautiful place in the whole world, and that he hoped the negative thinkers and freeloaders would have to pay taxes until their noses bleed. T.P. also stated that \"we have torn up the thing that we had - which was the best thing in the world.\"\r\n\r\nThe Property Owners Association ceases all architectural control activities, as they no longer have the manpower or funding.\r\n\r\nTimberon Log Dated November 16, 1991...\r\n\r\nOn the advice of their attorney, the Property Owners Association will be dissolved through the courts instead of the Corporation Commission.\r\n\r\nVic Hollrah mentions to the Property Owners what great condition and good business the golf course has experienced this year.\r\n\r\nDue to the dissolution, the liquor license needs to be sold. The Board feels that the license is an asset which needs to be preserved for the pleasure of the Property Owners. The bids will be looked at very closely in hopes of selecting someone who will provide a good and reliable service for the Property Owners - and will keep the license on the mountain.\r\n\r\nCharlie Bain suggests that the time has arrived for some sort of \"business association\" to be formed to carry on the social activities that TPOA had been sponsoring.\r\n\r\nTimberon Log Dated February 24, 1992...\r\n\r\nDick Moore and High Ellison resign from the Property Owners Board of Directors over issues concerning the proposed handling of the Wilcox case during the final stages.\r\n\r\nThe Timberon Community Action Group (TCAG) begins formation - to take up some of the slack created by the Property Owners Association dissolving.\r\n\r\nA group of Timberon Property Owners, calling themselves Discover Timberon, propose to operate a bar and package store at the Golf Course Lounge. They purchase the license for $8,500.\r\n\r\nAn agreement was reached in the T-10 Case, the Association pays Wilcox $25,127.50 and the 17 homes disputed in the suit will not have to be moved out. This move also settles all legal action pending against the Association.\r\n\r\nTimberon Log Dated March 26, 1992...\r\n\r\nThe Property Owners Association disposes of all remaining assets to the new Water District.\r\n\r\nThe Timberon Property Owners Association is legally dissolved by the courts in Alamogordo.\r\n\r\nThis should be the end of the story, but it\'s not. You see the Court Clerk forgot to submit the proper records to the New Mexico Corporation Commission, or maybe they were lost in the mail. The result is that the Association was never completely dissolved in the eyes of the New Mexico Corporation Commission, even though it was legally dissolved.\r\n\r\nIn 1997, for a short period, the original Association\'s charter was revived - with the officers being Dwayne Beagles, Virgil Beagles, and Bill Curtis. This reincarnation ended when the Corporation Commission was properly informed of the dissolution by the courts in 1992. The End.','Property Owner\'s Association',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1147-revision','','','2011-04-11 14:34:33','2011-04-11 20:34:33','',1147,'http://www.timberon.info/blog/?p=2934',0,'revision','',0,''),(3095,1,'2011-04-21 16:44:47','2011-04-21 22:44:47','Below are the places you can stay in Timberon by the night, week, or month...\r\n
      \r\n
    • Timberon Rentals\r\nA number of cabin rentals, click on name to go to webpage.  575-987-2201
    • \r\n
    • Riverside Condos\r\nDuplexes on the Sacramento River.  575-987-2553
    • \r\n
    • Sacramento River Lodge\r\nA motel in Timberon.  575-987-2600
    • \r\n
    • Circle Cross RV Park\r\nRV Park located on the historic Circle Cross Ranch alongside the Sacramento River.  575-987-2650
    • \r\n
    • Timberon Trails RV Park\r\nRV Park in Timberon.  575-987-2240
    • \r\n
    ','Lodging and Rentals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1999-revision-2','','','2011-04-21 16:44:47','2011-04-21 22:44:47','',1999,'http://www.timberon.info/blog/?p=3095',0,'revision','',0,''),(1475,1,'2011-03-10 19:55:33','2011-03-10 19:55:33','','Photograph (34)2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','photograph-342','','','2011-03-10 19:55:33','2011-03-10 19:55:33','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/Photograph-342.jpg',0,'attachment','image/jpeg',0,''),(1725,1,'2011-03-19 22:00:53','2011-03-19 22:00:53','','leaves_13',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','leaves_13','','','2011-03-19 22:00:53','2011-03-19 22:00:53','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/leaves_13.jpg',0,'attachment','image/jpeg',0,''),(1629,1,'2011-03-13 21:46:15','2011-03-13 21:46:15','   The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented.   The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore.  Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889.   It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\r\n\r\n    In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford.  They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years.  Fritzgerald Moore eventually sold his interest to Oliver Lee.   During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\r\n\r\n    In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\r\n\r\n     Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\r\n\r\n    The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\r\n\r\n   Oliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\r\n\r\n   The Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\r\n\r\n   The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found.   The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc� They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\r\n\r\n   Judge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\r\n\r\n   Even after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \r\n\r\n   Doc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\r\n\r\n    Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\r\n\r\n   Right after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\r\n\r\n    The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\r\n\r\n    The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\r\n\r\n   In 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\r\n\r\n   After the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\r\n\r\n   In March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \r\n\r\n   In October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association(TPOA) in the late 1970�s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\r\n\r\n    The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\r\n\r\n    The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\r\n\r\n    Frank Wheeler, Timberon�s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\r\n\r\n   Also of interest, a missile out of Fort Bliss hit Timberon in February, 1976.  The crater was near the present day dumpster site.  According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez.  The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History.  If you have something to add, please contact us.)\r\n\r\n    In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\r\n\r\n   In the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\r\n\r\n   A three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\r\n\r\n   Telephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\r\n\r\n   The Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\r\n\r\n   The Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\r\n\r\n   TWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\r\n\r\n   Today, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\r\n\r\n  This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\r\n\r\n   Noel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss.  Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating.  Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\r\n\r\n   We would like to make this an ongoing history. If you have something to add, Click Here.\r\n
    \r\n\r\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\"\"[/caption]\r\n\r\n
    \r\n\r\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\"\"[/caption]\r\n\r\n[caption id=\"attachment_1126\" align=\"aligncenter\" width=\"300\" caption=\"The old Timberon Logo Sign at the front gate as it was in the 1980s.\"]\"\"[/caption]','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','timberon-history','','http://www.timberon.info/blog/?page_id=1134\nhttp://www.timberon.info/blog/?page_id=1140\nhttp://www.timberon.info/blog/?page_id=1147','2011-03-27 10:05:30','2011-03-27 16:05:30','',0,'http://www.timberon.info/blog/?p=1629',0,'post','',0,''),(3314,1,'2011-05-03 15:51:46','0000-00-00 00:00:00',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','draft','open','open','','','','','2011-05-03 15:51:46','0000-00-00 00:00:00','',0,'http://www.timberon.info/blog/?p=3314',1,'nav_menu_item','',0,''),(3787,1,'2011-05-16 06:32:04','2011-05-16 12:32:04','Detected:  May 9, 2011                                                                        Cause:  Under Investigation\r\nContainment:  25 percent                                                                    Acres: 28,108\r\n                                                                                               \r\nNotice: The Mayhill Incident Command Post (ICP) has moved to mile marker 32 on US HWY 82.  A new contact number is available for Mayhill Fire Information. For questions and concerns please call\r\n(575) 687-3494.\r\n \r\nLocation:  The Mayhill Fire is located 2 miles west of Mayhill, NM and burning on the Lincoln National Forest, New Mexico State Forestry, Bureau of Indian Affairs (BIA), Bureau of Land Management (BLM), and private land. Yesterday, the fires movement was mostly south and southeast toward US Highway 82. The fire is burning in steep, rugged terrain.\r\n \r\nSummary: Predicted lower wind speeds (4-8 mph) coming from the east and southeast today should reduce fire behavior from what has been experienced during the past few days. There are spotted areas of heat and fire throughout the interior of the Mayhill fire with 15-20 percent of the perimeter showing intense heat. Firefighters today will concentrate efforts on the north flank of the fire east of Carr Gap Road and along US Hwy 82 building contingency lines with dozers and conducting burnout operations as necessary to corral the fire. Cold trailing (extinguishing hot spots) along US Hwy 82 and around structures will continue today with engines monitoring and patrolling the fire perimeter. Air support will continue to assist with water and retardant drops on areas where hot-spotting occurs.\r\n \r\nFirefighters were successful in conducting burnout operations along US Hwy 82 yesterday keeping the fire from progressing south where communities and infrastructures could be affected.  \r\n \r\nAdvisory: Smoke inversion may be visible in valleys during early morning hours but should lift before noon with occurrence of warmer temperatures and light winds. Travelers are advised to use caution if traveling on US Hwy 82 near mile marker 47 and may experience delays of up to 3 hours and a possible temporary closure if smoke and fire activity worsens. Alternative routes (Hwy 130 and 24) may be used for travel. Increased traffic should be expected on US Hwy 82 and along the fire perimeter due to fire personnel and weekend public travel for the duration of the Mayhill Fire.\r\n \r\nResources: 399 personnel are currently assigned to the fire. Resources from the Forest Service, Bureau of Land Management, National Park Service, and New Mexico State Forestry, Bureau of Indian Affairs, and area volunteer fire departments are assisting with firefighting operations.\r\nClosures: The Lincoln National Forest closure went into effect at 0800 hours on 5/12/11. The closure affects ALL Public lands under the jurisdiction and proclomated boundaries of the Lincoln National Forest, New Mexico.\r\nOpen Burning Restrictions are also in effect on State and Private Lands throughout New Mexico. For more information on forest closure please visit www.fs.usda.gov/lincoln. For further information including maps of the Mayhill Fire please visit www.nmfireinfo.com or www.inciweb.org.','MAYHILL FIRE UPDATE 5-13',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3731-revision-2','','','2011-05-16 06:32:04','2011-05-16 12:32:04','',3731,'http://www.timberon.info/?p=3787',0,'revision','',0,''),(3786,1,'2011-05-18 09:51:56','2011-05-18 15:51:56',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3786','','','2011-05-18 09:51:56','2011-05-18 15:51:56','',50,'http://www.timberon.info/?p=3786',3,'nav_menu_item','',0,''),(1911,1,'2011-03-11 19:34:25','2011-03-11 19:34:25','Welcome to this news section... This is the first post in order to test the system.  Please enter your own post, if appropriate.  This message will be removed at a later date.','Welcome',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1550-revision-3','','','2011-03-11 19:34:25','2011-03-11 19:34:25','',1550,'http://www.timberon.info/blog/?p=1911',0,'revision','',0,''),(1547,1,'2011-03-09 20:12:51','2011-03-09 20:12:51','
    notices of meetings and other things in the timberon area this is a test of the notice and posting system as it stands right now.
    ','Test',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1391-revision-4','','','2011-03-09 20:12:51','2011-03-09 20:12:51','',1391,'http://www.timberon.info/blog/?p=1547',0,'revision','',0,''),(3096,1,'2011-04-23 14:24:28','2011-04-23 20:24:28','This cabin has two bedrooms and two bathrooms and is located in the tall pines. There are two queen beds and a queen hide-a-bed.  The cabin has a full kitchen w/dishwasher, washer/dryer, satellite TV, central heat, and a nice deck with gas grill.  Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night).  Maximum capacity:  6 persons\n\n17 Dry Creek\nDirections to the Doll House at 17 Dry Creek in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will take a left hand curve and then take the first right onto Sauk. When you get to the top of Sauk, turn right onto Pawnee. When this road ends, turn left ontoWishita. Take the first left onto Dry Creek and the house will be the first one on your left.\n\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\n\n[nggallery id=20]\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n\nReservations HIGHLY recommended...\n
      \n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \n
    • All properties are non-smoking!
    • \n
    \nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n

    Calendar of Current Reservations

    \n[my_calendar category=\"2\" showkey=\"no\"]','Doll House',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2058-autosave','','','2011-04-23 14:24:28','2011-04-23 20:24:28','',2058,'http://www.timberon.info/blog/?p=3096',0,'revision','',0,''),(1561,1,'2011-03-11 18:12:02','2011-03-11 18:12:02','Welcome to this news section... This is the first post in order to test the system.  Please enter your own post, if appropriate.  This message will be removed at a later date.','Welcome',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1550-revision-2','','','2011-03-11 18:12:02','2011-03-11 18:12:02','',1550,'http://www.timberon.info/blog/?p=1561',0,'revision','',0,''),(1562,1,'2011-03-08 16:38:21','2011-03-08 16:38:21','[cetsEmbedRSS id=http://twitter.com/statuses/user_timeline/119168644.rss itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Service Twitter Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision-11','','','2011-03-08 16:38:21','2011-03-08 16:38:21','',1226,'http://www.timberon.info/blog/?p=1562',0,'revision','',0,''),(1563,1,'2011-03-08 17:10:24','2011-03-08 17:10:24','[cetsEmbedRSS id=http://twitter.com/statuses/user_timeline/38493596.rss itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','NM Game and Fish Tweets',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1225-revision-2','','','2011-03-08 17:10:24','2011-03-08 17:10:24','',1225,'http://www.timberon.info/blog/?p=1563',0,'revision','',0,''),(2139,1,'2011-04-03 16:44:50','2011-04-03 22:44:50','','State News',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','state-news','','','2011-05-03 19:28:43','2011-05-04 01:28:43','',552,'http://www.timberon.info/blog/?page_id=2139',6,'page','',0,''),(1564,1,'2011-03-08 16:20:04','2011-03-08 16:20:04',' \r\nTV Channel KOB News\r\n[cetsEmbedRSS id=http://feeds.feedburner.com/Kobcom-SeNewMexicoNews itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]\r\n\r\nTV Channel KRQE News\r\n[cetsEmbedRSS id=http://feeds.krqe.com/krqe-southeast itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Southeast NM News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-39','','','2011-03-08 16:20:04','2011-03-08 16:20:04','',1230,'http://www.timberon.info/blog/?p=1564',0,'revision','',0,''),(3409,1,'2011-04-03 16:34:00','2011-04-03 22:34:00','','Timberon News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2119-revision-3','','','2011-04-03 16:34:00','2011-04-03 22:34:00','',2119,'http://www.timberon.info/blog/?p=3409',0,'revision','',0,''),(3517,1,'2011-05-08 14:01:41','2011-05-08 20:01:41','This is a 3 bedroom/2 bath cabin that includes two queen-size beds, 2 twins, and a queen-size hide-a-bed. There is also a full kitchen, wood-burning stove, air conditioner, telephone, washer/dryer, a charcoal grill, and TV/DVD with satellite. Rates begin at $90.00 per night for up to four adults add $5.00 per night for each additional adult. Maximum capacity is 10 persons.\r\n\r\n114 Oakmont \r\nDirections to the Miller Cabin at 114 Oakmont in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the second right onto Oakmont. The cabin is the first house on your left. There is a carport & chain link fence.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=27]\r\n\r\n[my-email subject=\"Miller Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Miller Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2068-revision-2','','','2011-05-08 14:01:41','2011-05-08 20:01:41','',2068,'http://www.timberon.info/blog/?p=3517',0,'revision','',0,''),(3535,1,'2011-05-08 14:21:11','2011-05-08 20:21:11','There are two bedrooms and 1 bathroom. The bedrooms include king-size bed, queen-size bed, and a queen-size hide-a-bed. There is a full kitchen, wood-burning fireplace, air conditioner, screened-in porch, telephone, a charcoal grill, and DVD with satellite TV. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\n\r\n172 Bronco\r\nDirections to the Whiting Cabin at 172 Bronco in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Stay on Sacramento. You will go around two different sharp right hand curves. After the second curve, turn left onto Rocky Trail. Take the first left onto Shallow Creek. Take the third right onto Mountainaire. Take the second left onto Concho. Take the second right onto Stallion. Take the first left onto Bronco. The street sign is hard to see here but there is a tire around a water valve in the middle of the intersection. The Whiting Cabin is the second house on the left. There is a flat rock with “Whiting” on it at the top of the driveway. Enjoy!!\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=28]\r\n\r\n[my-email subject=\"Whiting Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"15\" showkey=\"no\"]','Whiting Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2070-revision','','','2011-05-08 14:21:11','2011-05-08 20:21:11','',2070,'http://www.timberon.info/blog/?p=3535',0,'revision','',0,''),(1907,1,'2011-03-24 14:53:56','2011-03-24 14:53:56','[my_calendar]','Local Events',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','events-calendar','','','2011-05-03 19:25:52','2011-05-04 01:25:52','',552,'http://www.timberon.info/blog/?page_id=1907',0,'page','',0,''),(1914,1,'2011-03-24 23:39:23','2011-03-24 23:39:23','Hunters have until 5 p.m. Monday, March 28, to submit their applications for New Mexico big-game hunting licenses for the 2011-2012 seasons. The deadline is earlier this year to allow hunters to take advantage of discounts available when they buy combination hunting and fishing licenses.\r\n\r\nThe Department of Game and Fish is expecting more than 130,000 applications for about 62,500 licenses for deer, elk, pronghorn antelope, bighorn sheep, Barbary sheep, ibex and javelina. The deadline to apply through the online licensing system at www.wildlife.state.nm.us  is 5 p.m. MDT March 28. Paper applications must be postmarked on or before March 28, or delivered to the Santa Fe office by 5 p.m. March 28.\r\n\r\n“The earlier deadline will allow hunters to save some money by buying combination licenses, and to have full use of their license when the license year begins April 1,” said Alexa Sandoval, the Department’s chief of administrative services.\r\n\r\nOnline applicants are encouraged to apply early to avoid missing the deadline because of forgotten passwords or other computer-related issues at the last minute. Late applications will not be accepted.\r\n\r\nApplicants are reminded that everyone applying for a public-land license or permit, or purchasing a license via a private land authorization or the Valles Caldera must first obtain a free Customer ID Number online at www.wildlife.state.nm.us or in person from any Department office. This number must be included on each application, paper or online, or the application will be rejected.\r\n\r\nHunters who held deer or elk licenses for the 2010-2011 season must have reported their harvest results before applying. Hunters who fail to report their 2010-2011 harvest results -- successful or not -- will have their 2011-2012 applications rejected. Harvest reports can be submitted online at www.newmexico-hunt.com or by calling toll-free (888) 248-6866. There will be an $8 late fee charged for hunters who missed the Feb. 15 reporting deadline. Furbearer hunters and trappers must report their 2010-2011 harvest results by April 7 or their applications for 2011-2012 big-game licenses will be rejected.\r\n     \r\nFor more information about big-game hunting and trapping in New Mexico, please consult the 2011-2012 Big Game & Trapper Rules and Information Booklet, available at all license vendors, Department offices, and online at www.wildlife.state.nm.us. Information also is available by calling (505) 476-8000.\r\n\r\nTune in to New Mexico Game and Fish TV:\r\n\r\n“New Mexico Wildlife”       6:30 a.m. Saturdays on KASA Channel 2, Albuquerque\r\n\r\n                                          6:30 p.m. Sundays on KENW, Portales\r\n\r\n                                          7:30 p.m. Thursdays on KRWG, Las Cruces','Monday is the Deadline to Apply for New Mexico Big-Game Licenses',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','monday-is-the-deadline-to-apply-for-new-mexico-big-game-licenses','','','2011-03-24 23:39:23','2011-03-24 23:39:23','',0,'http://www.timberon.info/blog/?p=1914',0,'post','',0,''),(1915,1,'2011-03-24 23:38:52','2011-03-24 23:38:52','Hunters have until 5 p.m. Monday, March 28, to submit their applications for New Mexico big-game hunting licenses for the 2011-2012 seasons. The deadline is earlier this year to allow hunters to take advantage of discounts available when they buy combination hunting and fishing licenses.\n\nThe Department of Game and Fish is expecting more than 130,000 applications for about 62,500 licenses for deer, elk, pronghorn antelope, bighorn sheep, Barbary sheep, ibex and javelina. The deadline to apply through the online licensing system at www.wildlife.state.nm.us  is 5 p.m. MDT March 28. Paper applications must be postmarked on or before March 28, or delivered to the Santa Fe office by 5 p.m. March 28.\n\n“The earlier deadline will allow hunters to save some money by buying combination licenses, and to have full use of their license when the license year begins April 1,” said Alexa Sandoval, the Department’s chief of administrative services.\n\nOnline applicants are encouraged to apply early to avoid missing the deadline because of forgotten passwords or other computer-related issues at the last minute. Late applications will not be accepted.\n\nApplicants are reminded that everyone applying for a public-land license or permit, or purchasing a license via a private land authorization or the Valles Caldera must first obtain a free Customer ID Number online at www.wildlife.state.nm.us or in person from any Department office. This number must be included on each application, paper or online, or the application will be rejected.\n\nHunters who held deer or elk licenses for the 2010-2011 season must have reported their harvest results before applying. Hunters who fail to report their 2010-2011 harvest results -- successful or not -- will have their 2011-2012 applications rejected. Harvest reports can be submitted online at www.newmexico-hunt.com or by calling toll-free (888) 248-6866. There will be an $8 late fee charged for hunters who missed the Feb. 15 reporting deadline. Furbearer hunters and trappers must report their 2010-2011 harvest results by April 7 or their applications for 2011-2012 big-game licenses will be rejected.\n     \nFor more information about big-game hunting and trapping in New Mexico, please consult the 2011-2012 Big Game & Trapper Rules and Information Booklet, available at all license vendors, Department offices, and online at www.wildlife.state.nm.us. Information also is available by calling (505) 476-8000.\n\n###\n\nTune in to New Mexico Game and Fish TV:\n\n“New Mexico Wildlife”       6:30 a.m. Saturdays on KASA Channel 2, Albuquerque\n\n                                          6:30 p.m. Sundays on KENW, Portales\n\n                                          7:30 p.m. Thursdays on KRWG, Las Cruces','Monday is the Deadline to Apply for New Mexico Big-Game Licenses',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1914-revision','','','2011-03-24 23:38:52','2011-03-24 23:38:52','',1914,'http://www.timberon.info/blog/?p=1915',0,'revision','',0,''),(1607,1,'2011-03-13 00:39:47','2011-03-13 00:39:47','http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo2.gif','InfoLogo2.gif',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','infologo2-gif','','','2011-03-13 00:39:47','2011-03-13 00:39:47','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo2.gif',0,'attachment','image/gif',0,''),(1608,1,'2011-03-13 00:40:37','2011-03-13 00:40:37','http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo.jpg','InfoLogo.jpg',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','infologo-jpg','','','2011-03-13 00:40:37','2011-03-13 00:40:37','',2245,'http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo.jpg',0,'attachment','image/jpeg',0,''),(1609,1,'2011-03-13 00:41:03','2011-03-13 00:41:03','http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo_SMALLER.jpg','InfoLogo_SMALLER.jpg',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','infologo_smaller-jpg','','','2011-03-13 00:41:03','2011-03-13 00:41:03','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo_SMALLER.jpg',0,'attachment','image/jpeg',0,''),(1610,1,'2011-03-13 16:04:55','2011-03-13 16:04:55','http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo1.jpg','InfoLogo1.jpg',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','infologo1-jpg','','','2011-03-13 16:04:55','2011-03-13 16:04:55','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo1.jpg',0,'attachment','image/jpeg',0,''),(1611,1,'2011-03-13 16:06:33','2011-03-13 16:06:33','http://www.timberon.info/blog/wp-content/uploads/2011/03/natfl118.jpg','natfl118.jpg',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','natfl118-jpg','','','2011-03-13 16:06:33','2011-03-13 16:06:33','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/natfl118.jpg',0,'attachment','image/jpeg',0,''),(1612,1,'2011-03-13 16:09:31','2011-03-13 16:09:31','http://www.timberon.info/blog/wp-content/uploads/2011/03/natfl1181.jpg','natfl1181.jpg',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','natfl1181-jpg','','','2011-03-13 16:09:31','2011-03-13 16:09:31','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/natfl1181.jpg',0,'attachment','image/jpeg',0,''),(1613,1,'2011-03-13 17:01:07','2011-03-13 17:01:07','','InfoLogo',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','infologo','','','2011-03-13 17:01:07','2011-03-13 17:01:07','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo3.jpg',0,'attachment','image/jpeg',0,''),(1614,1,'2011-03-13 18:19:53','2011-03-13 18:19:53','http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo4.jpg','InfoLogo4.jpg',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','infologo4-jpg','','','2011-03-13 18:19:53','2011-03-13 18:19:53','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo4.jpg',0,'attachment','image/jpeg',0,''),(1615,1,'2011-03-13 18:23:46','2011-03-13 18:23:46','http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo5.jpg','InfoLogo5.jpg',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','infologo5-jpg','','','2011-03-13 18:23:46','2011-03-13 18:23:46','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo5.jpg',0,'attachment','image/jpeg',0,''),(1616,1,'2011-03-13 18:49:26','2011-03-13 18:49:26','http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo.gif','InfoLogo.gif',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','infologo-gif','','','2011-03-13 18:49:26','2011-03-13 18:49:26','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo.gif',0,'attachment','image/gif',0,''),(1617,1,'2011-03-13 18:51:07','2011-03-13 18:51:07','http://www.timberon.info/blog/wp-content/uploads/2011/03/cropped-InfoLogo1.jpg','cropped-InfoLogo1.jpg',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','closed','open','','cropped-infologo1-jpg','','','2011-03-13 18:51:07','2011-03-13 18:51:07','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/cropped-InfoLogo1.jpg',0,'attachment','image/jpeg',0,''),(1618,1,'2011-03-13 18:54:03','2011-03-13 18:54:03','http://www.timberon.info/blog/wp-content/uploads/2011/03/cropped-InfoLogo1.jpg','cropped-InfoLogo1.jpg',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','closed','open','','cropped-infologo1-jpg-2','','','2011-03-13 18:54:03','2011-03-13 18:54:03','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/cropped-InfoLogo1.jpg',0,'attachment','image/jpeg',0,''),(1619,1,'2011-03-13 18:55:44','2011-03-13 18:55:44','http://www.timberon.info/blog/wp-content/uploads/2011/03/cropped-InfoLogo6.jpg','cropped-InfoLogo6.jpg',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','closed','open','','cropped-infologo6-jpg','','','2011-03-13 18:55:44','2011-03-13 18:55:44','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/cropped-InfoLogo6.jpg',0,'attachment','image/jpeg',0,''),(1620,1,'2011-03-13 18:57:09','2011-03-13 18:57:09','http://www.timberon.info/blog/wp-content/uploads/2011/03/cropped-InfoLogo-G.jpg','cropped-InfoLogo-G.jpg',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','closed','open','','cropped-infologo-g-jpg','','','2011-03-13 18:57:09','2011-03-13 18:57:09','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/cropped-InfoLogo-G.jpg',0,'attachment','image/jpeg',0,''),(1621,1,'2011-03-13 18:57:48','2011-03-13 18:57:48','http://www.timberon.info/blog/wp-content/uploads/2011/03/cropped-InfoLogo6.jpg','cropped-InfoLogo6.jpg',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','closed','open','','cropped-infologo6-jpg-2','','','2011-03-13 18:57:48','2011-03-13 18:57:48','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/cropped-InfoLogo6.jpg',0,'attachment','image/jpeg',0,''),(1622,1,'2011-03-13 19:21:48','2011-03-13 19:21:48','http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo-G.gif','InfoLogo-G.gif',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','infologo-g-gif','','','2011-03-13 19:21:48','2011-03-13 19:21:48','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo-G.gif',0,'attachment','image/gif',0,''),(1627,1,'2011-02-12 21:22:43','2011-02-12 21:22:43','Directory Contact Form\r\n\r\nThe following contains a Phone Book [White and Yellow Pages] for Timberon, New Mexico...\r\n[bizdir_directory name=\"Phone Directory\"]\r\n','Local Directory',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','18-revision-24','','','2011-02-12 21:22:43','2011-02-12 21:22:43','',18,'http://www.timberon.info/blog/?p=1627',0,'revision','',0,''),(3227,1,'2011-05-02 18:08:48','2011-05-03 00:08:48','','Contact Us',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','contact-us','','','2011-05-02 18:16:48','2011-05-03 00:16:48','',0,'http://www.timberon.info/blog/?post_type=iwacontactform&p=3227',0,'iwacontactform','',0,''),(3383,1,'2011-05-03 18:03:55','2011-05-04 00:03:55','The community of Timberon is at a historic crossroads. The motion filed by the receiver’s attorney and set to be heard on May 6, 2011 at 1:15 P.M. in T or C, clearly lays out the future of TWSD and will take away any possibility that the residents and property owners will have a say in how the community is governed or managed.\n\nThe document “Motion for court review and authorization” is posted at TWSD office and I’m told it is posted at the post office. The document requests a re-structure of the board and a change in the current by-laws in addition to many other changes and goals. This means that properly worded and adopted Timberon could be run by one or two individuals in any manner they deem fit. It also states that anyone who has ever been on the board or worked for the District could be named in a lawsuit.\n\nIf the residents and property owners are apathetic and say this won’t affect them then they are sadly mistaken. However if they do not want this to happen then about the only thing that will make a difference will be for each and every individual with an interest in Timberon to write to any and all persons in a position to do something like the Governor’s office, the Attorney General, or a state or federal Senator, or Representative. Somehow Judge Reynolds needs to know that the people of Timberon do not support his decision of placing Timberon in the hands of single person who can make decisions without any checks and balances. Only through the sheer volume of mail, phone calls or faxes will they pay attention to the takeover of a community.\n\nIn addition to phone calls etc the presence of a great number of residents and property owners in the court room at the time of the hearing just might get the Judge to think straight and do the right thing.\n\n ','Takeover of Timberon ',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3382-revision','','','2011-05-03 18:03:55','2011-05-04 00:03:55','',3382,'http://www.timberon.info/blog/?p=3383',0,'revision','',0,''),(1829,1,'2011-03-16 16:28:17','2011-03-16 16:28:17','
    Before Wildfire Threatens
    \r\nPlan Ahead\r\n
      \r\n
    • Prepare a family plan to identify all evacuation routes and be familiar with each one.  Smoke and anxiety can cause confusion in direction.
    • \r\n
    • Create a 30-to-100 foot safety zone around your house.
    • \r\n
    • Remove leaves and rubbish, clear all flammable vegetation.
    • \r\n
    • Remove dead branches that extend over the roof.
    • \r\n
    • Prune tree branches and shrubs within 15 feet of a stove or chimney outlet.
    • \r\n
    • Clear a 10 foot area around propane tanks and the barbecue.
    • \r\n
    • Stack firewood at least 100 feet away and uphill from the house.
    • \r\n
    • The Evacuation Card associated with this article should completed and placed in every vehicle ASAP. If an evacuation order is issued, place the card in the collection boxes located at the designated exit out of town.
    • \r\n
    \r\nProtect your Home\r\n
      \r\n
    • Regularly clean roof and gutters.
    • \r\n
    • Inspect chimneys at least twice a year.
    • \r\n
    • Clean them at least once a year.
    • \r\n
    • Teach each family member how to use the fire extinguisher (ABC type) and show them where it\'s kept.
    • \r\n
    • Keep handy household items that can be used as fire tools: rake, axe, handsaw chainsaw, bucket and shovel.
    • \r\n
    \r\nEmergency Supplies\r\n\r\nWhen wildfire threatens, you won\'t have time to shop or search for supplies. Assemble a Disaster Supplies Kit with items you may need if advised to evacuate. Store these supplies in sturdy easy-to-carry containers such as backpacks, duffel bags or trash containers. Items to include:\r\n
      \r\n
    • One change of clothing and footwear per person and one blanket or sleeping bag per person.
    • \r\n
    • A first aid kit that includes your family’s prescription medications.
    • \r\n
    • Sanitation supplies.
    • \r\n
    • Special items for infant, elderly or disable family members.
    • \r\n
    • Water and easy to prepare food.
    • \r\n
    • Pet supplies (food, water, leashes/cages, vaccination papers)
    • \r\n
    \r\nWhen Wildfire Threatens\r\n
      \r\n
    • Emergency notification will be made by fire department or law enforcement personnel. Listen for sirens in your area. Follow directions for evacuation. 
    • \r\n
    • Park car in an open space facing the direction of escape leaving. Keys in the ignition.
    • \r\n
    • Pack Disaster Supplies Kit in car (see Emergency Supplies section).
    • \r\n
    • Confine pets to one room. Make plans to care for your-pets in case you must evacuate.
    • \r\n
    • Arrange temporary housing at a friend or relative\'s home outside the threatened area.
    • \r\n
    \r\nIf Advised to Evacuate, Do So Immediately\r\n
      \r\n
    • Wear protective clothing and sturdy shoes: cotton clothing, long pants, a long-sleeved shirt, gloves and a handkerchief to protect your face.
    • \r\n
    • Lock your home.
    • \r\n
    • Watch for changes in the speed and direction of fire and smoke.
    • \r\n
    • If going to a Red Cross Shelter, take comfort foods for the children.
    • \r\n
    • Tie pets to driver\'s door so you won\'t forget them.
    • \r\n
    \r\nTime Permitting, Protect your Home Inside\r\n
      \r\n
    • Close windows, vents, doors, Venetian blinds or non-combustible window coverings and heavy drapes. Remove lightweight curtains.
    • \r\n
    • Open fireplace damper. Close fireplace screens.
    • \r\n
    • Move flammable furniture into the center of the home away from windows.
    • \r\n
    • Leave electric power on.
    • \r\n
    \r\nOutside\r\n
      \r\n
    • Turn off propane tanks.
    • \r\n
    • Place combustible patio furniture inside.  Connect the garden hose to outside taps.
    • \r\n
    • Gather fire tools (shovels; picks etc) and leave by hose for firefighters use.
    • \r\n
    • Place ladder up to roof on downward side of house
    • \r\n
    \r\nImportant Family Documents   Keep these records in a waterproof, portable container:\r\n
      \r\n
    • Will, insurance policies, contracts, deeds, stocks and bonds, etc.
    • \r\n
    • Passports, social security cards, immunization records, bank account numbers.
    • \r\n
    • Credit card account numbers and companies.
    • \r\n
    • Inventory and pictures of valuable household goods, important telephone numbers.
    • \r\n
    • Family records (birth, marriage, death certificates)
    • \r\n
    \r\nEvacuation Routes\r\n
      \r\n
    • North Gate road to Cloudcroft.
    • \r\n
    • South Gate road to Pinon, El Paso and Alamogordo (see map).
    • \r\n
    \r\n

    Take Merlin Drive out of Timberon to Hoover Dr. Continue to South Gate.

    \r\n

    Dirt road for appx. 17 miles from South Gate to pavement toward Pinon.

    \r\n

    Dirt road for appx. 50 miles to Hwy 54. At Hwy 54, South to El Paso. North to Alamogordo.  The road to El Paso and Alamogordo is not clearly marked. Anyone not familiar with this road would be advised to drive this route before an emergency.

    \r\nSchool Children \r\n
      \r\n
    • Cloudcroft schools will be notified in the event of evacuation during school hours. You must complete the evacuation card with contact telephone numbers. 
    • \r\n
    \r\nEvacuation Card This is a rich text (.rtf) file attachment that can be downloaded and viewed in any word processor to print out.\r\n
    \r\n
    \r\n\r\n[gallery link=\"file\" columns=\"1\" orderby=\"rand\"]\r\n\r\n
    \r\n
    ','Fire Evacuation Plan 2011 For Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','fire-evacuation-plan-2011-for-timberon','','','2011-03-22 22:04:37','2011-03-22 22:04:37','',0,'http://www.timberon.info/blog/?p=1829',0,'post','',0,''),(1636,1,'2011-03-14 13:56:25','2011-03-14 13:56:25','widgets_on_pages id=\"frontleft\"] [widgets_on_pages id=\"frontmiddle widgets_on_pages id=\"frontleft\"] [widgets_on_pages id=\"frontmiddle widgets_on_pages id=\"frontleft\"] [widgets_on_pages id=\"frontmiddle','Welcome to Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','welcome-to-timberon','','','2011-04-03 15:54:06','2011-04-03 21:54:06','',0,'http://www.timberon.info/blog/?p=1636',0,'post','',0,''),(1634,1,'2011-03-14 00:11:49','2011-03-14 00:11:49','','InfoLogo',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','infologo-2','','','2011-03-14 00:11:49','2011-03-14 00:11:49','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/InfoLogo6.jpg',0,'attachment','image/jpeg',0,''),(1648,1,'2011-03-14 14:22:38','2011-03-14 14:22:38','[widgets_on_pages id=\"frontleft\"][widgets_on_pages id=\"frontmiddle\"]','Welcome to Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1636-revision-12','','','2011-03-14 14:22:38','2011-03-14 14:22:38','',1636,'http://www.timberon.info/blog/?p=1648',0,'revision','',0,''),(1651,1,'2011-03-15 17:03:56','2011-03-15 17:03:56','
    \r\n\r\n   The orange-shirted workers and cranes are gone; the Mexican Canyon Trestle now stands strong and quiet, reminding us of the days when the train took logs down and brought visitors up the mountain. Now what?  Soon we will again have the bustle of construction in the area. Briston Construction is planning to begin work on the Trestle Vista around the first of April.  Highway 82 will be moved north, making more space on the south side for safe parking.  A side walk with interpretive signs will be installed, as will a viewing platform with benches, so visitors can sit down and enjoy the Trestle, White Sands, a sunset, their lunch, or the fresh mountain air.\r\n\r\n   While moving the highway may temporarily slow traffic, two lanes are expected to stay open to keep those cars moving. Highway relocation will obliterate the existing trailhead and parking for the popular Osha Trail. Work is planned to begin in March on an alternative access trail and parking for the Osha Trail. This new trailhead will be located at the bottom of Muchachita Avenue where it meets Highway 82. Visitors in Pines Campground will still be able to access Osha Trail from the campground.  As always, visitors can park in town and walk out Osha Trail road.\r\nIf you’d like to help with trail construction, please contact Peg Crim, at pcrim@fs.fed.us, or 575-434-7231 or leave your name and contact information at the Sacramento District Office.\r\n\r\n
    \r\n        For more information on the Lincoln National Forest, please review our website at:  www.fs.usda.gov/lincoln or follow us on Twitter.com/lincolnsmokey.   \r\n\r\n[gallery link="file"]','Historic Railroad Trestle Work Continues',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','905-revision-40','','','2011-03-15 17:03:56','2011-03-15 17:03:56','',905,'http://www.timberon.info/blog/?p=1651',0,'revision','',0,''),(1652,1,'2011-03-15 17:50:54','2011-03-15 17:50:54','[Category number=\'20\' method=\'excerpt\' order=\'asc\' id=\'14\' orderby=\'date\']','National Forest',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','national-forest','','','2011-05-03 19:26:41','2011-05-04 01:26:41','',552,'http://www.timberon.info/blog/?page_id=1652',5,'page','',0,''),(3413,1,'2011-04-03 16:54:35','2011-04-03 22:54:35','','Wildlife News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2136-revision-3','','','2011-04-03 16:54:35','2011-04-03 22:54:35','',2136,'http://www.timberon.info/blog/?p=3413',0,'revision','',0,''),(3414,1,'2011-04-03 16:55:09','2011-04-03 22:55:09','','State News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2139-revision-3','','','2011-04-03 16:55:09','2011-04-03 22:55:09','',2139,'http://www.timberon.info/blog/?p=3414',0,'revision','',0,''),(3415,1,'2011-04-04 09:56:38','2011-04-04 15:56:38','','National News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2142-revision-4','','','2011-04-04 09:56:38','2011-04-04 15:56:38','',2142,'http://www.timberon.info/blog/?p=3415',0,'revision','',0,''),(3308,1,'2011-05-03 15:17:16','2011-05-03 21:17:16','[mingleforum]','Community Board',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','873-revision','','','2011-05-03 15:17:16','2011-05-03 21:17:16','',873,'http://www.timberon.info/blog/?p=3308',0,'revision','',0,''),(1658,1,'2011-03-15 19:15:44','2011-03-15 19:15:44','Return to Members Area\n','Discussion Board',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','873-autosave','','','2011-03-15 19:15:44','2011-03-15 19:15:44','',873,'http://www.timberon.info/blog/?p=1658',0,'revision','',0,''),(1665,1,'2011-03-03 22:05:36','2011-03-03 22:05:36','

    Aplly for membership by clicking HERE!

    ','Apply for Membership',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','916-revision-7','','','2011-03-03 22:05:36','2011-03-03 22:05:36','',916,'http://www.timberon.info/blog/?p=1665',0,'revision','',0,''),(3382,1,'2011-04-25 18:01:53','2011-04-26 00:01:53','The community of Timberon is at a historic crossroads. The motion filed by the receiver’s attorney and set to be heard on May 6, 2011 at 1:15 P.M. in T or C, clearly lays out the future of TWSD and will take away any possibility that the residents and property owners will have a say in how the community is governed or managed.\r\n\r\nThe document “Motion for court review and authorization” is posted at TWSD office and I’m told it is posted at the post office. The document requests a re-structure of the board and a change in the current by-laws in addition to many other changes and goals. This means that properly worded and adopted Timberon could be run by one or two individuals in any manner they deem fit. It also states that anyone who has ever been on the board or worked for the District could be named in a lawsuit.\r\n\r\nIf the residents and property owners are apathetic and say this won’t affect them then they are sadly mistaken. However if they do not want this to happen then about the only thing that will make a difference will be for each and every individual with an interest in Timberon to write to any and all persons in a position to do something like the Governor’s office, the Attorney General, or a state or federal Senator, or Representative. Somehow Judge Reynolds needs to know that the people of Timberon do not support his decision of placing Timberon in the hands of single person who can make decisions without any checks and balances. Only through the sheer volume of mail, phone calls or faxes will they pay attention to the takeover of a community.\r\n\r\nIn addition to phone calls etc the presence of a great number of residents and property owners in the court room at the time of the hearing just might get the Judge to think straight and do the right thing.\r\n\r\n ','Takeover of Timberon ',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','takeover-of-timberon','','','2011-05-03 18:04:18','2011-05-04 00:04:18','',0,'http://www.timberon.info/blog/?p=3382',0,'post','',0,''),(1674,1,'2011-03-15 20:18:40','2011-03-15 20:18:40','← Return to Member\'s Area\n[page_useronline]','Members Online Now',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','876-autosave','','','2011-03-15 20:18:40','2011-03-15 20:18:40','',876,'http://www.timberon.info/blog/?p=1674',0,'revision','',0,''),(3437,1,'2011-03-15 20:24:22','2011-03-15 20:24:22','← Return to Member\'s Front Page[members-list]','Members List',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','871-revision-8','','','2011-03-15 20:24:22','2011-03-15 20:24:22','',871,'http://www.timberon.info/blog/?p=3437',0,'revision','',0,''),(1677,1,'2011-03-15 19:28:09','2011-03-15 19:28:09','← Return to Member\'s Area\r\n[members-list]','Members List',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','871-revision-6','','','2011-03-15 19:28:09','2011-03-15 19:28:09','',871,'http://www.timberon.info/blog/?p=1677',0,'revision','',0,''),(1681,1,'2011-03-15 20:19:24','2011-03-15 20:19:24','← Return to Member\'s Section\r\n[page_useronline]','Members Online Now',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','876-revision-6','','','2011-03-15 20:19:24','2011-03-15 20:19:24','',876,'http://www.timberon.info/blog/?p=1681',0,'revision','',0,''),(1682,1,'2011-03-15 20:20:25','2011-03-15 20:20:25','← Return to Member\'s Section\r\n[members-list]','Members List',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','871-revision-7','','','2011-03-15 20:20:25','2011-03-15 20:20:25','',871,'http://www.timberon.info/blog/?p=1682',0,'revision','',0,''),(3094,1,'2011-04-14 14:24:02','2011-04-14 20:24:02','Below are the places you can stay in Timberon by the night, week, or month...\r\n
      \r\n
    • Timberon Rentals\r\nA number of cabin rentals, click on name to go to webpage.  575-987-2201
    • \r\n
    • Riverside Condos\r\nDuplexes on the Sacramento River.  575-987-2553
    • \r\n
    • Sacramento River Lodge\r\nA motel in Timberon.  575-987-2600
    • \r\n
    • Circle Cross RV Park\r\nRV Park located on the historic Circle Cross Ranch alongside the Sacramento River.  575-987-2650
    • \r\n
    • Timberon Trails RV Park\r\nRV Park in Timberon.  575-987-2240
    • \r\n
    ','Lodging and Rentals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1999-revision','','','2011-04-14 14:24:02','2011-04-14 20:24:02','',1999,'http://www.timberon.info/blog/?p=3094',0,'revision','',0,''),(1692,1,'2011-03-15 23:43:34','2011-03-15 23:43:34','Directory Contact Form\r\n\r\nThe following contains a Phone Book [White and Yellow Pages] for Timberon, New Mexico…\r\n[bizdir_directory name=\"Phone Directory\"]','Phone Book',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','1692','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',0,'http://www.timberon.info/blog/?p=1692',3,'nav_menu_item','',0,''),(1695,1,'2011-03-16 23:56:48','2011-03-17 05:56:48','
    I thought maybe I could do some html and really see how well this works.
    ','',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','1695','','','2011-05-09 17:52:37','2011-05-09 23:52:37','',0,'http://www.timberon.info/blog/?p=1695',0,'post','',0,''),(3794,1,'2011-05-18 09:12:36','2011-05-18 15:12:36','\r\nPlat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...\r\n\r\nTimberon Airfield 1 \r\n\r\nTimberon Commercial 1 \r\n\r\nSacramento River Estates... \r\n\r\nSacramento Mountain Ranch 1... \r\n\r\nSacramento Mountain Ranch 2... \r\n\r\nSacramento Mountain Ranch 3... \r\n\r\nSacramento Mountain Ranch 4... \r\n\r\nTimberon Golf Course 1... \r\n\r\nTimberon Golf Course 2... \r\n\r\nTimberon Golf Course 3... \r\n\r\nTimberon Golf Course 4... \r\n\r\nTimberon Golf Course 5... \r\n\r\nTimberon Golf Course 6... \r\n\r\nTimberon Golf Course 7... \r\n\r\nTimberon Golf Course 8... \r\n\r\nTimberon Unit 1... \r\n\r\nTimberon Unit 2... \r\n\r\nTimberon Unit 3... \r\n\r\nTimberon Unit 4... \r\n\r\nTimberon Unit 5... \r\n\r\nTimberon Unit 6... \r\n\r\nTimberon Unit 7... \r\n\r\nTimberon Unit 8... \r\n\r\nTimberon Unit 9... \r\n\r\nTimberon Unit 10... \r\n\r\nTimberon Unit 12... \r\n\r\nTimberon Unit 13...\r\n\r\nTimberon Unit 14... \r\n\r\nTimberon Unit 14A... \r\n\r\nTimberon Unit 15... \r\n\r\nTimberon Unit 17...\r\n\r\n','Plat Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3541-revision-2','','','2011-05-18 09:12:36','2011-05-18 15:12:36','',3541,'http://www.timberon.info/?p=3794',0,'revision','',0,''),(3175,1,'2011-05-02 20:14:22','2011-05-03 02:14:22','[si-contact-form form=\'1\']','Template',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3172-autosave','','','2011-05-02 20:14:22','2011-05-03 02:14:22','',3172,'http://www.timberon.info/blog/?p=3175',0,'revision','',0,''),(1700,1,'2011-03-17 23:01:58','2011-03-17 23:01:58','','Test Ad',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','test-ad','','','2011-03-17 23:01:58','2011-03-17 23:01:58','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/Test-Ad.jpg',0,'attachment','image/jpeg',0,''),(1701,1,'2011-03-17 23:11:27','2011-03-17 23:11:27','','Test Ad',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','test-ad-2','','','2011-03-17 23:11:27','2011-03-17 23:11:27','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/Test-Ad1.jpg',0,'attachment','image/jpeg',0,''),(3313,1,'2011-05-03 15:55:22','2011-05-03 21:55:22',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3313','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',25,'http://www.timberon.info/blog/?p=3313',32,'nav_menu_item','',0,''),(3320,1,'2011-05-03 15:55:22','2011-05-03 21:55:22',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3320','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',0,'http://www.timberon.info/blog/?p=3320',29,'nav_menu_item','',0,''),(3317,1,'2011-05-03 15:55:22','2011-05-03 21:55:22','News from the Lincoln National Forest and US Forest Service that concerns the Sacramento Mountains and Timberon.\r\n','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3317','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',34,'http://www.timberon.info/blog/?p=3317',40,'nav_menu_item','',0,''),(3391,1,'2011-05-03 19:00:55','2011-05-04 01:00:55','[my_calendar category=\"4\" showkey=\"no\"]','Around the Mountain',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','calendar','','','2011-05-03 19:12:53','2011-05-04 01:12:53','',498,'http://www.timberon.info/blog/?page_id=3391',0,'page','',0,''),(3392,1,'2011-05-03 19:00:24','2011-05-04 01:00:24','','Calendar',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3391-revision','','','2011-05-03 19:00:24','2011-05-04 01:00:24','',3391,'http://www.timberon.info/blog/?p=3392',0,'revision','',0,''),(3687,1,'2011-05-10 07:40:02','2011-05-10 13:40:02','[mingleforum]','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3687','','','2011-05-18 11:09:13','2011-05-18 17:09:13','',0,'http://www.timberon.info/blog/?p=3687',4,'nav_menu_item','',0,''),(3394,1,'2011-05-03 19:01:45','2011-05-04 01:01:45','[my_calendar category=\"4\" showkey=\"no\"]','Calendar',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3394','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',498,'http://www.timberon.info/blog/?p=3394',4,'nav_menu_item','',0,''),(3396,1,'2011-05-03 19:00:55','2011-05-04 01:00:55','[my_calendar category=\"4\" showkey=\"no\"]','Calendar',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3391-revision-2','','','2011-05-03 19:00:55','2011-05-04 01:00:55','',3391,'http://www.timberon.info/blog/?p=3396',0,'revision','',0,''),(3397,1,'2011-05-03 08:21:48','2011-05-03 14:21:48','\"\"\r\n\r\nYou are welcome to view the Timberon Website as a visitor without registering. The site is full of interesting and helpful information on Timberon, New Mexico.','Welcome to Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2245-revision-3','','','2011-05-03 08:21:48','2011-05-03 14:21:48','',2245,'http://www.timberon.info/blog/?p=3397',0,'revision','',0,''),(1742,1,'2011-03-20 21:45:01','2011-03-20 21:45:01','','photo 4',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','photo-4','','','2011-03-20 21:45:01','2011-03-20 21:45:01','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/03/photo-4.jpg',0,'attachment','image/jpeg',0,''),(1758,1,'2011-03-21 20:47:27','2011-03-21 20:47:27','Animals found in the Timberon area... This includeds mammals, birds, fish, and even insects.  Taken from Articles in the \"Old\" Mountain Times Newspaper.\r\n
      \r\n
    • Bats - 26.91kb Adobe Acrobat (PDF) File
    • \r\n
    • Bark Beetle - 22.92kb Adobe Acrobat (PDF) File
    • \r\n
    • Black Bear - 98.59kb Adobe Acrobat (PDF) File
    • \r\n
    • Blister Beetle - 28.80kb Adobe Acrobat (PDF) File
    • \r\n
    • Bobcat - 33.29kb Adobe Acrobat (PDF) File
    • \r\n
    • Coyote - 45.97kb Adobe Acrobat (PDF) File
    • \r\n
    • Deer Mouse - 19.15kb Adobe Acrobat (PDF) File
    • \r\n
    • Endangered Species - 48.83kb Adobe Acrobat (PDF) File
    • \r\n
    • Dragonfly - 58.08kb Adobe Acrobat (PDF) File
    • \r\n
    • Elk - 85.26kb Adobe Acrobat (PDF) File
    • \r\n
    • Mountain Lion - 90.01kb Adobe Acrobat (PDF) File
    • \r\n
    • Horned Toad - 9.67kb Adobe Acrobat (PDF) File
    • \r\n
    • Mule Deer - 38.64kb Adobe Acrobat (PDF) File
    • \r\n
    • Penasco Chipmunk - 39.26kb Adobe Acrobat (PDF) File
    • \r\n
    • New Mexico Snakes - 85.81kb Adobe Acrobat (PDF) File
    • \r\n
    • Rattlesnake - 72.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Recluse Spider - 95.43kb Adobe Acrobat (PDF) File
    • \r\n
    • Roadrunner - 30.39kb Adobe Acrobat (PDF) File
    • \r\n
    • Skunk  - 61.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Wolf - 152.93kb Adobe Acrobat (PDF) File
    • \r\n
    • Turkey - 63.32kb Adobe Acrobat (PDF) FileOther Animals from Timberon and around New Mexico ...These are \"Wildlife Notes\" from NM Game and Fish.
    • \r\n
    ','Animals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','213-revision-57','','','2011-03-21 20:47:27','2011-03-21 20:47:27','',213,'http://www.timberon.info/blog/?p=1758',0,'revision','',0,''),(1787,1,'2011-03-21 21:29:53','2011-03-21 21:29:53','Animals found around the state of New Mexico, this includes mammals, fish, birds, reptiles and insects - taken from Wildlife Notes...  \r\n\r\n\"\"  Adobe PDF Files that open in a \"New Window\" \r\n','NM Wildlife Notes',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','661-revision-42','','','2011-03-21 21:29:53','2011-03-21 21:29:53','',661,'http://www.timberon.info/blog/?p=1787',0,'revision','',0,''),(2209,1,'2011-03-21 22:22:59','2011-03-21 22:22:59','Plants that can be found around this part of New Mexico... and their uses.  Most of these are articles from J. Zane Walley\'s \"Ask Your Herbalist.\"\r\n
      \r\n
    • Algerita - 34.54kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Creosote - 47.56kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Cocklebur - 22.93kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Crown of Thorns - 8.91kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Dandelion - 25kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Desert Willow - 29.42kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Edible Plants in the Sacramento Mountains - 7.01mb Adobe Acrobat (PDF) File from Daniel Kepler NMSU Paper in Cloudcroft Museum
    • \r\n
    • Ephedra High Energy Desert Herb - 11.88kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Horehound - 271.01kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Juniper - 9.78kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Noxious Weeds - 200.22kb Adobe Acrobat (PDF) File from information provided by the Otero County Extension Service.
    • \r\n
    • Ponderosa Pine - 52.96kb Adobe Acrobat (PDF) File from information provided by the USFS.
    • \r\n
    • Prickly Poppy - 316.39kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Snake Broom Weed - 10.99kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Saint Peter\'s Staff - 47.78kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Yarrow - 39.92kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Yucca - 30.53kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    ','Plants',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','211-revision-11','','','2011-03-21 22:22:59','2011-03-21 22:22:59','',211,'http://www.timberon.info/blog/?p=2209',0,'revision','',0,''),(1789,1,'2011-03-21 22:20:10','2011-03-21 22:20:10','Plants that can be found around this part of New Mexico... and their uses.  Most of these are articles from J. Zane Walley\'s \"Ask Your Herbalist.\"\r\n
      \r\n
    • Algerita - 34.54kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Creosote - 47.56kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Cocklebur - 22.93kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Crown of Thorns - 8.91kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Dandelion - 25kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Desert Willow - 29.42kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Edible Plants in the Sacramento Mountains - 7.01mb Adobe Acrobat (PDF) File from Daniel Kepler NMSU Paper in Cloudcroft Museum
    • \r\n
    • Ephedra High Energy Desert Herb - 11.88kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Horehound - 271.01kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Juniper - 9.78kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Noxious Weeds - 200.22kb Adobe Acrobat (PDF) File from information provided by the Otero County Extension Service.
    • \r\n
    • Ponderosa Pine - 52.96kb Adobe Acrobat (PDF) File from information provided by the USFS.
    • \r\n
    • Prickly Poppy - 316.39kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Snake Broom Weed - 10.99kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Saint Peter\'s Staff - 47.78kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Yarrow - 34.54kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    • Yucca - 34.54kb Adobe Acrobat (PDF) File from J. Zane Walley \"Ask Your Herbalist\"
    • \r\n
    ','Plants',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','211-revision-10','','','2011-03-21 22:20:10','2011-03-21 22:20:10','',211,'http://www.timberon.info/blog/?p=1789',0,'revision','',0,''),(3200,1,'2011-05-01 11:02:21','2011-05-01 17:02:21','[widgets_on_pages id=\"Top\"]\r\n[do_widget \"Live Search Popup\" ]\r\n\r\n','Search',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','search','','','2011-05-02 17:27:24','2011-05-02 23:27:24','',498,'http://www.timberon.info/blog/?page_id=3200',0,'page','',0,''),(3221,1,'2011-05-02 16:58:10','2011-05-02 22:58:10','[do_widget Search]\r\n[widgets_on_pages id=\"Top\"]','Search',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3200-revision','','','2011-05-02 16:58:10','2011-05-02 22:58:10','',3200,'http://www.timberon.info/blog/?p=3221',0,'revision','',0,''),(3388,1,'2011-04-21 18:39:30','2011-04-22 00:39:30','The Forest Service Southwestern Region will host a federal advisory panel meeting at the Hyatt Place Albuquerque/Uptown, 6901 Arvada Avenue, NE Albuquerque, NM  87110, (505) 872-9000. The meeting will begin at 10:00 AM on Monday, April 25 and end at approximately 4:00 PM on Friday, April 29.\r\n\r\nThe Technical Advisory Panel, which is composed of members selected for their long-time familiarity with forest management issues in New Mexico, will review grant proposals submitted for funding under the Collaborative\r\nForest Restoration Program (CFRP).  The Forest Service Southwestern Region received 35 grant proposals for consideration by the Panel in 2011.\r\n\r\nThe Technical Advisory Panel will provide recommendations to the Forest Service on project funding.  Individual grant recipients may receive up to $360,000 over a four-year period. The Forest Service plans to award\r\napproximately $4 million for CFRP grants in fiscal year 2011.  The meeting is open to the public.  However, discussion is limited to panel members and staff only.  Issues may be brought to the attention of the panel in writing.  There will be opportunities for the public to provide input during the meeting, and grant applicants may respond to questions\r\nfrom the Panel for clarification on their proposals.\r\n\r\nFor a more detailed description of the Collaborative Forest Restoration Program, as well as a discussion about the composition of this advisory panel, please visit the following website:  http://www.fs.usda.gov/goto/r3/cfrp or contact Walter Dunn, wdunn@fs.fed.us, at 505-842-3425, or in writing at Cooperative and International Forestry,\r\nUSDA-FS, 333 Broadway Blvd., SE, Albuquerque, 87102.','Forest Service Hosts Advisory Panel Meeting To Review Grant Proposals Submitted Under The Collaborative Forest Restoration Program',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','forest-service-hosts-advisory-panel-meeting-to-review-grant-proposals-submitted-under-the-collaborative-forest-restoration-program-april-25-29-2011','','','2011-05-04 10:45:46','2011-05-04 16:45:46','',0,'http://www.timberon.info/blog/?p=3388',0,'post','',0,''),(3389,1,'2011-05-03 18:44:33','2011-05-04 00:44:33','The Forest Service Southwestern Region will host a federal advisory panel meeting at the Hyatt Place Albuquerque/Uptown, 6901 Arvada Avenue, NE Albuquerque, NM  87110, (505) 872-9000. The meeting will begin at 10:00 AM on Monday, April 25 and end at approximately 4:00 PM on Friday, April 29.\n\nThe Technical Advisory Panel, which is composed of members selected for their long-time familiarity with forest management issues in New Mexico, will review grant proposals submitted for funding under the Collaborative\nForest Restoration Program (CFRP).  The Forest Service Southwestern Region received 35 grant proposals for consideration by the Panel in 2011.\n\nThe Technical Advisory Panel will provide recommendations to the Forest Service on project funding.  Individual grant recipients may receive up to $360,000 over a four-year period. The Forest Service plans to award\napproximately $4 million for CFRP grants in fiscal year 2011.  The meeting is open to the public.  However, discussion is limited to panel members and staff only.  Issues may be brought to the attention of the panel in writing.  There will be opportunities for the public to provide input during the meeting, and grant applicants may respond to questions\nfrom the Panel for clarification on their proposals.\n\nFor a more detailed description of the Collaborative Forest Restoration Program, as well as a discussion about the composition of this advisory panel, please visit the following website:  http://www.fs.usda.gov/goto/r3/cfrp or contact Walter Dunn, wdunn@fs.fed.us, at 505-842-3425, or in writing at Cooperative and International Forestry,\nUSDA-FS, 333 Broadway Blvd., SE, Albuquerque, 87102.','Forest Service Hosts Advisory Panel Meeting To Review Grant Proposals Submitted Under The Collaborative Forest Restoration Program April 25-29 2011 ',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3388-revision','','','2011-05-03 18:44:33','2011-05-04 00:44:33','',3388,'http://www.timberon.info/blog/?p=3389',0,'revision','',0,''),(3390,1,'2011-05-03 18:46:07','2011-05-04 00:46:07','The Forest Service Southwestern Region will host a federal advisory panel meeting at the Hyatt Place Albuquerque/Uptown, 6901 Arvada Avenue, NE Albuquerque, NM  87110, (505) 872-9000. The meeting will begin at 10:00 AM on Monday, April 25 and end at approximately 4:00 PM on Friday, April 29.\n\nThe Technical Advisory Panel, which is composed of members selected for their long-time familiarity with forest management issues in New Mexico, will review grant proposals submitted for funding under the Collaborative\nForest Restoration Program (CFRP).  The Forest Service Southwestern Region received 35 grant proposals for consideration by the Panel in 2011.\n\nThe Technical Advisory Panel will provide recommendations to the Forest Service on project funding.  Individual grant recipients may receive up to $360,000 over a four-year period. The Forest Service plans to award\napproximately $4 million for CFRP grants in fiscal year 2011.  The meeting is open to the public.  However, discussion is limited to panel members and staff only.  Issues may be brought to the attention of the panel in writing.  There will be opportunities for the public to provide input during the meeting, and grant applicants may respond to questions\nfrom the Panel for clarification on their proposals.\n\nFor a more detailed description of the Collaborative Forest Restoration Program, as well as a discussion about the composition of this advisory panel, please visit the following website:  http://www.fs.usda.gov/goto/r3/cfrp or contact Walter Dunn, wdunn@fs.fed.us, at 505-842-3425, or in writing at Cooperative and International Forestry,\nUSDA-FS, 333 Broadway Blvd., SE, Albuquerque, 87102.','Forest Service Hosts Advisory Panel Meeting To Review Grant Proposals Submitted Under The Collaborative Forest Restoration Program April 25-29 2011 ',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3388-autosave','','','2011-05-03 18:46:07','2011-05-04 00:46:07','',3388,'http://www.timberon.info/blog/?p=3390',0,'revision','',0,''),(2984,1,'2011-01-20 20:27:52','2011-01-20 20:27:52','Back to Photos\r\nBelow are 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!\r\n[nggallery id=3]','Bill Davis Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','97-revision-12','','','2011-01-20 20:27:52','2011-01-20 20:27:52','',97,'http://www.timberon.info/blog/?p=2984',0,'revision','',0,''),(1825,1,'2011-03-21 22:58:43','2011-03-21 22:58:43','','Help',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','498-revision-8','','','2011-03-21 22:58:43','2011-03-21 22:58:43','',498,'http://www.timberon.info/blog/?p=1825',0,'revision','',0,''),(1826,1,'2011-02-12 21:22:10','2011-02-12 21:22:10','[gwolle-gb]','Guestbook',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','56-revision-9','','','2011-02-12 21:22:10','2011-02-12 21:22:10','',56,'http://www.timberon.info/blog/?p=1826',0,'revision','',0,''),(1827,1,'2011-03-22 14:43:45','2011-03-22 14:43:45','[gwolle-gb]','Guestbook',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','56-autosave','','','2011-03-22 14:43:45','2011-03-22 14:43:45','',56,'http://www.timberon.info/blog/?p=1827',0,'revision','',0,''),(2666,1,'2011-04-08 11:03:21','2011-04-08 17:03:21','','sort_date',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sort_date','','','2011-04-08 11:03:21','2011-04-08 17:03:21','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sort_date.png',0,'attachment','image/png',0,''),(2667,1,'2011-04-08 11:03:22','2011-04-08 17:03:22','','sort_disable',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sort_disable','','','2011-04-08 11:03:22','2011-04-08 17:03:22','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sort_disable.png',0,'attachment','image/png',0,''),(2668,1,'2011-04-08 11:03:24','2011-04-08 17:03:24','','sort_number',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sort_number','','','2011-04-08 11:03:24','2011-04-08 17:03:24','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sort_number.png',0,'attachment','image/png',0,''),(2669,1,'2011-04-08 11:03:25','2011-04-08 17:03:25','','sort_price',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sort_price','','','2011-04-08 11:03:25','2011-04-08 17:03:25','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sort_price.png',0,'attachment','image/png',0,''),(2670,1,'2011-04-08 11:03:27','2011-04-08 17:03:27','','sort_quantity',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sort_quantity','','','2011-04-08 11:03:27','2011-04-08 17:03:27','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sort_quantity.png',0,'attachment','image/png',0,''),(2671,1,'2011-04-08 11:03:28','2011-04-08 17:03:28','','sort_rating',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sort_rating','','','2011-04-08 11:03:28','2011-04-08 17:03:28','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sort_rating.png',0,'attachment','image/png',0,''),(2672,1,'2011-04-08 11:03:30','2011-04-08 17:03:30','','sound',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sound','','','2011-04-08 11:03:30','2011-04-08 17:03:30','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sound.png',0,'attachment','image/png',0,''),(2673,1,'2011-04-08 11:03:32','2011-04-08 17:03:32','','sound_note',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sound_note','','','2011-04-08 11:03:32','2011-04-08 17:03:32','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sound_note.png',0,'attachment','image/png',0,''),(2674,1,'2011-04-08 11:03:33','2011-04-08 17:03:33','','spellcheck',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','spellcheck','','','2011-04-08 11:03:33','2011-04-08 17:03:33','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/spellcheck.png',0,'attachment','image/png',0,''),(2675,1,'2011-04-08 11:03:35','2011-04-08 17:03:35','','sport_8ball',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sport_8ball','','','2011-04-08 11:03:35','2011-04-08 17:03:35','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sport_8ball.png',0,'attachment','image/png',0,''),(2676,1,'2011-04-08 11:03:36','2011-04-08 17:03:36','','sport_basketball',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sport_basketball','','','2011-04-08 11:03:36','2011-04-08 17:03:36','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sport_basketball.png',0,'attachment','image/png',0,''),(2677,1,'2011-04-08 11:03:38','2011-04-08 17:03:38','','sport_football',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sport_football','','','2011-04-08 11:03:38','2011-04-08 17:03:38','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sport_football.png',0,'attachment','image/png',0,''),(2678,1,'2011-04-08 11:03:39','2011-04-08 17:03:39','','sport_golf',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sport_golf','','','2011-04-08 11:03:39','2011-04-08 17:03:39','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sport_golf.png',0,'attachment','image/png',0,''),(2679,1,'2011-04-08 11:03:41','2011-04-08 17:03:41','','sport_raquet',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sport_raquet','','','2011-04-08 11:03:41','2011-04-08 17:03:41','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sport_raquet.png',0,'attachment','image/png',0,''),(2680,1,'2011-04-08 11:03:43','2011-04-08 17:03:43','','sport_shuttlecock',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sport_shuttlecock','','','2011-04-08 11:03:43','2011-04-08 17:03:43','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sport_shuttlecock.png',0,'attachment','image/png',0,''),(2681,1,'2011-04-08 11:03:44','2011-04-08 17:03:44','','sport_soccer',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sport_soccer','','','2011-04-08 11:03:44','2011-04-08 17:03:44','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sport_soccer.png',0,'attachment','image/png',0,''),(2682,1,'2011-04-08 11:03:46','2011-04-08 17:03:46','','sport_tennis',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sport_tennis','','','2011-04-08 11:03:46','2011-04-08 17:03:46','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sport_tennis.png',0,'attachment','image/png',0,''),(2683,1,'2011-04-08 11:03:47','2011-04-08 17:03:47','','stamp',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','stamp','','','2011-04-08 11:03:47','2011-04-08 17:03:47','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/stamp.png',0,'attachment','image/png',0,''),(2684,1,'2011-04-08 11:03:49','2011-04-08 17:03:49','','star_1',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','star_1','','','2011-04-08 11:03:49','2011-04-08 17:03:49','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/star_1.png',0,'attachment','image/png',0,''),(2685,1,'2011-04-08 11:03:50','2011-04-08 17:03:50','','star_2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','star_2','','','2011-04-08 11:03:50','2011-04-08 17:03:50','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/star_2.png',0,'attachment','image/png',0,''),(2686,1,'2011-04-08 11:03:52','2011-04-08 17:03:52','','status_online',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','status_online','','','2011-04-08 11:03:52','2011-04-08 17:03:52','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/status_online.png',0,'attachment','image/png',0,''),(2687,1,'2011-04-08 11:03:53','2011-04-08 17:03:53','','stop',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','stop','','','2011-04-08 11:03:53','2011-04-08 17:03:53','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/stop.png',0,'attachment','image/png',0,''),(2688,1,'2011-04-08 11:03:55','2011-04-08 17:03:55','','style',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','style','','','2011-04-08 11:03:55','2011-04-08 17:03:55','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/style.png',0,'attachment','image/png',0,''),(2689,1,'2011-04-08 11:03:57','2011-04-08 17:03:57','','sum',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sum','','','2011-04-08 11:03:57','2011-04-08 17:03:57','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sum.png',0,'attachment','image/png',0,''),(2690,1,'2011-04-08 11:03:58','2011-04-08 17:03:58','','sum_2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sum_2','','','2011-04-08 11:03:58','2011-04-08 17:03:58','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sum_2.png',0,'attachment','image/png',0,''),(2691,1,'2011-04-08 11:04:00','2011-04-08 17:04:00','','switch',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','switch','','','2011-04-08 11:04:00','2011-04-08 17:04:00','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/switch.png',0,'attachment','image/png',0,''),(2692,1,'2011-04-08 11:04:02','2011-04-08 17:04:02','','tab',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','tab','','','2011-04-08 11:04:02','2011-04-08 17:04:02','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/tab.png',0,'attachment','image/png',0,''),(2693,1,'2011-04-08 11:04:03','2011-04-08 17:04:03','','table',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','table','','','2011-04-08 11:04:03','2011-04-08 17:04:03','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/table.png',0,'attachment','image/png',0,''),(2694,1,'2011-04-08 11:04:05','2011-04-08 17:04:05','','tag',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','tag','','','2011-04-08 11:04:05','2011-04-08 17:04:05','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/tag.png',0,'attachment','image/png',0,''),(2695,1,'2011-04-08 11:04:07','2011-04-08 17:04:07','','tag_blue',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','tag_blue','','','2011-04-08 11:04:07','2011-04-08 17:04:07','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/tag_blue.png',0,'attachment','image/png',0,''),(2696,1,'2011-04-08 11:04:08','2011-04-08 17:04:08','','target',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','target','','','2011-04-08 11:04:08','2011-04-08 17:04:08','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/target.png',0,'attachment','image/png',0,''),(2697,1,'2011-04-08 11:04:10','2011-04-08 17:04:10','','telephone',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','telephone','','','2011-04-08 11:04:10','2011-04-08 17:04:10','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/telephone.png',0,'attachment','image/png',0,''),(2698,1,'2011-04-08 11:04:12','2011-04-08 17:04:12','','television',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','television','','','2011-04-08 11:04:12','2011-04-08 17:04:12','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/television.png',0,'attachment','image/png',0,''),(2699,1,'2011-04-08 11:04:14','2011-04-08 17:04:14','','text_align_center',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','text_align_center','','','2011-04-08 11:04:14','2011-04-08 17:04:14','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/text_align_center.png',0,'attachment','image/png',0,''),(2700,1,'2011-04-08 11:04:15','2011-04-08 17:04:15','','text_align_justify',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','text_align_justify','','','2011-04-08 11:04:15','2011-04-08 17:04:15','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/text_align_justify.png',0,'attachment','image/png',0,''),(2701,1,'2011-04-08 11:04:17','2011-04-08 17:04:17','','text_align_left',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','text_align_left','','','2011-04-08 11:04:17','2011-04-08 17:04:17','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/text_align_left.png',0,'attachment','image/png',0,''),(2702,1,'2011-04-08 11:04:18','2011-04-08 17:04:18','','text_align_right',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','text_align_right','','','2011-04-08 11:04:18','2011-04-08 17:04:18','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/text_align_right.png',0,'attachment','image/png',0,''),(2703,1,'2011-04-08 11:04:20','2011-04-08 17:04:20','','text_allcaps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','text_allcaps','','','2011-04-08 11:04:20','2011-04-08 17:04:20','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/text_allcaps.png',0,'attachment','image/png',0,''),(2704,1,'2011-04-08 11:04:21','2011-04-08 17:04:21','','text_bold',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','text_bold','','','2011-04-08 11:04:21','2011-04-08 17:04:21','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/text_bold.png',0,'attachment','image/png',0,''),(2705,1,'2011-04-08 11:04:23','2011-04-08 17:04:23','','text_columns',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','text_columns','','','2011-04-08 11:04:23','2011-04-08 17:04:23','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/text_columns.png',0,'attachment','image/png',0,''),(3610,1,'2011-02-09 10:14:25','2011-02-09 17:14:25','[rssinpage rssfeed=\'http://feeds.feedburner.com/Kobcom-SeNewMexicoNews\' rssitems=\'20\']\r\n','Current News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','current-news-feed','','','2011-05-09 10:25:12','2011-05-09 16:25:12','',0,'http://www.timberon.info/blog/?p=3610',0,'post','',0,''),(3616,1,'2011-05-09 10:18:43','2011-05-09 16:18:43','[rssinpage rssfeed=\'http://feeds.feedburner.com/Kobcom-SeNewMexicoNews\' rssitems=\'20\']\r\n','Current News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3610-revision','','','2011-05-09 10:18:43','2011-05-09 16:18:43','',3610,'http://www.timberon.info/blog/?p=3616',0,'revision','',0,''),(3777,1,'2011-05-17 16:58:56','2011-05-17 22:58:56','[[wp_classified]]','classified',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3774-revision-3','','','2011-05-17 16:58:56','2011-05-17 22:58:56','',3774,'http://www.timberon.info/?p=3777',0,'revision','',0,''),(3617,1,'2011-05-09 10:24:09','2011-05-09 16:24:09','[rssinpage rssfeed=\'http://feeds.feedburner.com/Kobcom-SeNewMexicoNews\' rssitems=\'20\']\r\n','Current News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3610-revision-2','','','2011-05-09 10:24:09','2011-05-09 16:24:09','',3610,'http://www.timberon.info/blog/?p=3617',0,'revision','',0,''),(3618,1,'2011-05-09 10:27:06','2011-05-09 16:27:06',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3618','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',15,'http://www.timberon.info/blog/?p=3618',38,'nav_menu_item','',0,''),(3619,1,'2011-05-09 10:27:06','2011-05-09 16:27:06',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3619','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',15,'http://www.timberon.info/blog/?p=3619',39,'nav_menu_item','',0,''),(3615,1,'2011-05-09 10:18:32','2011-05-09 16:18:32','[rssinpage rssfeed=\'http://feeds.feedburner.com/Kobcom-SeNewMexicoNews\' rssitems=\'20\' ]\r\n','Current News Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3610-revision-4','','','2011-05-09 10:18:32','2011-05-09 16:18:32','',3610,'http://www.timberon.info/blog/?p=3615',0,'revision','',0,''),(3620,1,'2011-05-09 10:29:46','2011-05-09 16:29:46',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3620','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',0,'http://www.timberon.info/blog/?p=3620',7,'nav_menu_item','',0,''),(3621,1,'2011-05-09 10:29:46','2011-05-09 16:29:46',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3621','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',58,'http://www.timberon.info/blog/?p=3621',8,'nav_menu_item','',0,''),(1837,1,'2011-03-22 19:14:24','2011-03-22 19:14:24','','Evacuation Map',1,1,0,NULL,NULL,NULL,0,NULL,'Fire Evacuation Map for Timberon','inherit','open','open','','evacuation-map','','','2011-03-22 19:14:24','2011-03-22 19:14:24','',1829,'http://www.timberon.info/blog/wp-content/uploads/2011/03/Evacuation-Map.jpg',0,'attachment','image/jpeg',0,''),(1844,1,'2011-03-22 19:34:59','2011-03-22 19:34:59','','Evacuation Card',1,1,0,NULL,NULL,NULL,0,NULL,'Evacuation Card','inherit','open','open','','evacuation-card','','','2011-03-22 19:34:59','2011-03-22 19:34:59','',1829,'http://www.timberon.info/blog/wp-content/uploads/2011/03/Evacuation-Card.rtf',0,'attachment','application/rtf',0,''),(3622,1,'2011-05-09 10:29:46','2011-05-09 16:29:46',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3622','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',58,'http://www.timberon.info/blog/?p=3622',9,'nav_menu_item','',0,''),(3660,1,'2011-02-09 17:40:56','2011-02-10 00:40:56','[rss feed=\"http://twitter.com/statuses/user_timeline/38493596.rss\" num=\"100\" excerpt=\"true\"/]\r\n','Game and Fish Twitter Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','game-and-fish-twitter-feed','','','2011-05-09 18:17:25','2011-05-10 00:17:25','',0,'http://www.timberon.info/blog/?p=3660',0,'post','',0,''),(3624,1,'2011-05-09 10:53:39','2011-05-09 16:53:39','This rustic property has four bedrooms and three bathrooms. The beds include one king, one queen, one double, and four twins. There is a full kitchen plus another partial kitchen, washer/dryer, two dens, telephone, and TV w/satellite and a DVD player. Outdoors there are three decks, patio furniture, charcoal grill and a gas grill.  Rates begin at $110.00 per night for up to six adults.  (additional adult $5.00 each per night) Maximum capacity: 12 persons.\r\n\r\n187 Dixwood\r\nDirections to the Abbott Log Cabin at 187 Dixwood in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the second right onto Apache Dr. Take the first left onto Dixwood. The log cabin will be on your left at the first complete intersection that you come to. This will be Dixwood and Carson.\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, P.O. Box 92, Timberon, NM 88350 — 575-987-2201\r\n\r\n[my-email subject=\"Abbott Log Cabin\"] for Reservations or Questions.  [nggallery id=24]\r\n\r\nReservations HIGHLY recommended…\r\n\r\n Reservations made during the holidays require a 50% non-refundable deposit.\r\n One night rental rates are slightly higher. No “one day” reservations will be accepted during the holidays.\r\n Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!\r\n All properties are non-smoking!\r\n\r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin…\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\nCalendar of Current Reservations\r\n[my_calendar category=\"11\" showkey=\"no\"]','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3624','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',2002,'http://www.timberon.info/blog/?p=3624',12,'nav_menu_item','',0,''),(3625,1,'2011-05-09 10:53:39','2011-05-09 16:53:39','2 BR/1 Bath includes 2 twin beds, 1 queen bed, and 1 queen hide-a-bed, full kitchen, wood stove, washer/ dryer, telephone, air conditioning, charcoal grill, and television with satellite programming and a VCR. Rates begin at $80.00 per night for up to four adults, $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt A is the first apartment on your right from the deck.\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, P.O. Box 92, Timberon, NM 88350 — 575-987-2201\r\n\r\n[my-email subject=\"Casa Sacramento Apt A\"] for Reservations or Questions.  [nggallery id=29]\r\n\r\nReservations HIGHLY recommended…\r\n\r\n Reservations made during the holidays require a 50% non-refundable deposit.\r\n One night rental rates are slightly higher. No “one day” reservations will be accepted during the holidays.\r\n Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!\r\n All properties are non-smoking!\r\n\r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin…\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\nCalendar of Current Reservations\r\n[my_calendar category=\"5\" showkey=\"no\"]','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3625','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',3026,'http://www.timberon.info/blog/?p=3625',16,'nav_menu_item','',0,''),(3626,1,'2011-05-09 10:53:39','2011-05-09 16:53:39','1 BR/2 Bath includes queen bed and queen hide-a-bed, kitchenette, telephone, air conditioning, and television with satellite. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt C is the last apartment on your right from the deck.\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, P.O. Box 92, Timberon, NM 88350 — 575-987-2201\r\n\r\n[my-email subject=\"Casa Sacramento Apt C\"] for Reservations or Questions.  [nggallery id=30]\r\n\r\nReservations HIGHLY recommended…\r\n\r\n Reservations made during the holidays require a 50% non-refundable deposit.\r\n One night rental rates are slightly higher. No “one day” reservations will be accepted during the holidays.\r\n Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!\r\n All properties are non-smoking!\r\n\r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin…\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\nCalendar of Current Reservations\r\n[my_calendar category=\"6\" showkey=\"no\"]','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3626','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',3026,'http://www.timberon.info/blog/?p=3626',17,'nav_menu_item','',0,''),(2746,1,'2011-04-08 11:05:28','2011-04-08 17:05:28','','umbrella',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','umbrella','','','2011-04-08 11:05:28','2011-04-08 17:05:28','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/umbrella.png',0,'attachment','image/png',0,''),(2747,1,'2011-04-08 11:05:30','2011-04-08 17:05:30','','user',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','user','','','2011-04-08 11:05:30','2011-04-08 17:05:30','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/user.png',0,'attachment','image/png',0,''),(2748,1,'2011-04-08 11:05:31','2011-04-08 17:05:31','','user_black_female',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','user_black_female','','','2011-04-08 11:05:31','2011-04-08 17:05:31','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/user_black_female.png',0,'attachment','image/png',0,''),(2749,1,'2011-04-08 11:05:32','2011-04-08 17:05:32','','user_business',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','user_business','','','2011-04-08 11:05:32','2011-04-08 17:05:32','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/user_business.png',0,'attachment','image/png',0,''),(2750,1,'2011-04-08 11:05:34','2011-04-08 17:05:34','','user_business_boss',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','user_business_boss','','','2011-04-08 11:05:34','2011-04-08 17:05:34','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/user_business_boss.png',0,'attachment','image/png',0,''),(2751,1,'2011-04-08 11:05:36','2011-04-08 17:05:36','','user_female',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','user_female','','','2011-04-08 11:05:36','2011-04-08 17:05:36','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/user_female.png',0,'attachment','image/png',0,''),(2752,1,'2011-04-08 11:05:37','2011-04-08 17:05:37','','user_silhouette',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','user_silhouette','','','2011-04-08 11:05:37','2011-04-08 17:05:37','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/user_silhouette.png',0,'attachment','image/png',0,''),(2753,1,'2011-04-08 11:05:39','2011-04-08 17:05:39','','user_thief',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','user_thief','','','2011-04-08 11:05:39','2011-04-08 17:05:39','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/user_thief.png',0,'attachment','image/png',0,''),(2754,1,'2011-04-08 11:05:40','2011-04-08 17:05:40','','user_thief_baldie',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','user_thief_baldie','','','2011-04-08 11:05:40','2011-04-08 17:05:40','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/user_thief_baldie.png',0,'attachment','image/png',0,''),(2755,1,'2011-04-08 11:05:42','2011-04-08 17:05:42','','vcard',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','vcard','','','2011-04-08 11:05:42','2011-04-08 17:05:42','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/vcard.png',0,'attachment','image/png',0,''),(2756,1,'2011-04-08 11:05:44','2011-04-08 17:05:44','','vector',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','vector','','','2011-04-08 11:05:44','2011-04-08 17:05:44','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/vector.png',0,'attachment','image/png',0,''),(3627,1,'2011-05-09 10:53:39','2011-05-09 16:53:39','1 BR/1 Bath includes queen bed and queen hide-a-bed, kitchenette, dressing room, wood stove, telephone, small charcoal grill, and television with satellite & VCR. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt D is on the front side of the building on the lower level.\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, P.O. Box 92, Timberon, NM 88350 — 575-987-2201\r\n\r\n[my-email subject=\"Casa Sacramento Apt D\"] for Reservations or Questions.  [nggallery id=31]\r\n\r\nReservations HIGHLY recommended…\r\n\r\n Reservations made during the holidays require a 50% non-refundable deposit.\r\n One night rental rates are slightly higher. No “one day” reservations will be accepted during the holidays.\r\n Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!\r\n All properties are non-smoking!\r\n\r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin…\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\nCalendar of Current Reservations\r\n[my_calendar category=\"7\" showkey=\"no\"]','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3627','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',3026,'http://www.timberon.info/blog/?p=3627',18,'nav_menu_item','',0,''),(3628,1,'2011-05-09 10:53:39','2011-05-09 16:53:39','1 Room/1 Bath includes double bed, kitchenette, and television with satellite programming. Rates begin at $45.00 per night for two persons only.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt E is the only apartment on the back side of the building.\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, P.O. Box 92, Timberon, NM 88350 — 575-987-2201\r\n\r\n[my-email subject=\"Casa Sacramento Apt E\"] for Reservations or Questions.  [nggallery id=32]\r\n\r\nReservations HIGHLY recommended…\r\n\r\n Reservations made during the holidays require a 50% non-refundable deposit.\r\n One night rental rates are slightly higher. No “one day” reservations will be accepted during the holidays.\r\n Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!\r\n All properties are non-smoking!\r\n\r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin…\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\nCalendar of Current Reservations\r\n[my_calendar category=\"8\" showkey=\"no\"]','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3628','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',3026,'http://www.timberon.info/blog/?p=3628',19,'nav_menu_item','',0,''),(3401,1,'2011-04-14 13:15:32','2011-04-14 19:15:32','[gview file=\"http://www.timberon.info/Maps/TIMBERON_ROADMAP_PRINT.pdf\"]','Road Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','82-revision-2','','','2011-04-14 13:15:32','2011-04-14 19:15:32','',82,'http://www.timberon.info/blog/?p=3401',0,'revision','',0,''),(3403,1,'2011-04-14 17:20:29','2011-04-14 23:20:29','','Products and Services',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3005-revision-3','','','2011-04-14 17:20:29','2011-04-14 23:20:29','',3005,'http://www.timberon.info/blog/?p=3403',0,'revision','',0,''),(3404,1,'2011-05-03 09:19:04','2011-05-03 15:19:04','','TEST',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3254-revision-3','','','2011-05-03 09:19:04','2011-05-03 15:19:04','',3254,'http://www.timberon.info/blog/?p=3404',0,'revision','',0,''),(3405,1,'2011-05-03 19:19:47','2011-05-04 01:19:47','Sub-Menu[sb_child_list]\r\n[sb_parent]\r\n \r\n\r\n\r\n\r\n Timberon Weather Station\r\n Weather Advisories\r\n Fire Weather\r\n\r\nClick Title to open in New Window…\r\n[pageview url=\"http://forecast.weather.gov/MapClick.php?CityName=Timberon&state=NM&site=EPZ&lat=32.6383&lon=-105.69\" title=\"NWS Seven Day Forecast\" scrolling=\"yes\"]','Weather',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','weather','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',0,'http://www.timberon.info/blog/?p=3405',28,'nav_menu_item','',0,''),(3406,1,'2011-05-03 19:19:48','2011-05-04 01:19:48','[gwolle-gb]','Guestbook',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','guestbook','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',0,'http://www.timberon.info/blog/?p=3406',27,'nav_menu_item','',0,''),(3407,1,'2011-05-03 16:45:19','2011-05-03 22:45:19','','Website Links',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3340-revision-2','','','2011-05-03 16:45:19','2011-05-03 22:45:19','',3340,'http://www.timberon.info/blog/?p=3407',0,'revision','',0,''),(3408,1,'2011-04-04 11:58:12','2011-04-04 17:58:12','[my_calendar]','Local Events',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1907-revision-8','','','2011-04-04 11:58:12','2011-04-04 17:58:12','',1907,'http://www.timberon.info/blog/?p=3408',0,'revision','',0,''),(3422,1,'2011-05-04 11:02:52','2011-05-04 17:02:52','Smokey’s Garden is expanding this spring with a garden apprenticeship program for students grade 6 and up to learn hands-on gardening activities throughout the 2011 summer. On April 29, 2011, an Arbor Day Celebration will take place from 3:30 p.m. to 5:00 p.m., at the Smokey Bear Ranger District Office, 901 Mechem Drive, Ruidoso, and all area children and families are invited to join us for this event.\n\nTeens, pre-teens, and adults can learn about garden design, planting and nurturing an organic garden, and planning an environmentally friendly growing space by using composting and rainwater harvesting methods.\n\nProjects include painting murals, signs, and creating garden sculptures, face and rock paining and information on how to make a butterfly habitat. Another wonderful opportunity will be to participate in film making which will document the stages of the garden’s growth. Also scheduled will be the planting of native seeds, flowers, and butterfly bushes in Smokey’s Community Garden. They’ll learn how to build a wildlife habitat and create a Three Sisters Garden using native seeds. Children and parents will also have the opportunity to sign-up for summer gardening classes. Light refreshments will be served.\n\nDistrict employees broke ground for Smokey’s Garden back on April 28, 2010. The goal of the District’s community garden is to unite children and adults and inspire solutions to issues plaguing our country, such as hunger and pollution and by providing fresh produce to local families and organizations.\n\n The apprentice gardeners will give back to the community by planting and caring for a Soup Garden, with the cultivated produce donated to the Lincoln County Food Bank. The classes, led by a master gardener are free of charge through the New Mexico Alliance for Children, an educational non-profit organization based in Ruidoso. No prior gardening experience is required.\n\nThe Lincoln National Forest is committed to connecting kids with nature and the outdoors by providing students, parents and teachers with youth-oriented information and resources related to natural resources and the environment. The U.S. Forest Service wants to encourage more kids to go outdoors by having fun, being healthy and learning more about nature. This can instill kids to create an awareness of the value of public lands, seek careers in natural resources and land management, as well as enthusiastically participate in physical activities.\n\nFor more information, please contact the Smokey Bear Ranger District Office at (575) 257-4095, and ask for Dan Ray. Office hours are 7:30 a.m. to 4:30 p.m., Monday through Friday.\n\nFor more information on the Lincoln National Forest, please visit our website at www.fs.usda.gov/lincoln and follow us on www.twitter.com/lincolnsmokey.','Learn Gardening Techniques At Smokey\'s Garden Arbor Day Celebration',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3421-revision','','','2011-05-04 11:02:52','2011-05-04 17:02:52','',3421,'http://www.timberon.info/blog/?p=3422',0,'revision','',0,''),(3423,1,'2011-05-04 11:05:02','2011-05-04 17:05:02','','Smokeys_Garden_Arbor_Day_2_Girls_Watering_04_15_2011',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smokeys_garden_arbor_day_2_girls_watering_04_15_2011','','','2011-05-04 11:05:02','2011-05-04 17:05:02','',3421,'http://www.timberon.info/blog/wp-content/uploads/2011/04/Smokeys_Garden_Arbor_Day_2_Girls_Watering_04_15_2011.jpg',0,'attachment','image/jpeg',0,''),(3424,1,'2011-05-04 11:05:12','2011-05-04 17:05:12','','Smokeys_Garden_Arbor_Day_04_15_2011',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smokeys_garden_arbor_day_04_15_2011','','','2011-05-04 11:05:12','2011-05-04 17:05:12','',3421,'http://www.timberon.info/blog/wp-content/uploads/2011/04/Smokeys_Garden_Arbor_Day_04_15_2011.jpg',0,'attachment','image/jpeg',0,''),(3425,1,'2011-05-04 11:05:20','2011-05-04 17:05:20','','Smokeys_Garden_Arbor_Day_Celebration_March_04_15_2011',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smokeys_garden_arbor_day_celebration_march_04_15_2011','','','2011-05-04 11:05:20','2011-05-04 17:05:20','',3421,'http://www.timberon.info/blog/wp-content/uploads/2011/04/Smokeys_Garden_Arbor_Day_Celebration_March_04_15_2011.jpg',0,'attachment','image/jpeg',0,''),(3426,1,'2011-05-04 11:05:23','2011-05-04 17:05:23','','Smokeys_Garden_Arbor_Day_Harvest_04_15_2011',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smokeys_garden_arbor_day_harvest_04_15_2011','','','2011-05-04 11:05:23','2011-05-04 17:05:23','',3421,'http://www.timberon.info/blog/wp-content/uploads/2011/04/Smokeys_Garden_Arbor_Day_Harvest_04_15_2011.jpg',0,'attachment','image/jpeg',0,''),(3427,1,'2011-05-04 11:03:08','2011-05-04 17:03:08','Smokey’s Garden is expanding this spring with a garden apprenticeship program for students grade 6 and up to learn hands-on gardening activities throughout the 2011 summer. On April 29, 2011, an Arbor Day Celebration will take place from 3:30 p.m. to 5:00 p.m., at the Smokey Bear Ranger District Office, 901 Mechem Drive, Ruidoso, and all area children and families are invited to join us for this event.\r\n\r\nTeens, pre-teens, and adults can learn about garden design, planting and nurturing an organic garden, and planning an environmentally friendly growing space by using composting and rainwater harvesting methods.\r\n\r\nProjects include painting murals, signs, and creating garden sculptures, face and rock paining and information on how to make a butterfly habitat. Another wonderful opportunity will be to participate in film making which will document the stages of the garden’s growth. Also scheduled will be the planting of native seeds, flowers, and butterfly bushes in Smokey’s Community Garden. They’ll learn how to build a wildlife habitat and create a Three Sisters Garden using native seeds. Children and parents will also have the opportunity to sign-up for summer gardening classes. Light refreshments will be served.\r\n\r\nDistrict employees broke ground for Smokey’s Garden back on April 28, 2010. The goal of the District’s community garden is to unite children and adults and inspire solutions to issues plaguing our country, such as hunger and pollution and by providing fresh produce to local families and organizations.\r\n\r\n The apprentice gardeners will give back to the community by planting and caring for a Soup Garden, with the cultivated produce donated to the Lincoln County Food Bank. The classes, led by a master gardener are free of charge through the New Mexico Alliance for Children, an educational non-profit organization based in Ruidoso. No prior gardening experience is required.\r\n\r\nThe Lincoln National Forest is committed to connecting kids with nature and the outdoors by providing students, parents and teachers with youth-oriented information and resources related to natural resources and the environment. The U.S. Forest Service wants to encourage more kids to go outdoors by having fun, being healthy and learning more about nature. This can instill kids to create an awareness of the value of public lands, seek careers in natural resources and land management, as well as enthusiastically participate in physical activities.\r\n\r\nFor more information, please contact the Smokey Bear Ranger District Office at (575) 257-4095, and ask for Dan Ray. Office hours are 7:30 a.m. to 4:30 p.m., Monday through Friday.\r\n\r\nFor more information on the Lincoln National Forest, please visit our website at www.fs.usda.gov/lincoln and follow us on www.twitter.com/lincolnsmokey.','Learn Gardening Techniques At Smokey\'s Garden Arbor Day Celebration',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3421-revision-2','','','2011-05-04 11:03:08','2011-05-04 17:03:08','',3421,'http://www.timberon.info/blog/?p=3427',0,'revision','',0,''),(3428,1,'2011-05-04 11:07:32','2011-05-04 17:07:32','Smokey’s Garden is expanding this spring with a garden apprenticeship program for students grade 6 and up to learn hands-on gardening activities throughout the 2011 summer. On April 29, 2011, an Arbor Day Celebration will take place from 3:30 p.m. to 5:00 p.m., at the Smokey Bear Ranger District Office, 901 Mechem Drive, Ruidoso, and all area children and families are invited to join us for this event.\n\nTeens, pre-teens, and adults can learn about garden design, planting and nurturing an organic garden, and planning an environmentally friendly growing space by using composting and rainwater harvesting methods.\n\nProjects include painting murals, signs, and creating garden sculptures, face and rock paining and information on how to make a butterfly habitat. Another wonderful opportunity will be to participate in film making which will document the stages of the garden’s growth. Also scheduled will be the planting of native seeds, flowers, and butterfly bushes in Smokey’s Community Garden. They’ll learn how to build a wildlife habitat and create a Three Sisters Garden using native seeds. Children and parents will also have the opportunity to sign-up for summer gardening classes. Light refreshments will be served.\n\nDistrict employees broke ground for Smokey’s Garden back on April 28, 2010. The goal of the District’s community garden is to unite children and adults and inspire solutions to issues plaguing our country, such as hunger and pollution and by providing fresh produce to local families and organizations.\n\n The apprentice gardeners will give back to the community by planting and caring for a Soup Garden, with the cultivated produce donated to the Lincoln County Food Bank. The classes, led by a master gardener are free of charge through the New Mexico Alliance for Children, an educational non-profit organization based in Ruidoso. No prior gardening experience is required.\n\nThe Lincoln National Forest is committed to connecting kids with nature and the outdoors by providing students, parents and teachers with youth-oriented information and resources related to natural resources and the environment. The U.S. Forest Service wants to encourage more kids to go outdoors by having fun, being healthy and learning more about nature. This can instill kids to create an awareness of the value of public lands, seek careers in natural resources and land management, as well as enthusiastically participate in physical activities.\n\nFor more information, please contact the Smokey Bear Ranger District Office at (575) 257-4095, and ask for Dan Ray. Office hours are 7:30 a.m. to 4:30 p.m., Monday through Friday.\n\nFor more information on the Lincoln National Forest, please visit our website at www.fs.usda.gov/lincoln and follow us on www.twitter.com/lincolnsmokey.\n\n[gallery link=\"file\" columns=\"4\" orderby=\"rand\"]','Learn Gardening Techniques At Smokey\'s Garden Arbor Day Celebration',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3421-autosave','','','2011-05-04 11:07:32','2011-05-04 17:07:32','',3421,'http://www.timberon.info/blog/?p=3428',0,'revision','',0,''),(3429,1,'2011-05-03 16:54:56','2011-05-03 22:54:56','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 reduce the potential threat of trees falling on to roadways due to strong winds in southeastern New Mexico.\r\n\r\nThe Sacramento Ranger District has evaluated the right of way and has resources in place to remove hazard trees. The District received public input and has responded with a plan to mitigate the potential public safety hazard with forest specialist’s cutting down the identified trees before there are impacts to travel along Highway 82.\r\n\r\nForest specialists will be monitoring the weather conditions daily and will conduct cutting only on days with light wind speeds to provide for safety. With Stage 2 Fire Restrictions in effect on the Lincoln National Forest, mitigation measures will be in place at all times during the operation. A fire engine will be in place and manned to reduce fire risks in the area. The engine will remain in place after the work day ends and firefighters will monitor the area to ensure no fire starts occur.\r\n\r\nThe Forest Service is working with the New Mexico Department of Transportation and other partners to reduce the impacts to school busses or other traffic and travelers along Highway 82.\r\n\r\nFor more information on this project, please call the Sacramento Ranger District Office at (575) 682-2551, Monday through Friday, 7:30 a.m. to 4:30 p.m.','Forest Service T0 Cut Hazardous Trees Along U.S. Highway 82',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3347-revision-2','','','2011-05-03 16:54:56','2011-05-03 22:54:56','',3347,'http://www.timberon.info/blog/?p=3429',0,'revision','',0,''),(3430,1,'2011-05-05 11:05:11','2011-05-05 17:05:11','As fire danger increases in southeastern New Mexico, Fire Management Officials with the Lincoln National Forest (LNF) are making plans to close the forest for public access and use.\r\n\r\nThe LNF closure order, to be signed by Forest Supervisor Robert Trujillo will go into effect, 8:00 a.m., May 12, 2011.\r\n“Extremely dry conditions have warranted closure of the Lincoln National Forest,” said Robert Trujillo. “While campfire and smoking restrictions have been effective in terms of minimizing the number of fires, we are at the point that we cannot afford the risk of any human-caused fires. We are not only concerned about the risk to communities and natural resources, we are also concerned about the potential difficulties evacuating recreationists from remote areas should a wildfire start. We will continue to monitor fire danger indices to ensure that our management decisions are reflecting on-the-ground needs to protect our communities” he said.\r\n\r\nGoing into or being upon Lincoln National Forest lands, including campgrounds and day use picnic areas, will be prohibited. All National Forest System Roads and trails will be closed, but all interstates, state and county roads through the Lincoln National Forest will remain open. Additionally, the use of Fireworks is strictly prohibited on all National Forest System Lands.\r\n
    The following persons are exempt from this order:
    \r\n
      \r\n
    • Any Federal, State or local officer or member of an organized rescue or firefighting force in the performance of an official duty.
    • \r\n
    • Residents living within the closed area and their guests, landowners or lessees of land within the closed area for access to their owned or leased property.
    • \r\n
    • Persons engaged in a business delivering goods, packages or services to private property or contractors performing services for the government.
    • \r\n
    • Persons with a written and approved entry permit or authorization letter, i.e., Grazing Permittees.\r\nContact the Forest Supervisor or local District Ranger for additional information on restrictions or special use permit availability.
    • \r\n
    \r\nThe Lincoln National Forest will reopen to the public when sufficient precipitation is received to adequately reduce our extremely dry conditions and reduce the risk of wildfire to a manageable level. A significant amount of moisture will be required to reduce the extreme fire danger on the Lincoln National Forest.\r\n\r\nThe area closures do not affect Federal and State Highways that lead into the mountain communities. Please do not stop on the sides of any highways. Property owners and their guests will continue to have access to private lands within the Forest.\r\n\r\n“Business will be as usual,” said Cloudcroft Mayor Dave Venable. “We want to inform those who have made or contemplate making travel plans for New Mexico and our southern communities that our stores, restaurants, lodging and other services are available and will be open. Also, all special events to include May Fair – May 24; Mountain Music Festival – June 18; High Rolls Cherry Festival – June 18 and 19 will go on as scheduled. All private campgrounds will be open. Come on up and enjoy our mountain communities and hospitality.”\r\n\r\nContact the local chambers of commerce or arts councils for the City of Alamogordo, Villages of Cloudcroft, Tularosa, Ruidoso, Ruidoso Downs, Mayhill, Sacramento, Weed, Timberon, Capitan and Queen to obtain a calendar of events. Visitors are encouraged to visit these mountain communities.\r\n
     \r\n“Even though the forest will be closed, this closure action is not permanent,” said Ruidoso Mayor Gus Raymond Alborn. “We encourage visitors to visit Ruidoso and our mountain communities and remind them that safety for our visitors and citizens is first and foremost.” Special events will be occurring in Ruidoso over the next several months to include the “4th Annual Smokey Bear Days” – May 6-7, in Capitan; the Aspencash Motorcycle Run & Trade Show – Ruidoso Convention Center - May 19-22 or Ruidoso Downs Racetrack: Opening Day – May 27, 2011.
    \r\n
     \r\nThe following offices can provide information on upcoming events:  Cloudcroft Chamber of Commerce - (575) 682-2733, Ruidoso Chamber of Commerce- (575) 257-7395, and Carlsbad Chamber of Commerce – (575) 887-6516.
    \r\n
    Violations of these prohibitions are punishable by a fine of not more than $5,000 for an individual and $10,000 for an organization, or imprisonment for not more than six months or both.  16 USC 551 and 18 USC 3559 and 3571.
    \r\n
     \r\nTo report a fire, call the 24-hour toll free number at 1-877-695-1663 or (575) 434-2286 or dial 911.
    \r\n
     \r\nFor more information on current fire restrictions on public lands in New Mexico and Arizona, call 1-877-864-6985. This is a toll-free hotline sponsored by natural resource agencies in the Southwest.  Please visit our website:  Southwest Area Wildland Fire Operations at http://gacc.nifc.gov/swcc
    \r\n
     \r\nFor more information about the Fire Closure Order or the Lincoln National Forest, please contact the Supervisor’s Office at (575) 434-7200, or one of the following District Offices:  Smokey Bear Ranger District – (575) 257-4095, Sacramento Ranger District – (575) 682-2551, and Carlsbad Ranger District – (575) 885-4181. All offices are open Monday through Friday, 7:30 a.m. to 4:30 p.m.
    \r\n
     \r\nPlease visit the Lincoln National Forest website at:  www.fs.usda.gov/lincoln and follow us on Twitter at:  lincolnsmokey@twitter.com.
    ','Officials Plan For Lincoln National Forest Closure Due To Fire Danger',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','officials-plan-for-lincoln-national-forest-closure-due-to-fire-danger','','','2011-05-05 11:07:58','2011-05-05 17:07:58','',0,'http://www.timberon.info/blog/?p=3430',0,'post','',0,''),(3431,1,'2011-05-05 11:05:07','2011-05-05 17:05:07','As fire danger increases in southeastern New Mexico, Fire Management Officials with the Lincoln National Forest (LNF) are making plans to close the forest for public access and use.\n\nThe LNF closure order, to be signed by Forest Supervisor Robert Trujillo will go into effect, 8:00 a.m., May 12, 2011.\n“Extremely dry conditions have warranted closure of the Lincoln National Forest,” said Robert Trujillo. “While campfire and smoking restrictions have been effective in terms of minimizing the number of fires, we are at the point that we cannot afford the risk of any human-caused fires. We are not only concerned about the risk to communities and natural resources, we are also concerned about the potential difficulties evacuating recreationists from remote areas should a wildfire start. We will continue to monitor fire danger indices to ensure that our management decisions are reflecting on-the-ground needs to protect our communities” he said.\n\nGoing into or being upon Lincoln National Forest lands, including campgrounds and day use picnic areas, will be prohibited. All National Forest System Roads and trails will be closed, but all interstates, state and county roads through the Lincoln National Forest will remain open. Additionally, the use of Fireworks is strictly prohibited on all National Forest System Lands.\n
    \nThe following persons are exempt from this order:
    \n
      \n
    • Any Federal, State or local officer or member of an organized rescue or firefighting force in the performance of an official duty.
    • \n
    • Residents living within the closed area and their guests, landowners or lessees of land within the closed area for access to their owned or leased property.
    • \n
    • Persons engaged in a business delivering goods, packages or services to private property or contractors performing services for the government.
    • \n
    • Persons with a written and approved entry permit or authorization letter, i.e., Grazing Permittees.\nContact the Forest Supervisor or local District Ranger for additional information on restrictions or special use permit availability.
    • \n
    \n
    \nThe Lincoln National Forest will reopen to the public when sufficient precipitation is received to adequately reduce our extremely dry conditions and reduce the risk of wildfire to a manageable level. A significant amount of moisture will be required to reduce the extreme fire danger on the Lincoln National Forest.
    \n
     \nThe area closures do not affect Federal and State Highways that lead into the mountain communities. Please do not stop on the sides of any highways. Property owners and their guests will continue to have access to private lands within the Forest.
    \n
    “Business will be as usual,” said Cloudcroft Mayor Dave Venable. “We want to inform those who have made or contemplate making travel plans for New Mexico and our southern communities that our stores, restaurants, lodging and other services are available and will be open. Also, all special events to include May Fair – May 24; Mountain Music Festival – June 18; High Rolls Cherry Festival – June 18 and 19 will go on as scheduled. All private campgrounds will be open. Come on up and enjoy our mountain communities and hospitality.”
    \n
    \nContact the local chambers of commerce or arts councils for the City of Alamogordo, Villages of Cloudcroft, Tularosa, Ruidoso, Ruidoso Downs, Mayhill, Sacramento, Weed, Timberon, Capitan and Queen to obtain a calendar of events. Visitors are encouraged to visit these mountain communities.
    \n
     \n“Even though the forest will be closed, this closure action is not permanent,” said Ruidoso Mayor Gus Raymond Alborn. “We encourage visitors to visit Ruidoso and our mountain communities and remind them that safety for our visitors and citizens is first and foremost.” Special events will be occurring in Ruidoso over the next several months to include the “4th Annual Smokey Bear Days” – May 6-7, in Capitan; the Aspencash Motorcycle Run & Trade Show – Ruidoso Convention Center - May 19-22 or Ruidoso Downs Racetrack: Opening Day – May 27, 2011.
    \n
     \nThe following offices can provide information on upcoming events:  Cloudcroft Chamber of Commerce - (575) 682-2733, Ruidoso Chamber of Commerce- (575) 257-7395, and Carlsbad Chamber of Commerce – (575) 887-6516.
    \n
    \nViolations of these prohibitions are punishable by a fine of not more than $5,000 for an individual and $10,000 for an organization, or imprisonment for not more than six months or both.  16 USC 551 and 18 USC 3559 and 3571.
    \n
     \nTo report a fire, call the 24-hour toll free number at 1-877-695-1663 or (575) 434-2286 or dial 911.
    \n
     \nFor more information on current fire restrictions on public lands in New Mexico and Arizona, call 1-877-864-6985. This is a toll-free hotline sponsored by natural resource agencies in the Southwest.  Please visit our website:  Southwest Area Wildland Fire Operations at http://gacc.nifc.gov/swcc
    \n
     \nFor more information about the Fire Closure Order or the Lincoln National Forest, please contact the Supervisor’s Office at (575) 434-7200, or one of the following District Offices:  Smokey Bear Ranger District – (575) 257-4095, Sacramento Ranger District – (575) 682-2551, and Carlsbad Ranger District – (575) 885-4181. All offices are open Monday through Friday, 7:30 a.m. to 4:30 p.m.
    \n
     \nPlease visit the Lincoln National Forest website at:  www.fs.usda.gov/lincoln and follow us on Twitter at:  lincolnsmokey@twitter.com.
    ','Officials Plan For Lincoln National Forest Closure Due To Fire Danger',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3430-revision','','','2011-05-05 11:05:07','2011-05-05 17:05:07','',3430,'http://www.timberon.info/blog/?p=3431',0,'revision','',0,''),(3435,1,'2011-04-02 10:48:21','2011-04-02 16:48:21','[user-submitted-posts]\r\n','Post Article',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2087-revision-4','','','2011-04-02 10:48:21','2011-04-02 16:48:21','',2087,'http://www.timberon.info/blog/?p=3435',0,'revision','',0,''),(3432,1,'2011-05-05 11:05:11','2011-05-05 17:05:11','As fire danger increases in southeastern New Mexico, Fire Management Officials with the Lincoln National Forest (LNF) are making plans to close the forest for public access and use.\r\n\r\nThe LNF closure order, to be signed by Forest Supervisor Robert Trujillo will go into effect, 8:00 a.m., May 12, 2011.\r\n“Extremely dry conditions have warranted closure of the Lincoln National Forest,” said Robert Trujillo. “While campfire and smoking restrictions have been effective in terms of minimizing the number of fires, we are at the point that we cannot afford the risk of any human-caused fires. We are not only concerned about the risk to communities and natural resources, we are also concerned about the potential difficulties evacuating recreationists from remote areas should a wildfire start. We will continue to monitor fire danger indices to ensure that our management decisions are reflecting on-the-ground needs to protect our communities” he said.\r\n\r\nGoing into or being upon Lincoln National Forest lands, including campgrounds and day use picnic areas, will be prohibited. All National Forest System Roads and trails will be closed, but all interstates, state and county roads through the Lincoln National Forest will remain open. Additionally, the use of Fireworks is strictly prohibited on all National Forest System Lands.\r\n
    \r\nThe following persons are exempt from this order:
    \r\n
      \r\n
    • Any Federal, State or local officer or member of an organized rescue or firefighting force in the performance of an official duty.
    • \r\n
    • Residents living within the closed area and their guests, landowners or lessees of land within the closed area for access to their owned or leased property.
    • \r\n
    • Persons engaged in a business delivering goods, packages or services to private property or contractors performing services for the government.
    • \r\n
    • Persons with a written and approved entry permit or authorization letter, i.e., Grazing Permittees.\r\nContact the Forest Supervisor or local District Ranger for additional information on restrictions or special use permit availability.
    • \r\n
    \r\n
    \r\nThe Lincoln National Forest will reopen to the public when sufficient precipitation is received to adequately reduce our extremely dry conditions and reduce the risk of wildfire to a manageable level. A significant amount of moisture will be required to reduce the extreme fire danger on the Lincoln National Forest.
    \r\n
     \r\nThe area closures do not affect Federal and State Highways that lead into the mountain communities. Please do not stop on the sides of any highways. Property owners and their guests will continue to have access to private lands within the Forest.
    \r\n
    “Business will be as usual,” said Cloudcroft Mayor Dave Venable. “We want to inform those who have made or contemplate making travel plans for New Mexico and our southern communities that our stores, restaurants, lodging and other services are available and will be open. Also, all special events to include May Fair – May 24; Mountain Music Festival – June 18; High Rolls Cherry Festival – June 18 and 19 will go on as scheduled. All private campgrounds will be open. Come on up and enjoy our mountain communities and hospitality.”
    \r\n
    \r\nContact the local chambers of commerce or arts councils for the City of Alamogordo, Villages of Cloudcroft, Tularosa, Ruidoso, Ruidoso Downs, Mayhill, Sacramento, Weed, Timberon, Capitan and Queen to obtain a calendar of events. Visitors are encouraged to visit these mountain communities.
    \r\n
     \r\n“Even though the forest will be closed, this closure action is not permanent,” said Ruidoso Mayor Gus Raymond Alborn. “We encourage visitors to visit Ruidoso and our mountain communities and remind them that safety for our visitors and citizens is first and foremost.” Special events will be occurring in Ruidoso over the next several months to include the “4th Annual Smokey Bear Days” – May 6-7, in Capitan; the Aspencash Motorcycle Run & Trade Show – Ruidoso Convention Center - May 19-22 or Ruidoso Downs Racetrack: Opening Day – May 27, 2011.
    \r\n
     \r\nThe following offices can provide information on upcoming events:  Cloudcroft Chamber of Commerce - (575) 682-2733, Ruidoso Chamber of Commerce- (575) 257-7395, and Carlsbad Chamber of Commerce – (575) 887-6516.
    \r\n
    \r\nViolations of these prohibitions are punishable by a fine of not more than $5,000 for an individual and $10,000 for an organization, or imprisonment for not more than six months or both.  16 USC 551 and 18 USC 3559 and 3571.
    \r\n
     \r\nTo report a fire, call the 24-hour toll free number at 1-877-695-1663 or (575) 434-2286 or dial 911.
    \r\n
     \r\nFor more information on current fire restrictions on public lands in New Mexico and Arizona, call 1-877-864-6985. This is a toll-free hotline sponsored by natural resource agencies in the Southwest.  Please visit our website:  Southwest Area Wildland Fire Operations at http://gacc.nifc.gov/swcc
    \r\n
     \r\nFor more information about the Fire Closure Order or the Lincoln National Forest, please contact the Supervisor’s Office at (575) 434-7200, or one of the following District Offices:  Smokey Bear Ranger District – (575) 257-4095, Sacramento Ranger District – (575) 682-2551, and Carlsbad Ranger District – (575) 885-4181. All offices are open Monday through Friday, 7:30 a.m. to 4:30 p.m.
    \r\n
     \r\nPlease visit the Lincoln National Forest website at:  www.fs.usda.gov/lincoln and follow us on Twitter at:  lincolnsmokey@twitter.com.
    ','Officials Plan For Lincoln National Forest Closure Due To Fire Danger',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3430-revision-2','','','2011-05-05 11:05:11','2011-05-05 17:05:11','',3430,'http://www.timberon.info/blog/?p=3432',0,'revision','',0,''),(3433,1,'2011-05-05 11:16:59','2011-05-05 17:16:59','As fire danger increases in southeastern New Mexico, Fire Management Officials with the Lincoln National Forest (LNF) are making plans to close the forest for public access and use.\n\nThe LNF closure order, to be signed by Forest Supervisor Robert Trujillo will go into effect, 8:00 a.m., May 12, 2011.\n“Extremely dry conditions have warranted closure of the Lincoln National Forest,” said Robert Trujillo. “While campfire and smoking restrictions have been effective in terms of minimizing the number of fires, we are at the point that we cannot afford the risk of any human-caused fires. We are not only concerned about the risk to communities and natural resources, we are also concerned about the potential difficulties evacuating recreationists from remote areas should a wildfire start. We will continue to monitor fire danger indices to ensure that our management decisions are reflecting on-the-ground needs to protect our communities” he said.\n\nGoing into or being upon Lincoln National Forest lands, including campgrounds and day use picnic areas, will be prohibited. All National Forest System Roads and trails will be closed, but all interstates, state and county roads through the Lincoln National Forest will remain open. Additionally, the use of Fireworks is strictly prohibited on all National Forest System Lands.\n
    The following persons are exempt from this order:
    \n
      \n
    • Any Federal, State or local officer or member of an organized rescue or firefighting force in the performance of an official duty.
    • \n
    • Residents living within the closed area and their guests, landowners or lessees of land within the closed area for access to their owned or leased property.
    • \n
    • Persons engaged in a business delivering goods, packages or services to private property or contractors performing services for the government.
    • \n
    • Persons with a written and approved entry permit or authorization letter, i.e., Grazing Permittees.\nContact the Forest Supervisor or local District Ranger for additional information on restrictions or special use permit availability.
    • \n
    \nThe Lincoln National Forest will reopen to the public when sufficient precipitation is received to adequately reduce our extremely dry conditions and reduce the risk of wildfire to a manageable level. A significant amount of moisture will be required to reduce the extreme fire danger on the Lincoln National Forest.\n\nThe area closures do not affect Federal and State Highways that lead into the mountain communities. Please do not stop on the sides of any highways. Property owners and their guests will continue to have access to private lands within the Forest.\n\n“Business will be as usual,” said Cloudcroft Mayor Dave Venable. “We want to inform those who have made or contemplate making travel plans for New Mexico and our southern communities that our stores, restaurants, lodging and other services are available and will be open. Also, all special events to include May Fair – May 24; Mountain Music Festival – June 18; High Rolls Cherry Festival – June 18 and 19 will go on as scheduled. All private campgrounds will be open. Come on up and enjoy our mountain communities and hospitality.”\n\nContact the local chambers of commerce or arts councils for the City of Alamogordo, Villages of Cloudcroft, Tularosa, Ruidoso, Ruidoso Downs, Mayhill, Sacramento, Weed, Timberon, Capitan and Queen to obtain a calendar of events. Visitors are encouraged to visit these mountain communities.\n
     \n“Even though the forest will be closed, this closure action is not permanent,” said Ruidoso Mayor Gus Raymond Alborn. “We encourage visitors to visit Ruidoso and our mountain communities and remind them that safety for our visitors and citizens is first and foremost.” Special events will be occurring in Ruidoso over the next several months to include the “4th Annual Smokey Bear Days” – May 6-7, in Capitan; the Aspencash Motorcycle Run & Trade Show – Ruidoso Convention Center - May 19-22 or Ruidoso Downs Racetrack: Opening Day – May 27, 2011.
    \n
     \nThe following offices can provide information on upcoming events:  Cloudcroft Chamber of Commerce - (575) 682-2733, Ruidoso Chamber of Commerce- (575) 257-7395, and Carlsbad Chamber of Commerce – (575) 887-6516.
    \n
    Violations of these prohibitions are punishable by a fine of not more than $5,000 for an individual and $10,000 for an organization, or imprisonment for not more than six months or both.  16 USC 551 and 18 USC 3559 and 3571.
    \n
     \nTo report a fire, call the 24-hour toll free number at 1-877-695-1663 or (575) 434-2286 or dial 911.
    \n
     \nFor more information on current fire restrictions on public lands in New Mexico and Arizona, call 1-877-864-6985. This is a toll-free hotline sponsored by natural resource agencies in the Southwest.  Please visit our website:  Southwest Area Wildland Fire Operations at http://gacc.nifc.gov/swcc
    \n
     \nFor more information about the Fire Closure Order or the Lincoln National Forest, please contact the Supervisor’s Office at (575) 434-7200, or one of the following District Offices:  Smokey Bear Ranger District – (575) 257-4095, Sacramento Ranger District – (575) 682-2551, and Carlsbad Ranger District – (575) 885-4181. All offices are open Monday through Friday, 7:30 a.m. to 4:30 p.m.
    \n
     \nPlease visit the Lincoln National Forest website at:  www.fs.usda.gov/lincoln and follow us on Twitter at:  lincolnsmokey@twitter.com.
    ','Officials Plan For Lincoln National Forest Closure Due To Fire Danger',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3430-autosave','','','2011-05-05 11:16:59','2011-05-05 17:16:59','',3430,'http://www.timberon.info/blog/?p=3433',0,'revision','',0,''),(3434,1,'2011-05-05 11:06:18','2011-05-05 17:06:18','As fire danger increases in southeastern New Mexico, Fire Management Officials with the Lincoln National Forest (LNF) are making plans to close the forest for public access and use.\r\n\r\nThe LNF closure order, to be signed by Forest Supervisor Robert Trujillo will go into effect, 8:00 a.m., May 12, 2011.\r\n“Extremely dry conditions have warranted closure of the Lincoln National Forest,” said Robert Trujillo. “While campfire and smoking restrictions have been effective in terms of minimizing the number of fires, we are at the point that we cannot afford the risk of any human-caused fires. We are not only concerned about the risk to communities and natural resources, we are also concerned about the potential difficulties evacuating recreationists from remote areas should a wildfire start. We will continue to monitor fire danger indices to ensure that our management decisions are reflecting on-the-ground needs to protect our communities” he said.\r\n\r\nGoing into or being upon Lincoln National Forest lands, including campgrounds and day use picnic areas, will be prohibited. All National Forest System Roads and trails will be closed, but all interstates, state and county roads through the Lincoln National Forest will remain open. Additionally, the use of Fireworks is strictly prohibited on all National Forest System Lands.\r\n
    The following persons are exempt from this order:
    \r\n
      \r\n
    • Any Federal, State or local officer or member of an organized rescue or firefighting force in the performance of an official duty.
    • \r\n
    • Residents living within the closed area and their guests, landowners or lessees of land within the closed area for access to their owned or leased property.
    • \r\n
    • Persons engaged in a business delivering goods, packages or services to private property or contractors performing services for the government.
    • \r\n
    • Persons with a written and approved entry permit or authorization letter, i.e., Grazing Permittees.\r\nContact the Forest Supervisor or local District Ranger for additional information on restrictions or special use permit availability.
    • \r\n
    \r\n
    The Lincoln National Forest will reopen to the public when sufficient precipitation is received to adequately reduce our extremely dry conditions and reduce the risk of wildfire to a manageable level. A significant amount of moisture will be required to reduce the extreme fire danger on the Lincoln National Forest.
    \r\n
     \r\nThe area closures do not affect Federal and State Highways that lead into the mountain communities. Please do not stop on the sides of any highways. Property owners and their guests will continue to have access to private lands within the Forest.
    \r\n
    “Business will be as usual,” said Cloudcroft Mayor Dave Venable. “We want to inform those who have made or contemplate making travel plans for New Mexico and our southern communities that our stores, restaurants, lodging and other services are available and will be open. Also, all special events to include May Fair – May 24; Mountain Music Festival – June 18; High Rolls Cherry Festival – June 18 and 19 will go on as scheduled. All private campgrounds will be open. Come on up and enjoy our mountain communities and hospitality.”
    \r\n
    Contact the local chambers of commerce or arts councils for the City of Alamogordo, Villages of Cloudcroft, Tularosa, Ruidoso, Ruidoso Downs, Mayhill, Sacramento, Weed, Timberon, Capitan and Queen to obtain a calendar of events. Visitors are encouraged to visit these mountain communities.
    \r\n
     \r\n“Even though the forest will be closed, this closure action is not permanent,” said Ruidoso Mayor Gus Raymond Alborn. “We encourage visitors to visit Ruidoso and our mountain communities and remind them that safety for our visitors and citizens is first and foremost.” Special events will be occurring in Ruidoso over the next several months to include the “4th Annual Smokey Bear Days” – May 6-7, in Capitan; the Aspencash Motorcycle Run & Trade Show – Ruidoso Convention Center - May 19-22 or Ruidoso Downs Racetrack: Opening Day – May 27, 2011.
    \r\n
     \r\nThe following offices can provide information on upcoming events:  Cloudcroft Chamber of Commerce - (575) 682-2733, Ruidoso Chamber of Commerce- (575) 257-7395, and Carlsbad Chamber of Commerce – (575) 887-6516.
    \r\n
    Violations of these prohibitions are punishable by a fine of not more than $5,000 for an individual and $10,000 for an organization, or imprisonment for not more than six months or both.  16 USC 551 and 18 USC 3559 and 3571.
    \r\n
     \r\nTo report a fire, call the 24-hour toll free number at 1-877-695-1663 or (575) 434-2286 or dial 911.
    \r\n
     \r\nFor more information on current fire restrictions on public lands in New Mexico and Arizona, call 1-877-864-6985. This is a toll-free hotline sponsored by natural resource agencies in the Southwest.  Please visit our website:  Southwest Area Wildland Fire Operations at http://gacc.nifc.gov/swcc
    \r\n
     \r\nFor more information about the Fire Closure Order or the Lincoln National Forest, please contact the Supervisor’s Office at (575) 434-7200, or one of the following District Offices:  Smokey Bear Ranger District – (575) 257-4095, Sacramento Ranger District – (575) 682-2551, and Carlsbad Ranger District – (575) 885-4181. All offices are open Monday through Friday, 7:30 a.m. to 4:30 p.m.
    \r\n
     \r\nPlease visit the Lincoln National Forest website at:  www.fs.usda.gov/lincoln and follow us on Twitter at:  lincolnsmokey@twitter.com.
    ','Officials Plan For Lincoln National Forest Closure Due To Fire Danger',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3430-revision-3','','','2011-05-05 11:06:18','2011-05-05 17:06:18','',3430,'http://www.timberon.info/blog/?p=3434',0,'revision','',0,''),(1833,1,'2011-03-22 21:52:45','2011-03-22 21:52:45','
    Before Wildfire Threatens
    \nPlan Ahead\n
      \n
    • Prepare a family plan to identify all evacuation routes and be familiar with each one.  Smoke and anxiety can cause confusion in direction.
    • \n
    • Create a 30-to-100 foot safety zone around your house.
    • \n
    • Remove leaves and rubbish, clear all flammable vegetation.
    • \n
    • Remove dead branches that extend over the roof.
    • \n
    • Prune tree branches and shrubs within 15 feet of a stove or chimney outlet.
    • \n
    • Clear a 10 foot area around propane tanks and the barbecue.
    • \n
    • Stack firewood at least 100 feet away and uphill from the house.
    • \n
    • The Evacuation Card associated with this article should completed and placed in every vehicle ASAP. If an evacuation order is issued, place the card in the collection boxes located at the designated exit out of town.
    • \n
    \nProtect your Home\n
      \n
    • Regularly clean roof and gutters.
    • \n
    • Inspect chimneys at least twice a year.
    • \n
    • Clean them at least once a year.
    • \n
    • Teach each family member how to use the fire extinguisher (ABC type) and show them where it\'s kept.
    • \n
    • Keep handy household items that can be used as fire tools: rake, axe, handsaw chainsaw, bucket and shovel.
    • \n
    \nEmergency Supplies\n\nWhen wildfire threatens, you won\'t have time to shop or search for supplies. Assemble a Disaster Supplies Kit with items you may need if advised to evacuate. Store these supplies in sturdy easy-to-carry containers such as backpacks, duffel bags or trash containers. Items to include:\n
      \n
    • One change of clothing and footwear per person and one blanket or sleeping bag per person.
    • \n
    • A first aid kit that includes your family’s prescription medications.
    • \n
    • Sanitation supplies.
    • \n
    • Special items for infant, elderly or disable family members.
    • \n
    • Water and easy to prepare food.
    • \n
    • Pet supplies (food, water, leashes/cages, vaccination papers)
    • \n
    \nWhen Wildfire Threatens\n
      \n
    • Emergency notification will be made by fire department or law enforcement personnel. Listen for sirens in your area. Follow directions for evacuation. 
    • \n
    • Park car in an open space facing the direction of escape leaving. Keys in the ignition.
    • \n
    • Pack Disaster Supplies Kit in car (see Emergency Supplies section).
    • \n
    • Confine pets to one room. Make plans to care for your-pets in case you must evacuate.
    • \n
    • Arrange temporary housing at a friend or relative\'s home outside the threatened area.
    • \n
    \nIf Advised to Evacuate, Do So Immediately\n
      \n
    • Wear protective clothing and sturdy shoes: cotton clothing, long pants, a long-sleeved shirt, gloves and a handkerchief to protect your face.
    • \n
    • Lock your home.
    • \n
    • Watch for changes in the speed and direction of fire and smoke.
    • \n
    • If going to a Red Cross Shelter, take comfort foods for the children.
    • \n
    • Tie pets to driver\'s door so you won\'t forget them.
    • \n
    \nTime Permitting, Protect your Home Inside\n
      \n
    • Close windows, vents, doors, Venetian blinds or non-combustible window coverings and heavy drapes. Remove lightweight curtains.
    • \n
    • Open fireplace damper. Close fireplace screens.
    • \n
    • Move flammable furniture into the center of the home away from windows.
    • \n
    • Leave electric power on.
    • \n
    \nOutside\n
      \n
    • Turn off propane tanks.
    • \n
    • Place combustible patio furniture inside.  Connect the garden hose to outside taps.
    • \n
    • Gather fire tools (shovels; picks etc) and leave by hose for firefighters use.
    • \n
    • Place ladder up to roof on downward side of house
    • \n
    \nImportant Family Documents   Keep these records in a waterproof, portable container:\n
      \n
    • Will, insurance policies, contracts, deeds, stocks and bonds, etc.
    • \n
    • Passports, social security cards, immunization records, bank account numbers.
    • \n
    • Credit card account numbers and companies.
    • \n
    • Inventory and pictures of valuable household goods, important telephone numbers.
    • \n
    • Family records (birth, marriage, death certificates)
    • \n
    \nEvacuation Routes\n
      \n
    • North Gate road to Cloudcroft.
    • \n
    • South Gate road to Pinon, El Paso and Alamogordo (see map).
    • \n
    \n

    Take Merlin Drive out of Timberon to Hoover Dr. Continue to South Gate.

    \n

    Dirt road for appx. 17 miles from South Gate to pavement toward Pinon.

    \n

    Dirt road for appx. 50 miles to Hwy 54. At Hwy 54, South to El Paso. North to Alamogordo.  The road to El Paso and Alamogordo is not clearly marked. Anyone not familiar with this road would be advised to drive this route before an emergency.

    \nSchool Children \n
      \n
    • Cloudcroft schools will be notified in the event of evacuation during school hours. You must complete the evacuation card with contact telephone numbers. 
    • \n
    \nEvacuation Card This is a rich text (.rtf) file attachment that can be downloaded and viewed in any word processor to print out.\n
    \n
    \n\n[gallery link=\"file\" columns=\"1\" orderby=\"rand\"]\n\n
    \n
    ','Fire Evacuation Plan 2011 For Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1829-autosave','','','2011-03-22 21:52:45','2011-03-22 21:52:45','',1829,'http://www.timberon.info/blog/?p=1833',0,'revision','',0,''),(1878,1,'2011-03-22 22:03:38','2011-03-22 22:03:38','
    Before Wildfire Threatens
    \r\nPlan Ahead\r\n
      \r\n
    • Prepare a family plan to identify all evacuation routes and be familiar with each one.  Smoke and anxiety can cause confusion in direction.
    • \r\n
    • Create a 30-to-100 foot safety zone around your house.
    • \r\n
    • Remove leaves and rubbish, clear all flammable vegetation.
    • \r\n
    • Remove dead branches that extend over the roof.
    • \r\n
    • Prune tree branches and shrubs within 15 feet of a stove or chimney outlet.
    • \r\n
    • Clear a 10 foot area around propane tanks and the barbecue.
    • \r\n
    • Stack firewood at least 100 feet away and uphill from the house.
    • \r\n
    • The Evacuation Card associated with this article should completed and placed in every vehicle ASAP. If an evacuation order is issued, place the card in the collection boxes located at the designated exit out of town.
    • \r\n
    \r\nProtect your Home\r\n
      \r\n
    • Regularly clean roof and gutters.
    • \r\n
    • Inspect chimneys at least twice a year.
    • \r\n
    • Clean them at least once a year.
    • \r\n
    • Teach each family member how to use the fire extinguisher (ABC type) and show them where it\'s kept.
    • \r\n
    • Keep handy household items that can be used as fire tools: rake, axe, handsaw chainsaw, bucket and shovel.
    • \r\n
    \r\nEmergency Supplies\r\n\r\nWhen wildfire threatens, you won\'t have time to shop or search for supplies. Assemble a Disaster Supplies Kit with items you may need if advised to evacuate. Store these supplies in sturdy easy-to-carry containers such as backpacks, duffel bags or trash containers. Items to include:\r\n
      \r\n
    • One change of clothing and footwear per person and one blanket or sleeping bag per person.
    • \r\n
    • A first aid kit that includes your family’s prescription medications.
    • \r\n
    • Sanitation supplies.
    • \r\n
    • Special items for infant, elderly or disable family members.
    • \r\n
    • Water and easy to prepare food.
    • \r\n
    • Pet supplies (food, water, leashes/cages, vaccination papers)
    • \r\n
    \r\nWhen Wildfire Threatens\r\n
      \r\n
    • Emergency notification will be made by fire department or law enforcement personnel. Listen for sirens in your area. Follow directions for evacuation. 
    • \r\n
    • Park car in an open space facing the direction of escape leaving. Keys in the ignition.
    • \r\n
    • Pack Disaster Supplies Kit in car (see Emergency Supplies section).
    • \r\n
    • Confine pets to one room. Make plans to care for your-pets in case you must evacuate.
    • \r\n
    • Arrange temporary housing at a friend or relative\'s home outside the threatened area.
    • \r\n
    \r\nIf Advised to Evacuate, Do So Immediately\r\n
      \r\n
    • Wear protective clothing and sturdy shoes: cotton clothing, long pants, a long-sleeved shirt, gloves and a handkerchief to protect your face.
    • \r\n
    • Lock your home.
    • \r\n
    • Watch for changes in the speed and direction of fire and smoke.
    • \r\n
    • If going to a Red Cross Shelter, take comfort foods for the children.
    • \r\n
    • Tie pets to driver\'s door so you won\'t forget them.
    • \r\n
    \r\nTime Permitting, Protect your Home Inside\r\n
      \r\n
    • Close windows, vents, doors, Venetian blinds or non-combustible window coverings and heavy drapes. Remove lightweight curtains.
    • \r\n
    • Open fireplace damper. Close fireplace screens.
    • \r\n
    • Move flammable furniture into the center of the home away from windows.
    • \r\n
    • Leave electric power on.
    • \r\n
    \r\nOutside\r\n
      \r\n
    • Turn off propane tanks.
    • \r\n
    • Place combustible patio furniture inside.  Connect the garden hose to outside taps.
    • \r\n
    • Gather fire tools (shovels; picks etc) and leave by hose for firefighters use.
    • \r\n
    • Place ladder up to roof on downward side of house
    • \r\n
    \r\nImportant Family Documents   Keep these records in a waterproof, portable container:\r\n
      \r\n
    • Will, insurance policies, contracts, deeds, stocks and bonds, etc.
    • \r\n
    • Passports, social security cards, immunization records, bank account numbers.
    • \r\n
    • Credit card account numbers and companies.
    • \r\n
    • Inventory and pictures of valuable household goods, important telephone numbers.
    • \r\n
    • Family records (birth, marriage, death certificates)
    • \r\n
    \r\nEvacuation Routes\r\n
      \r\n
    • North Gate road to Cloudcroft.
    • \r\n
    • South Gate road to Pinon, El Paso and Alamogordo (see map).
    • \r\n
    \r\n

    Take Merlin Drive out of Timberon to Hoover Dr. Continue to South Gate.

    \r\n

    Dirt road for appx. 17 miles from South Gate to pavement toward Pinon.

    \r\n

    Dirt road for appx. 50 miles to Hwy 54. At Hwy 54, South to El Paso. North to Alamogordo.  The road to El Paso and Alamogordo is not clearly marked. Anyone not familiar with this road would be advised to drive this route before an emergency.

    \r\nSchool Children \r\n
      \r\n
    • Cloudcroft schools will be notified in the event of evacuation during school hours. You must complete the evacuation card with contact telephone numbers. 
    • \r\n
    \r\nEvacuation Card This is a rich text (.rtf) file attachment that can be downloaded and viewed in any word processor to print out.\r\n
    \r\n
    \r\n\r\n[gallery columns=\"1\" orderby=\"rand\"]\r\n\r\n
    \r\n
    ','Fire Evacuation Plan 2011 For Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1829-revision-44','','','2011-03-22 22:03:38','2011-03-22 22:03:38','',1829,'http://www.timberon.info/blog/?p=1878',0,'revision','',0,''),(1879,1,'2011-03-22 22:03:38','2011-03-22 22:03:38','
    Before Wildfire Threatens
    \r\nPlan Ahead\r\n
      \r\n
    • Prepare a family plan to identify all evacuation routes and be familiar with each one.  Smoke and anxiety can cause confusion in direction.
    • \r\n
    • Create a 30-to-100 foot safety zone around your house.
    • \r\n
    • Remove leaves and rubbish, clear all flammable vegetation.
    • \r\n
    • Remove dead branches that extend over the roof.
    • \r\n
    • Prune tree branches and shrubs within 15 feet of a stove or chimney outlet.
    • \r\n
    • Clear a 10 foot area around propane tanks and the barbecue.
    • \r\n
    • Stack firewood at least 100 feet away and uphill from the house.
    • \r\n
    • The Evacuation Card associated with this article should completed and placed in every vehicle ASAP. If an evacuation order is issued, place the card in the collection boxes located at the designated exit out of town.
    • \r\n
    \r\nProtect your Home\r\n
      \r\n
    • Regularly clean roof and gutters.
    • \r\n
    • Inspect chimneys at least twice a year.
    • \r\n
    • Clean them at least once a year.
    • \r\n
    • Teach each family member how to use the fire extinguisher (ABC type) and show them where it\'s kept.
    • \r\n
    • Keep handy household items that can be used as fire tools: rake, axe, handsaw chainsaw, bucket and shovel.
    • \r\n
    \r\nEmergency Supplies\r\n\r\nWhen wildfire threatens, you won\'t have time to shop or search for supplies. Assemble a Disaster Supplies Kit with items you may need if advised to evacuate. Store these supplies in sturdy easy-to-carry containers such as backpacks, duffel bags or trash containers. Items to include:\r\n
      \r\n
    • One change of clothing and footwear per person and one blanket or sleeping bag per person.
    • \r\n
    • A first aid kit that includes your family’s prescription medications.
    • \r\n
    • Sanitation supplies.
    • \r\n
    • Special items for infant, elderly or disable family members.
    • \r\n
    • Water and easy to prepare food.
    • \r\n
    • Pet supplies (food, water, leashes/cages, vaccination papers)
    • \r\n
    \r\nWhen Wildfire Threatens\r\n
      \r\n
    • Emergency notification will be made by fire department or law enforcement personnel. Listen for sirens in your area. Follow directions for evacuation. 
    • \r\n
    • Park car in an open space facing the direction of escape leaving. Keys in the ignition.
    • \r\n
    • Pack Disaster Supplies Kit in car (see Emergency Supplies section).
    • \r\n
    • Confine pets to one room. Make plans to care for your-pets in case you must evacuate.
    • \r\n
    • Arrange temporary housing at a friend or relative\'s home outside the threatened area.
    • \r\n
    \r\nIf Advised to Evacuate, Do So Immediately\r\n
      \r\n
    • Wear protective clothing and sturdy shoes: cotton clothing, long pants, a long-sleeved shirt, gloves and a handkerchief to protect your face.
    • \r\n
    • Lock your home.
    • \r\n
    • Watch for changes in the speed and direction of fire and smoke.
    • \r\n
    • If going to a Red Cross Shelter, take comfort foods for the children.
    • \r\n
    • Tie pets to driver\'s door so you won\'t forget them.
    • \r\n
    \r\nTime Permitting, Protect your Home Inside\r\n
      \r\n
    • Close windows, vents, doors, Venetian blinds or non-combustible window coverings and heavy drapes. Remove lightweight curtains.
    • \r\n
    • Open fireplace damper. Close fireplace screens.
    • \r\n
    • Move flammable furniture into the center of the home away from windows.
    • \r\n
    • Leave electric power on.
    • \r\n
    \r\nOutside\r\n
      \r\n
    • Turn off propane tanks.
    • \r\n
    • Place combustible patio furniture inside.  Connect the garden hose to outside taps.
    • \r\n
    • Gather fire tools (shovels; picks etc) and leave by hose for firefighters use.
    • \r\n
    • Place ladder up to roof on downward side of house
    • \r\n
    \r\nImportant Family Documents   Keep these records in a waterproof, portable container:\r\n
      \r\n
    • Will, insurance policies, contracts, deeds, stocks and bonds, etc.
    • \r\n
    • Passports, social security cards, immunization records, bank account numbers.
    • \r\n
    • Credit card account numbers and companies.
    • \r\n
    • Inventory and pictures of valuable household goods, important telephone numbers.
    • \r\n
    • Family records (birth, marriage, death certificates)
    • \r\n
    \r\nEvacuation Routes\r\n
      \r\n
    • North Gate road to Cloudcroft.
    • \r\n
    • South Gate road to Pinon, El Paso and Alamogordo (see map).
    • \r\n
    \r\n

    Take Merlin Drive out of Timberon to Hoover Dr. Continue to South Gate.

    \r\n

    Dirt road for appx. 17 miles from South Gate to pavement toward Pinon.

    \r\n

    Dirt road for appx. 50 miles to Hwy 54. At Hwy 54, South to El Paso. North to Alamogordo.  The road to El Paso and Alamogordo is not clearly marked. Anyone not familiar with this road would be advised to drive this route before an emergency.

    \r\nSchool Children \r\n
      \r\n
    • Cloudcroft schools will be notified in the event of evacuation during school hours. You must complete the evacuation card with contact telephone numbers. 
    • \r\n
    \r\nEvacuation Card This is a rich text (.rtf) file attachment that can be downloaded and viewed in any word processor to print out.\r\n
    \r\n
    \r\n\r\n[gallery columns=\"1\" orderby=\"rand\"]\r\n\r\n
    \r\n
    ','Fire Evacuation Plan 2011 For Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1829-revision-45','','','2011-03-22 22:03:38','2011-03-22 22:03:38','',1829,'http://www.timberon.info/blog/?p=1879',0,'revision','',0,''),(1880,1,'2011-03-22 22:04:37','2011-03-22 22:04:37','
    Before Wildfire Threatens
    \r\nPlan Ahead\r\n
      \r\n
    • Prepare a family plan to identify all evacuation routes and be familiar with each one.  Smoke and anxiety can cause confusion in direction.
    • \r\n
    • Create a 30-to-100 foot safety zone around your house.
    • \r\n
    • Remove leaves and rubbish, clear all flammable vegetation.
    • \r\n
    • Remove dead branches that extend over the roof.
    • \r\n
    • Prune tree branches and shrubs within 15 feet of a stove or chimney outlet.
    • \r\n
    • Clear a 10 foot area around propane tanks and the barbecue.
    • \r\n
    • Stack firewood at least 100 feet away and uphill from the house.
    • \r\n
    • The Evacuation Card associated with this article should completed and placed in every vehicle ASAP. If an evacuation order is issued, place the card in the collection boxes located at the designated exit out of town.
    • \r\n
    \r\nProtect your Home\r\n
      \r\n
    • Regularly clean roof and gutters.
    • \r\n
    • Inspect chimneys at least twice a year.
    • \r\n
    • Clean them at least once a year.
    • \r\n
    • Teach each family member how to use the fire extinguisher (ABC type) and show them where it\'s kept.
    • \r\n
    • Keep handy household items that can be used as fire tools: rake, axe, handsaw chainsaw, bucket and shovel.
    • \r\n
    \r\nEmergency Supplies\r\n\r\nWhen wildfire threatens, you won\'t have time to shop or search for supplies. Assemble a Disaster Supplies Kit with items you may need if advised to evacuate. Store these supplies in sturdy easy-to-carry containers such as backpacks, duffel bags or trash containers. Items to include:\r\n
      \r\n
    • One change of clothing and footwear per person and one blanket or sleeping bag per person.
    • \r\n
    • A first aid kit that includes your family’s prescription medications.
    • \r\n
    • Sanitation supplies.
    • \r\n
    • Special items for infant, elderly or disable family members.
    • \r\n
    • Water and easy to prepare food.
    • \r\n
    • Pet supplies (food, water, leashes/cages, vaccination papers)
    • \r\n
    \r\nWhen Wildfire Threatens\r\n
      \r\n
    • Emergency notification will be made by fire department or law enforcement personnel. Listen for sirens in your area. Follow directions for evacuation. 
    • \r\n
    • Park car in an open space facing the direction of escape leaving. Keys in the ignition.
    • \r\n
    • Pack Disaster Supplies Kit in car (see Emergency Supplies section).
    • \r\n
    • Confine pets to one room. Make plans to care for your-pets in case you must evacuate.
    • \r\n
    • Arrange temporary housing at a friend or relative\'s home outside the threatened area.
    • \r\n
    \r\nIf Advised to Evacuate, Do So Immediately\r\n
      \r\n
    • Wear protective clothing and sturdy shoes: cotton clothing, long pants, a long-sleeved shirt, gloves and a handkerchief to protect your face.
    • \r\n
    • Lock your home.
    • \r\n
    • Watch for changes in the speed and direction of fire and smoke.
    • \r\n
    • If going to a Red Cross Shelter, take comfort foods for the children.
    • \r\n
    • Tie pets to driver\'s door so you won\'t forget them.
    • \r\n
    \r\nTime Permitting, Protect your Home Inside\r\n
      \r\n
    • Close windows, vents, doors, Venetian blinds or non-combustible window coverings and heavy drapes. Remove lightweight curtains.
    • \r\n
    • Open fireplace damper. Close fireplace screens.
    • \r\n
    • Move flammable furniture into the center of the home away from windows.
    • \r\n
    • Leave electric power on.
    • \r\n
    \r\nOutside\r\n
      \r\n
    • Turn off propane tanks.
    • \r\n
    • Place combustible patio furniture inside.  Connect the garden hose to outside taps.
    • \r\n
    • Gather fire tools (shovels; picks etc) and leave by hose for firefighters use.
    • \r\n
    • Place ladder up to roof on downward side of house
    • \r\n
    \r\nImportant Family Documents   Keep these records in a waterproof, portable container:\r\n
      \r\n
    • Will, insurance policies, contracts, deeds, stocks and bonds, etc.
    • \r\n
    • Passports, social security cards, immunization records, bank account numbers.
    • \r\n
    • Credit card account numbers and companies.
    • \r\n
    • Inventory and pictures of valuable household goods, important telephone numbers.
    • \r\n
    • Family records (birth, marriage, death certificates)
    • \r\n
    \r\nEvacuation Routes\r\n
      \r\n
    • North Gate road to Cloudcroft.
    • \r\n
    • South Gate road to Pinon, El Paso and Alamogordo (see map).
    • \r\n
    \r\n

    Take Merlin Drive out of Timberon to Hoover Dr. Continue to South Gate.

    \r\n

    Dirt road for appx. 17 miles from South Gate to pavement toward Pinon.

    \r\n

    Dirt road for appx. 50 miles to Hwy 54. At Hwy 54, South to El Paso. North to Alamogordo.  The road to El Paso and Alamogordo is not clearly marked. Anyone not familiar with this road would be advised to drive this route before an emergency.

    \r\nSchool Children \r\n
      \r\n
    • Cloudcroft schools will be notified in the event of evacuation during school hours. You must complete the evacuation card with contact telephone numbers. 
    • \r\n
    \r\nEvacuation Card This is a rich text (.rtf) file attachment that can be downloaded and viewed in any word processor to print out.\r\n
    \r\n
    \r\n\r\n[gallery link=\"file\" columns=\"1\" orderby=\"rand\"]\r\n\r\n
    \r\n
    ','Fire Evacuation Plan 2011 For Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1829-revision-46','','','2011-03-22 22:04:37','2011-03-22 22:04:37','',1829,'http://www.timberon.info/blog/?p=1880',0,'revision','',0,''),(3494,1,'2011-05-08 13:30:27','2011-05-08 19:30:27','[nggallery id=29]','TR - Casa Sacramento Apt A',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3490-revision','','','2011-05-08 13:30:27','2011-05-08 19:30:27','',3490,'http://www.timberon.info/blog/?p=3494',0,'revision','',0,''),(3495,1,'2011-05-08 13:49:54','2011-05-08 19:49:54','This cabin has three bedrooms and two bathrooms.  There are 2 king-size beds, 4 twin beds, and a double hide-a-bed.  The cabin has a full kitchen, washer/dryer, satellite TV /VCR and additional TV with DVD player, garden tub with jets, a wood burning stove, a nice porch with gas grill, dishwasher and Wi-Fi.. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 10 persons.\n\n15 Coconino Drive\nDirections to Casa Coconino at 15 Coconino Dr in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the second right onto Apache Dr. Take the second left onto Coconino Dr. Casa Coconino is the third place on your right. There is a parking area just off of the road that you are welcome to use should you have a trailer or multiple vehicles.\n\nEnjoy!!\n\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\n\n[nggallery id=25]\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n\nReservations HIGHLY recommended...\n
      \n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \n
    • All properties are non-smoking!
    • \n
    \nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n

    Calendar of Current Reservations

    \n[my_calendar category=\"2\" showkey=\"no\"]','Casa Coconino',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2064-autosave','','','2011-05-08 13:49:54','2011-05-08 19:49:54','',2064,'http://www.timberon.info/blog/?p=3495',0,'revision','',0,''),(3534,1,'2011-05-08 14:20:31','2011-05-08 20:20:31','The Red Barn is a one bedroom/one bath unit that includes a bedroom with a double bed, full kitchen, and TV/VCR/DVD.  The Sacramento River runs just outside of this unit.  Rates begin at $65.00 per night for two persons only.\r\n\r\n1841 Sacramento\r\nDirections to the Red Barn efficiency apartment at 1841 Sacramento Drive in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Stay on Sacramento until you reach a wood sign on your left that has “Timberon Development Council” and the address on it. Turn left here and travel towards the river. You will cross a bridge and then the road will curve to your left. The Red Barn will be directly in front of you. The door to the apartment faces the river. (Do not try to get into the office. The apartment is actually part of the red barn.)\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=23]\r\n\r\n[my-email subject=\"Red Barn\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"9\" showkey=\"no\"]','Red Barn',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2060-revision-2','','','2011-05-08 14:20:31','2011-05-08 20:20:31','',2060,'http://www.timberon.info/blog/?p=3534',0,'revision','',0,''),(3533,1,'2011-05-08 14:18:27','2011-05-08 20:18:27','Features a one bedroom and a two bathroom main house, and a guesthouse with one bedroom and one bathroom. The main house includes a king-size bed and queen futon, full kitchen, TV/VCR/DVD, computer with internet access, a wood-burning stove, a charcoal grill, and a huge screened porch with hammocks and a beautiful view. There is a double bed and queen futon along with a kitchenette in the guesthouse. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 12 persons.\r\n\r\n88 Chresta Loma\r\nDirections to Miria’s Hide-a-way at 88 Chresta Loma in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Turn right at the fifth right which is Edgewood. Take the first left onto Chresta Loma. The cabin is the second house on your right. There is a steel gate at the bottom of the driveway and the house number is on a tree to the left of the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=26]\r\n\r\n[my-email subject=\"Miria\'s Hide-a-Way\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"13\" showkey=\"no\"]','Miria\'s Hide-a-Way',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2066-revision-2','','','2011-05-08 14:18:27','2011-05-08 20:18:27','',2066,'http://www.timberon.info/blog/?p=3533',0,'revision','',0,''),(1886,1,'2011-03-23 13:30:55','2011-03-23 19:30:55','History of the Sacramento Mountains - Articles, Family Stories and Correspondence listed below...','Mountain History',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','local-history','','','2011-05-08 16:17:32','2011-05-08 22:17:32','',0,'http://www.timberon.info/blog/?page_id=1886',1,'page','',0,''),(3692,1,'2011-05-10 07:40:03','2011-05-10 13:40:03',' Timberon Weather Station\r\n Weather Advisories\r\n Fire Weather\r\n\r\nClick Title to open in New Window…\r\n[pageview url=\"http://forecast.weather.gov/MapClick.php?CityName=Timberon&state=NM&site=EPZ&lat=32.6383&lon=-105.69\" title=\"NWS Seven Day Forecast\" scrolling=\"yes\"]','Weather',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3692','','','2011-05-18 11:09:13','2011-05-18 17:09:13','',0,'http://www.timberon.info/blog/?p=3692',11,'nav_menu_item','',0,''),(2949,1,'2011-01-19 19:32:02','2011-01-19 19:32:02','Click Title to open in New Window...\r\n[pageview url=\"http://www.timberon.org/timberon_weather.htm\" title=\"Timberon Weather Station\" scrolling=\"yes\"]\r\n','Timberon Weather Station',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','436-revision-2','','','2011-01-19 19:32:02','2011-01-19 19:32:02','',436,'http://www.timberon.info/blog/?p=2949',0,'revision','',0,''),(3144,1,'2011-04-11 17:03:11','2011-04-11 23:03:11','\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    Sub-Menu[sb_child_list]\r\n[sb_parent]
    \r\nA historically relevant collection from the minutes of the old Property Owner\'s Association.  This is not the complete minutes, only what we felt are the more important issues discussed.\r\n\r\nOnce upon a time, when Timberon was first starting out, there was an organization called the Timberon Property Owners Association. This association was established on October 1, 1969 so that the property owners of Timberon would have a say in the destiny of the community. For many years this organization was at the very heart of everything happening on the mountain. The Timberon Property Owners Association, having fallen upon hard times, was disbanded on November 19, 1993.\r\n\r\nThe Timberon Property Owners Association may no longer be with us, but its records are, and they are very rich in information outlining the early days of Timberon. This monthly series of articles is based upon information taken from those records. It all began, as the records do, about 25 years ago in a development called Timberon.\r\n\r\nTimberon Log dated October 16, 1972...\r\n\r\nThe developer says that by May 1, 1973, we should have some condominiums, trailer houses, etc. put in Timberon for the use of the property owners.\r\n\r\nWe are in the process of building a sales office right now and all the sales personnel will be out of our Lodge within the next 90 days.\r\n\r\nWe are talking about putting a really nice restaurant (dining room) in the upper part of the Lodge. This would entail getting a professional chef, dining tables, menus, etc. The Lounge area will be located in the Pro-Shop on the Golf Course, thereby eliminating the need for the downstairs lounge in the Lodge. Eventually (probably in about three to five years) all food facilities will be moved to the Country Club area, completely away from the Lodge. The downstairs area will be made into a recreational room.\r\n\r\nOur Board has proposed a $25.00 per membership, per year, dues to begin in November of 1972. The Timberon Property Owners Association is now in the process of taking over the Lodge. The Association needs revenue to work with. The Association will soon be responsible for Lodge maintenance, the stocking and cleaning of the lakes, pool area maintenance, and the security guard. The Association will be also be collecting revenue from the water taps (approximately thirty already).\r\n\r\nIn regard to the security guard, by May 1, 1973 we are putting a very nice entrance in on the road from Sunspot. This entrance is to be manned by a security guard who will also be responsible for the protection of property owners\' cabins. There will eventually be two guards and two entrances, the second from the back road.\r\n\r\nWe also need to obtain a fire truck to put up on the property, which would be controlled by the Property Owners Association.\r\n\r\nThere was discussion on the necessity of making and following rules on the Golf Course. Some of the ideas were: only members get to play on weekends; only five guests per year, per member; and there was a suggestion of maybe putting in a third nine for short golfers. We must have very strict rules on the Golf Course. There needs to be a very strong Board (or man) to control it. Ed Jennings is doing a terrific job... we must not over-run his decisions on times to be open for play. His main interest is the overall betterment of the course.\r\n\r\nTimberon Log dated November 4, 1972...\r\n\r\nOur Board of Directors consists of Richard Sparks, Johnny Mobley, Anthony Perrotto and Dave Tappan. We are currently one member short and are sending out a ballot to all the property owners with the following nominees: Bob Edwards, C.W. McFarland, Col. F. Stano, Truman Jones and Lester Pierce.\r\n\r\nThe grounds around the Lodge and swimming pool have been planted, fenced in and cleaned up.\r\n\r\nThe Golf Course is advancing very rapidly. The scars are due to the 30\" of rainfall since the middle of August. Once these eroded areas are sodded in solidly they will hold against rains. The Golf Course will open in the Spring.\r\n\r\nThe Sales Office is scheduled to move out of the Lodge shortly after the first of the year.\r\n\r\nThere will be a twenty-unit condominium build, starting construction by February 1st and hopefully in operation by late Spring.\r\n\r\nWe still have plans to put in a really nice dining room in the upper part of the Lodge, complete with chef.\r\n\r\nThere are now two lakes in service. The upper lake is stocked with 18,000 fingerling trout. There are plans to put an all weather walk around the lakes. A waterfall is also in the planning.\r\n\r\nThese facilities are ours as property owners and it cost money to maintain them. To date, the developer has carried the entire cost of this upkeep, however it is estimated that the developer will be out of the picture in about three years. We must begin now to be ready for a complete takeover when that time comes.\r\n\r\nThe assessment of $25 per membership, per year, will provide a portion of the revenue needed for the maintenance of our facilities. There will be other forms of revenue coming into the Property Owners Association in the form of monthly payments from water taps (of which there are now 37). The Utility Commission is in the process of setting this rate. To date, the developer has put in approximately $350,000.00 into the water system alone (if it hadn\'t been for Carriso Springs, it would have been $550,000.00). This water system is a real asset to the Association and revenue from it will accrue directly to the Association.\r\n\r\nThe total facilities on the property, when completed, will value approximately $5,000,000.00. This membership is definitely a thing of value.\r\n\r\nAs promised by Richard Sparks, a full and comprehensive report on the progress of the roads is being formulated and will be sent out shortly.\r\n\r\nTimberon Log dated January 25, 1973...\r\n\r\nFrom the beginning of Timberon it has been understood that the Property Owners would eventually take over the care and maintenance of the common facilities in Timberon. The developer\'s contract with the buyers of Timberon property included the construction of all common facilities and maintenance of them until the Property Owners Association could assume this responsibility.\r\n\r\nAt present, excluding the existing water system, the Property Owners have for their common use and enjoyment the following property which is managed by the Association: the paved 5000\' air strip and parking apron valued at $125,000.00; the Lodge and grounds valued at $250,000.00; two fishing lakes valued at $30,000.00; and the swimming pool valued at $60,000.00.\r\n\r\nLater, the Association will accept the responsibility of maintaining and collecting the revenue from the water system. This system presently consists of 35 miles of installed distribution lines, 15000\' of 10\" transmission line from the springs, and two inter-connected reservoirs with a total value of $600,000.00.\r\n\r\nOther assets now existing for common use, but not yet taken over by the Association are 227 acres in the championship golf course area (nine holes of the golf course were seeded in the summer of 1972 and will be open for play early in the summer of 1973) and 81 acres of parkland in various parts of the project.\r\n\r\nTitle of this property has not yet been transferred to the Property Owners Association. The developer stands ready at any time to convey this property at our option.\r\n\r\nRobert Edwards was elected to fill the vacancy on the Board and will serve 1 year as Secretary of the Association.\r\n\r\nTimberon Log dated March 17, 1973...\r\n\r\nThe Northern Road from Sunspot is deeply rutted, almost impassable because of the extreme winter moisture. Southern Road (506) is in good shape, has approximately 21 shallow fordings, and is being reconstructed because of the efforts of the State School Board. Alternate highway routes are still being sought, but because of government procedures, progress is quite slow.\r\n\r\nRoads in the Timberon property are being expanded and improved. An additive is being put on the roads to protect them from moisture and make them more truly all-weather.\r\n\r\nThe golf course will open approximately June 1, 1973 and should be covered by excellent grass because of the extremely wet winter.\r\n\r\nAll members of the Property Owners Association will have numbered certificates for each building site. This also includes the large \"Block Holders.\"\r\n\r\nDues are delinquent after 90 days. A default notice will be sent at 60 days and subsequently a property lien will be attached to the property.\r\n\r\nThe purpose of the Board of Directors is to manage the community properties for the good of all the property owners and no remuneration is made to the directors for their time.\r\n\r\nThe Lodge will have a restaurant and improved living facilities in the near future. Salesmen will be quartered outside outside the Lodge and will pay for their use of the Lodge in the same manner as anyone else. It is expected that a condominium will be opened in the community area for the use of property owners and buyers, hopefully by June 1st.\r\n\r\nTimberon Log dated November 10, 1973...\r\n\r\nMr. Steve Cilino is working on obtaining a new South entrance road into Timberon. He is approaching the problem by going through the Commanding General of Ft. Bliss on behalf of all Timberon property owners. Mr. Cilino is proposing the following route: use New Mexico State Highway to 17 miles west of Highway 54, then north up over the ridge ending at Sacramento Canyon. We would have the sole responsibility of securing the road at our end. He has assured the General that we will in no interfere with missile firings. He has asked that all Timberon property owners sign a list that will be attached to a letter for the General with the purpose of acquiring permission to use such a road.\r\n\r\nMr. Bill Berkebile is working on the Northern route into Timberon from Cloudcroft. North American Land Development (the developer) has attempted to improve and maintain this road, but has encountered opposition from the County and Forest Service. However, North American Land Development has now been given the position of acting as the agent concerning these road matters for Otero County. North American Land Development is now in the process of repairing the river crossings on this road. We are still in need of a gravel pit. The Forest Service has tentatively agreed to let us put one in Apple Tree Canyon. The Forest Service is ready to go on extending the road from Sunspot to over near Scott Able whenever they can get the funds.\r\n\r\nIn respect to the South road to Weed, North American Land Development is prepared to remove the first six river crossings. Dr. Stovall, Superintendent of Schools, from Otero County is in favor of supporting this southern route. The County Commissioners from Otero County have been very cooperative.\r\n\r\nThe 18 acres, which was deeded to the Property Owners Association in March of 1973, has been leased to Mr. Roland (Ski) Skalmusky for the maintenance of the Lodge and restaurant.\r\n\r\nIn the last year both of the fishing lakes have been restocked, the roof of the Lodge was repaired, and a good deal of the Lodge was repainted.\r\n\r\nWe have purchased a fire pumper to be used off the swimming pool or ponds. It is on a trailer, so it may be pulled to any place on the property. This is not the answer to our fire protection, but it is a beginning.\r\n\r\nWe invested in a security vehicle for Mr. Bill (Smitty) Smith, our security guard at Timberon. Smitty holds a Deputy Sheriff\'s commission from Otero County and has a background of 25 years in law enforcement. His new security vehicle is equipped with a CB radio and a complete First Aid Kit. A State Police radio has been ordered and should be here by December 10th. Emergency systems have been set up with the Alamogordo Police Department.\r\n\r\nMr. Bill Pozanac, Bill Berkebile and Ed Jennings have been deputized as special deputies to assist Smitty.\r\n\r\nCol. Griffin feels that our county taxes should be used for fire protection. We have corresponded with the County concerning this possibility, but until we are a municipality we can not count on too much assistance. Dave Tappan said that there is a New Mexico law that offers help to organized Volunteer Fire Departments. Bill Berkebile suggested that we should inquire at the County Assessor\'s office as to what is being done with the tax flow that is coming from the Timberon area and report the finding to the property owners.\r\n\r\nMr. Berkebile looked into the possibility of acquiring mail service into Timberon. The postal authorities sited the condition of the road leading from Sunspot and the small number of families living in the area as reasons to deny service. He was told that if all of the people who reside in Timberon would transfer their post office box to Sunspot it may show a greater need for this service.\r\n\r\nBob DeSpain complained about the trailers which were located on lots that were not in the trailer section of Timberon. He feels that we should abide by the Restrictive Covenants and not allow this. The developer, Mr. Mobley, indicated that letters have been sent out to these people by his attorneys and action was being taken to remove the trailers in question.\r\n\r\nThe problem of obtaining telephone service to Timberon is being looked into by Bill Berkebile.\r\n\r\nTimberon Log dated January 12, 1974...\r\n\r\nOur Board amends the bylaws to provide for seven members, it had been five.\r\n\r\nThe Lodge building in Timberon was designated as the principle office location for the Property Owners Association.\r\n\r\nAll future meetings of the Property Owners Association will be held on the second Saturday of each month in the Timberon Lodge.\r\n\r\nThe following committees were established: Roads - Steve Cilino; Fire Protection - Joe Fetters; Timberon Social Activities - Tony Perretto.\r\n\r\nA suggestion was made that the Property Owners Board and the Developer (North American Land Development) develop better communications when planning social activities. The Developer, Johnny Mobley, says that the property owners could be kept advised through \'Timberon Trails\' published every two months.\r\n\r\nFire Protection is a major concern, maybe it will be possible to obtain a pumper from the government surplus when they closed the missile sites. There was also discussion about appealing to the owners for donations of time and/or money for a volunteer fire department.\r\n\r\nThe people hired to operate the Timberon Lodge were evicted and the Lodge closed. The operators of the Lodge left the Property Owners Association with an estimated loss of $1000.\r\n\r\nIt was pointed out by Mr. Roessler that since our security man, Bill (Smitty) Smith, is a deputy of Otero County then the county should pay his salary, or a portion of it, with some of the property owner\'s tax money.\r\n\r\nThe advantages and disadvantages of becoming a municipality was discussed, with no definite action being taken due to opposing views.\r\n\r\nCamper trailers that are now parked in front of the Lodge near the air strip for utility hook-up will be required to move to the new Trailer Park area. This area is being built by the Developer to have hook-ups and toilet facilities. The completion date will be May 1, 1974.\r\n\r\nThere are three rooms available for rent in Lodge. The cost to rent these is $12 per night with linens.\r\n\r\nAn announcement was made that the Timberon Sales Office is soon to go computer.\r\n\r\nA Lubbock group of Property Owners Association Members suggest forming chapters by towns of property owners to create interest.\r\n\r\nIt appears we have been operating a restaurant without a license and that the gross receipt tax on the bar has not been paid. We will correct this and find out what it will take to acquire a restaurant license.\r\n\r\nTimberon Log dated March 9, 1974...\r\n\r\nIt was decided to get a new appraisal for the Lodge building because of all the improvements that have been made, especially to the kitchen.\r\n\r\nMr. Cilino requested from the Civil Defense a pumper which has recently become available. It was inspected by Joe Fetters and found to be in good condition.\r\n\r\nThe liquor license that belongs to the Developer will be leased to the Property Owners Association, but the Developer will retain ownership.\r\n\r\nThe Property Owners Association is in the process of filing liens against non-paying lot owners.\r\n\r\nOtero County is now blading the North road, having already bladed the South. It appears that they will continue to maintain these roads on a regular basis.\r\n\r\nDon Coffman, Head Football Coach for Roswell High School, will take care of the pool for the Summer at no charge.\r\n\r\nMr. & Mrs. Lee Martin of El Paso are hired to manage the Lodge.\r\n\r\nTimberon Log dated March 20, 1974...\r\n\r\nCarl Tanner was hired as full-time maintenance man for the Lodge at $500 a month.\r\n\r\nWe ordered and paid for two thousand 7 to 10 inch trout for the fishing lakes at a cost of $600 plus $90 delivery charge. The Developer has agreed to pay for the restocking of the lakes when it is done again in late summer.\r\n\r\nErna Stevens and her daughter were hired to operate the Lodge. Before this she was employed at the Airport Restaurant in Roswell as a cook and her daughter as a waitress.\r\n\r\nWe had a complaint from Jack Shaw that our hamburgers are overpriced at $1.25 and that we should discourage bar drinkers, particularly on Sunday mornings.\r\n\r\nTimberon Log dated April 20, 1974...\r\n\r\nWhite Sands Missile Range requires that we must have a military guard on the roads. They want complete control of the access road.\r\n\r\nIt was decided to construct two or three kennels in back of the Lodge for people staying there with dogs.\r\n\r\nThe Lodge restaurant is grossing $500 a week and doing nicely. It is paying its own way and showing a profit.\r\n\r\nAt present there is $175 in outstanding tabs from the Sales Staff alone. No more credit will be given and everyone will pay when served.\r\n\r\nA ledge has been cut around the small lake and the lakes have been cleaned.\r\n\r\nMr. Tappan asked the Developer if the condominiums were ready for occupancy. Johnny Mobley said he was having problems with the Environmental Agency, Plumbing Inspector and Building Inspector. They have three different codes which are almost impossible to meet. He has asked for an Attorney General\'s ruling on this and should be ready to go ahead in about two weeks.\r\n\r\nTimberon Log dated June 8, 1974...\r\n\r\nMr. Cilino reported to the owners that we are still trying to secure a pumper for fire protection and that certain qualifications must be met before we can get any type of Federal funds to help us.\r\n\r\nIt is stated that the Commanding Officer at White Sands Missile Range will soon be changing and we should wait until a new one takes over before any attempt is made to ask the government to let us use range access roads to get to Timberon.\r\n\r\nThe kitchen remodeling has all been paid for and the restaurant now has an \'A\' rating by the State Environmental Agency.\r\n\r\nThe Developer says that property owners will not have to pay green fees on the golf course for the next three years. Guests will be charged $6 on weekdays and $10 on weekends and holidays.\r\n\r\nThe Developer, Johnny Mobley, says that the bath house will be finished in about two weeks.\r\n\r\nMr. Pozanac says the ice machines are now operating and ice will remain free to all property owners and their guests.\r\n\r\nJohnny Mobley says that the Lynn Gas Company is going to put in a permanent setup in Timberon. It will be available 24 hours a day.\r\n\r\nTimberon Log dated August 10, 1974...\r\n\r\nGround rules for hunting in Timberon were discussed. Some suggestions were: there should be guards placed at all entrances; there should be a limited amount of hunters allowed, each owner will be allowed to have four guests: and all hunters camping out will be required to camp in one spot designated by the Property Owners Association.\r\n\r\nBy unanimous decision Joe Fetters was accepted as Fire Chief of the Timberon Property Owners Association Volunteer Fire Department.\r\n\r\nThe electrical wiring in the Lodge was replaced, taking about five days.\r\n\r\nThe bath house has been painted and all the plumbing will be completed in about a week.\r\n\r\nThere is a problem with the lower fishing pond\'s diminishing water level. It is suggested that a pipe be run from the upper pond to the lower so that any overflow will go into the lower pond.\r\n\r\nIt was discussed that the only thing holding Timberon back from being a town is the population. The population needed should be reached about next spring.\r\n\r\nTimberon Log dated October 26, 1974...\r\n\r\nIn spite of many attempts, a new South Road into Timberon is yet to be secured. Mr. Cilino is investigating a possible right-of-way for another road going Westward to Highway 54, rather than South to State Highway 506.\r\n\r\nBill Berkebile reported that contracts will be let to furnish mail service directly into Timberon, effective December 7th. The mail route will be known as the \"Timberon Star Route.\"\r\n\r\nThe new fire sirens were sounded for the first time in Timberon.\r\n\r\nTimberon Log dated February 15, 1975\r\n\r\nHarry West and Joe Richardson were introduced as the new Property Owners Board Directors.\r\n\r\nThe Timberon Property Owners Association is granted exemption from Federal Income Tax as a non-profit organization.\r\n\r\nPeggy Maitland announces that the General Store will be in full operation by April 15th. Danny Strickland will be running it.\r\n\r\nA County Road Maintenance Man will be stationed in Timberon with a grader to keep both the North and South Roads clear and in good condition. Bill Berkebile says that negotiations are presently under way to change and improve the South Road through Sacramento River Canyon.\r\n\r\nThe Developer informs the owners that all structures being built must be approved by the Architectural Committee of North American Land Development prior to building. The zoning must be followed and will be enforced.\r\n\r\nFire Chief Joe Fetters was instrumental in securing a 500 gallon pumper truck; this is a real fire engine with a red light and siren. It runs just fine.\r\n\r\nBill Berkebile and Joe Fetters secured the services of a 1000 gallon tanker truck from the Forestry Department.\r\n\r\nFour Condominium Duplexes are opened for rental on the river. Christy Berkebile is the manager.\r\n\r\nShirley Cliff will be manager of the Lodge starting March 1st. She plans to have regular entertainment. The act on opening night will be Pete Fleming and Mitch Mosley, a folk and country group.\r\n\r\nThe Golf Course will open for the season on Easter weekend, weather permitting.\r\n\r\nTimberon Log dated April 19, 1975...\r\n\r\nDave Tappan briefed the Association Directors on a letter written by Bill Richardson, a property owner, to the Department of Housing and Urban Development in Washington. The letter indicated a dissatisfaction with the Developer for not turning over the water supply to the Association Members as indicated in the HUD report. The matter was put of until a meeting with Bill Richardson could be arranged.\r\n\r\nBill Cilino says that the new access road approval was at a standstill and now hinges upon the incorporation of Timberon.\r\n\r\nThanks were extended to past Sheriff Bill \'Smitty\' Smith and present Sheriff Dennis Wynn for their excellent job of solving several burglaries. We want to keep Timberon honest and clean.\r\n\r\nSheriff Wynn and Shirley Cliff started a game room in the Lodge to keep our young people entertained.\r\n\r\nThere was a forest fire in Timberon, with most of the damage being in T-8. Our Volunteer Fire Department, assisted by Timberon Members and guests, was instrumental in containing the fire and finally putting it out. Also assisting were the fire departments from Cloudcroft, High Rolls, Duncan, Penasco, Sacramento, James Canyon and Mayhill. The Forest Service responded within minutes with slurry bombers spraying flame retardant chemical. They sent in tankers, supplies, and more than 75 firefighters. Investigation indicated that the fire was started by an owner burning trash in a 40 mile per hour wind.\r\n\r\nTimberon Log dated July 12, 1975...\r\n\r\nA front loading tractor and riding lawnmower have been purchased for the Lodge grounds.\r\n\r\nMany complaints were aired, mostly centered on the deplorable conditions in and around Lodge; dogs running loose and destroying the Associations equipment, and camping grounds in front of the Lodge.\r\n\r\nThe Property Owners Board was faced with what they saw as the deplorable condition of Timberon in general, the thefts that had occurred, lack of authority and division of authority by Board members and security personnel, and general lack of management. They responded by electing Joe Fetters as Resident Agent with direct control over all Property Owners Association employees and answering only to the Property Owners Board.\r\n\r\nIt was decided that for the safety of all members, dogs found loose would be picked up with a warning to the owner and if repeated, the dog would be destroyed. Dogs without licenses and unknowns would be destroyed immediately.\r\n\r\nThe conclusion was reached that there was no control on entrances to Timberon and undesirable characters may enter, placing all property in jeopardy. An earth barricade was put across the Culp Canyon entrance to close it and the possibility of control over both the North and South entrances were looked into.\r\n\r\nAt the prompting of the Fire Chief, Joe Fetters, $6000 was spent by the Property Owners Association for new fire equipment.\r\n\r\nTimberon Log dated August 30, 1975...\r\n\r\nIt was decided that Sheriff Wynn was lacking the maturity necessary for our security guard. The job would again be offered to Bill \'Smitty\' Smith.\r\n\r\nJoe Fetters says that the probation period for the Fire Department will be over in November and we will be eligible for state funds.\r\n\r\nThe tennis courts should be finished by next spring. The snow pack this winter should really pack down the base.\r\n\r\nThe Cliffs are leaving in September and the Colemans will be running the Lodge on a two month trial basis.\r\n\r\nDue to inflation and maintenance costs, the dues for property owners will be increased from $25 to $35.\r\n\r\nTimberon Log dated November 1, 1975...\r\n\r\nAt present it does not appear a new access road will be constructed. The South road is in fairly good shape, but the North road is in poor condition.\r\n\r\nJoe Fetters and Bill Berkebile were recognized for establishing a Rural Fire District in Timberon in a remarkably short time of one year.\r\n\r\nThe Timberon Volunteer Fire Department now has two pumper trucks, three fire sirens, a small portable pumper, a good supply of protective equipment for firefighters and radio communications in the trucks.\r\n\r\nMembers will be limited to one guest during hunting season to prevent indiscriminate hunting and in order to maintain control.\r\n\r\nThe Developer, at the urging of Harry West, donated $50 to the town of Cloudcroft to go towards the purchase of an ambulance for evacuation of the sick and injured. The ambulance will be used not only for the Cloudcroft area, but also for surrounding towns, including Timberon.\r\n\r\nCompleted units of the Water System will be deeded to the Timberon Property Owners in the near future at time completed, by the Developer.\r\n\r\nTimberon Log dated February 7, 1976...\r\n\r\nThere will be two resident agents on the property, Joe Fetters will be resident agent over the Fire Department and Ed Jennings over security and maintenance.\r\n\r\nThe Lodge was again opened for the renting of rooms, with property owners to have first consideration.\r\n\r\nDue to a growing demand by the property owners, applying pressure on the Board Members, it was decided to get Bill (Smitty) Smith back as security officer.\r\n\r\nThere was concern about increased crime and malicious vandalism on the mountain.\r\n\r\nThe Fire Department was inspected by the State Fire Marshall, who certified us and recommended that we receive state funds.\r\n\r\nFire Chief Joe Fetters recommended that the Property Owners Association consider selling the Fire Department one acre of ground for $1.00 to construct a fire house.\r\n\r\nTimberon Log dated May 19, 1976...\r\n\r\nBoard Director Dave Tappan sent a letter to the other Board Members with the following suggestions for consideration:\r\n\r\nThat the role of the Restaurant and Lounge be determined as to whether we must keep it in operation, if so, should we request that the Developer subsidize it or is that our responsibility as Property Owner Association Representatives.\r\n\r\nThat we consider subsidizing Harry West\'s quarterly newspaper, as the Developer has already agreed to mail it to all property owners.\r\n\r\nWhat the role of the Property Owners Association will be in the next two to five years, as the Developer will undoubtedly be pulling out and turning everything over.\r\n\r\nTimberon Log dated May 29, 1976...\r\n\r\nThe Lodge is now being operated by the Property Owners Association. Betty Cliff is doing a fine job of cooking and taking care of the Lodge.\r\n\r\nThe security light donated by Harry & Ann West is installed on a tree in front of the Lodge and it lights up both the front lawn and the parking area.\r\n\r\nThe Fire Department makes plans to pay back the money borrowed from the Property Owners Association for equipment by holding a golf tournament on the Fourth of July.\r\n\r\nAll Timberon Property Owners Association Members will receive two plastic membership cards that must be presented before playing tennis, swimming, fishing, or golfing.\r\n\r\nTimberon Log dated August 14,1976...\r\n\r\nThis year during deer hunting season each property owner who has paid their dues will be allowed only one guest, same as last season. Signs will be posted at all three entrances to Timberon an there will be voluntary patrols.\r\n\r\nOnly property owners will be allowed to fish, with a limit of ten fish for a family per day.\r\n\r\nThe Developer, Johnny Mobley donates property for the Fire Department building adjacent to the swimming pool.\r\n\r\nThe Developer agrees to donate land for a church site in the area set aside for the school, located on the Southeast end of the airstrip.\r\n\r\nTimberon Log dated October 30, 1976...\r\n\r\nWe now have health insurance coverage on all Property Owners Association employees.\r\n\r\nAt a meeting Harry West informed the property owners that the Timberon Mountaineer (newspaper) was not financed by the Developer or the Property Owners Association. He explained the problems of trying to publish a paper without any money to hire help, travel, etc... The Property Owners Association agreed to reimburse Harry for past personal expenditures if he could not get the money elsewhere.\r\n\r\nRev. Frank Wheeler said a site for a church had been promised by the Developer. Rev. Wheeler is coming to Timberon every Tuesday night to have bible study and every Sunday for worship services.\r\n\r\nTimberon Log dated February 19, 1977...\r\n\r\nIt was reported that some wood is being cut in unauthorized areas. The Developer said that he would see that they were redirected to proper areas.\r\n\r\nThe Developer, Johnny Mobley, reminds the Board that the lower fishing lake will have to be drained in order to be sealed. The fish will be removed and put back in after it has been sealed and refilled. He said the seeping of the lake is causing the tie-down area of the airstrip to stay damp and sustain damage.\r\n\r\nThe possibility of getting phone service from Dell City looks good, but first we need at least 30 applicants.\r\n\r\nTimberon Log dated August 30,1977...\r\n\r\nAn increased effort is being made to prevent non-paid members from using Association facilities.\r\n\r\nHarry West suggests that a solar unit to heat the pool can be obtained for about $800, thus eliminating the $300 per month propane costs.\r\n\r\nThe Baptist Missionary Board puts up $15,000 towards building a small non-denominational church in Timberon. Local church collections are over $900 and other congregations in the area have donated $1,000.\r\n\r\nHarry West asks about the dishwasher in the Lodge, and wonders why the dishes are being washed by hand. Ed Jennings says he thinks the dishwasher was working, but that it takes longer to use it than to do them manually. Dave Tappan injects that the dishwasher costs $1,000, is required by the Environmental Department and should be used.\r\n\r\nTimberon Log dated October 29, 1977...\r\n\r\nDean Blagowsky joins the land sales staff announcing that some property owners will be licensed and a lot resale department will be started next year. He also says that his group will start selling Champion modular homes.\r\n\r\nGeorge Cliff completes the enclosure remodeling of the Lodge patio, adding a fireplace.\r\n\r\nThe Memorial Flagpole in front of the Lodge is made available to bronze memorial plaques for deceased property owners at a cost of $40 to their families.\r\n\r\nTruman Jones pays to restock the lower lake with trout.\r\n\r\nThe Property Owners Association assists Harry West with a contribution, as do many property owners, enabling him to continue publishing the Timberon Mountaineer. The Developer is also commended for printing and mailing two issues to the whole Association.\r\n\r\nBill (Smitty) Smith, Association Security Officer, reports the arrest of a property owner and his wife for burglary. Several thousand dollars worth of property is recovered and 14 burglaries are solved by this arrest.\r\n\r\nDell City applies for a low interest federal loan to expand their phone system to Timberon.\r\n\r\nHarry West reports that the Timberon Mountaineer is in debt by about $271 and that CB listings are available for $1 each to help pay the deficit. The Property Owners Association assures Harry that he would not have to pay these expenses personally.\r\n\r\nThe Developer says that the trailer along the airstrip would be moved to an RV area soon.\r\n\r\nTimberon Log dated January 7, 1978...\r\n\r\nVandalism and lack of interest among the younger set has caused the game room to be closed. A recommendation was made that the pinball machine and pool table be returned to their owners and the room be used for storage.\r\n\r\nSecurity Officer Bill \'Smitty\' Smith reports that a few minor break-ins are occurring, but articles of value have not been taken.\r\n\r\nThe Developer, Johnny Mobley, expects an influx of sales personnel this spring and requests additional services from the restaurant.\r\n\r\nThe Developer reports that Representative Mershon is working on the road situation. The effort will now be concentrated on getting right-of-way for a road from Sunspot, upon the ridge and into Timberon from the North.\r\n\r\nHarry West says contributions to the Timberon Mountaineer have picked up and he believes the publication will now be viable, however more articles are needed for publication from members.\r\n\r\nIt is agreed that an under-cover man may be employed periodically, if requested by the Security Officer and Registered Agent.\r\n\r\nTimberon Log dated March 4, 1978...\r\n\r\nA letter is sent to the State Highway Commission stating that the Property Owners would relieve them of liabilities for any injuries during the time that they would be repairing and improving the road over to 506.\r\n\r\nThe Fire Department buys a resuscitator with revenue sharing funds allotted by the County.\r\n\r\nHarry West expresses his delight at the progress being done on the Pro Shop in the last couple of months.\r\n\r\nThe Security Officer reports flagrant violations by game poachers in Timberon. One violator has been arrested, but several more were accessories to the fact.\r\n\r\nAn Environmental and Wildlife Protection Committee was established in Timberon. Committee members were Ed Jennings, Bill Smith, Bobby Williamson, George Cliff and Lew Lund.\r\n\r\nTimberon Log dated October 28, 1978...\r\n\r\nSteve Hollabaugh is hired as maintenance man after Lee Jennings resigns.\r\n\r\nA lawsuit is filed against the Army to allow a road from 506 to be cut due North into Timberon.\r\n\r\nDell City Telephone Cooperative receives a low interest federal loan to bring service into Timberon.\r\n\r\nProperty Owners get free use of the slopes at Ski Cloudcroft.\r\n\r\nIn T-8 fifty-one percent of the Property Owners vote to reduce the square footage from 1,000 to 850 for home size.\r\n\r\nTimberon Log dated March 17, 1979...\r\n\r\nThe Developer deeds the Lodge to the Property Owners.\r\n\r\nHarry West reports that the Spring edition of the Timberon Mountaineer is about ready for publication, but mailing funds are running low.\r\n\r\nThe Developer states that the Land Office would soon receive their new computer and that the old one would be donated to the Property Owners. However, in the end it is donated to the El Paso Public School System instead.\r\n\r\nThere are two minor break-ins of cabins and the vandalism of the school bus reported by Security.\r\n\r\nTimberon Log dated June 23, 1979...\r\n\r\nA barrier of cross-ties are place between the propane tanks and parking lot after the propane truck\'s brakes fail, it rolls down the slope and knocks the tanks off their mountings. There was no explosion.\r\n\r\nThe fishing limit is set at 6 per day per family, as suggested by Roy Sellers, and all fish caught must be kept.\r\n\r\nThe Property Owners Association agrees to furnish the prize of golf woods at the Firecracker Open tournament on the 4th of July.\r\n\r\nThe Summer edition of the Timberon Mountaineer is about ready for publication, but is currently about $158 in debt. The Developer agreed to pay the postage and the Property Owners Association will pay the $158 needed to complete the printing.\r\n\r\nTimberon Log dated September 15, 1979...\r\n\r\nThe Property Owners Association buys a TRS-80 computer from Radio Shack after attending an impressive demonstration of the machine.\r\n\r\nIt is reported that Lou Fetters will be coming soon to present a plan from Tri-State Associated Grocers for delivery of supplies to the General Store and Lodge Restaurant.\r\n\r\nO\'Neal James presents a proposal for trash removal service in Timberon.\r\n\r\nHunting in Timberon is again limited only to members of the Property Owners Association.\r\n\r\nA barbecue pit is built behind the Lodge.\r\n\r\nTimberon Log dated October 27, 1979...\r\n\r\nThe Lodge restaurant has been remodeled and is operating in the black.\r\n\r\nThere is new pavement placed around the Lodge.\r\n\r\nTrash is no longer being dumped at the Lodge and there is a trash pick-up service available if you wish to subscribe.\r\n\r\nThe need for building a fire station and getting a school in Timberon is discussed.\r\n\r\nAppreciation is expressed for the County getting the roads into Timberon in such good shape.\r\n\r\nTimberon Log dated January 26, 1980...\r\n\r\nMost Association Members are sending donations to the fire department along with their dues and the Property Owners Association donates $1,000 to the Fire Department Building Fund.\r\n\r\nThe Developer proposes to donate three additional acres of land to the Timberon Chapel, one acre for expansion / parking and two acres for a cemetery.\r\n\r\nPastor Frank Wheeler proposes that the Property Owners Association accept the cemetery acres and administer the operation of it. The Association agrees to do this dependent upon findings concerning State and Federal regulations.\r\n\r\nTimberon Log dated May 31, 1980...\r\n\r\nHarry West requests aid in publishing the next edition of the Timberon Mountaineer. The Developer agrees to pay for half of the cost while the Property Owners Association agrees to pay the remaining half. Harry states that he is going to ask for subscriptions for future editions.\r\n\r\nDell City Telephone is committed to having telephone service installed by January 1, 1981.\r\n\r\nSecurity reports that a gang of robbers are operating in the area, but have not as yet shown up in Timberon.\r\n\r\nTimberon Log dated October 25, 1980...\r\n\r\nRoy Sellers, the President of the Property Owners Association, submits the following letter: After leaving the meeting Saturday, I saw several Bow Hunters driving trucks around the Golf Course area. Sunday morning, I saw the same thing again. I asked if we had a designated area for hunting and was told yes, but the hunters didn\'t seem to pay any attention to regulations.\r\n\r\nWith the National Forest and all the other open hunting areas, do we have to get someone seriously injured or killed to stop hunting in Timberon?\r\n\r\nI believe that 90% of all members would rather watch the game we have than to hunt them, and I know 99% of the people who live here are afraid to get outside of their homes during hunting season. I would appreciate it if this matter would be considered by the Association soon.\r\n\r\nA Crime Stoppers program is started in conjunction with Otero County.\r\n\r\nA school building is brought in, with class to begin next year.\r\n\r\nTimberon Log dated January 17, 1981...\r\n\r\nIt is decided that the restaurant should have a professional manager, to be paid $800 a month. Donnie Smith is hired.\r\n\r\nRoy Sellers brings up the fact that the employees are, in general, underpaid. Some of the employees salaries are raised.\r\n\r\nOne of the furnaces blows up in the Lodge. It is decided to replace both furnaces with the pilot-less type.\r\n\r\nThe Property Owners donated a tractor to the Fire Department.\r\n\r\nIt is decided that the Property Owners Association lend money to the Fire Department to go towards building the station.\r\n\r\nTimberon Log dated April 18, 1981...\r\n\r\nHarry West invites Herb Little of Lubbock to give a presentation of solar heating for the pool. It is decided to purchase solar collectors to heat the pool for $5,886. Tom Cook will install the pad for the collectors at a cost of $1,397. The Fire Station will be able to use the collectors for heating during the pool\'s off months, but must connect to it at their own expense.\r\n\r\nTom Cook is hired to put a new floor in the patio area of the Lodge.\r\n\r\nSecurity Officer Bill Smith reports that there have been only a few minor break-ins. It seems that they are very carefully breaking in, taking a little food while stealing nothing else, and not vandalizing anything.\r\n\r\nThere are now 205 permanent buildings in Timberon, 195 of these homes.\r\n\r\nWe are looking for a pool attendant, someone from outside Timberon. All the attendants we have had in the past have been local and all the kids know them, and take advantage of them. Mary Seidl is asked but refuses to take the job.\r\n\r\nThe Developer, Johnny Mobley, puts 500 fish into the stream.\r\n\r\nThe Property Owners Association pays for the mailing of the Timberon Mountaineer newspaper in order to get the Fourth of July activity information out to property owners.\r\n\r\nHarry West, Bill Berkebile and Ken Baird become the first board members of what will later be known as the Timberon Protective Association. Their only duties at this time is to enforce the property restrictions in the Commercial Area.\r\n\r\nThe Property Owners Association pledges 5% of the year\'s membership dues to help buy equipment for the Fire Department.\r\n\r\nTimberon Log dated June 20, 1981...\r\n\r\nMoney is saved by hiring Steve Hollabaugh on a hourly basis instead of having a full-time maintenance man for the Lodge.\r\n\r\nAll outdoor equipment for the Fourth of July activities have been bought and are on site. The horseshoe pits are to be constructed next week by Ed Granjennet.\r\n\r\nThe Fire Department is upgraded to a class 9 by the Insurance Services of New Mexico. We can expect lower insurance rates as a result of this.\r\n\r\nGasoline has not been available at the store for about 2 months now. The Association is asked operate their own service station, they refuse but will consider some action if the problem is not solved soon.\r\n\r\nTimberon Log dated August 22, 1981...\r\n\r\nThere was one bad break-in reported at Dr. Woodall\'s in Sacramento Estates. Some expensive electronic equipment was taken and the Sheriff\'s Department is notified.\r\n\r\nBill Davis is hired to assist Bill Smith in Security and Architectural Control functions.\r\n\r\nTimberon has grown from approximately 25 homes in 1972 to 225 homes today.\r\n\r\nTimberon Log dated October 31, 1981...\r\n\r\nThe Property Owners Association pledges another 5% of the annual membership dues to help out the Fire Department.\r\n\r\nThere was quite a bit of discussion on the need for a good General Manager in Timberon.\r\n\r\nErnie and Peggy Whomans are hired to manage the swimming pool.\r\n\r\nThe Timberon Property Owners Association has 3519 regular members, 152 RV Area members, and 83 Time Share members.\r\n\r\nTimberon Log dated January 30, 1982...\r\n\r\nBill Davis is hired on a full-time basis as part-time security guard and maintenance man for $650 a month and fringe benefits.\r\n\r\nThe swimming pool operators are allowed to sell sandwiches and soft drinks, keeping any profits they might realize.\r\n\r\nParker Hinesley was hired to put the solar collector for the swimming pool into operation for $468.\r\n\r\nThere is discussion on the need of a general manager for the property. Harry West, having just finished being a Board Director, is hired.\r\n\r\nBill Berkebile expresses a desire to a basketball court constructed.\r\n\r\nTimberon Log dated May 29, 1982...\r\n\r\nA special meeting is requested by a Committee of Property Owners (Mary Seidl, Curtis Reece, Keith Meyers, and Joe Fetters) to discuss the hiring of Harry West as Business Manager. The Committee carried with them proxies representing 1,759 votes to back their views.\r\n\r\nA motion is made by Committee member, Mary Seidl, that the manager position be abolished and anyone presently occupying it be terminated. The Board of Directors is then ordered to appoint a committee to outline the duties and properly go through the steps of hiring a manager.\r\n\r\nJordan Shaaf states that due to the dissatisfaction of all the Property Owners, the Board of Directors had better get the message and be sensitive to the feelings of the committee and those they represent.\r\n\r\nBoard President, Bill Berkebile, suggests that the motion be changed to a suggestion and the Board will review it. The committee responds that if it is asked to withdraw the motion, an election for a new Board of Directors would be called.\r\n\r\nKeith Meyers states that the Committee began as a small group, but was growing because Property Owners were not pleased with the way the Manager\'s job was created, the way in which the Manager was hired, and the cost of his salary.\r\n\r\nHarry West tells about all he has done since taking the job of Manager.\r\n\r\nThe outcome of the meeting is that no vote would be taken that day, but the motion/suggestion would be reviewed and changes made to the Association\'s bylaws in the near future.\r\n\r\nTimberon Log dated June 5, 1982...\r\n\r\nDeveloper Johnny Mobley states that it is his intention to bring all Timberon roads up to County specifications, though not all roads would be finished at the same time. He stated that eventually the maintenance would be the responsibility of the County.\r\n\r\nJohnny Mobley asks if the Property Owners will assume responsibility for the runway, once it is resurfaced. Board President Bill Berkebile asks him to write a letter stating his intentions.\r\n\r\nTimberon Log dated August 14, 1982...\r\n\r\nManager Harry West states that the remodeling of the Association\'s offices, Lodge bathrooms and public restrooms is nearly completed.\r\n\r\nThe upgrading of the roads to meet County specifications will begin next Spring, according to the Developer. Bill Berkebile states that if the County does not take the roads over as promised, the cost of the Association maintaining them would be $75,000 a year.\r\n\r\nThe validity of the agreement between the Developer and Property Owners for the take-over of the water system upon completion is questioned. The Board discusses entering into a new agreement with the Developer on the water system.\r\n\r\nThe Developer, Johnny Mobley sends a letter to the Board requesting they take over operations of the airstrip. A decision on the airstrip is tabled until a future date.\r\n\r\nJohnny Mobley resigns from the Board, citing a conflict of interest between being the Developer and a Board Director.\r\n\r\nTimberon Log dated October 30, 1982...\r\n\r\nThere are two break-ins reported on property, as well as the theft at the Lodge of $500 and the fire at the Hinesley home.\r\n\r\nBill Davis is elected Fire Chief. He states that there have been two structural fires and one brush fire this year.\r\n\r\nThe Developer, Johnny Mobley forms a water corporation and applies for a certificate of Public Convenience and necessity, a certificate that is required before he can charge for the use of the water.\r\n\r\nA cleanup campaign is underway at the fishing lakes; clearing them of cattails, brush and debris.\r\n\r\nThe Architectural Committee is formed with Tom Cook as Chairman.\r\n\r\nRestaurant costs and expenses are discussed and it is decided that shorter hours and less employees will cut expenses.\r\n\r\nTimberon Log dated November 27, 1982...\r\n\r\nThe Property Owners file a Petition of Intervention for the hearing on Timberon Water Company\'s application to charge for water. The Property Owners state that they have no problem with a charge for the water, the problem is that an agreement had not yet been reached on the Developer turning over the system upon completion.\r\na statement is made that the estimated completion date for the road and water system is the year 2005.\r\n\r\nTimberon Log dated January 29, 1983...\r\n\r\nAn agreement is reached between the Developer and the Property Owners on the take-over of the water system in the future. Signing of the agreement is delayed until the springs and surrounding area can be surveyed.\r\n\r\nThe Developer presents an agreement concerning the Property Owners take-over of the air-strip, golf course, tennis courts and pro shop upon completion of each facility. Finalization of the agreement is set for the next meeting.\r\n\r\nTimberon Log dated May 28, 1983...\r\n\r\nFive break-ins are reported for the month. Bill Cobb requests a letter be sent to the County for the on-site presence of a Deputy on Fridays through Sundays.\r\n\r\nChris Murtishaw suggests that the pool stay open seven days a week, this will be done contingent upon help to watch it. Chris also voices a concern about unattended children on the Lodge grounds. This problem will most likely be remedied by publicizing it through the two local newspapers.\r\n\r\nTom Cook makes a motion to dismiss the General Manager, Harry West. The motion receives no second and dies on the floor.\r\n\r\nHarry West offers his resignation to the Board. Tom Cook moves to accept, it is seconded by Frank Wheeler and passes unanimously. Harry will continue on through June 30th.\r\n\r\nTimberon Log dated August 6, 1983...\r\n\r\nThere is a problem with the newspapers in reporting factual events concerning the Association. Bill Cobb states that an editor of a newspaper has a responsibility of truth.\r\n\r\nNo further progress has been made concerning the agreement concerning the eventual take-over of the Water Company by the Property Owners.\r\n\r\nTimberon Log dated September 24, 1983...\r\n\r\nBill Cobb reads a letter from the Sheriff\'s Department that stated the inability to provide Timberon with an on site Deputy.\r\n\r\nThe Associations computer TS-80 computer is presently in Albuquerque being repaired and an addition of a hard drive is estimated to cost $1,100.\r\n\r\nAdelina Ayers is employed to work as cook in the Lodge restaurant. Her husband Dave is currently employed part-time in Architectural Control.\r\n\r\nThe Timberon Protective Association is formed. The State charter was received last week.\r\n\r\nBill Davis states that the Timberon Lions Club is currently working on the street signs on property.\r\n\r\nJoe Leary was chosen as the new General Manager at a salary of $20,000 a year.\r\n\r\nTimberon Log dated February 4, 1984...\r\n\r\nJoe Leary is introduced as the Property Owners Association\'s new General Manager\r\n\r\nThe Associations application for a bulk mailing permit is denied. It is decided that it was too much trouble anyway and that since the mail would have to be delivered to the Pinon Post Office by hand it would hurt the Timberon Community Post Office.\r\n\r\nThe Developer, Johnny Mobley, explains to the Property Owners that he would be operating the same as in the past, but would be pushing Time-Shares around the golf course where he envisions a 20 unit time share complex in the near future.\r\n\r\nThe Developer tells the Property Owners that repairs to the runway will begin shortly. They will roll up the existing surface, kill the soil this time so that grass will not penetrate the surface, and put down a tar and chip top that should last at least 5 years before any major problems occur. When this is done he wants to turn over the airstrip to the Property Owners.\r\n\r\nIt is announced that the second nine on the golf course is under construction now and should be playable by 1986. Executive (short) tee boxes are being built on the existing front nine holes.\r\n\r\nIt is brought out that communication between the Association and its members has been greatly improved due to the community\'s two newspapers.\r\n\r\nSuggestions are made as to tactics such as school bus routes, fire station, etc... that may prove helpful in getting the County to work on the roads now under their maintenance.\r\n\r\nTom Cook suggests that the existing leaky patio roof be torn out and the patio area be extended to be 40 x 100 feet. With the replacement of the bathrooms thi would probably cost in the neighborhood of $200,000. Bandaiding the existing patio would cost about $35,000. It is decided to wait until the existing roof begins to leak so badly that the only option is to replace it, and decide which route to go at that time.\r\n\r\nIt is announced that the street signs have been ordered and that the Lions Club will install them upon arrival.\r\n\r\nIt is decided that as a token of appreciation for the many hours and expertise contributed by Bill Berkebile, a first class set of luggage is to be purchased and delivered to him and his wife.\r\n\r\nRoger Anderson, contracted to do computer work for the Association, expressed concern about the power surges and brown-outs here on the mountain. He suggested that a battery backup ($1,000) or a shut down system ($150) be purchased. He was authorized to purchase a shut down system.\r\n\r\nBill Cobb suggests the construction of a community building to supplement the patio area during group gatherings. It should be about a 120 x 60 foot building with restrooms, a future kitchen area, and storage. The cost of a bare-bones version of such a structure should be around $100,000. The best spot for such a building would be where the present playground is, the playground can be moved to around the pool area.\r\n\r\nTimberon Log dated May 5, 1984...\r\n\r\nThe availability of Dining is discussed. There is currently the Blue Barn, Lounge at the Pro Shop, Country Kitchen, and the Lodge Restaurant - but none stay open past 7pm.\r\n\r\nThe Lions announce that their street signs project is scheduled to begin in the near future.\r\n\r\nA computer backup \"Minute Man\" has been purchased to protect from brownouts and blackouts.\r\n\r\nThere is a \"name the band\" contest for the local community band. Billy Reece wins the contest with the name \"Timbertunes.\"\r\n\r\nThe Carlsbad Association of Retarded Citizens requests forgiveness of over $3,000 in membership dues liens on property donated to them. The request is denied.\r\n\r\nA resolution by Tom Cook is adopted barring all dogs from the Timberon Lodge.\r\n\r\nThere is an ongoing problem of people\'s pets being shot and mutilated.\r\n\r\nA race car rally is held on some of the more remote Timberon roads and there is discussion on whether or not this can be prevented from happening again in the future.\r\n\r\nTimberon Log dated June 2, 1984...\r\n\r\nThere are some problems with Circle Cross cattle residing on the golf course. The other area ranchers cooperate fully when this sort of problem arises, however, Circle Cross is less than cooperative.\r\n\r\nShannon Belmont is the reigning \"Miss Timberon\" for 1984.\r\n\r\nThere appears to be damage to the trees in the area. Forester Randy Baker said he believes the damage was caused by heavy hail, after which bacterial pests invaded the trees.\r\n\r\nSam and Pat Davis are hire on at the Lodge as full-time cook and waitress.\r\n\r\nA discussion is held concerning the possibility of Otero County taking over the airstrip. It is felt that once the resurfacing is completed, no major repairs will be needed for another 10 - 15 years.\r\n\r\nBill Cobb states that by having our own security force, we are paying twice for law enforcement which should come from the County Sheriff.\r\n\r\nTimberon Log dated August 4, 1984...\r\n\r\nThe memory banks of the present computer are filled and no other information can be absorbed. It is decided to purchase an IBM-XT at a cost of around $10,000. The present machine will be used as a word processor and the oldest machine will be donated to the school.\r\n\r\nT.P. Hanson, reporting for the Ad-Hoc committee concerning the feasibility of the Lodge Annex, suggests that the annex be made an extension of the present lodge. The building will encompass 7200 square feet, housing the restaurant and restrooms. Initially, it will cost a little over $100,000.\r\n\r\nTimberon Log dated September 15, 1984...\r\n\r\nA letter is sent to the Otero County Commissioners expressing appreciation for the recent road improvements inside the property and a request is made for the installation of stop signs.\r\n\r\nA decision is made to go ahead and accept the airstrip from the Developer next year.\r\n\r\nBill Berkebile presents his brief background of Timberon, entitled \"A Bit of History,\" to the Property Owners.\r\n\r\nBill Cobb states that approximately $227,000 in taxes is paid yearly by Timberon Property Owners and it should not be unreasonable to expect the services of the Sheriff\'s Department.\r\n\r\nTimberon Log dated October 27, 1984...\r\n\r\nSo far this year there have been 74 building requests approved, 65 of which were for new homes. There are presently 99 permanent families and 208 seasonal homes in Timberon.\r\n\r\nChris Murtishaw, after 8 months of trying, succeeds in getting a two month training course in Timberon.\r\n\r\nA used rescue vehicle and new fire truck are purchased.\r\n\r\nIt is announced that the new fire sub-station will be operational next year.\r\n\r\nAn initial proposal from architect Charles Nolan of Alamogordo reveals a completed figure for the new Lodge Annex of $275,000. The purpose of this building is for meetings, dances, recreation and all needs of the Property Owners.\r\n\r\nBill Cobb states that evidence exists that the Developer will attempt to sidestep his resolution in turning over the Water Department to the Property Owners and an adversary position is apparent. Communications between the two parties attorneys has broken down. It is suggested that a letter be sent to the Public Utilities Commission expressing the Property Owners concern and that an injunction be sought to block development of T-17 (the area adjacent to the springs) until a resolution is reached.\r\n\r\nThe Property Owners impose a number of provisions on their acceptance of the Airstrip that the Developer\'s Project Manager doubts will be accepted, but agrees to pass on...\r\n\r\nTimberon Log Dated January 12, 1985...\r\n\r\nThe Lodge general manager says the restaurant $13,406 more than it took in in 1984.\r\n\r\nA letter is sent to Otero County Electric Coop. Requesting explanations for the frequent power outages and subsequent surges. A meeting is set up where the Cooperative fields questions from about 72 Timberon residents.\r\n\r\nThe organizers of the last Christmas party are commended for their good job by the Board. They include Wanna Bell Ross, Sue Haisley, Gertie Grabner, Frances Stout, Joe & Maggie Roseborrough, Marilyn Leary, and Danelle Ross.\r\n\r\nThe New Year\'s Eve party is a great success, with music supplied by Mark Clark, Monte McCullom and Wilbur Fry.\r\n\r\nIt is decided to set up an entertainment committee to assist in the activities for the coming year.\r\n\r\nRepresentatives of the Property Owners attend a meeting in Alamogordo concerning hunting laws in the State. They present the concerns of the Timberon residents to the attending members of the Game & Fish Department.\r\n\r\nT.P. Hanson advises the Property Owners that the turnkey cost of the new Lodge Annex, at this point, appear to be around $280,000.\r\n\r\nJordan Schaaf recommends the Property Owners borrow the money to pay off the Lodge Annex over a 10-20 year period, instead of paying cash out of the general fund. Tom Cook expresses his opposition to long-term indebtedness. A committee is appointed to study the best route.\r\n\r\nA contract agreement for the Property Owners to take over the airstrip from the Developer is presented. Johnny Mobley, the developer, advises the Property Owners that the FAA will reseal the airstrip every 3 years, provided it will be available to outside traffic. Tom Cook says that he is not in favor of accepting the airstrip, an expenditure of this amount (insurance, etc...) for the use of 10-12 people is not justified when there is no expectation of any financial return. Chris Murtishaw states that none of our facilities are producing a profit. T.P. Hanson injects that the airstrip benefits property values and will be needed in the future. The Board decides to accept it, but not unanimously.\r\n\r\nJordan Schaaf recommends that the Board follow \"Robert\'s Rules of Order.\" Chris Murtishaw says that the Board needs to follow some sort of rules. Tom Cook states that \"Robert\'s Rules of Order\" are too restrictive and we need to operate in a more relaxed atmosphere. No decision is made on the suggestion.\r\n\r\nIn an effort to secure a closer relationship with the County as to road repairs, thought is given to someone from Timberon running for the County Commission.\r\n\r\nTimberon Log Dated February 12, 1985...\r\n\r\nFrank Wheeler suggests putting trash containers along the street in the downtown area, the developer will provide the cans. Tom Cook reminds everyone, that according to the Covenants in that section, the cans must be hidden or buried and that defeats the purpose. The matter is tabled.\r\n\r\nDiscussion proceeds on the Property Owners accepting the Water Company from the Developer, although there is a problem on how large an area should be reserved as a buffer zone around the springs.\r\n\r\nTimberon Log Dated March 16, 1985...\r\n\r\nThe Lodge restaurant has lost $4,300 so far this year. Jordan Schaaf suggest a slight raise in prices because restaurant expenses are \"eating our lunch.\" Tom Cook suggests a different approach to increase volume by lowering food and liquor prices. It is decided after a long discussion to leave prices the way they are. Tom Cook advises the Board that after the summer season the restaurant will probably be closed, because we can\'t afford to spend the Property Owner\'s money to supplement the place.\r\n\r\nThe airstrip deed and map are received by the Property Owners, but a triangular section in the property has been omitted by the developer. Tom Cook says that he has spoken to Johnny Mobley about this and was told that an aircraft service area was planned to go in there in the future.\r\n\r\nThe Property Owners contact the New Mexico Transportation Department and are advised that they do not qualify for aid in airstrip maintenance.\r\n\r\nThe New Mexico Public Service Commission sends a letter concerning their investigation concerning the power outages in Timberon. They advise people who can substantiate losses due to power outages to submit claims to Otero Electric for possible insurance payments.\r\n\r\nThere is a disagreement on where the Bar & Lounge should be located when the new annex is constructed. Jordan Schaaf recommends moving the bar upstairs along with the restaurant, while T.P. Hanson is in favor of leaving the bar downstairs to insure the original concept of separation of dining and drinking areas. The decision is made to move the bar upstairs, but it is not unanimous.\r\n\r\nThree rough sketches of floor plans for the Lodge Annex are presented by Architect Charles Nolan and one by Ron Maksyn. The Property Owners go with Ron Maksyn\'s plan after a few adjustments.\r\n\r\nTimberon Log Dated April 27, 1985...\r\n\r\nPool repairs are continuing. New concrete has been poured and a privacy fence is being installed around the lower section of the pool.\r\n\r\nArchitect Charles Nolan tells the Property Owners that the blueprints for the annex should be completed in about two weeks, then it will be put out for bid.\r\n\r\nWanna Bell Ross, Sue Haisley and Marilyn Leary are asked by the Board to give their suggestions for decorating the new restaurant. Tom Cook suggests that no theme should be considered, but keep the restaurant richly elegant.\r\n\r\nCharles Nolan agrees to furnish an artist\'s conception of the Lodge Annex for public viewing.\r\n\r\nThe General Manager advises the Board that he has discussed the rumored new road from Sunspot to Scott Able Canyon with agents of the U.S. Forest Service and they said that such a road is included in future plans, but the completion date won\'t be until 1993.\r\n\r\nTimberon Log Dated July 6, 1985...\r\n\r\nThe Board attorney strongly advises against publishing the names of members that are delinquent in their dues payments.\r\n\r\nThe bids for the new Lodge Annex are scheduled to be opened on July 9th.\r\n\r\nMarilyn Leary, Elise Schaaf, Sue Haisley, Yvonne Fetters and Wanna Bell Ross are appointed as the design committee for the Lodge Annex.\r\n\r\nTimberon Log Dated August 24, 1985...\r\n\r\nT.P. Hanson advises the Property Owners that construct began on the Lodge Annex August 12th.\r\n\r\nThe Board has been busy trying to cut the cost of the Annex in any feasible way.\r\n\r\nWillie Fenske advised the Board that a suit was being prepared against the Timberon Protective Association concerning mobile homes in the area.\r\n\r\nLou Fetters suggests that due to recent thefts in the Lodge and the improper use of the lobby as sleeping facilities, the Lodge should be locked at night. It is so ordered by the Board.\r\n\r\nThe first Annual Fireman of the Year award was given to Wanna Bell Ross.\r\n\r\nTimberon Log Dated November 9, 1985...\r\n\r\nReceipts for the retirement dinner for Bill \"Smitty\" Smith total $286.83, not including the photograph taken at the dinner.\r\n\r\nTom Cook is commissioned to build the tables for the Lodge Annex dining room.\r\n\r\nAt this point the overall cost for the Lodge Annex is set at $301,947.\r\n\r\nSue Quick submits the proposed budget for the Timberon Protective Association at $70,210. The legal fund is raised to $10,000.\r\n\r\nJesse Duckett suggests that the old restaurant area downstairs be used as a community library. The Board is leaning towards making it a nursery and does not give the library serious consideration at that time.\r\n\r\nThe General Manager attends a meeting in Cloudcroft which concerns the Forest Service\'s plans to build a logging road from the Sunspot area to Scott Able Canyon. It would originally be a 14 foot wide dirt road. Long range plans include widening it to a two lane blacktop road with the possibility of continuing it on into Timberon and eventually Pinon.\r\n\r\nTimberon Log Dated January 18, 1986...\r\n\r\nTo ward off a lawsuit, the requested changes are made and approved in the covenants of T-10.\r\n\r\nJesse Duckett again presents a plan to use part or all of the basement area as a library. The Board instructs him to obtain more detailed information on establishing a library and asks the General Manager to check on any adverse insurance problems which may accompany the establishment of a nursery in the basement.\r\n\r\nTimberon Log Dated February 8, 1986...\r\n\r\nA room upstairs in the Lodge, formerly known as the Lion\'s Room, is made available for use as a library.\r\n\r\nJohnny Mobley, the developer, discontinues maintenance of the roads in Timberon.\r\n\r\nThe Lodge Annex is scheduled to be finished by the end of March, with the Grand Opening to be the Saturday of Memorial Day Weekend.\r\n\r\nLitigation continues over the Covenants in T-10, with the Timberon Protective Association pushing for a quick court decision.\r\n\r\nThe County takes the position that Timberon\'s population density does not qualify our roads for their attention. It is the Property Owner\'s responsibility to maintain them. Johnny Mobley gives the Property Owners a road grader for free.\r\n\r\nTimberon Log Dated May 30, 1986...\r\n\r\nBill Cobb threatens to sue the Board if they do not give in to his demands for lower membership payments on his multiple lots in Timberon and other demands, some realistic and some not so. The Board begins to make plans for a compromise on the issues in question.\r\n\r\nThe County resumes grading in Timberon as a result of the efforts of the Timberon Road Committee.\r\n\r\nThe military refuses to grant the right-of-way necessary for an all-weather road south to 506.\r\n\r\nTimberon Log Dated July 19, 1986...\r\n\r\nThe Developer presents a proposal that the Property Owners assume ownership and operation of the Water Company and the Golf Course. The details will be worked out through the attorneys.\r\n\r\nThe Property Owners accept the Water Company and Golf Course with a resolution that is to be subject to the approval of both parties attorneys. Part of the agreement involved the Developer\'s offer to bring the back 9 on the golf course into operational condition and external renovation of the Pro Shop building.\r\n\r\nThe Developer turns over the retail liquor license to the Property Owners.\r\n\r\nThe Property Owners are promised the use of the Timberon Logo \"for now and in the future.\"\r\n\r\nTimberon Log Dated January 3, 1987...\r\n\r\nTimberon Protective Association\'s outstanding legal bills over a covenants problem in T-10 have reached $8,273. Attorney Tom Sandenaw has donated $1,000 of his time on the suit.\r\n\r\nT.P. Hanson advises the property owners that the construction of the Lodge Annex is substantially completed. Total cost of construction is $341,527.\r\n\r\nCurtis Reece suggested to the other Board members that bids on all items of consequence should be let, public notice locally should suffice. The Board will solicit the membership\'s opinion and think about it.\r\n\r\nThe Property Owners Association is drawn into the T-10 covenants lawsuit (also known as the Wilcox suit) that was filed against the Protective Association. It is decided that Mr. Wilcox be contacted to seek some avenue of negotiation concerning this matter.\r\n\r\nTimberon Log Dated March 14, 1987...\r\n\r\nThe heating system in the Pro Shop building is switched over to propane. The move is praised as a great improvement.\r\n\r\nNorm Welborn, Chairman of the Water & Resources Committee, questions whether the water system is producing enough water for our growing community. He says the developer must improve the system before the property owners take it over.\r\n\r\nJoe Roseborrough presents plans for a proposed remodeling of the interior of the Pro Shop to accommodate a game room. The Board promises to review the plans.\r\n\r\nThe proposed road out of Timberon down Grapevine Canyon is dealt a death blow by General Infante, national defense needs were cited.\r\n\r\nTimberon Log Dated May 9, 1987...\r\n\r\nThe property owners seem to be losing board member fast, with Lou Fetters resigning and then Curtis Reece.\r\n\r\nWork on the sprinkler systems at the golf course is progressing nicely. Special thanks are offered to Euel Ross, Curtis Reece, Vic Hollrah and T.P. Hanson for their volunteer work. Jesse Duckett is recognized for his volunteer help in the Pro Shop and with golf tournaments.\r\n\r\nTimberon Log Dated June 13, 1987...\r\n\r\nThe developer\'s liquor license is transferred to the property owners.\r\n\r\nThe Otero County Commissioners are invited to hold a meeting in Timberon and they actually accept.\r\n\r\nGuest memberships are established for the golf course at the rate of family memberships, or $75.\r\n\r\nTimberon Log Dated August 15, 1987...\r\n\r\nThe many volunteers that helped with the parachute drops when the Green Berets were in Timberon were thanked. The Green Berets were testing newly designed parachutes.\r\n\r\nThe County Commissioners meet in Timberon and agree to work with us in getting the much-needed traffic control signs up.\r\n\r\nWin Thorp, President of the newly formed Men\'s Golf Association, recommends that the current Golf Pro George Thatcher be replaced with a person / or rehired in the capacity of someone - who can supervise activities and maintain the course on a full time basis. The Golf Association is also taking contributions for paint to use on the Pro Shop building, volunteers will paint it. The Property Owners Association donates $300 for paint.\r\n\r\nIt is announced that the BLM will hold an open meeting here to discuss McGregor Range and how it affects Timberon.\r\n\r\nThe insurance adjuster is here inspecting the F10 fairway mower that burst into flames earlier this month.\r\n\r\nTimberon Log Dated November 14, 1987...\r\n\r\nThe Wilcox lawsuit is appealed to the State Supreme Court. The Court rules in favor of Wilcox on one count, but found no evidence of any fraud on the second count.\r\n\r\nOtero County personnel begin installing stop signs and curve signs in Timberon.\r\n\r\nLou Fetters, Chairman of the Road Committee, proudly announces that a letter has been received from General Infante - the Army recommends approval to pave the back road to Timberon and asks that BLM issue the appropriate easements and right-of-way.\r\n\r\nTimberon Log Dated March 12, 1988...\r\n\r\nJesse Duckett volunteers to give free golf lessons to the young people of Timberon.\r\n\r\nCliff Pert requests that the Board donate land for a basketball court, several people have already pledged material and labor for the project. He is asked to report back at a later meeting.\r\n\r\nA request is made for permission to use the Lodge for some Little Theater productions. It would be necessary to build a stage at an approximate cost of $740, and it could be used for other purposes. Marcy Yeager was asked to report back to the Board on this at a later time.\r\n\r\nThe sprinkler system on the golf course has been completed and a representative of Southwest Toro is here to help with the programming of the computer system.\r\n\r\nIt appears that Lions Club bingo is becoming a regular event at the Lodge.\r\n\r\nTimberon Log Dated April 16, 1988...\r\n\r\nAn area adjacent to the playground is designated for the site of the new basketball court, construction will begin soon.\r\n\r\nThe Club Liquor license is to be moved from the Lodge to the Pro Shop and the Retail Liquor license is moved from the Pro Shop to the Lodge. This should happen by October.\r\n\r\nJoe Leary, the General Manager, resigns.\r\n\r\nTimberon Log Dated June 11, 1988...\r\n\r\nPlans are being made for the Fourth of July weekend - steak fry at the golf course, annual parade, Puttin\' on the Lips, and a dance with the KHEY Band.\r\n\r\nFrank Preston is the new General Manager.\r\n\r\nThe Property Owners Association agrees to pay the additional $250 to complete the Little Theater\'s stage.\r\n\r\nTimberon Log Dated July 9, 1988...\r\n\r\nThe first Christmas in July, arts and crafts fair, is held.\r\n\r\nMitch Johnson donates a lot to the Property Owners Association on the condition that it be raffled and the proceeds used on the golf course.\r\n\r\nFirst Nation Bank of Alamogordo is in the process of foreclosing on the Water Company.\r\n\r\nLila Oliveri comments on the condition of the airstrip - damage being done to their plane.\r\n\r\nTimberon Log Dated August 13, 1988...\r\n\r\nThe Lions Club builds a new BBQ pit behind the Lodge.\r\n\r\nThe Extension Club donates the materials to build a trophy case for the lobby of the Lodge, the Lions Club / Dave Davis agrees to build it.\r\n\r\nTie downs for six airplanes are installed on the airstrip.\r\n\r\nIt is decided to convert the basement of the Lodge into a recreation room.\r\n\r\nThe Timberon Fire Department receives the Best Community Service Award, the Fire Chief receives the State Award for Fire Chief of the Year, Chris Murtishaw and Steve Hollabaugh both also receive state awards.\r\n\r\nTimberon Log Dated December 10, 1988...\r\n\r\nSquare Dance lessons are offered in the Lodge.\r\n\r\nThe Timberon Protective Association was effectively abolished. Hazzie Quick resigned from the Property Owners Board citing family / personal reasons and there is definite evidence that his wife, Sue, may have been embezzling funds from the organization.\r\n\r\nTimberon Log Dated February 11, 1989...\r\n\r\nA decision is made to contract Triple M Company to maintain the roads in Timberon.\r\n\r\nMax Goodwin, District Ranger in Cloudcroft / Forest Service, spoke regarding the Forest Service\'s 10-year long range plan and asked for any suggestions as to how they could better serve the people of Timberon.\r\n\r\nThe Timberon Protective Association files for dissolution with the Corporation Commision.\r\n\r\nThe first hearing regarding the formation of a Water District in Timberon was held in Alamogordo.\r\n\r\nTimberon Log Dated April 15, 1989...\r\n\r\nTimberon is a top contender for the location of a Forest Service warehouse. The developer has offered to donate some property on which to place the warehouse, should Timberon be selected.\r\n\r\nThe Forest Service proposes putting a 60\' radio tower here, if it is agreeable with us. It is decided that they can put it up by the ninth green of the golf course.\r\n\r\nAlamogordo School District begins making noises about closing the Timberon School. A letter is sent to them in defense of the school being here.\r\n\r\nTimberon Log Dated May 20, 1989...\r\n\r\nThe property owners file a class action suit against Developer Johnny Mobley, hoping to recover some funds or assets to cover the many promises made that had not been fulfilled.\r\n\r\nThe Alamogordo School Board votes four to one in favor of keeping the Timberon School open another year.\r\n\r\nIt is reported that for her embezzlement, Sue Quick was given a 9-year suspended sentence. She was instructed to repay the Property Owners Association, starting with a $5,000 payment.\r\n\r\nTimberon Log Dated July 8, 1989...\r\n\r\nOn lawsuits: the Wilcox Case is still in court, Sue Quick paid $400 back, the class action against the developer is still in litigation.\r\n\r\nThe property owners are informed that everyone should plan to attend the County Commissioner\'s meeting when a reserve deputy for Timberon is put on the agenda.\r\n\r\nThe possibility of getting a lifeguard for the pool is looked into.\r\n\r\nTimberon Log Dated September 30, 1989...\r\n\r\nThe Little Theater performs a play called \"The Neglected Husband\'s Sewing Club.\"\r\n\r\nOne of the Timberon parks is dedicated to Mary Glover, there will be a Mary Glover Memorial Dance that evening.\r\n\r\nIt is announced that the Lions Club has completed putting up street signs.\r\n\r\nHugh Ellison speaks on the proposed Water & Sanitation District. The original petition is to include water, roads and sewer. The Property Owners Association supports the Water District petition, but feels it should include solid waste removal, landfill services, recreation and park facilities. The Water District is the nearest thing Timberon is ever going to see to incorporation (town or village status).\r\n\r\nAt present Sue Quick is repaying $225 a week to the property owners. The balance of what she still owes is $45,622.\r\n\r\nThe Extension Club donates a piano to the Lodge.\r\n\r\nThe focus for a better road into Timberon is moved from the south route to the 14 mile Sacramento River Road.\r\n\r\nTimberon Log Dated January 13, 1990...\r\n\r\nCiting the expensive legal costs involved in continuing litigation, the Property Owners offer 1st National Bank of Alamogordo $100,000 for the water company (in bankruptcy with the developer) even though it is still felt that the Property Owners have a strong claim to ownership as a result of past agreements. The offer was refused and no counter-offer was made.\r\n\r\nVoting is held to make way for the formation of the Timberon Water & Sanitation District.\r\n\r\nTitle insurance is obtained for the golf course and the Property Owners are in the process of getting the insurance for the rest of their deeded property. The was seen as a wise move, in light of the developer\'s bankruptcy and the confrontational stance of the 1st National Bank.\r\n\r\nLou Fetters reports that the New Mexico Highway Department has completed a study to get a draft through for the upgrading of the road from Sunspot to Timberon. A copy of the draft is sent to our representatives and Bill #369 starts along its political journey in Santa Fe.\r\n\r\nBruce Rhodes presents an appreciation plaque in honor of Bobby Postlewaite\'s many years of dedicated service to the Association.\r\n\r\nTimberon Log Dated March 16, 1990...\r\n\r\nThe Otero County Sheriff come to Timberon for a town hall meeting to discuss internal security.\r\n\r\n$40,000 is allotted by the State and put into the State Highway Department\'s surplus fund for an engineering survey of the 14 mile Sacramento River Road. This part of a 90%-10% split, in which the County needs to come up with $4,000 for the preliminary assessment and environmental impact study on the road.\r\n\r\nSue Quick is still making payments for her embezzlement, at this point she owes $43,196.\r\n\r\nAn Order for Incorporation of the Timberon Water & Sanitation District is completed by Judge Grissom.\r\n\r\nTimberon Log Dated April 21, 1990...\r\n\r\nA petition is circulated among Property Owners to present to the Otero County Commissioners for a full-time deputy in Timberon.\r\n\r\nThe Lions Club begin soliciting support and donations for covering the BBQ pit area behind the Lodge building with a roof.\r\n\r\nTimberon Log Dated May 12, 1990...\r\n\r\nThe Property Owners are told by the Otero County Commissioners that their budget will not support a deputy for Timberon.\r\n\r\nIt is announced that the Memorial Day golf tournament proceeds of $567, and whatever money comes from the Firecracker Open on the July 4th weekend, will go towards helping pay for the restrooms on hole #6. The restroom building was donated by Dell Telephone.\r\n\r\nThe 1st Annual Watermelon Feast is held at the Mary Glover Memorial Park.\r\n\r\nA letter was received from the EID concerning violations at the old Timberon Dump. The problems were addressed by the Property Owners - who were looking into the future when the Timberon Water & Sanitation District would be operating a full-blow land fill system.\r\n\r\nThe County refuses to consider taking any more roads that are brought up to specs - with the formation of the new Water District, they want to wait and see what happens.\r\n\r\nTimberon Log Dated July 14, 1990...\r\n\r\nLou Fetters and Euel Ross attend a meeting at the New Mexico highway Commission in Alamogordo. The Commission writes a letter of concern asking the State to make the road from Sunspot to Timberon a priority. It is stated that the County puts up their $4,000 of the matching funds to start the Environmental Study of the 14 mile road.\r\n\r\nThe Property Owners are in an on-going process to gain clear title to the landfill (old dump) as Timberon needs it to remain operational.\r\n\r\nThe Property Owners Association moves to turn over their rights and claim to the water system and ownership of the airstrip, fishing lakes, existing 9 holes of the golf course and clubhouse, unfinished second 9 holes of the golf course, swimming pool, lodge complex, and landfill at no charge. The only stipulation was an agreement on perpetual care, maintenance, and use for the benefit of all Property Owners.\r\n\r\nThe T-Mart (a little hardware store located next to where Blue Water Real Estate is today - the Glovers live there now) closes its doors for good.\r\n\r\nConcern is expressed about the deteriorating condition of the airstrip\'s surface - it is suggested that vehicle be kept off it.\r\n\r\nTimberon Log Dated September 18, 1990...\r\n\r\nA buffet is held in the Lodge, with the entertainment being the School Booster\'s \"Puttin\' on the Lips.\"\r\n\r\nA program is started for junior firefighters. They must be 16 years of age to start and 18 years old to become a full-scale firefighter.\r\n\r\nAnn Cobb donates 5.3 acres of land to the fire department for a new substation.\r\n\r\nTimberon Log Dated November 17, 1990...\r\n\r\nThe Property Owners Association is $8,000 over budget for the year in legal fees, and the amount is still rising due to the Wilcox Case (over doublewides in T-10 supposedly in violation of the restrictive covenants).\r\n\r\nLou Fetters reports that the two year study by the New Mexico State Highway Department has been completed and a report received. The report recommends the improvement of the 14 miles (Sacramento River Road) into Timberon and environmental and engineering studies are now under way.\r\n\r\nTimberon Log Dated March 16, 1991...\r\n\r\nFrank Preston retires as General Manager for the Association.\r\n\r\nWinning the court case concerning the covenants in T-10, Wilcox files another lawsuit asking $47,000 in legal fees and court costs be paid by the Property Owners.\r\n\r\nRuby Roberts becomes the new acting manager for the Property Owners Association.\r\n\r\nNumerous break-ins have occurred of late and the Association offers a $500 reward for information leading to the arrest of the culprit.\r\n\r\nThe Pro Shop inventory is sold to Jesse Duckett for $1,535.00 as he is taking over management of the shop.\r\n\r\nTimberon Log Dated May 18, 1991...\r\n\r\nLeon Metz, well-known historical writer, came for Channel 7 in El Paso as a guest of the Property Owners. He and his photographer toured the Lodge and other historical areas in and around Timberon.   His presentation will air on Sunday the 19th.\r\n\r\nA caravan of officials, some 27 of them from federal, state, county and forest service came to Timberon to ponder the 14 mile road criteria.\r\n\r\nDick Moore reports that all Property Owners Association property has now been officially transferred to the new Water District. He also says that all of the Association\'s outstanding debts have been paid off.\r\n\r\nTimberon Log Dated August 17, 1991...\r\n\r\nA resolution is formally passed to dissolve the Timberon Property Owners Association. T.P. Hanson commended the Board for their hard work and stated that we had the most beautiful place in the whole world, and that he hoped the negative thinkers and freeloaders would have to pay taxes until their noses bleed. T.P. also stated that \"we have torn up the thing that we had - which was the best thing in the world.\"\r\n\r\nThe Property Owners Association ceases all architectural control activities, as they no longer have the manpower or funding.\r\n\r\nTimberon Log Dated November 16, 1991...\r\n\r\nOn the advice of their attorney, the Property Owners Association will be dissolved through the courts instead of the Corporation Commission.\r\n\r\nVic Hollrah mentions to the Property Owners what great condition and good business the golf course has experienced this year.\r\n\r\nDue to the dissolution, the liquor license needs to be sold. The Board feels that the license is an asset which needs to be preserved for the pleasure of the Property Owners. The bids will be looked at very closely in hopes of selecting someone who will provide a good and reliable service for the Property Owners - and will keep the license on the mountain.\r\n\r\nCharlie Bain suggests that the time has arrived for some sort of \"business association\" to be formed to carry on the social activities that TPOA had been sponsoring.\r\n\r\nTimberon Log Dated February 24, 1992...\r\n\r\nDick Moore and High Ellison resign from the Property Owners Board of Directors over issues concerning the proposed handling of the Wilcox case during the final stages.\r\n\r\nThe Timberon Community Action Group (TCAG) begins formation - to take up some of the slack created by the Property Owners Association dissolving.\r\n\r\nA group of Timberon Property Owners, calling themselves Discover Timberon, propose to operate a bar and package store at the Golf Course Lounge. They purchase the license for $8,500.\r\n\r\nAn agreement was reached in the T-10 Case, the Association pays Wilcox $25,127.50 and the 17 homes disputed in the suit will not have to be moved out. This move also settles all legal action pending against the Association.\r\n\r\nTimberon Log Dated March 26, 1992...\r\n\r\nThe Property Owners Association disposes of all remaining assets to the new Water District.\r\n\r\nThe Timberon Property Owners Association is legally dissolved by the courts in Alamogordo.\r\n\r\nThis should be the end of the story, but it\'s not. You see the Court Clerk forgot to submit the proper records to the New Mexico Corporation Commission, or maybe they were lost in the mail. The result is that the Association was never completely dissolved in the eyes of the New Mexico Corporation Commission, even though it was legally dissolved.\r\n\r\nIn 1997, for a short period, the original Association\'s charter was revived - with the officers being Dwayne Beagles, Virgil Beagles, and Bill Curtis. This reincarnation ended when the Corporation Commission was properly informed of the dissolution by the courts in 1992. The End.','Property Owner\'s Association',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1147-revision-2','','','2011-04-11 17:03:11','2011-04-11 23:03:11','',1147,'http://www.timberon.info/blog/?p=3144',0,'revision','',0,''),(1892,1,'2011-04-11 16:34:19','2011-04-11 22:34:19','\n\n\n\n\n\n\n[sb_parent]tableHistory of the Sacramento Mountains - Articles, Family Stories and Correspondence listed below...\n','Local History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1886-autosave','','','2011-04-11 16:34:19','2011-04-11 22:34:19','',1886,'http://www.timberon.info/blog/?p=1892',0,'revision','',0,''),(1896,1,'2011-03-11 20:53:02','2011-03-11 20:53:02','[cetsEmbedRSS id=http://twitter.com/statuses/user_timeline/119168644.rss itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Service Twitter Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision-12','','','2011-03-11 20:53:02','2011-03-11 20:53:02','',1226,'http://www.timberon.info/blog/?p=1896',0,'revision','',0,''),(1898,1,'2011-03-23 13:40:51','2011-03-23 13:40:51','[cetsEmbedRSS id=http://twitter.com/statuses/user_timeline/119168644.rss itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Service Twitter Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision-13','','','2011-03-23 13:40:51','2011-03-23 13:40:51','',1226,'http://www.timberon.info/blog/?p=1898',0,'revision','',0,''),(3523,1,'2011-05-08 14:31:10','2011-05-08 20:31:10','This colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons\r\n\r\n190 Carson\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n\r\n[nggallery id=20]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Carson Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2006-revision-4','','','2011-05-08 14:31:10','2011-05-08 20:31:10','',2006,'http://www.timberon.info/blog/?p=3523',0,'revision','',0,''),(3163,1,'2011-04-27 13:42:22','2011-04-27 19:42:22','[wpsqt_survey name=\"Carson\"]','Reviews of Carson Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3155-revision-2','','','2011-04-27 13:42:22','2011-04-27 19:42:22','',3155,'http://www.timberon.info/blog/?p=3163',0,'revision','',0,''),(3004,1,'2011-02-04 00:03:19','2011-02-04 00:03:19','Add your phone number to the directory... All submissions are reviewed before they appear on the website. [bizdir_addform name=\"Phone Directory\"]','Add Listing',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','591-revision-8','','','2011-02-04 00:03:19','2011-02-04 00:03:19','',591,'http://www.timberon.info/blog/?p=3004',0,'revision','',0,''),(1932,1,'2011-03-25 14:49:59','2011-03-25 14:49:59','[AWPCPCLASSIFIEDSUI]','Classifieds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','classifieds','','','2011-03-25 14:49:59','2011-03-25 14:49:59','',1917,'http://www.timberon.info/blog/?p=1932',0,'revision','',0,''),(1944,1,'2011-03-24 00:12:56','2011-03-24 00:12:56','

    Aplly for membership by clicking HERE!

    ','Apply for Membership',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','916-revision-10','','','2011-03-24 00:12:56','2011-03-24 00:12:56','',916,'http://www.timberon.info/blog/?p=1944',0,'revision','',0,''),(2087,1,'2011-04-02 10:27:19','2011-04-02 16:27:19','[user-submitted-posts]\r\n','Post Article',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','post-article','','','2011-05-05 12:24:13','2011-05-05 18:24:13','',863,'http://www.timberon.info/blog/?page_id=2087',0,'page','',0,''),(2394,1,'2011-04-08 10:53:14','2011-04-08 16:53:14','','cross_shield_2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','cross_shield_2','','','2011-04-08 10:53:14','2011-04-08 16:53:14','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/cross_shield_2.png',0,'attachment','image/png',0,''),(2395,1,'2011-04-08 10:53:15','2011-04-08 16:53:15','','crown',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','crown','','','2011-04-08 10:53:15','2011-04-08 16:53:15','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/crown.png',0,'attachment','image/png',0,''),(2396,1,'2011-04-08 10:53:17','2011-04-08 16:53:17','','crown_bronze',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','crown_bronze','','','2011-04-08 10:53:17','2011-04-08 16:53:17','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/crown_bronze.png',0,'attachment','image/png',0,''),(2397,1,'2011-04-08 10:53:18','2011-04-08 16:53:18','','crown_silver',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','crown_silver','','','2011-04-08 10:53:18','2011-04-08 16:53:18','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/crown_silver.png',0,'attachment','image/png',0,''),(2398,1,'2011-04-08 10:53:20','2011-04-08 16:53:20','','css',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','css','','','2011-04-08 10:53:20','2011-04-08 16:53:20','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/css.png',0,'attachment','image/png',0,''),(2399,1,'2011-04-08 10:53:21','2011-04-08 16:53:21','','cursor',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','cursor','','','2011-04-08 10:53:21','2011-04-08 16:53:21','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/cursor.png',0,'attachment','image/png',0,''),(2400,1,'2011-04-08 10:53:23','2011-04-08 16:53:23','','cut',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','cut','','','2011-04-08 10:53:23','2011-04-08 16:53:23','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/cut.png',0,'attachment','image/png',0,''),(2401,1,'2011-04-08 10:53:24','2011-04-08 16:53:24','','dashboard',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','dashboard','','','2011-04-08 10:53:24','2011-04-08 16:53:24','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/dashboard.png',0,'attachment','image/png',0,''),(2402,1,'2011-04-08 10:53:26','2011-04-08 16:53:26','','data',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','data','','','2011-04-08 10:53:26','2011-04-08 16:53:26','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/data.png',0,'attachment','image/png',0,''),(2403,1,'2011-04-08 10:53:27','2011-04-08 16:53:27','','database',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','database','','','2011-04-08 10:53:27','2011-04-08 16:53:27','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/database.png',0,'attachment','image/png',0,''),(1987,1,'2011-03-27 09:44:48','2011-03-27 15:44:48','190 Carson\n\nThis colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons\n\n[nggallery id=20]\n\n[DIRECTIONS]\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\n\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\n\nReservations HIGHLY recommended...\n
      \n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \n
    • All properties are non-smoking!
    • \n
    \nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...','Carson Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1984-autosave','','','2011-03-27 09:44:48','2011-03-27 15:44:48','',1984,'http://www.timberon.info/blog/?p=1987',0,'revision','',0,''),(1984,1,'2011-03-26 15:00:18','2011-03-26 21:00:18','190 Carson\r\n\r\nThis colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons\r\n\r\n[nggallery id=20]\r\n\r\n[DIRECTIONS]\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n[ftcalendar_list calendars=\'carson\' timeformat=\'g:i\']\r\n','Carson Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','carson-cabin','','','2011-03-27 10:48:14','2011-03-27 16:48:14','',0,'http://www.timberon.info/blog/?p=1984',0,'post','',0,''),(2263,1,'2011-04-08 10:49:58','2011-04-08 16:49:58','','accept',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','accept','','','2011-04-08 10:49:58','2011-04-08 16:49:58','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/accept.png',0,'attachment','image/png',0,''),(2264,1,'2011-04-08 10:49:59','2011-04-08 16:49:59','','add',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','add','','','2011-04-08 10:49:59','2011-04-08 16:49:59','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/add.png',0,'attachment','image/png',0,''),(2265,1,'2011-04-08 10:50:00','2011-04-08 16:50:00','','alarm',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','alarm','','','2011-04-08 10:50:00','2011-04-08 16:50:00','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/alarm.png',0,'attachment','image/png',0,''),(2266,1,'2011-04-08 10:50:01','2011-04-08 16:50:01','','anchor',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','anchor','','','2011-04-08 10:50:01','2011-04-08 16:50:01','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/anchor.png',0,'attachment','image/png',0,''),(2267,1,'2011-04-08 10:50:02','2011-04-08 16:50:02','','application',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application','','','2011-04-08 10:50:02','2011-04-08 16:50:02','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application.png',0,'attachment','image/png',0,''),(2268,1,'2011-04-08 10:50:03','2011-04-08 16:50:03','','application2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application2','','','2011-04-08 10:50:03','2011-04-08 16:50:03','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application2.png',0,'attachment','image/png',0,''),(2269,1,'2011-04-08 10:50:05','2011-04-08 16:50:05','','application_add',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_add','','','2011-04-08 10:50:05','2011-04-08 16:50:05','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_add.png',0,'attachment','image/png',0,''),(2270,1,'2011-04-08 10:50:06','2011-04-08 16:50:06','','application_cascade',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_cascade','','','2011-04-08 10:50:06','2011-04-08 16:50:06','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_cascade.png',0,'attachment','image/png',0,''),(2271,1,'2011-04-08 10:50:07','2011-04-08 16:50:07','','application_delete',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_delete','','','2011-04-08 10:50:07','2011-04-08 16:50:07','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_delete.png',0,'attachment','image/png',0,''),(2272,1,'2011-04-08 10:50:08','2011-04-08 16:50:08','','application_double',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_double','','','2011-04-08 10:50:08','2011-04-08 16:50:08','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_double.png',0,'attachment','image/png',0,''),(2022,1,'2011-03-27 10:06:37','2011-03-27 16:06:37','   The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented.   The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore.  Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889.   It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\n\n    In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford.  They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years.  Fritzgerald Moore eventually sold his interest to Oliver Lee.   During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\n\n    In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\n\n     Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\n\n    The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\n\n   Oliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\n\n   The Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\n\n   The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found.   The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc� They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\n\n   Judge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\n\n   Even after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \n\n   Doc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\n\n    Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\n\n   Right after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\n\n    The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\n\n    The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\n\n   In 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\n\n   After the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\n\n   In March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \n\n   In October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association(TPOA) in the late 1970�s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\n\n    The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\n\n    The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\n\n    Frank Wheeler, Timberon�s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\n\n   Also of interest, a missile out of Fort Bliss hit Timberon in February, 1976.  The crater was near the present day dumpster site.  According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez.  The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History.  If you have something to add, please contact us.)\n\n    In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\n\n   In the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\n\n   A three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\n\n   Telephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\n\n   The Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\n\n   The Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\n\n   TWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\n\n   Today, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\n\n  This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\n\n   Noel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss.  Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating.  Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\n\n   We would like to make this an ongoing history. If you have something to add, Click Here.\n
    \n\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\"\"[/caption]\n\n
    \n\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\"\"[/caption]\n\n[caption id=\"attachment_1126\" align=\"aligncenter\" width=\"300\" caption=\"The old Timberon Logo Sign at the front gate as it was in the 1980s.\"]\"\"[/caption]','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1629-autosave','','','2011-03-27 10:06:37','2011-03-27 16:06:37','',1629,'http://www.timberon.info/blog/?p=2022',0,'revision','',0,''),(2273,1,'2011-04-08 10:50:09','2011-04-08 16:50:09','','application_edit',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_edit','','','2011-04-08 10:50:09','2011-04-08 16:50:09','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_edit.png',0,'attachment','image/png',0,''),(2274,1,'2011-04-08 10:50:10','2011-04-08 16:50:10','','application_error',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_error','','','2011-04-08 10:50:10','2011-04-08 16:50:10','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_error.png',0,'attachment','image/png',0,''),(2275,1,'2011-04-08 10:50:11','2011-04-08 16:50:11','','application_form',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_form','','','2011-04-08 10:50:11','2011-04-08 16:50:11','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_form.png',0,'attachment','image/png',0,''),(2276,1,'2011-04-08 10:50:13','2011-04-08 16:50:13','','application_get',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_get','','','2011-04-08 10:50:13','2011-04-08 16:50:13','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_get.png',0,'attachment','image/png',0,''),(2277,1,'2011-04-08 10:50:14','2011-04-08 16:50:14','','application_go',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_go','','','2011-04-08 10:50:14','2011-04-08 16:50:14','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_go.png',0,'attachment','image/png',0,''),(2278,1,'2011-04-08 10:50:15','2011-04-08 16:50:15','','application_home',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_home','','','2011-04-08 10:50:15','2011-04-08 16:50:15','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_home.png',0,'attachment','image/png',0,''),(2279,1,'2011-04-08 10:50:16','2011-04-08 16:50:16','','application_key',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_key','','','2011-04-08 10:50:16','2011-04-08 16:50:16','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_key.png',0,'attachment','image/png',0,''),(2280,1,'2011-04-08 10:50:17','2011-04-08 16:50:17','','application_lightning',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_lightning','','','2011-04-08 10:50:17','2011-04-08 16:50:17','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_lightning.png',0,'attachment','image/png',0,''),(2281,1,'2011-04-08 10:50:18','2011-04-08 16:50:18','','application_link',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_link','','','2011-04-08 10:50:18','2011-04-08 16:50:18','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_link.png',0,'attachment','image/png',0,''),(2282,1,'2011-04-08 10:50:19','2011-04-08 16:50:19','','application_osx',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_osx','','','2011-04-08 10:50:19','2011-04-08 16:50:19','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_osx.png',0,'attachment','image/png',0,''),(2283,1,'2011-04-08 10:50:21','2011-04-08 16:50:21','','application_osx_terminal',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_osx_terminal','','','2011-04-08 10:50:21','2011-04-08 16:50:21','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_osx_terminal.png',0,'attachment','image/png',0,''),(2284,1,'2011-04-08 10:50:23','2011-04-08 16:50:23','','application_put',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_put','','','2011-04-08 10:50:23','2011-04-08 16:50:23','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_put.png',0,'attachment','image/png',0,''),(2285,1,'2011-04-08 10:50:24','2011-04-08 16:50:24','','application_side_boxes',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_side_boxes','','','2011-04-08 10:50:24','2011-04-08 16:50:24','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_side_boxes.png',0,'attachment','image/png',0,''),(2286,1,'2011-04-08 10:50:25','2011-04-08 16:50:25','','application_side_contract',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_side_contract','','','2011-04-08 10:50:25','2011-04-08 16:50:25','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_side_contract.png',0,'attachment','image/png',0,''),(2287,1,'2011-04-08 10:50:27','2011-04-08 16:50:27','','application_side_expand',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_side_expand','','','2011-04-08 10:50:27','2011-04-08 16:50:27','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_side_expand.png',0,'attachment','image/png',0,''),(2288,1,'2011-04-08 10:50:28','2011-04-08 16:50:28','','application_side_list',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_side_list','','','2011-04-08 10:50:28','2011-04-08 16:50:28','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_side_list.png',0,'attachment','image/png',0,''),(2289,1,'2011-04-08 10:50:30','2011-04-08 16:50:30','','application_side_tree',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_side_tree','','','2011-04-08 10:50:30','2011-04-08 16:50:30','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_side_tree.png',0,'attachment','image/png',0,''),(2290,1,'2011-04-08 10:50:31','2011-04-08 16:50:31','','application_split',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_split','','','2011-04-08 10:50:31','2011-04-08 16:50:31','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_split.png',0,'attachment','image/png',0,''),(2291,1,'2011-04-08 10:50:33','2011-04-08 16:50:33','','application_tile_horizontal',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_tile_horizontal','','','2011-04-08 10:50:33','2011-04-08 16:50:33','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_tile_horizontal.png',0,'attachment','image/png',0,''),(2292,1,'2011-04-08 10:50:34','2011-04-08 16:50:34','','application_tile_vertical',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_tile_vertical','','','2011-04-08 10:50:34','2011-04-08 16:50:34','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_tile_vertical.png',0,'attachment','image/png',0,''),(2293,1,'2011-04-08 10:50:36','2011-04-08 16:50:36','','application_view_columns',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_view_columns','','','2011-04-08 10:50:36','2011-04-08 16:50:36','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_view_columns.png',0,'attachment','image/png',0,''),(2294,1,'2011-04-08 10:50:37','2011-04-08 16:50:37','','application_view_detail',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_view_detail','','','2011-04-08 10:50:37','2011-04-08 16:50:37','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_view_detail.png',0,'attachment','image/png',0,''),(2295,1,'2011-04-08 10:50:39','2011-04-08 16:50:39','','application_view_gallery',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_view_gallery','','','2011-04-08 10:50:39','2011-04-08 16:50:39','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_view_gallery.png',0,'attachment','image/png',0,''),(2296,1,'2011-04-08 10:50:40','2011-04-08 16:50:40','','application_view_icons',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_view_icons','','','2011-04-08 10:50:40','2011-04-08 16:50:40','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_view_icons.png',0,'attachment','image/png',0,''),(2297,1,'2011-04-08 10:50:42','2011-04-08 16:50:42','','application_view_list',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_view_list','','','2011-04-08 10:50:42','2011-04-08 16:50:42','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_view_list.png',0,'attachment','image/png',0,''),(2298,1,'2011-04-08 10:50:44','2011-04-08 16:50:44','','application_view_tile',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_view_tile','','','2011-04-08 10:50:44','2011-04-08 16:50:44','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_view_tile.png',0,'attachment','image/png',0,''),(2299,1,'2011-04-08 10:50:45','2011-04-08 16:50:45','','application_view_xp',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_view_xp','','','2011-04-08 10:50:45','2011-04-08 16:50:45','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_view_xp.png',0,'attachment','image/png',0,''),(2300,1,'2011-04-08 10:50:46','2011-04-08 16:50:46','','application_view_xp_terminal',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','application_view_xp_terminal','','','2011-04-08 10:50:46','2011-04-08 16:50:46','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/application_view_xp_terminal.png',0,'attachment','image/png',0,''),(2301,1,'2011-04-08 10:50:49','2011-04-08 16:50:49','','arrow_branch',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','arrow_branch','','','2011-04-08 10:50:49','2011-04-08 16:50:49','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/arrow_branch.png',0,'attachment','image/png',0,''),(2302,1,'2011-04-08 10:50:50','2011-04-08 16:50:50','','arrow_divide',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','arrow_divide','','','2011-04-08 10:50:50','2011-04-08 16:50:50','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/arrow_divide.png',0,'attachment','image/png',0,''),(2303,1,'2011-04-08 10:50:52','2011-04-08 16:50:52','','arrow_in',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','arrow_in','','','2011-04-08 10:50:52','2011-04-08 16:50:52','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/arrow_in.png',0,'attachment','image/png',0,''),(2304,1,'2011-04-08 10:50:53','2011-04-08 16:50:53','','arrow_inout',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','arrow_inout','','','2011-04-08 10:50:53','2011-04-08 16:50:53','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/arrow_inout.png',0,'attachment','image/png',0,''),(2305,1,'2011-04-08 10:50:54','2011-04-08 16:50:54','','arrow_join',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','arrow_join','','','2011-04-08 10:50:54','2011-04-08 16:50:54','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/arrow_join.png',0,'attachment','image/png',0,''),(2306,1,'2011-04-08 10:50:56','2011-04-08 16:50:56','','arrow_left',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','arrow_left','','','2011-04-08 10:50:56','2011-04-08 16:50:56','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/arrow_left.png',0,'attachment','image/png',0,''),(2307,1,'2011-04-08 10:50:58','2011-04-08 16:50:58','','arrow_merge',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','arrow_merge','','','2011-04-08 10:50:58','2011-04-08 16:50:58','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/arrow_merge.png',0,'attachment','image/png',0,''),(2308,1,'2011-04-08 10:50:59','2011-04-08 16:50:59','','arrow_out',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','arrow_out','','','2011-04-08 10:50:59','2011-04-08 16:50:59','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/arrow_out.png',0,'attachment','image/png',0,''),(2309,1,'2011-04-08 10:51:01','2011-04-08 16:51:01','','arrow_redo',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','arrow_redo','','','2011-04-08 10:51:01','2011-04-08 16:51:01','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/arrow_redo.png',0,'attachment','image/png',0,''),(2310,1,'2011-04-08 10:51:02','2011-04-08 16:51:02','','arrow_refresh',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','arrow_refresh','','','2011-04-08 10:51:02','2011-04-08 16:51:02','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/arrow_refresh.png',0,'attachment','image/png',0,''),(2311,1,'2011-04-08 10:51:03','2011-04-08 16:51:03','','arrow_right',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','arrow_right','','','2011-04-08 10:51:03','2011-04-08 16:51:03','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/arrow_right.png',0,'attachment','image/png',0,''),(2312,1,'2011-04-08 10:51:05','2011-04-08 16:51:05','','arrow_undo',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','arrow_undo','','','2011-04-08 10:51:05','2011-04-08 16:51:05','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/arrow_undo.png',0,'attachment','image/png',0,''),(2313,1,'2011-04-08 10:51:08','2011-04-08 16:51:08','','asterisk_orange',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','asterisk_orange','','','2011-04-08 10:51:08','2011-04-08 16:51:08','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/asterisk_orange.png',0,'attachment','image/png',0,''),(2314,1,'2011-04-08 10:51:09','2011-04-08 16:51:09','','attach',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','attach','','','2011-04-08 10:51:09','2011-04-08 16:51:09','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/attach.png',0,'attachment','image/png',0,''),(2315,1,'2011-04-08 10:51:11','2011-04-08 16:51:11','','attach_2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','attach_2','','','2011-04-08 10:51:11','2011-04-08 16:51:11','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/attach_2.png',0,'attachment','image/png',0,''),(2316,1,'2011-04-08 10:51:12','2011-04-08 16:51:12','','award_star_gold',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','award_star_gold','','','2011-04-08 10:51:12','2011-04-08 16:51:12','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/award_star_gold.png',0,'attachment','image/png',0,''),(2317,1,'2011-04-08 10:51:13','2011-04-08 16:51:13','','bandaid',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bandaid','','','2011-04-08 10:51:13','2011-04-08 16:51:13','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bandaid.png',0,'attachment','image/png',0,''),(2318,1,'2011-04-08 10:51:15','2011-04-08 16:51:15','','basket',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','basket','','','2011-04-08 10:51:15','2011-04-08 16:51:15','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/basket.png',0,'attachment','image/png',0,''),(2319,1,'2011-04-08 10:51:16','2011-04-08 16:51:16','','bell',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bell','','','2011-04-08 10:51:16','2011-04-08 16:51:16','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bell.png',0,'attachment','image/png',0,''),(2320,1,'2011-04-08 10:51:18','2011-04-08 16:51:18','','bin_closed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bin_closed','','','2011-04-08 10:51:18','2011-04-08 16:51:18','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bin_closed.png',0,'attachment','image/png',0,''),(2321,1,'2011-04-08 10:51:19','2011-04-08 16:51:19','','blog',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','blog','','','2011-04-08 10:51:19','2011-04-08 16:51:19','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/blog.png',0,'attachment','image/png',0,''),(2322,1,'2011-04-08 10:51:21','2011-04-08 16:51:21','','blueprint',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','blueprint','','','2011-04-08 10:51:21','2011-04-08 16:51:21','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/blueprint.png',0,'attachment','image/png',0,''),(2323,1,'2011-04-08 10:51:22','2011-04-08 16:51:22','','blueprint_horizontal',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','blueprint_horizontal','','','2011-04-08 10:51:22','2011-04-08 16:51:22','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/blueprint_horizontal.png',0,'attachment','image/png',0,''),(2324,1,'2011-04-08 10:51:24','2011-04-08 16:51:24','','bluetooth',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bluetooth','','','2011-04-08 10:51:24','2011-04-08 16:51:24','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bluetooth.png',0,'attachment','image/png',0,''),(2325,1,'2011-04-08 10:51:25','2011-04-08 16:51:25','','bomb',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bomb','','','2011-04-08 10:51:25','2011-04-08 16:51:25','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bomb.png',0,'attachment','image/png',0,''),(2326,1,'2011-04-08 10:51:27','2011-04-08 16:51:27','','book',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','book','','','2011-04-08 10:51:27','2011-04-08 16:51:27','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/book.png',0,'attachment','image/png',0,''),(2327,1,'2011-04-08 10:51:28','2011-04-08 16:51:28','','book_addresses',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','book_addresses','','','2011-04-08 10:51:28','2011-04-08 16:51:28','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/book_addresses.png',0,'attachment','image/png',0,''),(2328,1,'2011-04-08 10:51:30','2011-04-08 16:51:30','','book_next',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','book_next','','','2011-04-08 10:51:30','2011-04-08 16:51:30','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/book_next.png',0,'attachment','image/png',0,''),(2329,1,'2011-04-08 10:51:31','2011-04-08 16:51:31','','book_open',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','book_open','','','2011-04-08 10:51:31','2011-04-08 16:51:31','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/book_open.png',0,'attachment','image/png',0,''),(2330,1,'2011-04-08 10:51:33','2011-04-08 16:51:33','','book_previous',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','book_previous','','','2011-04-08 10:51:33','2011-04-08 16:51:33','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/book_previous.png',0,'attachment','image/png',0,''),(2331,1,'2011-04-08 10:51:34','2011-04-08 16:51:34','','bookmark',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bookmark','','','2011-04-08 10:51:34','2011-04-08 16:51:34','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bookmark.png',0,'attachment','image/png',0,''),(2332,1,'2011-04-08 10:51:36','2011-04-08 16:51:36','','bookmark_book',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bookmark_book','','','2011-04-08 10:51:36','2011-04-08 16:51:36','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bookmark_book.png',0,'attachment','image/png',0,''),(2333,1,'2011-04-08 10:51:38','2011-04-08 16:51:38','','bookmark_book_open',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bookmark_book_open','','','2011-04-08 10:51:38','2011-04-08 16:51:38','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bookmark_book_open.png',0,'attachment','image/png',0,''),(2334,1,'2011-04-08 10:51:39','2011-04-08 16:51:39','','bookmark_document',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bookmark_document','','','2011-04-08 10:51:39','2011-04-08 16:51:39','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bookmark_document.png',0,'attachment','image/png',0,''),(2335,1,'2011-04-08 10:51:41','2011-04-08 16:51:41','','bookmark_folder',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bookmark_folder','','','2011-04-08 10:51:41','2011-04-08 16:51:41','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bookmark_folder.png',0,'attachment','image/png',0,''),(2336,1,'2011-04-08 10:51:42','2011-04-08 16:51:42','','books',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','books','','','2011-04-08 10:51:42','2011-04-08 16:51:42','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/books.png',0,'attachment','image/png',0,''),(2337,1,'2011-04-08 10:51:43','2011-04-08 16:51:43','','box',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','box','','','2011-04-08 10:51:43','2011-04-08 16:51:43','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/box.png',0,'attachment','image/png',0,''),(2338,1,'2011-04-08 10:51:45','2011-04-08 16:51:45','','brick',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','brick','','','2011-04-08 10:51:45','2011-04-08 16:51:45','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/brick.png',0,'attachment','image/png',0,''),(2339,1,'2011-04-08 10:51:46','2011-04-08 16:51:46','','bricks',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bricks','','','2011-04-08 10:51:46','2011-04-08 16:51:46','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bricks.png',0,'attachment','image/png',0,''),(2340,1,'2011-04-08 10:51:48','2011-04-08 16:51:48','','briefcase',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','briefcase','','','2011-04-08 10:51:48','2011-04-08 16:51:48','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/briefcase.png',0,'attachment','image/png',0,''),(2341,1,'2011-04-08 10:51:49','2011-04-08 16:51:49','','bug',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bug','','','2011-04-08 10:51:49','2011-04-08 16:51:49','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bug.png',0,'attachment','image/png',0,''),(2342,1,'2011-04-08 10:51:51','2011-04-08 16:51:51','','buildings',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','buildings','','','2011-04-08 10:51:51','2011-04-08 16:51:51','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/buildings.png',0,'attachment','image/png',0,''),(2343,1,'2011-04-08 10:51:52','2011-04-08 16:51:52','','bullet_add_1',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bullet_add_1','','','2011-04-08 10:51:52','2011-04-08 16:51:52','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bullet_add_1.png',0,'attachment','image/png',0,''),(2344,1,'2011-04-08 10:51:54','2011-04-08 16:51:54','','bullet_add_2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bullet_add_2','','','2011-04-08 10:51:54','2011-04-08 16:51:54','',172,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bullet_add_2.png',0,'attachment','image/png',0,''),(2345,1,'2011-04-08 10:51:56','2011-04-08 16:51:56','','bullet_key',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','bullet_key','','','2011-04-08 10:51:56','2011-04-08 16:51:56','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/bullet_key.png',0,'attachment','image/png',0,''),(2346,1,'2011-04-08 10:51:57','2011-04-08 16:51:57','','cake',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','cake','','','2011-04-08 10:51:57','2011-04-08 16:51:57','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/cake.png',0,'attachment','image/png',0,''),(2347,1,'2011-04-08 10:51:59','2011-04-08 16:51:59','','calculator',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','calculator','','','2011-04-08 10:51:59','2011-04-08 16:51:59','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/calculator.png',0,'attachment','image/png',0,''),(2348,1,'2011-04-08 10:52:01','2011-04-08 16:52:01','','calendar_1',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','calendar_1','','','2011-04-08 10:52:01','2011-04-08 16:52:01','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/calendar_1.png',0,'attachment','image/png',0,''),(2349,1,'2011-04-08 10:52:02','2011-04-08 16:52:02','','calendar_2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','calendar_2','','','2011-04-08 10:52:02','2011-04-08 16:52:02','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/calendar_2.png',0,'attachment','image/png',0,''),(2350,1,'2011-04-08 10:52:04','2011-04-08 16:52:04','','camera',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','camera','','','2011-04-08 10:52:04','2011-04-08 16:52:04','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/camera.png',0,'attachment','image/png',0,''),(2351,1,'2011-04-08 10:52:05','2011-04-08 16:52:05','','cancel',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','cancel','','','2011-04-08 10:52:05','2011-04-08 16:52:05','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/cancel.png',0,'attachment','image/png',0,''),(2352,1,'2011-04-08 10:52:06','2011-04-08 16:52:06','','car',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','car','','','2011-04-08 10:52:06','2011-04-08 16:52:06','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/car.png',0,'attachment','image/png',0,''),(2353,1,'2011-04-08 10:52:08','2011-04-08 16:52:08','','cart',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','cart','','','2011-04-08 10:52:08','2011-04-08 16:52:08','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/cart.png',0,'attachment','image/png',0,''),(2354,1,'2011-04-08 10:52:09','2011-04-08 16:52:09','','cd',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','cd','','','2011-04-08 10:52:09','2011-04-08 16:52:09','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/cd.png',0,'attachment','image/png',0,''),(2355,1,'2011-04-08 10:52:11','2011-04-08 16:52:11','','chart_bar',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','chart_bar','','','2011-04-08 10:52:11','2011-04-08 16:52:11','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/chart_bar.png',0,'attachment','image/png',0,''),(2356,1,'2011-04-08 10:52:12','2011-04-08 16:52:12','','chart_curve',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','chart_curve','','','2011-04-08 10:52:12','2011-04-08 16:52:12','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/chart_curve.png',0,'attachment','image/png',0,''),(2357,1,'2011-04-08 10:52:14','2011-04-08 16:52:14','','chart_line',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','chart_line','','','2011-04-08 10:52:14','2011-04-08 16:52:14','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/chart_line.png',0,'attachment','image/png',0,''),(2358,1,'2011-04-08 10:52:16','2011-04-08 16:52:16','','chart_organisation',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','chart_organisation','','','2011-04-08 10:52:16','2011-04-08 16:52:16','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/chart_organisation.png',0,'attachment','image/png',0,''),(2359,1,'2011-04-08 10:52:17','2011-04-08 16:52:17','','chart_pie',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','chart_pie','','','2011-04-08 10:52:17','2011-04-08 16:52:17','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/chart_pie.png',0,'attachment','image/png',0,''),(2360,1,'2011-04-08 10:52:19','2011-04-08 16:52:19','','clipboard_paste_image',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','clipboard_paste_image','','','2011-04-08 10:52:19','2011-04-08 16:52:19','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/clipboard_paste_image.png',0,'attachment','image/png',0,''),(2361,1,'2011-04-08 10:52:22','2011-04-08 16:52:22','','clipboard_sign',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','clipboard_sign','','','2011-04-08 10:52:22','2011-04-08 16:52:22','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/clipboard_sign.png',0,'attachment','image/png',0,''),(2362,1,'2011-04-08 10:52:23','2011-04-08 16:52:23','','clipboard_text',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','clipboard_text','','','2011-04-08 10:52:23','2011-04-08 16:52:23','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/clipboard_text.png',0,'attachment','image/png',0,''),(2363,1,'2011-04-08 10:52:26','2011-04-08 16:52:26','','clock',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','clock','','','2011-04-08 10:52:26','2011-04-08 16:52:26','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/clock.png',0,'attachment','image/png',0,''),(2364,1,'2011-04-08 10:52:27','2011-04-08 16:52:27','','cog',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','cog','','','2011-04-08 10:52:27','2011-04-08 16:52:27','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/cog.png',0,'attachment','image/png',0,''),(2365,1,'2011-04-08 10:52:29','2011-04-08 16:52:29','','coins',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','coins','','','2011-04-08 10:52:29','2011-04-08 16:52:29','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/coins.png',0,'attachment','image/png',0,''),(2366,1,'2011-04-08 10:52:30','2011-04-08 16:52:30','','color_swatch_1',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','color_swatch_1','','','2011-04-08 10:52:30','2011-04-08 16:52:30','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/color_swatch_1.png',0,'attachment','image/png',0,''),(2367,1,'2011-04-08 10:52:32','2011-04-08 16:52:32','','color_swatch_2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','color_swatch_2','','','2011-04-08 10:52:32','2011-04-08 16:52:32','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/color_swatch_2.png',0,'attachment','image/png',0,''),(2368,1,'2011-04-08 10:52:33','2011-04-08 16:52:33','','comment',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','comment','','','2011-04-08 10:52:33','2011-04-08 16:52:33','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/comment.png',0,'attachment','image/png',0,''),(2369,1,'2011-04-08 10:52:36','2011-04-08 16:52:36','','compass',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','compass','','','2011-04-08 10:52:36','2011-04-08 16:52:36','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/compass.png',0,'attachment','image/png',0,''),(2370,1,'2011-04-08 10:52:38','2011-04-08 16:52:38','','compress',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','compress','','','2011-04-08 10:52:38','2011-04-08 16:52:38','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/compress.png',0,'attachment','image/png',0,''),(2371,1,'2011-04-08 10:52:39','2011-04-08 16:52:39','','computer',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','computer','','','2011-04-08 10:52:39','2011-04-08 16:52:39','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/computer.png',0,'attachment','image/png',0,''),(2372,1,'2011-04-08 10:52:41','2011-04-08 16:52:41','','connect',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','connect','','','2011-04-08 10:52:41','2011-04-08 16:52:41','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/connect.png',0,'attachment','image/png',0,''),(2373,1,'2011-04-08 10:52:42','2011-04-08 16:52:42','','contrast',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','contrast','','','2011-04-08 10:52:42','2011-04-08 16:52:42','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/contrast.png',0,'attachment','image/png',0,''),(2374,1,'2011-04-08 10:52:44','2011-04-08 16:52:44','','control_eject',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','control_eject','','','2011-04-08 10:52:44','2011-04-08 16:52:44','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/control_eject.png',0,'attachment','image/png',0,''),(2375,1,'2011-04-08 10:52:45','2011-04-08 16:52:45','','control_end',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','control_end','','','2011-04-08 10:52:45','2011-04-08 16:52:45','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/control_end.png',0,'attachment','image/png',0,''),(2376,1,'2011-04-08 10:52:46','2011-04-08 16:52:46','','control_equalizer',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','control_equalizer','','','2011-04-08 10:52:46','2011-04-08 16:52:46','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/control_equalizer.png',0,'attachment','image/png',0,''),(2377,1,'2011-04-08 10:52:47','2011-04-08 16:52:47','','control_fastforward',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','control_fastforward','','','2011-04-08 10:52:47','2011-04-08 16:52:47','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/control_fastforward.png',0,'attachment','image/png',0,''),(2378,1,'2011-04-08 10:52:49','2011-04-08 16:52:49','','control_pause',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','control_pause','','','2011-04-08 10:52:49','2011-04-08 16:52:49','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/control_pause.png',0,'attachment','image/png',0,''),(2379,1,'2011-04-08 10:52:50','2011-04-08 16:52:50','','control_play',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','control_play','','','2011-04-08 10:52:50','2011-04-08 16:52:50','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/control_play.png',0,'attachment','image/png',0,''),(2380,1,'2011-04-08 10:52:51','2011-04-08 16:52:51','','control_repeat',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','control_repeat','','','2011-04-08 10:52:51','2011-04-08 16:52:51','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/control_repeat.png',0,'attachment','image/png',0,''),(2381,1,'2011-04-08 10:52:53','2011-04-08 16:52:53','','control_rewind',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','control_rewind','','','2011-04-08 10:52:53','2011-04-08 16:52:53','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/control_rewind.png',0,'attachment','image/png',0,''),(2382,1,'2011-04-08 10:52:54','2011-04-08 16:52:54','','control_start',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','control_start','','','2011-04-08 10:52:54','2011-04-08 16:52:54','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/control_start.png',0,'attachment','image/png',0,''),(2383,1,'2011-04-08 10:52:56','2011-04-08 16:52:56','','control_stop',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','control_stop','','','2011-04-08 10:52:56','2011-04-08 16:52:56','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/control_stop.png',0,'attachment','image/png',0,''),(2384,1,'2011-04-08 10:52:57','2011-04-08 16:52:57','','control_wheel',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','control_wheel','','','2011-04-08 10:52:57','2011-04-08 16:52:57','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/control_wheel.png',0,'attachment','image/png',0,''),(2385,1,'2011-04-08 10:52:59','2011-04-08 16:52:59','','counter',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','counter','','','2011-04-08 10:52:59','2011-04-08 16:52:59','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/counter.png',0,'attachment','image/png',0,''),(2386,1,'2011-04-08 10:53:00','2011-04-08 16:53:00','','counter_count',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','counter_count','','','2011-04-08 10:53:00','2011-04-08 16:53:00','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/counter_count.png',0,'attachment','image/png',0,''),(2387,1,'2011-04-08 10:53:02','2011-04-08 16:53:02','','counter_count_up',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','counter_count_up','','','2011-04-08 10:53:02','2011-04-08 16:53:02','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/counter_count_up.png',0,'attachment','image/png',0,''),(2388,1,'2011-04-08 10:53:05','2011-04-08 16:53:05','','counter_reset',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','counter_reset','','','2011-04-08 10:53:05','2011-04-08 16:53:05','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/counter_reset.png',0,'attachment','image/png',0,''),(2389,1,'2011-04-08 10:53:06','2011-04-08 16:53:06','','counter_stop',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','counter_stop','','','2011-04-08 10:53:06','2011-04-08 16:53:06','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/counter_stop.png',0,'attachment','image/png',0,''),(2390,1,'2011-04-08 10:53:08','2011-04-08 16:53:08','','cross',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','cross','','','2011-04-08 10:53:08','2011-04-08 16:53:08','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/cross.png',0,'attachment','image/png',0,''),(2391,1,'2011-04-08 10:53:09','2011-04-08 16:53:09','','cross_octagon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','cross_octagon','','','2011-04-08 10:53:09','2011-04-08 16:53:09','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/cross_octagon.png',0,'attachment','image/png',0,''),(2392,1,'2011-04-08 10:53:11','2011-04-08 16:53:11','','cross_octagon_fram',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','cross_octagon_fram','','','2011-04-08 10:53:11','2011-04-08 16:53:11','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/cross_octagon_fram.png',0,'attachment','image/png',0,''),(2393,1,'2011-04-08 10:53:12','2011-04-08 16:53:12','','cross_shield',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','cross_shield','','','2011-04-08 10:53:12','2011-04-08 16:53:12','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/cross_shield.png',0,'attachment','image/png',0,''),(1999,1,'2011-03-26 15:32:21','2011-03-26 21:32:21','Below are the places you can stay in Timberon by the night, week, or month...\r\n
      \r\n
    • Timberon Rentals\r\nA number of cabin rentals, click on name to go to webpage.  575-987-2201
    • \r\n
    • Riverside Condos\r\nDuplexes on the Sacramento River.  575-987-2553
    • \r\n
    • Sacramento River Lodge\r\nA motel in Timberon.  575-987-2600
    • \r\n
    • Circle Cross RV Park\r\nRV Park located on the historic Circle Cross Ranch alongside the Sacramento River.  575-987-2650
    • \r\n
    • Timberon Trails RV Park\r\nRV Park in Timberon.  575-987-2240
    • \r\n
    ','Lodging and Rentals',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','lodging','','','2011-04-21 16:47:04','2011-04-21 22:47:04','',0,'http://www.timberon.info/blog/?page_id=1999',0,'page','',0,''),(3691,1,'2011-05-10 07:40:03','2011-05-10 13:40:03',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3691','','','2011-05-18 11:09:13','2011-05-18 17:09:13','',498,'http://www.timberon.info/blog/?p=3691',13,'nav_menu_item','',0,''),(2002,22,'2011-03-26 15:33:13','2011-03-26 21:33:13','We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Timberon Rentals\"] for Reservations or Questions.\r\n
      \r\n
    • Doll House - This cabin has two bedrooms and two bathrooms and is located in the tall pines. There are two queen beds and a queen hide-a-bed.  The cabin has a full kitchen w/dishwasher, washer/dryer, satellite TV, central heat, and a nice deck with gas grill.  Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night).  Maximum capacity:  6 persons.
    • \r\n
    • Builta\'s Cabin - This cabin features three bedrooms with queen size beds and two full bathrooms, including one garden tub.  The living room has a queen size sofa sleeper, along with a wood stove and satellite TV w/DVD/VCR.  There is a full kitchen and washer/dryer.  There is a nice deck in the back with tall pines in the area. Rates begin at $90.00 per night for up to four adults. (additional adult $5.00 each per night) Maximum capacity:  10 persons
    • \r\n
    • Tonto Cabin - The cabin has two bathrooms and two bedrooms, which include one queen, one double, and one twin foam bed. There is a full kitchen with dishwasher, dining room, living room w/double hide-a-bed, TV with DVD player, and washer/dryer. A beautiful view can be enjoyed from the front deck. A charcoal grill is available. Rates begin at $75.00 per night for up to four adults. (additional adult $5.00 each per night) Maximum capacity: 6 persons.
    • \r\n
    • Red Barn - The Red Barn is a one bedroom/one bath unit that includes a bedroom with a double bed, full kitchen, and TV/VCR/DVD.  The Sacramento River runs just outside of this unit.  Rates begin at $65.00 per night for two persons only.
    • \r\n
    • Abbott Log Cabin - This rustic property has four bedrooms and three bathrooms. The beds include one king, one queen, one double, and four twins. There is a full kitchen plus another partial kitchen, washer/dryer, two dens, telephone, and TV w/satellite and a DVD player. Outdoors there are three decks, patio furniture, charcoal grill and a gas grill.  Rates begin at $110.00 per night for up to six adults.  (additional adult $5.00 each per night) Maximum capacity: 12 persons.
    • \r\n
    • Casa Coconino - This cabin has three bedrooms and two bathrooms.  There are 2 king-size beds, 4 twin beds, and a double hide-a-bed.  The cabin has a full kitchen, washer/dryer, satellite TV /VCR and additional TV with DVD player, garden tub with jets, a wood burning stove, a nice porch with gas grill, dishwasher and Wi-Fi.. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 10 persons.
    • \r\n
    • Miria’s Hide-a-Way - Features a one bedroom and a two bathroom main house, and a guesthouse with one bedroom and one bathroom. The main house includes a king-size bed and queen futon, full kitchen, TV/VCR/DVD, computer with internet access, a wood-burning stove, a charcoal grill, and a huge screened porch with hammocks and a beautiful view. There is a double bed and queen futon along with a kitchenette in the guesthouse. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 12 persons.
    • \r\n
    • Miller Cabin - This is a 3 bedroom/2 bath cabin that includes two queen-size beds, 2 twins, and a queen-size hide-a-bed. There is also a full kitchen, wood-burning stove, air conditioner, telephone, washer/dryer, a charcoal grill, and TV/DVD with satellite. Rates begin at $90.00 per night for up to four adults add $5.00 per night for each additional adult. Maximum capacity is 10 persons.
    • \r\n
    • Whiting Cabin - There are two bedrooms and 1 bathroom. The bedrooms include king-size bed, queen-size bed, and a queen-size hide-a-bed. There is a full kitchen, wood-burning fireplace, air conditioner, screened-in porch, telephone, a charcoal grill, and DVD with satellite TV. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 8 persons.
    • \r\n
    • Carson Cabin - This colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons.
    • \r\n
    • Casa Sacramento - This is an apartment building that has 4 rentals of varying size…
    • \r\n
    \r\n

    Apartment A - 2 BR/1 Bath includes 2 twin beds, 1 queen bed, and 1 queen hide-a-bed, full kitchen, wood stove, washer/ dryer, telephone, air conditioning, charcoal grill, and television with satellite programming and a VCR. Rates begin at $80.00 per night for up to four adults, $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\nApartment C - 1 BR/2 Bath includes queen bed and queen hide-a-bed, kitchenette, telephone, air conditioning, and television with satellite. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\nApartment D - 1 BR/1 Bath includes queen bed and queen hide-a-bed, kitchenette, dressing room, wood stove, telephone, small charcoal grill, and television with satellite & VCR. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\nApartment E - 1 Room/1 Bath includes double bed, kitchenette, and television with satellite programming. Rates begin at $45.00 per night for two persons only.

    ','Timberon Rentals',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','timberon-rentals','','','2011-05-11 18:06:49','2011-05-12 00:06:49','',1999,'http://www.timberon.info/blog/?page_id=2002',0,'page','',0,''),(2006,22,'2011-03-26 15:34:09','2011-03-26 21:34:09','This colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons\r\n\r\n190 Carson\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.  [nggallery id=20]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Carson Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','carson-cabin','','','2011-05-08 14:31:55','2011-05-08 20:31:55','',2002,'http://www.timberon.info/blog/?page_id=2006',0,'page','',0,''),(2979,1,'2011-04-13 10:55:31','2011-04-13 16:55:31','Property Information - Plat Maps, Restrictive Covenants and more...\r\n\r\nPhotos - New and Archived Photos\r\n\r\nWildlife - Plants and Animals','Resources',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','153-revision-3','','','2011-04-13 10:55:31','2011-04-13 16:55:31','',153,'http://www.timberon.info/blog/?p=2979',0,'revision','',0,''),(3629,1,'2011-05-09 10:53:39','2011-05-09 16:53:39','This colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons\r\n\r\n190 Carson\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 — 575-987-2201\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.  [nggallery id=20]\r\n\r\nReservations HIGHLY recommended…\r\n\r\n Reservations made during the holidays require a 50% non-refundable deposit.\r\n One night rental rates are slightly higher. No “one day” reservations will be accepted during the holidays.\r\n Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!\r\n All properties are non-smoking!\r\n\r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin…\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\nCalendar of Current Reservations\r\n[my_calendar category=\"2\" showkey=\"no\"]','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3629','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',2002,'http://www.timberon.info/blog/?p=3629',13,'nav_menu_item','',0,''),(3141,1,'2011-04-13 11:14:31','2011-04-13 17:14:31','
    Sub-Menu[sb_child_list]
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n
     Sub-Menu[sb_child_list]\r\n[sb_parent]
    \r\n   The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented.   The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore.  Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889.   It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\r\n\r\n    In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford.  They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years.  Fritzgerald Moore eventually sold his interest to Oliver Lee.   During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\r\n\r\n    In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\r\n\r\n     Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\r\n\r\n    The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\r\n\r\n   Oliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\r\n\r\n   The Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\r\n\r\n   The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found.   The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc... They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\r\n\r\n   Judge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\r\n\r\n   Even after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \r\n\r\n   Doc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\r\n\r\n    Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\r\n\r\n   Right after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\r\n\r\n    The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\r\n\r\n    The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\r\n\r\n   In 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\r\n\r\n   After the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\r\n\r\n   In March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \r\n\r\n   In October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association(TPOA) in the late 1970s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\r\n\r\n    The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\r\n\r\n    The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\r\n\r\n    Frank Wheeler, Timberon\'s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\r\n\r\n   Also of interest, a missile out of Fort Bliss hit Timberon in February, 1976.  The crater was near the present day dumpster site.  According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez.  The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History.  If you have something to add, please contact us.)\r\n\r\n    In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\r\n\r\n   In the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\r\n\r\n   A three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\r\n\r\n   Telephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\r\n\r\n   The Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\r\n\r\n   The Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\r\n\r\n   TWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\r\n\r\n   Today, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\r\n\r\n  This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\r\n\r\n   Noel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss.  Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating.  Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\r\n\r\n   We would like to make this an ongoing history. If you have something to add, Click Here.\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    [gallery columns=\"2\"]\r\n\r\n\r\n
     
    \r\n \r\n\r\n\r\n
     
    \r\n
     
    \r\n \r\n\r\n\r\n
     
    \r\n
     
    \r\n
     
    \r\n \r\n\r\n
    \r\n \r\n\r\n
    \r\n
    \r\n
    \r\n
    ','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','934-revision-3','','','2011-04-13 11:14:31','2011-04-13 17:14:31','',934,'http://www.timberon.info/blog/?p=3141',0,'revision','',0,''),(2404,1,'2011-04-08 10:53:29','2011-04-08 16:53:29','','databases',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','databases','','','2011-04-08 10:53:29','2011-04-08 16:53:29','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/databases.png',0,'attachment','image/png',0,''),(2405,1,'2011-04-08 10:53:30','2011-04-08 16:53:30','','delete',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','delete','','','2011-04-08 10:53:30','2011-04-08 16:53:30','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/delete.png',0,'attachment','image/png',0,''),(2406,1,'2011-04-08 10:53:32','2011-04-08 16:53:32','','delivery',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','delivery','','','2011-04-08 10:53:32','2011-04-08 16:53:32','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/delivery.png',0,'attachment','image/png',0,''),(2407,1,'2011-04-08 10:53:33','2011-04-08 16:53:33','','desktop',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','desktop','','','2011-04-08 10:53:33','2011-04-08 16:53:33','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/desktop.png',0,'attachment','image/png',0,''),(2408,1,'2011-04-08 10:53:35','2011-04-08 16:53:35','','desktop_empty',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','desktop_empty','','','2011-04-08 10:53:35','2011-04-08 16:53:35','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/desktop_empty.png',0,'attachment','image/png',0,''),(2409,1,'2011-04-08 10:53:36','2011-04-08 16:53:36','','direction',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','direction','','','2011-04-08 10:53:36','2011-04-08 16:53:36','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/direction.png',0,'attachment','image/png',0,''),(2410,1,'2011-04-08 10:53:38','2011-04-08 16:53:38','','disconnect',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','disconnect','','','2011-04-08 10:53:38','2011-04-08 16:53:38','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/disconnect.png',0,'attachment','image/png',0,''),(2411,1,'2011-04-08 10:53:39','2011-04-08 16:53:39','','disk',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','disk','','','2011-04-08 10:53:39','2011-04-08 16:53:39','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/disk.png',0,'attachment','image/png',0,''),(2412,1,'2011-04-08 10:53:41','2011-04-08 16:53:41','','doc_access',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_access','','','2011-04-08 10:53:41','2011-04-08 16:53:41','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_access.png',0,'attachment','image/png',0,''),(2413,1,'2011-04-08 10:53:43','2011-04-08 16:53:43','','doc_break',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_break','','','2011-04-08 10:53:43','2011-04-08 16:53:43','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_break.png',0,'attachment','image/png',0,''),(2414,1,'2011-04-08 10:53:44','2011-04-08 16:53:44','','doc_convert',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_convert','','','2011-04-08 10:53:44','2011-04-08 16:53:44','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_convert.png',0,'attachment','image/png',0,''),(2415,1,'2011-04-08 10:53:45','2011-04-08 16:53:45','','doc_excel_csv',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_excel_csv','','','2011-04-08 10:53:45','2011-04-08 16:53:45','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_excel_csv.png',0,'attachment','image/png',0,''),(2416,1,'2011-04-08 10:53:47','2011-04-08 16:53:47','','doc_excel_table',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_excel_table','','','2011-04-08 10:53:47','2011-04-08 16:53:47','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_excel_table.png',0,'attachment','image/png',0,''),(2417,1,'2011-04-08 10:53:48','2011-04-08 16:53:48','','doc_film',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_film','','','2011-04-08 10:53:48','2011-04-08 16:53:48','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_film.png',0,'attachment','image/png',0,''),(2418,1,'2011-04-08 10:53:50','2011-04-08 16:53:50','','doc_illustrator',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_illustrator','','','2011-04-08 10:53:50','2011-04-08 16:53:50','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_illustrator.png',0,'attachment','image/png',0,''),(2419,1,'2011-04-08 10:53:51','2011-04-08 16:53:51','','doc_music',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_music','','','2011-04-08 10:53:51','2011-04-08 16:53:51','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_music.png',0,'attachment','image/png',0,''),(2420,1,'2011-04-08 10:53:53','2011-04-08 16:53:53','','doc_music_playlist',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_music_playlist','','','2011-04-08 10:53:53','2011-04-08 16:53:53','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_music_playlist.png',0,'attachment','image/png',0,''),(2421,1,'2011-04-08 10:53:54','2011-04-08 16:53:54','','doc_offlice',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_offlice','','','2011-04-08 10:53:54','2011-04-08 16:53:54','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_offlice.png',0,'attachment','image/png',0,''),(2422,1,'2011-04-08 10:53:56','2011-04-08 16:53:56','','doc_page',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_page','','','2011-04-08 10:53:56','2011-04-08 16:53:56','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_page.png',0,'attachment','image/png',0,''),(2423,1,'2011-04-08 10:53:57','2011-04-08 16:53:57','','doc_page_previous',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_page_previous','','','2011-04-08 10:53:57','2011-04-08 16:53:57','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_page_previous.png',0,'attachment','image/png',0,''),(2424,1,'2011-04-08 10:53:59','2011-04-08 16:53:59','','doc_pdf',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_pdf','','','2011-04-08 10:53:59','2011-04-08 16:53:59','',172,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_pdf.png',0,'attachment','image/png',0,''),(2425,1,'2011-04-08 10:54:01','2011-04-08 16:54:01','','doc_photoshop',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_photoshop','','','2011-04-08 10:54:01','2011-04-08 16:54:01','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_photoshop.png',0,'attachment','image/png',0,''),(2426,1,'2011-04-08 10:54:02','2011-04-08 16:54:02','','doc_resize',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_resize','','','2011-04-08 10:54:02','2011-04-08 16:54:02','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_resize.png',0,'attachment','image/png',0,''),(2427,1,'2011-04-08 10:54:04','2011-04-08 16:54:04','','doc_resize_actual',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_resize_actual','','','2011-04-08 10:54:04','2011-04-08 16:54:04','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_resize_actual.png',0,'attachment','image/png',0,''),(2428,1,'2011-04-08 10:54:05','2011-04-08 16:54:05','','doc_shred',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_shred','','','2011-04-08 10:54:05','2011-04-08 16:54:05','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_shred.png',0,'attachment','image/png',0,''),(2429,1,'2011-04-08 10:54:07','2011-04-08 16:54:07','','doc_stand',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_stand','','','2011-04-08 10:54:07','2011-04-08 16:54:07','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_stand.png',0,'attachment','image/png',0,''),(2430,1,'2011-04-08 10:54:08','2011-04-08 16:54:08','','doc_table',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_table','','','2011-04-08 10:54:08','2011-04-08 16:54:08','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_table.png',0,'attachment','image/png',0,''),(2431,1,'2011-04-08 10:54:10','2011-04-08 16:54:10','','doc_tag',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_tag','','','2011-04-08 10:54:10','2011-04-08 16:54:10','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_tag.png',0,'attachment','image/png',0,''),(2432,1,'2011-04-08 10:54:11','2011-04-08 16:54:11','','doc_text_image',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','doc_text_image','','','2011-04-08 10:54:11','2011-04-08 16:54:11','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/doc_text_image.png',0,'attachment','image/png',0,''),(2433,1,'2011-04-08 10:54:13','2011-04-08 16:54:13','','door',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','door','','','2011-04-08 10:54:13','2011-04-08 16:54:13','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/door.png',0,'attachment','image/png',0,''),(2434,1,'2011-04-08 10:54:14','2011-04-08 16:54:14','','door_in',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','door_in','','','2011-04-08 10:54:14','2011-04-08 16:54:14','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/door_in.png',0,'attachment','image/png',0,''),(2435,1,'2011-04-08 10:54:16','2011-04-08 16:54:16','','drawer',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','drawer','','','2011-04-08 10:54:16','2011-04-08 16:54:16','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/drawer.png',0,'attachment','image/png',0,''),(2436,1,'2011-04-08 10:54:17','2011-04-08 16:54:17','','drink',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','drink','','','2011-04-08 10:54:17','2011-04-08 16:54:17','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/drink.png',0,'attachment','image/png',0,''),(2437,1,'2011-04-08 10:54:19','2011-04-08 16:54:19','','drink_empty',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','drink_empty','','','2011-04-08 10:54:19','2011-04-08 16:54:19','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/drink_empty.png',0,'attachment','image/png',0,''),(2438,1,'2011-04-08 10:54:20','2011-04-08 16:54:20','','drive',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','drive','','','2011-04-08 10:54:20','2011-04-08 16:54:20','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/drive.png',0,'attachment','image/png',0,''),(2439,1,'2011-04-08 10:54:22','2011-04-08 16:54:22','','drive_burn',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','drive_burn','','','2011-04-08 10:54:22','2011-04-08 16:54:22','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/drive_burn.png',0,'attachment','image/png',0,''),(2440,1,'2011-04-08 10:54:23','2011-04-08 16:54:23','','drive_cd',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','drive_cd','','','2011-04-08 10:54:23','2011-04-08 16:54:23','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/drive_cd.png',0,'attachment','image/png',0,''),(2441,1,'2011-04-08 10:54:25','2011-04-08 16:54:25','','drive_cd_empty',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','drive_cd_empty','','','2011-04-08 10:54:25','2011-04-08 16:54:25','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/drive_cd_empty.png',0,'attachment','image/png',0,''),(2442,1,'2011-04-08 10:54:26','2011-04-08 16:54:26','','drive_delete',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','drive_delete','','','2011-04-08 10:54:26','2011-04-08 16:54:26','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/drive_delete.png',0,'attachment','image/png',0,''),(2443,1,'2011-04-08 10:57:31','2011-04-08 16:57:31','','drive_go',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','drive_go','','','2011-04-08 10:57:31','2011-04-08 16:57:31','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/drive_go.png',0,'attachment','image/png',0,''),(2444,1,'2011-04-08 10:57:32','2011-04-08 16:57:32','','drive_link',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','drive_link','','','2011-04-08 10:57:32','2011-04-08 16:57:32','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/drive_link.png',0,'attachment','image/png',0,''),(2445,1,'2011-04-08 10:57:34','2011-04-08 16:57:34','','drive_network',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','drive_network','','','2011-04-08 10:57:34','2011-04-08 16:57:34','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/drive_network.png',0,'attachment','image/png',0,''),(2446,1,'2011-04-08 10:57:35','2011-04-08 16:57:35','','drive_rename',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','drive_rename','','','2011-04-08 10:57:35','2011-04-08 16:57:35','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/drive_rename.png',0,'attachment','image/png',0,''),(2447,1,'2011-04-08 10:57:37','2011-04-08 16:57:37','','dvd',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','dvd','','','2011-04-08 10:57:37','2011-04-08 16:57:37','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/dvd.png',0,'attachment','image/png',0,''),(2448,1,'2011-04-08 10:57:38','2011-04-08 16:57:38','','email',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','email','','','2011-04-08 10:57:38','2011-04-08 16:57:38','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/email.png',0,'attachment','image/png',0,''),(2449,1,'2011-04-08 10:57:40','2011-04-08 16:57:40','','email_open',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','email_open','','','2011-04-08 10:57:40','2011-04-08 16:57:40','',2006,'http://www.timberon.info/blog/wp-content/uploads/2011/04/email_open.png',0,'attachment','image/png',0,''),(2451,1,'2011-04-08 10:57:43','2011-04-08 16:57:43','','emoticon_evilgrin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','emoticon_evilgrin','','','2011-04-08 10:57:43','2011-04-08 16:57:43','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/emoticon_evilgrin.png',0,'attachment','image/png',0,''),(2452,1,'2011-04-08 10:57:44','2011-04-08 16:57:44','','emoticon_grin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','emoticon_grin','','','2011-04-08 10:57:44','2011-04-08 16:57:44','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/emoticon_grin.png',0,'attachment','image/png',0,''),(2453,1,'2011-04-08 10:57:46','2011-04-08 16:57:46','','emoticon_happy',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','emoticon_happy','','','2011-04-08 10:57:46','2011-04-08 16:57:46','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/emoticon_happy.png',0,'attachment','image/png',0,''),(2454,1,'2011-04-08 10:57:47','2011-04-08 16:57:47','','emoticon_smile',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','emoticon_smile','','','2011-04-08 10:57:47','2011-04-08 16:57:47','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/emoticon_smile.png',0,'attachment','image/png',0,''),(2455,1,'2011-04-08 10:57:49','2011-04-08 16:57:49','','emoticon_surprised',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','emoticon_surprised','','','2011-04-08 10:57:49','2011-04-08 16:57:49','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/emoticon_surprised.png',0,'attachment','image/png',0,''),(2456,1,'2011-04-08 10:57:51','2011-04-08 16:57:51','','emoticon_tongue',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','emoticon_tongue','','','2011-04-08 10:57:51','2011-04-08 16:57:51','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/emoticon_tongue.png',0,'attachment','image/png',0,''),(2457,1,'2011-04-08 10:57:52','2011-04-08 16:57:52','','emoticon_unhappy',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','emoticon_unhappy','','','2011-04-08 10:57:52','2011-04-08 16:57:52','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/emoticon_unhappy.png',0,'attachment','image/png',0,''),(2458,1,'2011-04-08 10:57:54','2011-04-08 16:57:54','','emoticon_waii',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','emoticon_waii','','','2011-04-08 10:57:54','2011-04-08 16:57:54','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/emoticon_waii.png',0,'attachment','image/png',0,''),(2459,1,'2011-04-08 10:57:55','2011-04-08 16:57:55','','emoticon_wink',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','emoticon_wink','','','2011-04-08 10:57:55','2011-04-08 16:57:55','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/emoticon_wink.png',0,'attachment','image/png',0,''),(2460,1,'2011-04-08 10:57:57','2011-04-08 16:57:57','','envelope',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','envelope','','','2011-04-08 10:57:57','2011-04-08 16:57:57','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/envelope.png',0,'attachment','image/png',0,''),(2461,1,'2011-04-08 10:57:58','2011-04-08 16:57:58','','envelope_2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','envelope_2','','','2011-04-08 10:57:58','2011-04-08 16:57:58','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/envelope_2.png',0,'attachment','image/png',0,''),(2462,1,'2011-04-08 10:58:00','2011-04-08 16:58:00','','error',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','error','','','2011-04-08 10:58:00','2011-04-08 16:58:00','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/error.png',0,'attachment','image/png',0,''),(2463,1,'2011-04-08 10:58:02','2011-04-08 16:58:02','','exclamation',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','exclamation','','','2011-04-08 10:58:02','2011-04-08 16:58:02','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/exclamation.png',0,'attachment','image/png',0,''),(2464,1,'2011-04-08 10:58:03','2011-04-08 16:58:03','','exclamation_octagon_fram',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','exclamation_octagon_fram','','','2011-04-08 10:58:03','2011-04-08 16:58:03','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/exclamation_octagon_fram.png',0,'attachment','image/png',0,''),(2465,1,'2011-04-08 10:58:05','2011-04-08 16:58:05','','eye',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','eye','','','2011-04-08 10:58:05','2011-04-08 16:58:05','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/eye.png',0,'attachment','image/png',0,''),(2466,1,'2011-04-08 10:58:06','2011-04-08 16:58:06','','feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','feed-2','','','2011-04-08 10:58:06','2011-04-08 16:58:06','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/feed.png',0,'attachment','image/png',0,''),(2467,1,'2011-04-08 10:58:08','2011-04-08 16:58:08','','feed_ballon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','feed_ballon','','','2011-04-08 10:58:08','2011-04-08 16:58:08','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/feed_ballon.png',0,'attachment','image/png',0,''),(2468,1,'2011-04-08 10:58:09','2011-04-08 16:58:09','','feed_document',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','feed_document','','','2011-04-08 10:58:09','2011-04-08 16:58:09','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/feed_document.png',0,'attachment','image/png',0,''),(2469,1,'2011-04-08 10:58:11','2011-04-08 16:58:11','','female',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','female','','','2011-04-08 10:58:11','2011-04-08 16:58:11','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/female.png',0,'attachment','image/png',0,''),(2470,1,'2011-04-08 10:58:12','2011-04-08 16:58:12','','film',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','film','','','2011-04-08 10:58:12','2011-04-08 16:58:12','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/film.png',0,'attachment','image/png',0,''),(2471,1,'2011-04-08 10:58:14','2011-04-08 16:58:14','','films',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','films','','','2011-04-08 10:58:14','2011-04-08 16:58:14','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/films.png',0,'attachment','image/png',0,''),(2472,1,'2011-04-08 10:58:16','2011-04-08 16:58:16','','find',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','find','','','2011-04-08 10:58:16','2011-04-08 16:58:16','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/find.png',0,'attachment','image/png',0,''),(2473,1,'2011-04-08 10:58:18','2011-04-08 16:58:18','','flag_blue',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','flag_blue','','','2011-04-08 10:58:18','2011-04-08 16:58:18','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/flag_blue.png',0,'attachment','image/png',0,''),(2474,1,'2011-04-08 10:58:19','2011-04-08 16:58:19','','folder',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','folder-2','','','2011-04-08 10:58:19','2011-04-08 16:58:19','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/folder1.png',0,'attachment','image/png',0,''),(2475,1,'2011-04-08 10:58:21','2011-04-08 16:58:21','','font',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','font','','','2011-04-08 10:58:21','2011-04-08 16:58:21','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/font.png',0,'attachment','image/png',0,''),(2476,1,'2011-04-08 10:58:22','2011-04-08 16:58:22','','funnel',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','funnel','','','2011-04-08 10:58:22','2011-04-08 16:58:22','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/funnel.png',0,'attachment','image/png',0,''),(2477,1,'2011-04-08 10:58:24','2011-04-08 16:58:24','','grid',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','grid','','','2011-04-08 10:58:24','2011-04-08 16:58:24','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/grid.png',0,'attachment','image/png',0,''),(2478,1,'2011-04-08 10:58:25','2011-04-08 16:58:25','','grid_dot',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','grid_dot','','','2011-04-08 10:58:25','2011-04-08 16:58:25','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/grid_dot.png',0,'attachment','image/png',0,''),(2479,1,'2011-04-08 10:58:27','2011-04-08 16:58:27','','group',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','group','','','2011-04-08 10:58:27','2011-04-08 16:58:27','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/group.png',0,'attachment','image/png',0,''),(2480,1,'2011-04-08 10:58:28','2011-04-08 16:58:28','','hammer',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','hammer','','','2011-04-08 10:58:28','2011-04-08 16:58:28','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/hammer.png',0,'attachment','image/png',0,''),(2481,1,'2011-04-08 10:58:30','2011-04-08 16:58:30','','hammer_screwdriver',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','hammer_screwdriver','','','2011-04-08 10:58:30','2011-04-08 16:58:30','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/hammer_screwdriver.png',0,'attachment','image/png',0,''),(2482,1,'2011-04-08 10:58:31','2011-04-08 16:58:31','','hand',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','hand','','','2011-04-08 10:58:31','2011-04-08 16:58:31','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/hand.png',0,'attachment','image/png',0,''),(2483,1,'2011-04-08 10:58:33','2011-04-08 16:58:33','','hand_point',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','hand_point','','','2011-04-08 10:58:33','2011-04-08 16:58:33','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/hand_point.png',0,'attachment','image/png',0,''),(2484,1,'2011-04-08 10:58:34','2011-04-08 16:58:34','','heart',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','heart','','','2011-04-08 10:58:34','2011-04-08 16:58:34','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/heart.png',0,'attachment','image/png',0,''),(2485,1,'2011-04-08 10:58:36','2011-04-08 16:58:36','','heart_break',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','heart_break','','','2011-04-08 10:58:36','2011-04-08 16:58:36','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/heart_break.png',0,'attachment','image/png',0,''),(2486,1,'2011-04-08 10:58:38','2011-04-08 16:58:38','','heart_empty',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','heart_empty','','','2011-04-08 10:58:38','2011-04-08 16:58:38','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/heart_empty.png',0,'attachment','image/png',0,''),(2487,1,'2011-04-08 10:58:39','2011-04-08 16:58:39','','heart_half',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','heart_half','','','2011-04-08 10:58:39','2011-04-08 16:58:39','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/heart_half.png',0,'attachment','image/png',0,''),(2488,1,'2011-04-08 10:58:40','2011-04-08 16:58:40','','heart_small',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','heart_small','','','2011-04-08 10:58:40','2011-04-08 16:58:40','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/heart_small.png',0,'attachment','image/png',0,''),(2489,1,'2011-04-08 10:58:42','2011-04-08 16:58:42','','help',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','help-2','','','2011-04-08 10:58:42','2011-04-08 16:58:42','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/help.png',0,'attachment','image/png',0,''),(2490,1,'2011-04-08 10:58:43','2011-04-08 16:58:43','','highlighter',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','highlighter','','','2011-04-08 10:58:43','2011-04-08 16:58:43','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/highlighter.png',0,'attachment','image/png',0,''),(2491,1,'2011-04-08 10:58:45','2011-04-08 16:58:45','','house',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','house','','','2011-04-08 10:58:45','2011-04-08 16:58:45','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/house.png',0,'attachment','image/png',0,''),(2492,1,'2011-04-08 10:58:46','2011-04-08 16:58:46','','html',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','html','','','2011-04-08 10:58:46','2011-04-08 16:58:46','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/html.png',0,'attachment','image/png',0,''),(2493,1,'2011-04-08 10:58:48','2011-04-08 16:58:48','','image_1',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','image_1','','','2011-04-08 10:58:48','2011-04-08 16:58:48','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/image_1.png',0,'attachment','image/png',0,''),(2494,1,'2011-04-08 10:58:50','2011-04-08 16:58:50','','image_2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','image_2','','','2011-04-08 10:58:50','2011-04-08 16:58:50','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/image_2.png',0,'attachment','image/png',0,''),(2495,1,'2011-04-08 10:58:51','2011-04-08 16:58:51','','images',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','images','','','2011-04-08 10:58:51','2011-04-08 16:58:51','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/images.png',0,'attachment','image/png',0,''),(2496,1,'2011-04-08 10:58:53','2011-04-08 16:58:53','','inbox',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','inbox','','','2011-04-08 10:58:53','2011-04-08 16:58:53','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/inbox.png',0,'attachment','image/png',0,''),(2497,1,'2011-04-08 10:58:55','2011-04-08 16:58:55','','ipod',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','ipod','','','2011-04-08 10:58:55','2011-04-08 16:58:55','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/ipod.png',0,'attachment','image/png',0,''),(2498,1,'2011-04-08 10:58:56','2011-04-08 16:58:56','','ipod_cast',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','ipod_cast','','','2011-04-08 10:58:56','2011-04-08 16:58:56','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/ipod_cast.png',0,'attachment','image/png',0,''),(2499,1,'2011-04-08 10:58:57','2011-04-08 16:58:57','','joystick',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','joystick','','','2011-04-08 10:58:57','2011-04-08 16:58:57','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/joystick.png',0,'attachment','image/png',0,''),(2500,1,'2011-04-08 10:58:59','2011-04-08 16:58:59','','key',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','key','','','2011-04-08 10:58:59','2011-04-08 16:58:59','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/key.png',0,'attachment','image/png',0,''),(2501,1,'2011-04-08 10:59:00','2011-04-08 16:59:00','','keyboard',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','keyboard','','','2011-04-08 10:59:00','2011-04-08 16:59:00','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/keyboard.png',0,'attachment','image/png',0,''),(2502,1,'2011-04-08 10:59:02','2011-04-08 16:59:02','','layer_treansparent',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','layer_treansparent','','','2011-04-08 10:59:02','2011-04-08 16:59:02','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/layer_treansparent.png',0,'attachment','image/png',0,''),(2503,1,'2011-04-08 10:59:03','2011-04-08 16:59:03','','layers',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','layers','','','2011-04-08 10:59:03','2011-04-08 16:59:03','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/layers.png',0,'attachment','image/png',0,''),(2504,1,'2011-04-08 10:59:05','2011-04-08 16:59:05','','layout',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','layout','','','2011-04-08 10:59:05','2011-04-08 16:59:05','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/layout.png',0,'attachment','image/png',0,''),(2505,1,'2011-04-08 10:59:07','2011-04-08 16:59:07','','layout_header_footer_3',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','layout_header_footer_3','','','2011-04-08 10:59:07','2011-04-08 16:59:07','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/layout_header_footer_3.png',0,'attachment','image/png',0,''),(2506,1,'2011-04-08 10:59:08','2011-04-08 16:59:08','','layout_header_footer_3_mix',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','layout_header_footer_3_mix','','','2011-04-08 10:59:08','2011-04-08 16:59:08','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/layout_header_footer_3_mix.png',0,'attachment','image/png',0,''),(2507,1,'2011-04-08 10:59:10','2011-04-08 16:59:10','','layout_join',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','layout_join','','','2011-04-08 10:59:10','2011-04-08 16:59:10','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/layout_join.png',0,'attachment','image/png',0,''),(2508,1,'2011-04-08 10:59:11','2011-04-08 16:59:11','','layout_join_vertical',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','layout_join_vertical','','','2011-04-08 10:59:11','2011-04-08 16:59:11','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/layout_join_vertical.png',0,'attachment','image/png',0,''),(2509,1,'2011-04-08 10:59:13','2011-04-08 16:59:13','','layout_select',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','layout_select','','','2011-04-08 10:59:13','2011-04-08 16:59:13','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/layout_select.png',0,'attachment','image/png',0,''),(2510,1,'2011-04-08 10:59:14','2011-04-08 16:59:14','','layout_select_content',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','layout_select_content','','','2011-04-08 10:59:14','2011-04-08 16:59:14','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/layout_select_content.png',0,'attachment','image/png',0,''),(2511,1,'2011-04-08 10:59:16','2011-04-08 16:59:16','','layout_select_footer',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','layout_select_footer','','','2011-04-08 10:59:16','2011-04-08 16:59:16','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/layout_select_footer.png',0,'attachment','image/png',0,''),(2512,1,'2011-04-08 10:59:17','2011-04-08 16:59:17','','layout_select_sidebar',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','layout_select_sidebar','','','2011-04-08 10:59:17','2011-04-08 16:59:17','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/layout_select_sidebar.png',0,'attachment','image/png',0,''),(2513,1,'2011-04-08 10:59:19','2011-04-08 16:59:19','','layout_split',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','layout_split','','','2011-04-08 10:59:19','2011-04-08 16:59:19','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/layout_split.png',0,'attachment','image/png',0,''),(2514,1,'2011-04-08 10:59:20','2011-04-08 16:59:20','','layout_split_vertical',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','layout_split_vertical','','','2011-04-08 10:59:20','2011-04-08 16:59:20','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/layout_split_vertical.png',0,'attachment','image/png',0,''),(2515,1,'2011-04-08 10:59:22','2011-04-08 16:59:22','','lifebuoy',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','lifebuoy','','','2011-04-08 10:59:22','2011-04-08 16:59:22','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/lifebuoy.png',0,'attachment','image/png',0,''),(2516,1,'2011-04-08 10:59:23','2011-04-08 16:59:23','','lightbulb',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','lightbulb','','','2011-04-08 10:59:23','2011-04-08 16:59:23','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/lightbulb.png',0,'attachment','image/png',0,''),(2517,1,'2011-04-08 10:59:25','2011-04-08 16:59:25','','lightbulb_off',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','lightbulb_off','','','2011-04-08 10:59:25','2011-04-08 16:59:25','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/lightbulb_off.png',0,'attachment','image/png',0,''),(2518,1,'2011-04-08 10:59:26','2011-04-08 16:59:26','','lightning',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','lightning','','','2011-04-08 10:59:26','2011-04-08 16:59:26','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/lightning.png',0,'attachment','image/png',0,''),(2519,1,'2011-04-08 10:59:28','2011-04-08 16:59:28','','link',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','link','','','2011-04-08 10:59:28','2011-04-08 16:59:28','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/link.png',0,'attachment','image/png',0,''),(2520,1,'2011-04-08 10:59:29','2011-04-08 16:59:29','','link_break',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','link_break','','','2011-04-08 10:59:29','2011-04-08 16:59:29','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/link_break.png',0,'attachment','image/png',0,''),(2521,1,'2011-04-08 10:59:31','2011-04-08 16:59:31','','lock',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','lock','','','2011-04-08 10:59:31','2011-04-08 16:59:31','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/lock.png',0,'attachment','image/png',0,''),(2522,1,'2011-04-08 10:59:32','2011-04-08 16:59:32','','lock_unlock',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','lock_unlock','','','2011-04-08 10:59:32','2011-04-08 16:59:32','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/lock_unlock.png',0,'attachment','image/png',0,''),(2523,1,'2011-04-08 10:59:34','2011-04-08 16:59:34','','magnet',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','magnet','','','2011-04-08 10:59:34','2011-04-08 16:59:34','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/magnet.png',0,'attachment','image/png',0,''),(2524,1,'2011-04-08 10:59:36','2011-04-08 16:59:36','','magnifier',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','magnifier','','','2011-04-08 10:59:36','2011-04-08 16:59:36','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/magnifier.png',0,'attachment','image/png',0,''),(2525,1,'2011-04-08 10:59:37','2011-04-08 16:59:37','','magnifier_zoom_in',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','magnifier_zoom_in','','','2011-04-08 10:59:37','2011-04-08 16:59:37','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/magnifier_zoom_in.png',0,'attachment','image/png',0,''),(2526,1,'2011-04-08 10:59:39','2011-04-08 16:59:39','','male',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','male','','','2011-04-08 10:59:39','2011-04-08 16:59:39','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/male.png',0,'attachment','image/png',0,''),(2527,1,'2011-04-08 10:59:40','2011-04-08 16:59:40','','map',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','map-2','','','2011-04-08 10:59:40','2011-04-08 16:59:40','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/map1.png',0,'attachment','image/png',0,''),(2528,1,'2011-04-08 10:59:42','2011-04-08 16:59:42','','marker',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','marker','','','2011-04-08 10:59:42','2011-04-08 16:59:42','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/marker.png',0,'attachment','image/png',0,''),(2529,1,'2011-04-08 10:59:43','2011-04-08 16:59:43','','medal_bronze_1',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','medal_bronze_1','','','2011-04-08 10:59:43','2011-04-08 16:59:43','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/medal_bronze_1.png',0,'attachment','image/png',0,''),(2530,1,'2011-04-08 10:59:45','2011-04-08 16:59:45','','medal_gold_1',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','medal_gold_1','','','2011-04-08 10:59:45','2011-04-08 16:59:45','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/medal_gold_1.png',0,'attachment','image/png',0,''),(2531,1,'2011-04-08 10:59:46','2011-04-08 16:59:46','','media_player_small_blue',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','media_player_small_blue','','','2011-04-08 10:59:46','2011-04-08 16:59:46','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/media_player_small_blue.png',0,'attachment','image/png',0,''),(2532,1,'2011-04-08 10:59:48','2011-04-08 16:59:48','','microphone',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','microphone','','','2011-04-08 10:59:48','2011-04-08 16:59:48','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/microphone.png',0,'attachment','image/png',0,''),(2533,1,'2011-04-08 10:59:49','2011-04-08 16:59:49','','mobile_phone',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','mobile_phone','','','2011-04-08 10:59:49','2011-04-08 16:59:49','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/mobile_phone.png',0,'attachment','image/png',0,''),(2534,1,'2011-04-08 10:59:51','2011-04-08 16:59:51','','money',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','money','','','2011-04-08 10:59:51','2011-04-08 16:59:51','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/money.png',0,'attachment','image/png',0,''),(2535,1,'2011-04-08 10:59:52','2011-04-08 16:59:52','','money_dollar',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','money_dollar','','','2011-04-08 10:59:52','2011-04-08 16:59:52','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/money_dollar.png',0,'attachment','image/png',0,''),(2536,1,'2011-04-08 10:59:54','2011-04-08 16:59:54','','money_euro',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','money_euro','','','2011-04-08 10:59:54','2011-04-08 16:59:54','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/money_euro.png',0,'attachment','image/png',0,''),(2537,1,'2011-04-08 10:59:55','2011-04-08 16:59:55','','money_pound',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','money_pound','','','2011-04-08 10:59:55','2011-04-08 16:59:55','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/money_pound.png',0,'attachment','image/png',0,''),(2538,1,'2011-04-08 10:59:57','2011-04-08 16:59:57','','money_yen',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','money_yen','','','2011-04-08 10:59:57','2011-04-08 16:59:57','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/money_yen.png',0,'attachment','image/png',0,''),(2539,1,'2011-04-08 10:59:58','2011-04-08 16:59:58','','monitor',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','monitor','','','2011-04-08 10:59:58','2011-04-08 16:59:58','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/monitor.png',0,'attachment','image/png',0,''),(2540,1,'2011-04-08 11:00:00','2011-04-08 17:00:00','','mouse',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','mouse','','','2011-04-08 11:00:00','2011-04-08 17:00:00','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/mouse.png',0,'attachment','image/png',0,''),(2541,1,'2011-04-08 11:00:02','2011-04-08 17:00:02','','music',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','music','','','2011-04-08 11:00:02','2011-04-08 17:00:02','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/music.png',0,'attachment','image/png',0,''),(2542,1,'2011-04-08 11:00:03','2011-04-08 17:00:03','','music_beam',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','music_beam','','','2011-04-08 11:00:03','2011-04-08 17:00:03','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/music_beam.png',0,'attachment','image/png',0,''),(2543,1,'2011-04-08 11:00:05','2011-04-08 17:00:05','','neutral',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','neutral','','','2011-04-08 11:00:05','2011-04-08 17:00:05','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/neutral.png',0,'attachment','image/png',0,''),(2544,1,'2011-04-08 11:00:07','2011-04-08 17:00:07','','new',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','new','','','2011-04-08 11:00:07','2011-04-08 17:00:07','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/new.png',0,'attachment','image/png',0,''),(2545,1,'2011-04-08 11:00:08','2011-04-08 17:00:08','','newspaper',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','newspaper-2','','','2011-04-08 11:00:08','2011-04-08 17:00:08','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/newspaper1.png',0,'attachment','image/png',0,''),(2546,1,'2011-04-08 11:00:10','2011-04-08 17:00:10','','note',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','note','','','2011-04-08 11:00:10','2011-04-08 17:00:10','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/note.png',0,'attachment','image/png',0,''),(2547,1,'2011-04-08 11:00:11','2011-04-08 17:00:11','','nuclear',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','nuclear','','','2011-04-08 11:00:11','2011-04-08 17:00:11','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/nuclear.png',0,'attachment','image/png',0,''),(2548,1,'2011-04-08 11:00:13','2011-04-08 17:00:13','','package',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','package','','','2011-04-08 11:00:13','2011-04-08 17:00:13','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/package.png',0,'attachment','image/png',0,''),(2549,1,'2011-04-08 11:00:14','2011-04-08 17:00:14','','page',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page','','','2011-04-08 11:00:14','2011-04-08 17:00:14','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page.png',0,'attachment','image/png',0,''),(2550,1,'2011-04-08 11:00:16','2011-04-08 17:00:16','','page_2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_2','','','2011-04-08 11:00:16','2011-04-08 17:00:16','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_2.png',0,'attachment','image/png',0,''),(2551,1,'2011-04-08 11:00:17','2011-04-08 17:00:17','','page_2_copy',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_2_copy','','','2011-04-08 11:00:17','2011-04-08 17:00:17','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_2_copy.png',0,'attachment','image/png',0,''),(2552,1,'2011-04-08 11:00:19','2011-04-08 17:00:19','','page_code',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_code','','','2011-04-08 11:00:19','2011-04-08 17:00:19','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_code.png',0,'attachment','image/png',0,''),(2553,1,'2011-04-08 11:00:20','2011-04-08 17:00:20','','page_copy',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_copy','','','2011-04-08 11:00:20','2011-04-08 17:00:20','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_copy.png',0,'attachment','image/png',0,''),(2554,1,'2011-04-08 11:00:22','2011-04-08 17:00:22','','page_excel',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_excel','','','2011-04-08 11:00:22','2011-04-08 17:00:22','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_excel.png',0,'attachment','image/png',0,''),(2555,1,'2011-04-08 11:00:24','2011-04-08 17:00:24','','page_lightning',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_lightning','','','2011-04-08 11:00:24','2011-04-08 17:00:24','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_lightning.png',0,'attachment','image/png',0,''),(2556,1,'2011-04-08 11:00:25','2011-04-08 17:00:25','','page_paste',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_paste','','','2011-04-08 11:00:25','2011-04-08 17:00:25','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_paste.png',0,'attachment','image/png',0,''),(2557,1,'2011-04-08 11:00:27','2011-04-08 17:00:27','','page_red',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_red','','','2011-04-08 11:00:27','2011-04-08 17:00:27','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_red.png',0,'attachment','image/png',0,''),(2558,1,'2011-04-08 11:00:28','2011-04-08 17:00:28','','page_refresh',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_refresh','','','2011-04-08 11:00:28','2011-04-08 17:00:28','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_refresh.png',0,'attachment','image/png',0,''),(2559,1,'2011-04-08 11:00:30','2011-04-08 17:00:30','','page_save',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_save','','','2011-04-08 11:00:30','2011-04-08 17:00:30','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_save.png',0,'attachment','image/png',0,''),(2560,1,'2011-04-08 11:00:31','2011-04-08 17:00:31','','page_white_cplusplus',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_cplusplus','','','2011-04-08 11:00:31','2011-04-08 17:00:31','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_cplusplus.png',0,'attachment','image/png',0,''),(2561,1,'2011-04-08 11:00:33','2011-04-08 17:00:33','','page_white_csharp',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_csharp','','','2011-04-08 11:00:33','2011-04-08 17:00:33','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_csharp.png',0,'attachment','image/png',0,''),(2562,1,'2011-04-08 11:00:35','2011-04-08 17:00:35','','page_white_cup',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_cup','','','2011-04-08 11:00:35','2011-04-08 17:00:35','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_cup.png',0,'attachment','image/png',0,''),(2563,1,'2011-04-08 11:00:36','2011-04-08 17:00:36','','page_white_database',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_database','','','2011-04-08 11:00:36','2011-04-08 17:00:36','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_database.png',0,'attachment','image/png',0,''),(2564,1,'2011-04-08 11:00:38','2011-04-08 17:00:38','','page_white_delete',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_delete','','','2011-04-08 11:00:38','2011-04-08 17:00:38','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_delete.png',0,'attachment','image/png',0,''),(2565,1,'2011-04-08 11:00:39','2011-04-08 17:00:39','','page_white_dvd',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_dvd','','','2011-04-08 11:00:39','2011-04-08 17:00:39','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_dvd.png',0,'attachment','image/png',0,''),(2566,1,'2011-04-08 11:00:41','2011-04-08 17:00:41','','page_white_edit',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_edit','','','2011-04-08 11:00:41','2011-04-08 17:00:41','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_edit.png',0,'attachment','image/png',0,''),(2567,1,'2011-04-08 11:00:42','2011-04-08 17:00:42','','page_white_error',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_error','','','2011-04-08 11:00:42','2011-04-08 17:00:42','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_error.png',0,'attachment','image/png',0,''),(2568,1,'2011-04-08 11:00:44','2011-04-08 17:00:44','','page_white_excel',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_excel','','','2011-04-08 11:00:44','2011-04-08 17:00:44','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_excel.png',0,'attachment','image/png',0,''),(2569,1,'2011-04-08 11:00:45','2011-04-08 17:00:45','','page_white_find',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_find','','','2011-04-08 11:00:45','2011-04-08 17:00:45','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_find.png',0,'attachment','image/png',0,''),(2570,1,'2011-04-08 11:00:47','2011-04-08 17:00:47','','page_white_flash',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_flash','','','2011-04-08 11:00:47','2011-04-08 17:00:47','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_flash.png',0,'attachment','image/png',0,''),(2571,1,'2011-04-08 11:00:49','2011-04-08 17:00:49','','page_white_freehand',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_freehand','','','2011-04-08 11:00:49','2011-04-08 17:00:49','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_freehand.png',0,'attachment','image/png',0,''),(2572,1,'2011-04-08 11:00:50','2011-04-08 17:00:50','','page_white_gear',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_gear','','','2011-04-08 11:00:50','2011-04-08 17:00:50','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_gear.png',0,'attachment','image/png',0,''),(2573,1,'2011-04-08 11:00:51','2011-04-08 17:00:51','','page_white_get',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_get','','','2011-04-08 11:00:51','2011-04-08 17:00:51','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_get.png',0,'attachment','image/png',0,''),(2574,1,'2011-04-08 11:00:53','2011-04-08 17:00:53','','page_white_paintbrush',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_paintbrush','','','2011-04-08 11:00:53','2011-04-08 17:00:53','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_paintbrush.png',0,'attachment','image/png',0,''),(2575,1,'2011-04-08 11:00:55','2011-04-08 17:00:55','','page_white_paste',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_paste','','','2011-04-08 11:00:55','2011-04-08 17:00:55','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_paste.png',0,'attachment','image/png',0,''),(2576,1,'2011-04-08 11:00:56','2011-04-08 17:00:56','','page_white_php',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_php','','','2011-04-08 11:00:56','2011-04-08 17:00:56','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_php.png',0,'attachment','image/png',0,''),(2577,1,'2011-04-08 11:00:58','2011-04-08 17:00:58','','page_white_picture',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_picture','','','2011-04-08 11:00:58','2011-04-08 17:00:58','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_picture.png',0,'attachment','image/png',0,''),(2578,1,'2011-04-08 11:00:59','2011-04-08 17:00:59','','page_white_powerpoint',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_powerpoint','','','2011-04-08 11:00:59','2011-04-08 17:00:59','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_powerpoint.png',0,'attachment','image/png',0,''),(2579,1,'2011-04-08 11:01:01','2011-04-08 17:01:01','','page_white_put',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_put','','','2011-04-08 11:01:01','2011-04-08 17:01:01','',172,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_put.png',0,'attachment','image/png',0,''),(2580,1,'2011-04-08 11:01:02','2011-04-08 17:01:02','','page_white_ruby',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_ruby','','','2011-04-08 11:01:02','2011-04-08 17:01:02','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_ruby.png',0,'attachment','image/png',0,''),(2581,1,'2011-04-08 11:01:04','2011-04-08 17:01:04','','page_white_stack',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_stack','','','2011-04-08 11:01:04','2011-04-08 17:01:04','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_stack.png',0,'attachment','image/png',0,''),(2582,1,'2011-04-08 11:01:05','2011-04-08 17:01:05','','page_white_star',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_star','','','2011-04-08 11:01:05','2011-04-08 17:01:05','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_star.png',0,'attachment','image/png',0,''),(2583,1,'2011-04-08 11:01:07','2011-04-08 17:01:07','','page_white_swoosh',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_swoosh','','','2011-04-08 11:01:07','2011-04-08 17:01:07','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_swoosh.png',0,'attachment','image/png',0,''),(2584,1,'2011-04-08 11:01:09','2011-04-08 17:01:09','','page_white_text',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_text','','','2011-04-08 11:01:09','2011-04-08 17:01:09','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_text.png',0,'attachment','image/png',0,''),(2585,1,'2011-04-08 11:01:10','2011-04-08 17:01:10','','page_white_text_width',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_text_width','','','2011-04-08 11:01:10','2011-04-08 17:01:10','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_text_width.png',0,'attachment','image/png',0,''),(2586,1,'2011-04-08 11:01:11','2011-04-08 17:01:11','','page_white_tux',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_tux','','','2011-04-08 11:01:11','2011-04-08 17:01:11','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_tux.png',0,'attachment','image/png',0,''),(2587,1,'2011-04-08 11:01:13','2011-04-08 17:01:13','','page_white_vector',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_vector','','','2011-04-08 11:01:13','2011-04-08 17:01:13','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_vector.png',0,'attachment','image/png',0,''),(2588,1,'2011-04-08 11:01:14','2011-04-08 17:01:14','','page_white_visualstudio',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_visualstudio','','','2011-04-08 11:01:14','2011-04-08 17:01:14','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_visualstudio.png',0,'attachment','image/png',0,''),(2589,1,'2011-04-08 11:01:16','2011-04-08 17:01:16','','page_white_width',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_width','','','2011-04-08 11:01:16','2011-04-08 17:01:16','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_width.png',0,'attachment','image/png',0,''),(2590,1,'2011-04-08 11:01:18','2011-04-08 17:01:18','','page_white_word',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_word','','','2011-04-08 11:01:18','2011-04-08 17:01:18','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_word.png',0,'attachment','image/png',0,''),(2591,1,'2011-04-08 11:01:19','2011-04-08 17:01:19','','page_white_world',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_world','','','2011-04-08 11:01:19','2011-04-08 17:01:19','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_world.png',0,'attachment','image/png',0,''),(2592,1,'2011-04-08 11:01:21','2011-04-08 17:01:21','','page_white_wrench',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_wrench','','','2011-04-08 11:01:21','2011-04-08 17:01:21','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_wrench.png',0,'attachment','image/png',0,''),(2593,1,'2011-04-08 11:01:22','2011-04-08 17:01:22','','page_white_zip',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','page_white_zip','','','2011-04-08 11:01:22','2011-04-08 17:01:22','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/page_white_zip.png',0,'attachment','image/png',0,''),(2594,1,'2011-04-08 11:01:24','2011-04-08 17:01:24','','paintbrush',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','paintbrush','','','2011-04-08 11:01:24','2011-04-08 17:01:24','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/paintbrush.png',0,'attachment','image/png',0,''),(2595,1,'2011-04-08 11:01:25','2011-04-08 17:01:25','','paintcan',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','paintcan','','','2011-04-08 11:01:25','2011-04-08 17:01:25','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/paintcan.png',0,'attachment','image/png',0,''),(2596,1,'2011-04-08 11:01:27','2011-04-08 17:01:27','','palette',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','palette','','','2011-04-08 11:01:27','2011-04-08 17:01:27','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/palette.png',0,'attachment','image/png',0,''),(2597,1,'2011-04-08 11:01:28','2011-04-08 17:01:28','','paper_bag',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','paper_bag','','','2011-04-08 11:01:28','2011-04-08 17:01:28','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/paper_bag.png',0,'attachment','image/png',0,''),(2598,1,'2011-04-08 11:01:30','2011-04-08 17:01:30','','paste_plain',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','paste_plain','','','2011-04-08 11:01:30','2011-04-08 17:01:30','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/paste_plain.png',0,'attachment','image/png',0,''),(2599,1,'2011-04-08 11:01:31','2011-04-08 17:01:31','','paste_word',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','paste_word','','','2011-04-08 11:01:31','2011-04-08 17:01:31','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/paste_word.png',0,'attachment','image/png',0,''),(2600,1,'2011-04-08 11:01:33','2011-04-08 17:01:33','','pencil',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','pencil','','','2011-04-08 11:01:33','2011-04-08 17:01:33','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/pencil.png',0,'attachment','image/png',0,''),(2601,1,'2011-04-08 11:01:34','2011-04-08 17:01:34','','photo',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','photo','','','2011-04-08 11:01:34','2011-04-08 17:01:34','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/photo.png',0,'attachment','image/png',0,''),(2602,1,'2011-04-08 11:01:36','2011-04-08 17:01:36','','photo_album',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','photo_album','','','2011-04-08 11:01:36','2011-04-08 17:01:36','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/photo_album.png',0,'attachment','image/png',0,''),(2603,1,'2011-04-08 11:01:38','2011-04-08 17:01:38','','photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','photos-3','','','2011-04-08 11:01:38','2011-04-08 17:01:38','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/photos1.png',0,'attachment','image/png',0,''),(2604,1,'2011-04-08 11:01:39','2011-04-08 17:01:39','','piano',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','piano','','','2011-04-08 11:01:39','2011-04-08 17:01:39','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/piano.png',0,'attachment','image/png',0,''),(2605,1,'2011-04-08 11:01:41','2011-04-08 17:01:41','','picture',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','picture','','','2011-04-08 11:01:41','2011-04-08 17:01:41','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/picture.png',0,'attachment','image/png',0,''),(2606,1,'2011-04-08 11:01:43','2011-04-08 17:01:43','','pilcrow',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','pilcrow','','','2011-04-08 11:01:43','2011-04-08 17:01:43','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/pilcrow.png',0,'attachment','image/png',0,''),(2607,1,'2011-04-08 11:01:44','2011-04-08 17:01:44','','pill',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','pill','','','2011-04-08 11:01:44','2011-04-08 17:01:44','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/pill.png',0,'attachment','image/png',0,''),(2608,1,'2011-04-08 11:01:46','2011-04-08 17:01:46','','pin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','pin','','','2011-04-08 11:01:46','2011-04-08 17:01:46','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/pin.png',0,'attachment','image/png',0,''),(2609,1,'2011-04-08 11:01:47','2011-04-08 17:01:47','','pipette',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','pipette','','','2011-04-08 11:01:47','2011-04-08 17:01:47','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/pipette.png',0,'attachment','image/png',0,''),(2610,1,'2011-04-08 11:01:49','2011-04-08 17:01:49','','plaing_card',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','plaing_card','','','2011-04-08 11:01:49','2011-04-08 17:01:49','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/plaing_card.png',0,'attachment','image/png',0,''),(2611,1,'2011-04-08 11:01:50','2011-04-08 17:01:50','','plug',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','plug','','','2011-04-08 11:01:50','2011-04-08 17:01:50','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/plug.png',0,'attachment','image/png',0,''),(2612,1,'2011-04-08 11:01:52','2011-04-08 17:01:52','','plugin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','plugin','','','2011-04-08 11:01:52','2011-04-08 17:01:52','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/plugin.png',0,'attachment','image/png',0,''),(2613,1,'2011-04-08 11:01:53','2011-04-08 17:01:53','','printer',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','printer','','','2011-04-08 11:01:53','2011-04-08 17:01:53','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/printer.png',0,'attachment','image/png',0,''),(2614,1,'2011-04-08 11:01:55','2011-04-08 17:01:55','','projection_screen',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','projection_screen','','','2011-04-08 11:01:55','2011-04-08 17:01:55','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/projection_screen.png',0,'attachment','image/png',0,''),(2615,1,'2011-04-08 11:01:57','2011-04-08 17:01:57','','projection_screen_present',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','projection_screen_present','','','2011-04-08 11:01:57','2011-04-08 17:01:57','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/projection_screen_present.png',0,'attachment','image/png',0,''),(2616,1,'2011-04-08 11:01:59','2011-04-08 17:01:59','','rainbow',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','rainbow','','','2011-04-08 11:01:59','2011-04-08 17:01:59','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/rainbow.png',0,'attachment','image/png',0,''),(2617,1,'2011-04-08 11:02:01','2011-04-08 17:02:01','','readme',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','readme','','','2011-04-08 11:02:01','2011-04-08 17:02:01','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/readme.txt',0,'attachment','text/plain',0,''),(2618,1,'2011-04-08 11:02:03','2011-04-08 17:02:03','','report',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','report','','','2011-04-08 11:02:03','2011-04-08 17:02:03','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/report.png',0,'attachment','image/png',0,''),(2619,1,'2011-04-08 11:02:06','2011-04-08 17:02:06','','rocket',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','rocket','','','2011-04-08 11:02:06','2011-04-08 17:02:06','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/rocket.png',0,'attachment','image/png',0,''),(2620,1,'2011-04-08 11:02:09','2011-04-08 17:02:09','','rosette',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','rosette','','','2011-04-08 11:02:09','2011-04-08 17:02:09','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/rosette.png',0,'attachment','image/png',0,''),(2621,1,'2011-04-08 11:02:10','2011-04-08 17:02:10','','rss',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','rss-2','','','2011-04-08 11:02:10','2011-04-08 17:02:10','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/rss.png',0,'attachment','image/png',0,''),(2622,1,'2011-04-08 11:02:12','2011-04-08 17:02:12','','ruby',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','ruby','','','2011-04-08 11:02:12','2011-04-08 17:02:12','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/ruby.png',0,'attachment','image/png',0,''),(2623,1,'2011-04-08 11:02:14','2011-04-08 17:02:14','','ruler_1',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','ruler_1','','','2011-04-08 11:02:14','2011-04-08 17:02:14','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/ruler_1.png',0,'attachment','image/png',0,''),(2624,1,'2011-04-08 11:02:15','2011-04-08 17:02:15','','ruler_2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','ruler_2','','','2011-04-08 11:02:15','2011-04-08 17:02:15','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/ruler_2.png',0,'attachment','image/png',0,''),(2625,1,'2011-04-08 11:02:17','2011-04-08 17:02:17','','ruler_crop',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','ruler_crop','','','2011-04-08 11:02:17','2011-04-08 17:02:17','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/ruler_crop.png',0,'attachment','image/png',0,''),(2626,1,'2011-04-08 11:02:19','2011-04-08 17:02:19','','ruler_triangle',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','ruler_triangle','','','2011-04-08 11:02:19','2011-04-08 17:02:19','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/ruler_triangle.png',0,'attachment','image/png',0,''),(2627,1,'2011-04-08 11:02:21','2011-04-08 17:02:21','','safe',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','safe','','','2011-04-08 11:02:21','2011-04-08 17:02:21','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/safe.png',0,'attachment','image/png',0,''),(2628,1,'2011-04-08 11:02:22','2011-04-08 17:02:22','','script',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','script','','','2011-04-08 11:02:22','2011-04-08 17:02:22','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/script.png',0,'attachment','image/png',0,''),(2629,1,'2011-04-08 11:02:23','2011-04-08 17:02:23','','selection',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','selection','','','2011-04-08 11:02:23','2011-04-08 17:02:23','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/selection.png',0,'attachment','image/png',0,''),(2630,1,'2011-04-08 11:02:25','2011-04-08 17:02:25','','selection_select',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','selection_select','','','2011-04-08 11:02:25','2011-04-08 17:02:25','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/selection_select.png',0,'attachment','image/png',0,''),(2631,1,'2011-04-08 11:02:26','2011-04-08 17:02:26','','server',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','server','','','2011-04-08 11:02:26','2011-04-08 17:02:26','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/server.png',0,'attachment','image/png',0,''),(2632,1,'2011-04-08 11:02:28','2011-04-08 17:02:28','','shading',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shading','','','2011-04-08 11:02:28','2011-04-08 17:02:28','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shading.png',0,'attachment','image/png',0,''),(2633,1,'2011-04-08 11:02:29','2011-04-08 17:02:29','','shape_aling_bottom',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_aling_bottom','','','2011-04-08 11:02:29','2011-04-08 17:02:29','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_aling_bottom.png',0,'attachment','image/png',0,''),(2634,1,'2011-04-08 11:02:31','2011-04-08 17:02:31','','shape_aling_center',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_aling_center','','','2011-04-08 11:02:31','2011-04-08 17:02:31','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_aling_center.png',0,'attachment','image/png',0,''),(2635,1,'2011-04-08 11:02:33','2011-04-08 17:02:33','','shape_aling_left',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_aling_left','','','2011-04-08 11:02:33','2011-04-08 17:02:33','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_aling_left.png',0,'attachment','image/png',0,''),(2636,1,'2011-04-08 11:02:34','2011-04-08 17:02:34','','shape_aling_middle',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_aling_middle','','','2011-04-08 11:02:34','2011-04-08 17:02:34','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_aling_middle.png',0,'attachment','image/png',0,''),(2637,1,'2011-04-08 11:02:36','2011-04-08 17:02:36','','shape_aling_right',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_aling_right','','','2011-04-08 11:02:36','2011-04-08 17:02:36','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_aling_right.png',0,'attachment','image/png',0,''),(2638,1,'2011-04-08 11:02:37','2011-04-08 17:02:37','','shape_aling_top',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_aling_top','','','2011-04-08 11:02:37','2011-04-08 17:02:37','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_aling_top.png',0,'attachment','image/png',0,''),(2639,1,'2011-04-08 11:02:39','2011-04-08 17:02:39','','shape_flip_horizontal',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_flip_horizontal','','','2011-04-08 11:02:39','2011-04-08 17:02:39','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_flip_horizontal.png',0,'attachment','image/png',0,''),(2640,1,'2011-04-08 11:02:40','2011-04-08 17:02:40','','shape_flip_vertical',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_flip_vertical','','','2011-04-08 11:02:40','2011-04-08 17:02:40','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_flip_vertical.png',0,'attachment','image/png',0,''),(2641,1,'2011-04-08 11:02:42','2011-04-08 17:02:42','','shape_group',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_group','','','2011-04-08 11:02:42','2011-04-08 17:02:42','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_group.png',0,'attachment','image/png',0,''),(2642,1,'2011-04-08 11:02:43','2011-04-08 17:02:43','','shape_handles',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_handles','','','2011-04-08 11:02:43','2011-04-08 17:02:43','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_handles.png',0,'attachment','image/png',0,''),(2643,1,'2011-04-08 11:02:45','2011-04-08 17:02:45','','shape_move_back',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_move_back','','','2011-04-08 11:02:45','2011-04-08 17:02:45','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_move_back.png',0,'attachment','image/png',0,''),(2644,1,'2011-04-08 11:02:46','2011-04-08 17:02:46','','Opens in New Window',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_move_backwards','','','2011-04-08 11:02:46','2011-04-08 17:02:46','',172,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_move_backwards.png',0,'attachment','image/png',0,''),(2645,1,'2011-04-08 11:02:48','2011-04-08 17:02:48','','shape_move_forwards',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_move_forwards','','','2011-04-08 11:02:48','2011-04-08 17:02:48','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_move_forwards.png',0,'attachment','image/png',0,''),(2646,1,'2011-04-08 11:02:50','2011-04-08 17:02:50','','shape_move_front',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_move_front','','','2011-04-08 11:02:50','2011-04-08 17:02:50','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_move_front.png',0,'attachment','image/png',0,''),(2647,1,'2011-04-08 11:02:51','2011-04-08 17:02:51','','shape_square',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shape_square','','','2011-04-08 11:02:51','2011-04-08 17:02:51','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shape_square.png',0,'attachment','image/png',0,''),(2648,1,'2011-04-08 11:02:53','2011-04-08 17:02:53','','shield',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','shield','','','2011-04-08 11:02:53','2011-04-08 17:02:53','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/shield.png',0,'attachment','image/png',0,''),(2649,1,'2011-04-08 11:02:54','2011-04-08 17:02:54','','sitemap',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sitemap','','','2011-04-08 11:02:54','2011-04-08 17:02:54','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sitemap.png',0,'attachment','image/png',0,''),(2650,1,'2011-04-08 11:02:56','2011-04-08 17:02:56','','slide',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','slide','','','2011-04-08 11:02:56','2011-04-08 17:02:56','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/slide.png',0,'attachment','image/png',0,''),(2651,1,'2011-04-08 11:02:57','2011-04-08 17:02:57','','slides',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','slides','','','2011-04-08 11:02:57','2011-04-08 17:02:57','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/slides.png',0,'attachment','image/png',0,''),(2652,1,'2011-04-08 11:02:59','2011-04-08 17:02:59','','slides_stack',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','slides_stack','','','2011-04-08 11:02:59','2011-04-08 17:02:59','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/slides_stack.png',0,'attachment','image/png',0,''),(2653,1,'2011-04-08 11:03:01','2011-04-08 17:03:01','','smiley_confuse',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smiley_confuse','','','2011-04-08 11:03:01','2011-04-08 17:03:01','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/smiley_confuse.png',0,'attachment','image/png',0,''),(2654,1,'2011-04-08 11:03:02','2011-04-08 17:03:02','','smiley_cool',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smiley_cool','','','2011-04-08 11:03:02','2011-04-08 17:03:02','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/smiley_cool.png',0,'attachment','image/png',0,''),(2655,1,'2011-04-08 11:03:04','2011-04-08 17:03:04','','smiley_cry',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smiley_cry','','','2011-04-08 11:03:04','2011-04-08 17:03:04','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/smiley_cry.png',0,'attachment','image/png',0,''),(2656,1,'2011-04-08 11:03:05','2011-04-08 17:03:05','','smiley_fat',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smiley_fat','','','2011-04-08 11:03:05','2011-04-08 17:03:05','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/smiley_fat.png',0,'attachment','image/png',0,''),(2657,1,'2011-04-08 11:03:07','2011-04-08 17:03:07','','smiley_mad',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smiley_mad','','','2011-04-08 11:03:07','2011-04-08 17:03:07','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/smiley_mad.png',0,'attachment','image/png',0,''),(2658,1,'2011-04-08 11:03:08','2011-04-08 17:03:08','','smiley_red',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smiley_red','','','2011-04-08 11:03:08','2011-04-08 17:03:08','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/smiley_red.png',0,'attachment','image/png',0,''),(2659,1,'2011-04-08 11:03:10','2011-04-08 17:03:10','','smiley_roll',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smiley_roll','','','2011-04-08 11:03:10','2011-04-08 17:03:10','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/smiley_roll.png',0,'attachment','image/png',0,''),(2660,1,'2011-04-08 11:03:11','2011-04-08 17:03:11','','smiley_slim',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smiley_slim','','','2011-04-08 11:03:11','2011-04-08 17:03:11','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/smiley_slim.png',0,'attachment','image/png',0,''),(2661,1,'2011-04-08 11:03:13','2011-04-08 17:03:13','','smiley_yell',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smiley_yell','','','2011-04-08 11:03:13','2011-04-08 17:03:13','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/smiley_yell.png',0,'attachment','image/png',0,''),(2662,1,'2011-04-08 11:03:14','2011-04-08 17:03:14','','socket',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','socket','','','2011-04-08 11:03:14','2011-04-08 17:03:14','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/socket.png',0,'attachment','image/png',0,''),(2663,1,'2011-04-08 11:03:16','2011-04-08 17:03:16','','sockets',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','sockets','','','2011-04-08 11:03:16','2011-04-08 17:03:16','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/sockets.png',0,'attachment','image/png',0,''),(2027,1,'2011-03-27 10:03:45','2011-03-27 16:03:45','   The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented.   The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore.  Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889.   It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\r\n\r\n    In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford.  They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years.  Fritzgerald Moore eventually sold his interest to Oliver Lee.   During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\r\n\r\n    In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\r\n\r\n     Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\r\n\r\n    The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\r\n\r\n   Oliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\r\n\r\n   The Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\r\n\r\n   The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found.   The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc� They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\r\n\r\n   Judge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\r\n\r\n   Even after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \r\n\r\n   Doc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\r\n\r\n    Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\r\n\r\n   Right after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\r\n\r\n    The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\r\n\r\n    The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\r\n\r\n   In 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\r\n\r\n   After the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\r\n\r\n   In March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \r\n\r\n   In October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association(TPOA) in the late 1970�s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\r\n\r\n    The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\r\n\r\n    The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\r\n\r\n    Frank Wheeler, Timberon�s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\r\n\r\n   Also of interest, a missile out of Fort Bliss hit Timberon in February, 1976.  The crater was near the present day dumpster site.  According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez.  The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History.  If you have something to add, please contact us.)\r\n\r\n    In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\r\n\r\n   In the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\r\n\r\n   A three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\r\n\r\n   Telephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\r\n\r\n   The Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\r\n\r\n   The Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\r\n\r\n   TWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\r\n\r\n   Today, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\r\n\r\n  This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\r\n\r\n   Noel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss.  Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating.  Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\r\n\r\n   We would like to make this an ongoing history. If you have something to add, Click Here.\r\n
    \r\n\r\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\"\"[/caption]\r\n\r\n
    \r\n\r\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\"\"[/caption]\r\n\r\n[caption id=\"attachment_1126\" align=\"aligncenter\" width=\"300\" caption=\"The old Timberon Logo Sign at the front gate as it was in the 1980s.\"]\"\"[/caption]','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1629-revision-6','','','2011-03-27 10:03:45','2011-03-27 16:03:45','',1629,'http://www.timberon.info/blog/?p=2027',0,'revision','',0,''),(2028,1,'2011-03-27 10:03:45','2011-03-27 16:03:45','   The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented.   The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore.  Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889.   It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\r\n\r\n    In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford.  They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years.  Fritzgerald Moore eventually sold his interest to Oliver Lee.   During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\r\n\r\n    In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\r\n\r\n     Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\r\n\r\n    The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\r\n\r\n   Oliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\r\n\r\n   The Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\r\n\r\n   The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found.   The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc� They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\r\n\r\n   Judge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\r\n\r\n   Even after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \r\n\r\n   Doc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\r\n\r\n    Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\r\n\r\n   Right after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\r\n\r\n    The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\r\n\r\n    The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\r\n\r\n   In 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\r\n\r\n   After the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\r\n\r\n   In March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \r\n\r\n   In October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association(TPOA) in the late 1970�s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\r\n\r\n    The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\r\n\r\n    The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\r\n\r\n    Frank Wheeler, Timberon�s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\r\n\r\n   Also of interest, a missile out of Fort Bliss hit Timberon in February, 1976.  The crater was near the present day dumpster site.  According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez.  The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History.  If you have something to add, please contact us.)\r\n\r\n    In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\r\n\r\n   In the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\r\n\r\n   A three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\r\n\r\n   Telephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\r\n\r\n   The Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\r\n\r\n   The Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\r\n\r\n   TWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\r\n\r\n   Today, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\r\n\r\n  This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\r\n\r\n   Noel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss.  Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating.  Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\r\n\r\n   We would like to make this an ongoing history. If you have something to add, Click Here.\r\n
    \r\n\r\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\"\"[/caption]\r\n\r\n
    \r\n\r\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\"\"[/caption]\r\n\r\n[caption id=\"attachment_1126\" align=\"aligncenter\" width=\"300\" caption=\"The old Timberon Logo Sign at the front gate as it was in the 1980s.\"]\"\"[/caption]','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1629-revision-7','','','2011-03-27 10:03:45','2011-03-27 16:03:45','',1629,'http://www.timberon.info/blog/?p=2028',0,'revision','',0,''),(2029,1,'2011-03-27 10:05:30','2011-03-27 16:05:30','   The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented.   The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore.  Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889.   It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\r\n\r\n    In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford.  They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years.  Fritzgerald Moore eventually sold his interest to Oliver Lee.   During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\r\n\r\n    In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\r\n\r\n     Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\r\n\r\n    The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\r\n\r\n   Oliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\r\n\r\n   The Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\r\n\r\n   The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found.   The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc� They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\r\n\r\n   Judge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\r\n\r\n   Even after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \r\n\r\n   Doc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\r\n\r\n    Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\r\n\r\n   Right after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\r\n\r\n    The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\r\n\r\n    The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\r\n\r\n   In 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\r\n\r\n   After the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\r\n\r\n   In March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \r\n\r\n   In October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association(TPOA) in the late 1970�s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\r\n\r\n    The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\r\n\r\n    The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\r\n\r\n    Frank Wheeler, Timberon�s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\r\n\r\n   Also of interest, a missile out of Fort Bliss hit Timberon in February, 1976.  The crater was near the present day dumpster site.  According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez.  The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History.  If you have something to add, please contact us.)\r\n\r\n    In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\r\n\r\n   In the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\r\n\r\n   A three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\r\n\r\n   Telephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\r\n\r\n   The Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\r\n\r\n   The Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\r\n\r\n   TWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\r\n\r\n   Today, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\r\n\r\n  This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\r\n\r\n   Noel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss.  Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating.  Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\r\n\r\n   We would like to make this an ongoing history. If you have something to add, Click Here.\r\n
    \r\n\r\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\"\"[/caption]\r\n\r\n
    \r\n\r\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\"\"[/caption]\r\n\r\n[caption id=\"attachment_1126\" align=\"aligncenter\" width=\"300\" caption=\"The old Timberon Logo Sign at the front gate as it was in the 1980s.\"]\"\"[/caption]','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1629-revision-8','','','2011-03-27 10:05:30','2011-03-27 16:05:30','',1629,'http://www.timberon.info/blog/?p=2029',0,'revision','',0,''),(2030,1,'2011-03-27 09:43:41','2011-03-27 15:43:41','190 Carson\r\n\r\nThis colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons\r\n\r\n[nggallery id=20]\r\n\r\n[DIRECTIONS]\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...','Carson Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1984-revision-18','','','2011-03-27 09:43:41','2011-03-27 15:43:41','',1984,'http://www.timberon.info/blog/?p=2030',0,'revision','',0,''),(2031,1,'2011-03-27 10:20:02','2011-03-27 16:20:02','190 Carson\r\n\r\nThis colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons\r\n\r\n[nggallery id=20]\r\n\r\n[DIRECTIONS]\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n[ftcalendar_list calendars=\'carson\' timeformat=\'g:i\']\r\n','Carson Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1984-revision-19','','','2011-03-27 10:20:02','2011-03-27 16:20:02','',1984,'http://www.timberon.info/blog/?p=2031',0,'revision','',0,''),(3532,1,'2011-05-08 14:17:54','2011-05-08 20:17:54','This is a 3 bedroom/2 bath cabin that includes two queen-size beds, 2 twins, and a queen-size hide-a-bed. There is also a full kitchen, wood-burning stove, air conditioner, telephone, washer/dryer, a charcoal grill, and TV/DVD with satellite. Rates begin at $90.00 per night for up to four adults add $5.00 per night for each additional adult. Maximum capacity is 10 persons.\r\n\r\n114 Oakmont \r\nDirections to the Miller Cabin at 114 Oakmont in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the second right onto Oakmont. The cabin is the first house on your left. There is a carport & chain link fence.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=27]\r\n\r\n[my-email subject=\"Miller Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"14\" showkey=\"no\"]','Miller Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2068-revision-3','','','2011-05-08 14:17:54','2011-05-08 20:17:54','',2068,'http://www.timberon.info/blog/?p=3532',0,'revision','',0,''),(2035,1,'2011-03-27 10:20:12','2011-03-27 16:20:12','190 Carson\r\n\r\nThis colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons\r\n\r\n[nggallery id=20]\r\n\r\n[DIRECTIONS]\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n[ftcalendar_list calendars=\'carson\' timeformat=\'g:i\']\r\n','Carson Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1984-revision-20','','','2011-03-27 10:20:12','2011-03-27 16:20:12','',1984,'http://www.timberon.info/blog/?p=2035',0,'revision','',0,''),(3439,1,'2011-05-07 07:59:43','2011-05-07 13:59:43','Local Directory\r\nAround the Mountain\r\nPhotos\r\nNature\r\nLodging and Rentals\r\nCommunity Board\r\nSign Our Guestbook\r\nLocal Weather','Menu',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','menu','','','2011-05-09 16:15:51','2011-05-09 22:15:51','',0,'http://www.timberon.info/blog/?page_id=3439',0,'page','',0,''),(3169,1,'2011-04-29 09:19:54','2011-04-29 15:19:54','','Contact',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','contact','','','2011-04-29 09:20:26','2011-04-29 15:20:26','',498,'http://www.timberon.info/blog/?page_id=3169',0,'page','',0,''),(3170,1,'2011-04-29 09:19:32','2011-04-29 15:19:32','','Contact',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3169-revision','','','2011-04-29 09:19:32','2011-04-29 15:19:32','',3169,'http://www.timberon.info/blog/?p=3170',0,'revision','',0,''),(3171,1,'2011-04-29 09:19:54','2011-04-29 15:19:54','','Contact',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3169-revision-2','','','2011-04-29 09:19:54','2011-04-29 15:19:54','',3169,'http://www.timberon.info/blog/?p=3171',0,'revision','',0,''),(3172,1,'2011-04-29 15:36:53','2011-04-29 21:36:53','[thkBC height=\"300\" width=\"500\" anchortext=\"Link Anchor Text\" title=\"ThickBox Title\" type=\"ajax\" inline_id=\"[si-contact-form form=\'1\']\"]','Template',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','template','','','2011-05-03 08:54:51','2011-05-03 14:54:51','',0,'http://www.timberon.info/blog/?page_id=3172',0,'page','',0,''),(3222,1,'2011-05-02 17:10:35','2011-05-02 23:10:35','[widgets_on_pages id=\"Top\"]\r\n[do_widget Live Search Popup]','Search',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3200-revision-2','','','2011-05-02 17:10:35','2011-05-02 23:10:35','',3200,'http://www.timberon.info/blog/?p=3222',0,'revision','',0,''),(3223,1,'2011-05-02 17:26:50','2011-05-02 23:26:50','[widgets_on_pages id=\"Top\"]\r\n[do_widget \"Search\" ]\r\n\r\n','Search',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3200-revision-3','','','2011-05-02 17:26:50','2011-05-02 23:26:50','',3200,'http://www.timberon.info/blog/?p=3223',0,'revision','',0,''),(2085,1,'2011-04-27 15:25:06','2011-04-27 21:25:06','This colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons\n\n190 Carson\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\n\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\n\n[nggallery id=20]\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n\nReservations HIGHLY recommended...\n
      \n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \n
    • All properties are non-smoking!
    • \n
    \nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n

    Calendar of Current Reservations

    \n[my_calendar category=\"2\" showkey=\"no\"]\n\n[wpsqt_survey name=\"Timberon Rentals\"]','Carson Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2006-autosave','','','2011-04-27 15:25:06','2011-04-27 21:25:06','',2006,'http://www.timberon.info/blog/?p=2085',0,'revision','',0,''),(3309,1,'2011-05-03 15:20:16','2011-05-03 21:20:16','[mingleforum]','Community Board',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','873-revision-2','','','2011-05-03 15:20:16','2011-05-03 21:20:16','',873,'http://www.timberon.info/blog/?p=3309',0,'revision','',0,''),(2101,1,'2011-04-03 09:00:11','2011-04-03 15:00:11','[user-submitted-posts]','Post Article',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2087-autosave','','','2011-04-03 09:00:11','2011-04-03 15:00:11','',2087,'http://www.timberon.info/blog/?p=2101',0,'revision','',0,''),(2110,1,'2011-03-24 14:57:15','2011-03-24 14:57:15','Welcome to this news section... This is the first post in order to test the system.  Please enter your own post, if appropriate.  This message will be removed at a later date.','Welcome',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1550-revision-4','','','2011-03-24 14:57:15','2011-03-24 14:57:15','',1550,'http://www.timberon.info/blog/?p=2110',0,'revision','',0,''),(2111,1,'2011-03-14 14:25:14','2011-03-14 14:25:14','[widgets_on_pages id=\"frontleft\"] [widgets_on_pages id=\"frontmiddle\"]','Welcome to Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1636-revision-13','','','2011-03-14 14:25:14','2011-03-14 14:25:14','',1636,'http://www.timberon.info/blog/?p=2111',0,'revision','',0,''),(2112,1,'2011-04-03 15:53:19','2011-04-03 21:53:19','[widgets_on_pages id=\"frontleft\"] [widgets_on_pages id=\"frontmiddle\"]','Welcome to Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1636-revision-14','','','2011-04-03 15:53:19','2011-04-03 21:53:19','',1636,'http://www.timberon.info/blog/?p=2112',0,'revision','',0,''),(2113,1,'2011-04-03 15:55:15','2011-04-03 21:55:15','widgets_on_pages id=\"frontleft\"] [widgets_on_pages id=\"frontmiddle widgets_on_pages id=\"frontleft\"] [widgets_on_pages id=\"frontmiddle widgets_on_pages id=\"frontleft\"] [widgets_on_pages id=\"frontmiddle','Welcome to Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1636-autosave','','','2011-04-03 15:55:15','2011-04-03 21:55:15','',1636,'http://www.timberon.info/blog/?p=2113',0,'revision','',0,''),(2119,1,'2011-04-03 16:30:58','2011-04-03 22:30:58','','Timberon News',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','timberon-news','','','2011-05-03 19:26:15','2011-05-04 01:26:15','',552,'http://www.timberon.info/blog/?page_id=2119',1,'page','',0,'http://www.timberon.info/blog/wp-content/uploads/icons/newspaper-28x28.png'),(3411,1,'2011-04-03 16:53:38','2011-04-03 22:53:38','','County News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2132-revision-3','','','2011-04-03 16:53:38','2011-04-03 22:53:38','',2132,'http://www.timberon.info/blog/?p=3411',0,'revision','',0,''),(3412,1,'2011-04-04 09:55:54','2011-04-04 15:55:54','[Category number=\'20\' method=\'excerpt\' order=\'asc\' id=\'14\' orderby=\'date\']','National Forest',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1652-revision-11','','','2011-04-04 09:55:54','2011-04-04 15:55:54','',1652,'http://www.timberon.info/blog/?p=3412',0,'revision','',0,''),(2123,1,'2011-04-03 16:30:58','2011-04-03 22:30:58','','Timberon News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2119-revision-2','','','2011-04-03 16:30:58','2011-04-03 22:30:58','',2119,'http://www.timberon.info/blog/?p=2123',0,'revision','',0,''),(2124,1,'2011-04-03 16:35:16','2011-04-03 22:35:16','','Community',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','community','','','2011-04-03 16:51:01','2011-04-03 22:51:01','',2119,'http://www.timberon.info/blog/?page_id=2124',0,'page','',0,''),(2125,1,'2011-04-03 16:35:00','2011-04-03 22:35:00','','Community',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2124-revision','','','2011-04-03 16:35:00','2011-04-03 22:35:00','',2124,'http://www.timberon.info/blog/?p=2125',0,'revision','',0,''),(2126,1,'2011-04-03 16:36:32','2011-04-03 22:36:32','','Meetings',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','meetings','','','2011-04-03 16:50:29','2011-04-03 22:50:29','',2119,'http://www.timberon.info/blog/?page_id=2126',0,'page','',0,''),(2127,1,'2011-04-03 16:36:21','2011-04-03 22:36:21','','Meetings',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2126-revision','','','2011-04-03 16:36:21','2011-04-03 22:36:21','',2126,'http://www.timberon.info/blog/?p=2127',0,'revision','',0,''),(2128,1,'2011-04-03 16:37:03','2011-04-03 22:37:03','','Notices',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','notices','','','2011-04-03 16:49:54','2011-04-03 22:49:54','',2119,'http://www.timberon.info/blog/?page_id=2128',0,'page','',0,''),(2129,1,'2011-04-03 16:36:55','2011-04-03 22:36:55','','Notices',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2128-revision','','','2011-04-03 16:36:55','2011-04-03 22:36:55','',2128,'http://www.timberon.info/blog/?p=2129',0,'revision','',0,''),(2130,1,'2011-04-03 16:38:48','2011-04-03 22:38:48','','Mountain News',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','mountain-news','','','2011-05-03 19:26:25','2011-05-04 01:26:25','',552,'http://www.timberon.info/blog/?page_id=2130',2,'page','',0,''),(2131,1,'2011-04-03 16:38:33','2011-04-03 22:38:33','','Mountain News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2130-revision','','','2011-04-03 16:38:33','2011-04-03 22:38:33','',2130,'http://www.timberon.info/blog/?p=2131',0,'revision','',0,''),(2132,1,'2011-04-03 16:39:56','2011-04-03 22:39:56','','County News',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','county-news','','','2011-05-03 19:26:33','2011-05-04 01:26:33','',552,'http://www.timberon.info/blog/?page_id=2132',3,'page','',0,''),(2133,1,'2011-04-03 16:39:08','2011-04-03 22:39:08','','County News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2132-revision','','','2011-04-03 16:39:08','2011-04-03 22:39:08','',2132,'http://www.timberon.info/blog/?p=2133',0,'revision','',0,''),(2134,1,'2011-03-23 13:42:35','2011-03-23 13:42:35','[cetsEmbedRSS id=http://twitter.com/statuses/user_timeline/119168644.rss itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Service Twitter Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision-14','','','2011-03-23 13:42:35','2011-03-23 13:42:35','',1226,'http://www.timberon.info/blog/?p=2134',0,'revision','',0,''),(2135,1,'2011-04-03 16:41:00','2011-04-03 22:41:00','[cetsEmbedRSS id=http://twitter.com/statuses/user_timeline/119168644.rss itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Forest Twitter',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1226-revision-15','','','2011-04-03 16:41:00','2011-04-03 22:41:00','',1226,'http://www.timberon.info/blog/?p=2135',0,'revision','',0,''),(2136,1,'2011-04-03 16:42:12','2011-04-03 22:42:12','','Wildlife News',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','wildlife-news','','','2011-05-03 19:28:34','2011-05-04 01:28:34','',552,'http://www.timberon.info/blog/?page_id=2136',5,'page','',0,''),(2137,1,'2011-04-03 16:42:06','2011-04-03 22:42:06','','Wildlife News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2136-revision','','','2011-04-03 16:42:06','2011-04-03 22:42:06','',2136,'http://www.timberon.info/blog/?p=2137',0,'revision','',0,''),(2138,1,'2011-03-11 20:53:48','2011-03-11 20:53:48','[cetsEmbedRSS id=http://twitter.com/statuses/user_timeline/38493596.rss itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','NM Game and Fish Tweets',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1225-revision-3','','','2011-03-11 20:53:48','2011-03-11 20:53:48','',1225,'http://www.timberon.info/blog/?p=2138',0,'revision','',0,''),(2140,1,'2011-04-03 16:44:38','2011-04-03 22:44:38','','State News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2139-revision','','','2011-04-03 16:44:38','2011-04-03 22:44:38','',2139,'http://www.timberon.info/blog/?p=2140',0,'revision','',0,''),(2141,1,'2011-03-11 20:54:23','2011-03-11 20:54:23',' \r\nTV Channel KOB News\r\n[cetsEmbedRSS id=http://feeds.feedburner.com/Kobcom-SeNewMexicoNews itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]\r\n\r\nTV Channel KRQE News\r\n[cetsEmbedRSS id=http://feeds.krqe.com/krqe-southeast itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','Southeast NM News Feeds',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1230-revision-40','','','2011-03-11 20:54:23','2011-03-11 20:54:23','',1230,'http://www.timberon.info/blog/?p=2141',0,'revision','',0,''),(2142,1,'2011-04-03 16:46:20','2011-04-03 22:46:20','','National News',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','national-news','','','2011-05-03 19:28:52','2011-05-04 01:28:52','',552,'http://www.timberon.info/blog/?page_id=2142',7,'page','',0,''),(3416,1,'2011-04-13 10:55:33','2011-04-13 16:55:33','[Category number=\'10\' method=\'excerpt\' order=\'desc\' id=\'34\' orderby=\'date\']','Timberon News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','552-revision','','','2011-04-13 10:55:33','2011-04-13 16:55:33','',552,'http://www.timberon.info/blog/?p=3416',0,'revision','',0,''),(2144,1,'2011-04-03 16:46:20','2011-04-03 22:46:20','','National News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2142-revision-2','','','2011-04-03 16:46:20','2011-04-03 22:46:20','',2142,'http://www.timberon.info/blog/?p=2144',0,'revision','',0,''),(2145,1,'2011-04-03 16:37:03','2011-04-03 22:37:03','','Notices',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2128-revision-2','','','2011-04-03 16:37:03','2011-04-03 22:37:03','',2128,'http://www.timberon.info/blog/?p=2145',0,'revision','',0,''),(2146,1,'2011-04-03 16:36:32','2011-04-03 22:36:32','','Meetings',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2126-revision-2','','','2011-04-03 16:36:32','2011-04-03 22:36:32','',2126,'http://www.timberon.info/blog/?p=2146',0,'revision','',0,''),(2147,1,'2011-04-03 16:35:16','2011-04-03 22:35:16','','Community',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2124-revision-2','','','2011-04-03 16:35:16','2011-04-03 22:35:16','',2124,'http://www.timberon.info/blog/?p=2147',0,'revision','',0,''),(2148,1,'2011-04-03 16:38:48','2011-04-03 22:38:48','','Mountain News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2130-revision-2','','','2011-04-03 16:38:48','2011-04-03 22:38:48','',2130,'http://www.timberon.info/blog/?p=2148',0,'revision','',0,''),(2149,1,'2011-04-03 16:39:56','2011-04-03 22:39:56','','County News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2132-revision-2','','','2011-04-03 16:39:56','2011-04-03 22:39:56','',2132,'http://www.timberon.info/blog/?p=2149',0,'revision','',0,''),(3421,1,'2011-04-15 10:59:46','2011-04-15 16:59:46','Smokey’s Garden is expanding this spring with a garden apprenticeship program for students grade 6 and up to learn hands-on gardening activities throughout the 2011 summer. On April 29, 2011, an Arbor Day Celebration will take place from 3:30 p.m. to 5:00 p.m., at the Smokey Bear Ranger District Office, 901 Mechem Drive, Ruidoso, and all area children and families are invited to join us for this event.\r\n\r\nTeens, pre-teens, and adults can learn about garden design, planting and nurturing an organic garden, and planning an environmentally friendly growing space by using composting and rainwater harvesting methods.\r\n\r\nProjects include painting murals, signs, and creating garden sculptures, face and rock paining and information on how to make a butterfly habitat. Another wonderful opportunity will be to participate in film making which will document the stages of the garden’s growth. Also scheduled will be the planting of native seeds, flowers, and butterfly bushes in Smokey’s Community Garden. They’ll learn how to build a wildlife habitat and create a Three Sisters Garden using native seeds. Children and parents will also have the opportunity to sign-up for summer gardening classes. Light refreshments will be served.\r\n\r\nDistrict employees broke ground for Smokey’s Garden back on April 28, 2010. The goal of the District’s community garden is to unite children and adults and inspire solutions to issues plaguing our country, such as hunger and pollution and by providing fresh produce to local families and organizations.\r\n\r\n The apprentice gardeners will give back to the community by planting and caring for a Soup Garden, with the cultivated produce donated to the Lincoln County Food Bank. The classes, led by a master gardener are free of charge through the New Mexico Alliance for Children, an educational non-profit organization based in Ruidoso. No prior gardening experience is required.\r\n\r\nThe Lincoln National Forest is committed to connecting kids with nature and the outdoors by providing students, parents and teachers with youth-oriented information and resources related to natural resources and the environment. The U.S. Forest Service wants to encourage more kids to go outdoors by having fun, being healthy and learning more about nature. This can instill kids to create an awareness of the value of public lands, seek careers in natural resources and land management, as well as enthusiastically participate in physical activities.\r\n\r\nFor more information, please contact the Smokey Bear Ranger District Office at (575) 257-4095, and ask for Dan Ray. Office hours are 7:30 a.m. to 4:30 p.m., Monday through Friday.\r\n\r\nFor more information on the Lincoln National Forest, please visit our website at www.fs.usda.gov/lincoln and follow us on www.twitter.com/lincolnsmokey.\r\n\r\n[gallery link=\"file\" columns=\"4\" orderby=\"rand\"]','Learn Gardening Techniques At Smokey\'s Garden Arbor Day Celebration',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','learn-gardening-techniques-at-smokeys-garden-arbor-day-celebration','','','2011-05-04 11:06:26','2011-05-04 17:06:26','',0,'http://www.timberon.info/blog/?p=3421',0,'post','',0,''),(2151,1,'2011-04-03 16:42:12','2011-04-03 22:42:12','','Wildlife News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2136-revision-2','','','2011-04-03 16:42:12','2011-04-03 22:42:12','',2136,'http://www.timberon.info/blog/?p=2151',0,'revision','',0,''),(2152,1,'2011-04-03 16:44:50','2011-04-03 22:44:50','','State News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2139-revision-2','','','2011-04-03 16:44:50','2011-04-03 22:44:50','',2139,'http://www.timberon.info/blog/?p=2152',0,'revision','',0,''),(2153,1,'2011-04-03 16:54:10','2011-04-03 22:54:10','[Category number=\'20\' method=\'excerpt\' order=\'asc\' id=\'14\' orderby=\'date\']','National Forest',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1652-revision-9','','','2011-04-03 16:54:10','2011-04-03 22:54:10','',1652,'http://www.timberon.info/blog/?p=2153',0,'revision','',0,''),(2154,1,'2011-04-04 08:22:26','2011-04-04 14:22:26','','TimberonLogo',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','timberonlogo','','','2011-04-04 08:22:26','2011-04-04 14:22:26','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/TimberonLogo.gif',0,'attachment','image/gif',0,''),(2155,1,'2011-04-04 08:35:23','2011-04-04 14:35:23','','TimberonLogo',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','timberonlogo-2','','','2011-04-04 08:35:23','2011-04-04 14:35:23','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/TimberonLogo1.gif',0,'attachment','image/gif',0,''),(3145,1,'2011-04-13 10:56:09','2011-04-13 16:56:09','\r\n\r\n\r\n\r\n\r\n \r\n\r\n
    Sub-Menu[sb_child_list]\r\n[sb_parent]
    \r\n
      \r\n
    • Animals from this part of New Mexico around Timberon and also \"Wildlife Notes\" of other animals in the state...
    • \r\n
    • Plants that can be found in this part of New Mexico - Mostly taken from \"Ask your Herbalist\" articles...
    • \r\n
    ','Plants and Animals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','477-revision-2','','','2011-04-13 10:56:09','2011-04-13 16:56:09','',477,'http://www.timberon.info/blog/?p=3145',0,'revision','',0,''),(3387,1,'2011-05-03 18:37:17','2011-05-04 00:37:17','
    The Department of Game and Fish is conducting roadblocks at numerous locations in southeastern New Mexico throughout the spring and summer.  Officers will be checking for game law violations, off-highway vehicle compliance, wood cutting permits and work on increasing fire safety awareness.  Game and Fish personnel may be assisted by other law enforcement agencies such as the U. S. Forest Service, Bureau of Land Management, New Mexico State Police or local sheriff’s department offices.
    \n
    Hunters and outdoor recreationalists may encounter minor delays as a result of these roadblocks.
    \n
    Turkey season opened the 15th of April and continues through the May 10.The Department encourages turkey hunters to utilize this opportunity to take a friend, relative, or young person hunting.  Hunt ethically and enjoy all the challenges associated with getting that ‘old gobbler’ within range.
    \n
    For more information on turkey hunting in New Mexico, pick up the 2011-2012 Big Game Rules and Information Book (RIB) available at license vendors statewide or go to www.wildlife.state.nm.us/ to view the big game RIB online.
    \n
    Off highway vehicle (OHV) use will increase as hunters and outdoor recreationalists utilize the many southeastern New Mexico landscapes for riding ATVs, motorcycles, and other off-road vehicles. OHV users are reminded to stay on designated trails and/or established roads unless riding in a designated off-road vehicle area.
    \n
    Many changes have been made to the OHV laws enacted to decrease injuries and increase safety awareness for OHV users in New Mexico.  Those changes include the requirement that anyone under the age of 18 must obtain a safety permit prior to operating an OHV on public lands.  OHV riders under the age of 18 also must wear safety gear including an approved helmet and eye protection, and must ride an age-and-size appropriate vehicle.  OHV riders under 18 must have adult supervision unless they have a driver’s license, and are not allowed to carry passengers.
    \n
    More information about off-highway vehicles is available on the Department’s webpage (www.wildlife.state.nm.us/) under the OHV tab, or at www.B4uRide.com/.  Online OHV safety training for riders under the age of 18 also is available at www.B4uRide.com/
    \n
    Wood cutting permits will be checked for those people that are harvesting wood for home use.  Permits for cutting fuel wood on public lands must be obtained from the U.S. Forest Service or Bureau of Land Management before a trip is made.  Officers will be checking to ensure that people have the proper documentation for all wood cutting activities.
    \n
    Fire safety and awareness should be a high priority for everyone while visiting the outdoors.  Numerous large fires have already occurred in southeastern New Mexico due to the extremely dry conditions.
    \n
    Officers will inspect off-highway vehicles for Forest Service-approved spark arrestors installed.  Individual contacts made during these roadblocks will be opportunities to inform wild lands visitors about fire safety and enjoying the great outdoors southeastern New Mexico has to offer.
    ','Game And Fish Officers Gearing Up For Spring Activities In Southeastern New Mexico',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3385-autosave','','','2011-05-03 18:37:17','2011-05-04 00:37:17','',3385,'http://www.timberon.info/blog/?p=3387',0,'revision','',0,''),(3208,1,'2011-05-02 08:17:57','2011-05-02 14:17:57','','ComposeMail',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','composemail','','','2011-05-02 08:17:57','2011-05-02 14:17:57','',3172,'http://www.timberon.info/blog/wp-content/uploads/2011/04/ComposeMail.gif',0,'attachment','image/gif',0,''),(3234,1,'2011-05-02 20:05:46','2011-05-03 02:05:46','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    Contact 
    \r\n \r\n\r\n[thkBC height=\"300\" width=\"500\" anchortext=\"Link Anchor Text\" title=\"ThickBox Title\" url=\"[si-contact-form form=\'1\']\" type=\"ajax\"]','Template',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3172-revision-4','','','2011-05-02 20:05:46','2011-05-03 02:05:46','',3172,'http://www.timberon.info/blog/?p=3234',0,'revision','',0,''),(3399,1,'2011-04-14 13:22:28','2011-04-14 19:22:28','The Restrictive Covenants were set in the beginning of the Timberon development and \"go with the land\". Even though there is presently no group that enforces them, they definitely remain in force. It doesn\'t matter if you were never given a copy, don\'t agree with them, etc... You are taking a chance if you violate them. If you find yourself in the position of having to do something at odds with the restrictive covenants in you area, try to get them changed first.\r\n\r\nPDF Files from Pioneer Abstract and Title and Roberts Realty [Last Updated Dec 31, 2004]\r\n\r\nSacramento Mountain Ranch Units\r\n\r\nTimberon Units\r\n\r\nGolf Course Units\r\n\r\nOther Areas\r\n\r\nMore Documents...\r\n','Covenants',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','406-revision-2','','','2011-04-14 13:22:28','2011-04-14 19:22:28','',406,'http://www.timberon.info/blog/?p=3399',0,'revision','',0,''),(3253,1,'2011-04-13 11:48:08','2011-04-13 17:48:08','◊ Members Online NowMembers ListDiscussion Board\r\n\r\nUse the links above to navigate among the different pages of the Member\'s Section. If you need help, the forum below can be used as a message board...\r\n','Member\'s Section',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','863-revision-2','','','2011-04-13 11:48:08','2011-04-13 17:48:08','',863,'http://www.timberon.info/blog/?p=3253',0,'revision','',0,''),(3259,1,'2011-05-03 09:14:40','2011-05-03 15:14:40','[insert_ajaxcontact id=3227]','TEST',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3254-revision-2','','','2011-05-03 09:14:40','2011-05-03 15:14:40','',3254,'http://www.timberon.info/blog/?p=3259',0,'revision','',0,''),(3268,1,'2011-05-03 12:48:49','2011-05-03 18:48:49','Use the forms below to send us articles and Posts for the Timberon Website.  There are 2 forms provided, one below the other... so that if one doesn\'t work correctly, or you are not comfortable with it... try the other form.  All submissions will be reviewed by the Webmaster before posting on the site... this is to cut down on \"spam\", not censorship. \r\n\r\nPosting Form #1\r\n
    \r\n
    [si-contact-form form=\'1\']
    \r\n
    _______________________________________________________________
    \r\n
    \r\n\r\nPosting Form #2\r\n\r\n[user-submitted-posts]\r\n\r\n
    \r\n
    ','Send Your Post',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','send-your-post','','','2011-05-03 15:36:02','2011-05-03 21:36:02','',3260,'http://www.timberon.info/blog/?page_id=3268',0,'page','',0,''),(3263,1,'2011-05-03 12:45:41','2011-05-03 18:45:41','','Auto Draft',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','auto-draft','','','2011-05-03 12:46:03','2011-05-03 18:46:03','',0,'http://www.timberon.info/blog/?page_id=3263',0,'page','',0,''),(3264,1,'2011-05-03 12:45:41','2011-05-03 18:45:41','','Auto Draft',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3263-revision','','','2011-05-03 12:45:41','2011-05-03 18:45:41','',3263,'http://www.timberon.info/blog/?p=3264',0,'revision','',0,''),(3649,1,'2011-05-07 07:59:43','2011-05-07 13:59:43','','Menu',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3439-revision-2','','','2011-05-07 07:59:43','2011-05-07 13:59:43','',3439,'http://www.timberon.info/blog/?p=3649',0,'revision','',0,''),(3651,1,'2011-05-09 16:15:15','2011-05-09 22:15:15','Around the Mountain\nPhotos\nNature\nLodging and Rentals\nCommunity Board\nSign Our Guestbook\nLocal Weather','Menu',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3439-autosave','','','2011-05-09 16:15:15','2011-05-09 22:15:15','',3439,'http://www.timberon.info/blog/?p=3651',0,'revision','',0,''),(3656,1,'2011-05-09 16:53:45','2011-05-09 22:53:45','Quick Contact\r\nSend Your Post','Contact Us',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3260-revision-4','','','2011-05-09 16:53:45','2011-05-09 22:53:45','',3260,'http://www.timberon.info/blog/?p=3656',0,'revision','',0,''),(3270,1,'2011-01-20 23:13:13','2011-01-20 23:13:13','[si-contact-form form=\'1\']\r\n\r\n','Contact Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','77-revision-4','','','2011-01-20 23:13:13','2011-01-20 23:13:13','',77,'http://www.timberon.info/blog/?p=3270',0,'revision','',0,''),(3273,18,'2011-05-03 13:02:32','2011-05-03 19:02:32','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?','The Back of the Test Form',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','the-back-of-the-test-form','','','2011-05-03 16:32:24','2011-05-03 22:32:24','',0,'http://www.timberon.info/blog/?p=3273',0,'post','',0,''),(3275,18,'2011-05-03 13:02:41','2011-05-03 19:02:41','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?','The Back of the Test Form',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','the-back-of-the-test-form-5','','','2011-05-03 16:32:20','2011-05-03 22:32:20','',0,'http://www.timberon.info/blog/?p=3275',0,'post','',0,''),(3277,18,'2011-05-03 13:03:05','2011-05-03 19:03:05','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?','The Back of the Test Form',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','the-back-of-the-test-form-4','','','2011-05-03 16:32:16','2011-05-03 22:32:16','',0,'http://www.timberon.info/blog/?p=3277',0,'post','',0,''),(3279,18,'2011-05-03 13:03:55','2011-05-03 19:03:55','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?

    003.jpg (26 KB)

    003.jpg (26 KB)

    \"003.jpg

    \"003.jpg

    ','The Back of the Test Form',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','the-back-of-the-test-form-3','','','2011-05-03 16:32:12','2011-05-03 22:32:12','',0,'http://www.timberon.info/blog/?p=3279',0,'post','',0,''),(3285,18,'2011-05-03 13:13:26','2011-05-03 19:13:26','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?\n\n\"003.jpg \"003.jpg','The Back of the Test Form',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','the-back-of-the-test-form-2','','','2011-05-03 16:31:58','2011-05-03 22:31:58','',0,'http://www.timberon.info/blog/?p=3285',0,'post','',0,''),(3283,18,'2011-05-03 13:06:15','2011-05-03 19:06:15','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?','The back of the back',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','the-back-of-the-back','','','2011-05-03 16:32:07','2011-05-03 22:32:07','',0,'http://www.timberon.info/blog/?p=3283',0,'post','',0,''),(3384,1,'2011-05-03 18:05:24','2011-05-04 00:05:24','The community of Timberon is at a historic crossroads. The motion filed by the receiver’s attorney and set to be heard on May 6, 2011 at 1:15 P.M. in T or C, clearly lays out the future of TWSD and will take away any possibility that the residents and property owners will have a say in how the community is governed or managed.\n\nThe document “Motion for court review and authorization” is posted at TWSD office and I’m told it is posted at the post office. The document requests a re-structure of the board and a change in the current by-laws in addition to many other changes and goals. This means that properly worded and adopted Timberon could be run by one or two individuals in any manner they deem fit. It also states that anyone who has ever been on the board or worked for the District could be named in a lawsuit.\n\nIf the residents and property owners are apathetic and say this won’t affect them then they are sadly mistaken. However if they do not want this to happen then about the only thing that will make a difference will be for each and every individual with an interest in Timberon to write to any and all persons in a position to do something like the Governor’s office, the Attorney General, or a state or federal Senator, or Representative. Somehow Judge Reynolds needs to know that the people of Timberon do not support his decision of placing Timberon in the hands of single person who can make decisions without any checks and balances. Only through the sheer volume of mail, phone calls or faxes will they pay attention to the takeover of a community.\n\nIn addition to phone calls etc the presence of a great number of residents and property owners in the court room at the time of the hearing just might get the Judge to think straight and do the right thing.','Takeover of Timberon ',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3382-autosave','','','2011-05-03 18:05:24','2011-05-04 00:05:24','',3382,'http://www.timberon.info/blog/?p=3384',0,'revision','',0,''),(3235,1,'2011-05-02 20:07:54','2011-05-03 02:07:54','Contact','Template',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3172-revision','','','2011-05-02 20:07:54','2011-05-03 02:07:54','',3172,'http://www.timberon.info/blog/?p=3235',0,'revision','',0,''),(3237,1,'2011-05-03 00:46:00','0000-00-00 00:00:00','','Menu Item',1,1,0,NULL,NULL,NULL,0,NULL,'','draft','open','open','','','','','2011-05-03 00:46:00','0000-00-00 00:00:00','',0,'http://www.timberon.info/blog/?p=3237',1,'nav_menu_item','',0,''),(3238,1,'2011-05-03 00:46:01','0000-00-00 00:00:00','','Menu Item',1,1,0,NULL,NULL,NULL,0,NULL,'','draft','open','open','','','','','2011-05-03 00:46:01','0000-00-00 00:00:00','',0,'http://www.timberon.info/blog/?p=3238',1,'nav_menu_item','',0,''),(3239,1,'2011-05-03 01:25:16','2011-05-03 07:25:16','[thkBC height=\"300\" width=\"500\" anchortext=\"Link Anchor Text\" title=\"ThickBox Title\" type=\"ajax\" inline_id=\"[si-contact-form form=\'1\']“]','Contact Us',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','contact-us','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',0,'http://www.timberon.info/blog/?p=3239',46,'nav_menu_item','',0,''),(3244,1,'2011-05-03 07:41:37','2011-05-03 13:41:37','[HyperBoard]','test',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3241-revision-2','','','2011-05-03 07:41:37','2011-05-03 13:41:37','',3241,'http://www.timberon.info/blog/?p=3244',0,'revision','',0,''),(3245,1,'2011-05-03 07:59:47','2011-05-03 13:59:47',' [slider title=\"slider button title\"]\r\n\r\n[/slider]','test',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','test-2','','','2011-05-03 08:54:41','2011-05-03 14:54:41','',0,'http://www.timberon.info/blog/?page_id=3245',0,'page','',0,''),(3246,1,'2011-05-03 07:59:39','2011-05-03 13:59:39','','test',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3245-revision','','','2011-05-03 07:59:39','2011-05-03 13:59:39','',3245,'http://www.timberon.info/blog/?p=3246',0,'revision','',0,''),(3248,1,'2011-05-03 07:59:47','2011-05-03 13:59:47',' [slider title=\"slider button title\"]','test',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3245-revision-2','','','2011-05-03 07:59:47','2011-05-03 13:59:47','',3245,'http://www.timberon.info/blog/?p=3248',0,'revision','',0,''),(3249,1,'2011-04-13 10:54:01','2011-04-13 16:54:01','You are welcome to view the Timberon Website as a visitor without registering. The site is full of interesting and helpful information on Timberon, New Mexico.','Welcome to Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2245-revision','','','2011-04-13 10:54:01','2011-04-13 16:54:01','',2245,'http://www.timberon.info/blog/?p=3249',0,'revision','',0,''),(3289,18,'2011-05-03 13:07:57','2011-05-03 19:07:57','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?

    003.jpg (26 KB)

    003.jpg (26 KB)

    \"003.jpg

    \"003.jpg

    ','the back of the back',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','the-back-of-the-back-2','','','2011-05-03 16:32:02','2011-05-03 22:32:02','',0,'http://www.timberon.info/blog/?p=3289',0,'post','',0,''),(3293,18,'2011-05-03 13:20:07','2011-05-03 19:20:07','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean? THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean? THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean? THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?','THis is a new Config',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','this-is-a-new-config','','','2011-05-03 16:31:52','2011-05-03 22:31:52','',0,'http://www.timberon.info/blog/?p=3293',0,'post','',0,''),(3328,1,'2011-05-03 13:13:26','2011-05-03 19:13:26','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?\n\n\"003.jpg \"003.jpg','The Back of the Test Form',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3285-revision','','','2011-05-03 13:13:26','2011-05-03 19:13:26','',3285,'http://www.timberon.info/blog/?p=3328',0,'revision','',0,''),(3298,1,'2011-05-03 15:34:58','2011-05-03 21:34:58','Use the forms below to send us articles and Posts for the Timberon Website.  There are 2 forms provided, one below the other... so that if one doesn\'t work correctly, or you are not comfortable with it... try the other form.  All submissions will be reviewed by the Webmaster before posting on the site... this is to cut down on \"spam\", not censorship. \n\nPosting Form #1\n
    \n
    [si-contact-form form=\'1\']
    \n
    \n\nPosting Form #2\n\n[user-submitted-posts]\n\n
    \n
    ','Send Your Post',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3268-autosave','','','2011-05-03 15:34:58','2011-05-03 21:34:58','',3268,'http://www.timberon.info/blog/?p=3298',0,'revision','',0,''),(3310,1,'2011-05-03 14:59:53','2011-05-03 20:59:53','Use the form below to send us articles and Posts for the Timberon Website.  All submissions will be reviewed by the Webmaster before posting on the site... this is to cut down on \"spam\", not censorship. \r\n\r\nPosting Form\r\n
    \r\n
    [si-contact-form form=\'1\']
    \r\n
    ','Send Your Post',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3268-revision-3','','','2011-05-03 14:59:53','2011-05-03 20:59:53','',3268,'http://www.timberon.info/blog/?p=3310',0,'revision','',0,''),(3306,1,'2011-04-03 08:54:06','2011-04-03 14:54:06','← Return to Member\'s Front Page\r\n','Discussion Board',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','873-revision-15','','','2011-04-03 08:54:06','2011-04-03 14:54:06','',873,'http://www.timberon.info/blog/?p=3306',0,'revision','',0,''),(3311,1,'2011-05-03 15:33:55','2011-05-03 21:33:55','Use the forms below to send us articles and Posts for the Timberon Website.  There are 2 forms provided, one below the other... so that if one doesn\'t work correctly, or you are not comfortable with it... try the other form.  All submissions will be reviewed by the Webmaster before posting on the site... this is to cut down on \"spam\", not censorship. \r\n\r\nPosting Form #1\r\n
    \r\n
    [si-contact-form form=\'1\']
    \r\n
    \r\n\r\nPosting Form #2\r\n\r\n[user-submitted-posts]\r\n\r\n
    \r\n
    ','Send Your Post',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3268-revision-4','','','2011-05-03 15:33:55','2011-05-03 21:33:55','',3268,'http://www.timberon.info/blog/?p=3311',0,'revision','',0,''),(3312,1,'2011-05-03 15:35:11','2011-05-03 21:35:11','Use the forms below to send us articles and Posts for the Timberon Website.  There are 2 forms provided, one below the other... so that if one doesn\'t work correctly, or you are not comfortable with it... try the other form.  All submissions will be reviewed by the Webmaster before posting on the site... this is to cut down on \"spam\", not censorship. \r\n\r\nPosting Form #1\r\n
    \r\n
    [si-contact-form form=\'1\']
    \r\n
    _______________________________________________________________
    \r\n
    \r\n\r\nPosting Form #2\r\n\r\n[user-submitted-posts]\r\n\r\n
    \r\n
    ','Send Your Post',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3268-revision','','','2011-05-03 15:35:11','2011-05-03 21:35:11','',3268,'http://www.timberon.info/blog/?p=3312',0,'revision','',0,''),(3321,1,'2011-05-03 15:55:22','2011-05-03 21:55:22',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3321','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',25,'http://www.timberon.info/blog/?p=3321',34,'nav_menu_item','',0,''),(3322,1,'2011-05-03 15:55:22','2011-05-03 21:55:22',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3322','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',34,'http://www.timberon.info/blog/?p=3322',37,'nav_menu_item','',0,''),(3323,1,'2011-05-03 15:55:22','2011-05-03 21:55:22',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3323','','','2011-05-19 08:31:17','2011-05-19 14:31:17','',34,'http://www.timberon.info/blog/?p=3323',31,'nav_menu_item','',0,''),(3324,1,'2011-05-03 15:51:46','0000-00-00 00:00:00',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','draft','open','open','','','','','2011-05-03 15:51:46','0000-00-00 00:00:00','',0,'http://www.timberon.info/blog/?p=3324',1,'nav_menu_item','',0,''),(3325,1,'2011-05-03 15:55:22','2011-05-03 21:55:22',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3325','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',34,'http://www.timberon.info/blog/?p=3325',41,'nav_menu_item','',0,''),(3327,1,'2011-05-03 13:20:07','2011-05-03 19:20:07','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean? THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean? THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean? THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?','THis is a new Config',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3293-revision','','','2011-05-03 13:20:07','2011-05-03 19:20:07','',3293,'http://www.timberon.info/blog/?p=3327',0,'revision','',0,''),(3329,1,'2011-05-03 13:07:57','2011-05-03 19:07:57','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?

    003.jpg (26 KB)

    003.jpg (26 KB)

    \"003.jpg

    \"003.jpg

    ','the back of the back',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3289-revision','','','2011-05-03 13:07:57','2011-05-03 19:07:57','',3289,'http://www.timberon.info/blog/?p=3329',0,'revision','',0,''),(3330,1,'2011-05-03 13:06:15','2011-05-03 19:06:15','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?','The back of the back',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3283-revision','','','2011-05-03 13:06:15','2011-05-03 19:06:15','',3283,'http://www.timberon.info/blog/?p=3330',0,'revision','',0,''),(3331,1,'2011-05-03 13:03:55','2011-05-03 19:03:55','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?

    003.jpg (26 KB)

    003.jpg (26 KB)

    \"003.jpg

    \"003.jpg

    ','The Back of the Test Form',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3279-revision','','','2011-05-03 13:03:55','2011-05-03 19:03:55','',3279,'http://www.timberon.info/blog/?p=3331',0,'revision','',0,''),(3332,1,'2011-05-03 13:03:05','2011-05-03 19:03:05','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?','The Back of the Test Form',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3277-revision','','','2011-05-03 13:03:05','2011-05-03 19:03:05','',3277,'http://www.timberon.info/blog/?p=3332',0,'revision','',0,''),(3333,1,'2011-05-03 13:02:41','2011-05-03 19:02:41','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?','The Back of the Test Form',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3275-revision','','','2011-05-03 13:02:41','2011-05-03 19:02:41','',3275,'http://www.timberon.info/blog/?p=3333',0,'revision','',0,''),(3334,1,'2011-05-03 13:02:32','2011-05-03 19:02:32','THis is just a little on the wrong side of the tracks for a test to be going if you know what I mean?','The Back of the Test Form',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3273-revision','','','2011-05-03 13:02:32','2011-05-03 19:02:32','',3273,'http://www.timberon.info/blog/?p=3334',0,'revision','',0,''),(3335,1,'2011-03-30 13:51:34','2011-03-30 19:51:34','In general, the Southeast Region of New Mexico has the poorest health status in the state as a result of lower income levels and educational achievement, a higher adult smoking rate, and higher rates of chronic disease and chronic deaths. Current health status data by region and county can be found in New Mexico Department of Health’s Indicator-Based Information System (IBIS) at ibis.health@state.nm.us.\r\n\r\nThe New Mexico Department of Health regularly examines New Mexico’s health status to guide policy decisions and improve health programs. “Tracking the health status of New Mexico regions and counties allows us to target prevention programs toward the areas of greatest need,” says Department of Health Cabinet Secretary, Dr. Catherine Torres.\r\n\r\nIn general, Bernalillo County has the best health status in New Mexico of any region partly due to higher regional income levels, educational attainment, and health care coverage. Because all other regions of New Mexico do less well on these demographic factors, the health status of these regions is more adversely affected. The Southeast Region had the highest total death rate in 2009 at 977.3 deaths per 100,000 people, while Bernalillo County had the lowest total regional death rate at 838.9 deaths per 100,000 people.\r\n\r\nOf concern for the future is the highest youth smoking rate of 26.3 percent among high school students in the Northwest Region, which also has the highest regional alcohol-related death rate in New Mexico.\r\n\r\nThe New Mexico Department of Health provides counties and regions with information on their strengths and weaknesses through IBIS, which allows them to focus attention in those areas.\r\n\r\nWhy Indicator-Based? The U.S. Government Accountability Office (GAO) found that comprehensive key indicator systems had the following positive effects:\r\n
      \r\n
    • Enhanced collaboration to address public issues. 
    • \r\n
    •  Provided tools to encourage progress. 
    • \r\n
    •  Informed decision-making and improved research. 
    • \r\n
    •  Increased public knowledge about key issues.
    • \r\n
    \r\nIBIS has 70 indicator reports that are regularly updated. In addition, two reports present key indicators for each county:\r\n\r\nHealth Regions:\r\n
      \r\n
    • Northwest Region: Cibola, McKinley, Sandoval, San Juan, and Valencia counties.
    • \r\n
    • Northeast Region: Colfax, Guadalupe, Los Alamos, Mora, Rio Arriba, Santa Fe, San Miguel, Taos, and Union counties.
    • \r\n
    • Southwest Region: Catron, Dona Ana, Grant, Hidalgo, Lincoln, Luna, Otero, Sierra, Socorro, and Torrance counties.
    • \r\n
    • Southeast Region: Chaves, Curry, De Baca, Eddy, Harding, Lea, Quay, and Roosevelt counties.
    • \r\n
    \r\nBernalillo County is its own health region because of its large population.','The Southeast Region has the Poorest Health Status in New Mexico',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2074-revision-4','','','2011-03-30 13:51:34','2011-03-30 19:51:34','',2074,'http://www.timberon.info/blog/?p=3335',0,'revision','',0,''),(3337,1,'2011-05-03 16:33:59','2011-05-03 22:33:59','The New Mexico Department of Health played a pivotal role in the investigation of a multistate outbreak of human Salmonella Typhimurium infections associated with exposure to clinical and teaching microbiology laboratories. The Department of Health is collaborating with the Centers for Disease Control and Prevention (CDC) and public health officials from other states in the investigation.\n\nA total of 73 individuals infected with the outbreak strain of Salmonella Typhimurium have been reported from 35 states, including three cases from Bernalillo County.  The multistate investigation started in Fall 2010.\n\n“Collaboration between the medical community and the Department’s laboratory staff, epidemiologists and public health nurses was very important in determining the cause of this outbreak,” said Department of Health Cabinet Secretary, Dr. Catherine Torres. “The Department of Health continues to provide vital information on recognizing and stopping nationwide disease outbreaks.”  \n\nThe Department of Health’s Scientific Laboratory used DNA analysis of the Salmonella bacteria submitted from three people to show that they had the same outbreak strain. Interviews of the infected Bernalillo County residents showed that one case was enrolled in a microbiology course that handled Salmonella, while the other two cases were children of students in the same course. An isolate of Salmonella from the classroom laboratory stock was found to be identical to that of the infected cases and also indistinguishable from a commercially available Salmonella Typhimurium strain used in laboratory settings across the nation.\n\nThe Department of Health advises that students should be aware that bacteria used in microbiology laboratories can make them or others who live in their household sick—especially young children—even if they have never visited the laboratory. It is possible for bacteria to be brought into the home through contaminated lab coats, pens, notebooks and other items that are used in the microbiology laboratory.\n\nTo avoid infection in students and others working in microbiology laboratories:\n
      \n
    • Wash hands frequently while working in and immediately after leaving the microbiology laboratory and follow proper hand washing practices.
    • \n
    • Do not bring food, drinks or personal items like car keys, cell phones and mp3 players into the laboratory.
    • \n
    • Do not bring pens, notebooks, and other items used inside of the microbiology laboratory into your home.
    • \n
    • Wear a lab coat or other protective uniform over personal clothing when working in a microbiology laboratory; leave it in the laboratory if possible when you are finished. Take the lab coat out of the laboratory only to clean it.
    • \n
    \nAnyone with symptoms is encouraged to seek medical care for diagnosis and treatment. Signs and symptoms of Salmonella infection include:\n
      \n
    • Persons infected with Salmonella develop diarrhea, fever, and abdominal cramps 12 to 72 hours after infection.
    • \n
    • The illness usually lasts four to seven days, and most persons recover without treatment.
    • \n
    • In some persons, the diarrhea may be so severe that the patient needs to be hospitalized.
    • \n
    • The elderly, infants, and those with impaired immune systems are more likely to have a severe illness from Salmonella infection.
    • \n
    \nMore information on this outbreak can be found at the CDC website at http://www.cdc.gov/salmonella/typhimurium-laboratory/042711/index.html','New Mexico Dept. of Health Helps Identify Cause of Multi-State Salmonella Outbreak',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3336-revision','','','2011-05-03 16:33:59','2011-05-03 22:33:59','',3336,'http://www.timberon.info/blog/?p=3337',0,'revision','',0,''),(3338,1,'2011-05-03 16:38:20','2011-05-03 22:38:20','The New Mexico Department of Health played a pivotal role in the investigation of a multistate outbreak of human Salmonella Typhimurium infections associated with exposure to clinical and teaching microbiology laboratories. The Department of Health is collaborating with the Centers for Disease Control and Prevention (CDC) and public health officials from other states in the investigation.\n\nA total of 73 individuals infected with the outbreak strain of Salmonella Typhimurium have been reported from 35 states, including three cases from Bernalillo County.  The multistate investigation started in Fall 2010.\n\n“Collaboration between the medical community and the Department’s laboratory staff, epidemiologists and public health nurses was very important in determining the cause of this outbreak,” said Department of Health Cabinet Secretary, Dr. Catherine Torres. “The Department of Health continues to provide vital information on recognizing and stopping nationwide disease outbreaks.”  \n\n The Department of Health’s Scientific Laboratory used DNA analysis of the Salmonella bacteria submitted from three people to show that they had the same outbreak strain. Interviews of the infected Bernalillo County residents showed that one case was enrolled in a microbiology course that handled Salmonella, while the other two cases were children of students in the same course. An isolate of Salmonella from the classroom laboratory stock was found to be identical to that of the infected cases and also indistinguishable from a commercially available Salmonella Typhimurium strain used in laboratory settings across the nation.\n\n The Department of Health advises that students should be aware that bacteria used in microbiology laboratories can make them or others who live in their household sick—especially young children—even if they have never visited the laboratory. It is possible for bacteria to be brought into the home through contaminated lab coats, pens, notebooks and other items that are used in the microbiology laboratory.\n\n To avoid infection in students and others working in microbiology laboratories:\n
      \n
    • Wash hands frequently while working in and immediately after leaving the microbiology laboratory and follow proper hand washing practices.
    • \n
    • Do not bring food, drinks or personal items like car keys, cell phones and mp3 players into the laboratory.
    • \n
    • Do not bring pens, notebooks, and other items used inside of the microbiology laboratory into your home.
    • \n
    • Wear a lab coat or other protective uniform over personal clothing when working in a microbiology laboratory; leave it in the laboratory if possible when you are finished. Take the lab coat out of the laboratory only to clean it.
    • \n
    \nAnyone with symptoms is encouraged to seek medical care for diagnosis and treatment. Signs and symptoms of Salmonella infection include:\n
      \n
    • Persons infected with Salmonella develop diarrhea, fever, and abdominal cramps 12 to 72 hours after infection.
    • \n
    • The illness usually lasts four to seven days, and most persons recover without treatment.
    • \n
    • In some persons, the diarrhea may be so severe that the patient needs to be hospitalized.
    • \n
    • The elderly, infants, and those with impaired immune systems are more likely to have a severe illness from Salmonella infection.
    • \n
    \nMore information on this outbreak can be found at the CDC website at http://www.cdc.gov/salmonella/typhimurium-laboratory/042711/index.html','New Mexico Dept. of Health Helps Identify Cause of Multi-State Salmonella Outbreak',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3336-autosave','','','2011-05-03 16:38:20','2011-05-03 22:38:20','',3336,'http://www.timberon.info/blog/?p=3338',0,'revision','',0,''),(3339,1,'2011-05-03 16:44:31','2011-05-03 22:44:31','','New Mexico Fire Information',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','new-mexico-fire-information','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',0,'http://www.timberon.info/blog/?p=3339',44,'nav_menu_item','',0,''),(3340,1,'2011-05-03 16:45:19','2011-05-03 22:45:19','','Website Links',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','website-links','','','2011-05-03 19:23:36','2011-05-04 01:23:36','',498,'http://www.timberon.info/blog/?page_id=3340',0,'page','',0,''),(3341,1,'2011-05-03 16:45:14','2011-05-03 22:45:14','','Website Links',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3340-revision','','','2011-05-03 16:45:14','2011-05-03 22:45:14','',3340,'http://www.timberon.info/blog/?p=3341',0,'revision','',0,''),(3688,1,'2011-05-10 07:40:03','2011-05-10 13:40:03','Below are the places you can stay in Timberon by the night, week, or month…\r\n\r\n Timberon Rentals\r\nA number of cabin rentals, click on name to go to webpage.  575-987-2201\r\n Riverside Condos\r\nDuplexes on the Sacramento River.  575-987-2553\r\n Sacramento River Lodge\r\nA motel in Timberon.  575-987-2600\r\n Circle Cross RV Park\r\nRV Park located on the historic Circle Cross Ranch alongside the Sacramento River.  575-987-2650\r\n Timberon Trails RV Park\r\nRV Park in Timberon.  575-987-2240\r\n','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3688','','','2011-05-18 11:09:13','2011-05-18 17:09:13','',0,'http://www.timberon.info/blog/?p=3688',7,'nav_menu_item','',0,''),(3343,1,'2011-05-03 16:46:06','2011-05-03 22:46:06',' ','Web Links',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3343','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',498,'http://www.timberon.info/blog/?p=3343',43,'nav_menu_item','',0,''),(3344,1,'2011-04-29 16:47:38','2011-04-29 22:47:38','
    If you use Verizon Cell phone service and have trouble connecting to Timberon phones (987 prefix) Call Verizon Service at 1-800-922-0204, opt 3 and make a trouble report.
    \r\n
    We stopped at the Verizon store in Alamogordo today and made such a report.  Verizon is collecting incident reports to try and determine if Verizon has the problem or not.
    \r\n
    The more people who call, the better.
    ','Verizon Wireless Phones',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','verizon-wireless-phones','','','2011-05-03 16:49:49','2011-05-03 22:49:49','',0,'http://www.timberon.info/blog/?p=3344',0,'post','',0,''),(3345,1,'2011-05-03 16:48:41','2011-05-03 22:48:41','
    If you use Verizon Cell phone service and have trouble connecting to Timberon phones (987 prefix) Call Verizon Service at 1-800-922-0204, opt 3 and make a trouble report.
    \n
    We stopped at the Verizon store in Alamogordo today and made such a report.  Verizon is collecting incident reports to try and determine if Verizon has the problem or not.
    \n
    The more people who call, the better.
    ','Verizon Wireless Phones',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3344-revision','','','2011-05-03 16:48:41','2011-05-03 22:48:41','',3344,'http://www.timberon.info/blog/?p=3345',0,'revision','',0,''),(3346,1,'2011-05-03 16:50:53','2011-05-03 22:50:53','
    If you use Verizon Cell phone service and have trouble connecting to Timberon phones (987 prefix) Call Verizon Service at 1-800-922-0204, opt 3 and make a trouble report.
    \n
    We stopped at the Verizon store in Alamogordo today and made such a report.  Verizon is collecting incident reports to try and determine if Verizon has the problem or not.
    \n
    The more people who call, the better.
    ','Verizon Wireless Phones',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3344-autosave','','','2011-05-03 16:50:53','2011-05-03 22:50:53','',3344,'http://www.timberon.info/blog/?p=3346',0,'revision','',0,''),(3347,1,'2011-04-29 16:51:13','2011-04-29 22:51:13','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 reduce the potential threat of trees falling on to roadways due to strong winds in southeastern New Mexico.\r\n\r\nThe Sacramento Ranger District has evaluated the right of way and has resources in place to remove hazard trees. The District received public input and has responded with a plan to mitigate the potential public safety hazard with forest specialist’s cutting down the identified trees before there are impacts to travel along Highway 82.\r\n\r\nForest specialists will be monitoring the weather conditions daily and will conduct cutting only on days with light wind speeds to provide for safety. With Stage 2 Fire Restrictions in effect on the Lincoln National Forest, mitigation measures will be in place at all times during the operation. A fire engine will be in place and manned to reduce fire risks in the area. The engine will remain in place after the work day ends and firefighters will monitor the area to ensure no fire starts occur.\r\n\r\nThe Forest Service is working with the New Mexico Department of Transportation and other partners to reduce the impacts to school busses or other traffic and travelers along Highway 82.\r\n\r\nFor more information on this project, please call the Sacramento Ranger District Office at (575) 682-2551, Monday through Friday, 7:30 a.m. to 4:30 p.m.','Forest Service To Cut Hazardous Trees Along U.S. Highway 82',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','forest-service-t0-cut-hazardous-trees-along-u-s-highway-82','','','2011-05-05 10:08:15','2011-05-05 16:08:15','',0,'http://www.timberon.info/blog/?p=3347',0,'post','',0,''),(3348,1,'2011-05-03 16:54:16','2011-05-03 22:54:16','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 reduce the potential threat of trees falling on to roadways due to strong winds in southeastern New Mexico.\n\nThe Sacramento Ranger District has evaluated the right of way and has resources in place to remove hazard trees. The District received public input and has responded with a plan to mitigate the potential public safety hazard with forest specialist’s cutting down the identified trees before there are impacts to travel along Highway 82.\n\nForest specialists will be monitoring the weather conditions daily and will conduct cutting only on days with light wind speeds to provide for safety. With Stage 2 Fire Restrictions in effect on the Lincoln National Forest, mitigation measures will be in place at all times during the operation. A fire engine will be in place and manned to reduce fire risks in the area. The engine will remain in place after the work day ends and firefighters will monitor the area to ensure no fire starts occur.\n\nThe Forest Service is working with the New Mexico Department of Transportation and other partners to reduce the impacts to school busses or other traffic and travelers along Highway 82.\n\nFor more information on this project, please call the Sacramento Ranger District Office at (575) 682-2551, Monday through Friday, 7:30 a.m. to 4:30 p.m.','Forest Service T0 Cut Hazardous Trees Along U.S. Highway 82',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3347-revision','','','2011-05-03 16:54:16','2011-05-03 22:54:16','',3347,'http://www.timberon.info/blog/?p=3348',0,'revision','',0,''),(3349,1,'2011-04-29 17:03:38','2011-04-29 23:03:38','The Department of Game and Fish is looking for qualified men and women to join the next generation of conservation officers who protect and conserve the state\'s wildlife. Recruitment will be through May 12, 2011, for trainees to fill multiple positions statewide.\r\n\r\nQualifications include a bachelor’s degree from a four-year, accredited college, passing a physical fitness test, and successfully completing a five-month training course at the state Law Enforcement Academy. Acceptable college degrees include biology, fisheries science or management, wildlife science or management, animal science, forestry, range science or management, agricultural science, environmental science, wildlife law enforcement, criminal justice, ecology, natural resource science or management, or zoology.\r\n\r\nApplicants can find the recruiting notice and application instructions on the State Personnel Office web site,  www.state.nm.us/spo.\r\n\r\nInterested applicants can get more information about conservation officer duties, educational and physical requirements, training and employee benefits by contacting the Department of Game and Fish Human Resources Office at (505) 476-8028 or visiting the Enforcement page of the Department website, www.wildlife.state.nm.us or by clicking here.\r\n\r\n\"\"','Help Wanted: Department Hiring Conservation Officers',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','help-wanted-department-hiring-conservation-officers','','','2011-05-03 17:07:58','2011-05-03 23:07:58','',0,'http://www.timberon.info/blog/?p=3349',0,'post','',0,''),(3350,1,'2011-05-03 17:04:43','2011-05-03 23:04:43','The Department of Game and Fish is looking for qualified men and women to join the next generation of conservation officers who protect and conserve the state\'s wildlife. Recruitment will be through May 12, 2011, for trainees to fill multiple positions statewide.\n\nQualifications include a bachelor’s degree from a four-year, accredited college, passing a physical fitness test, and successfully completing a five-month training course at the state Law Enforcement Academy. Acceptable college degrees include biology, fisheries science or management, wildlife science or management, animal science, forestry, range science or management, agricultural science, environmental science, wildlife law enforcement, criminal justice, ecology, natural resource science or management, or zoology.\n\nApplicants can find the recruiting notice and application instructions on the State Personnel Office web site,  www.state.nm.us/spo.\n\nInterested applicants can get more information about conservation officer duties, educational and physical requirements, training and employee benefits by contacting the Department of Game and Fish Human Resources Office at (505) 476-8028 or visiting the Enforcement page of the Department website, www.wildlife.state.nm.us or by clicking here.','Help Wanted: Department Hiring Conservation Officers',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3349-revision','','','2011-05-03 17:04:43','2011-05-03 23:04:43','',3349,'http://www.timberon.info/blog/?p=3350',0,'revision','',0,''),(3351,1,'2011-05-03 17:05:48','2011-05-03 23:05:48','','!cid_image004_jpg@01CC0686',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','cid_image004_jpg01cc0686','','','2011-05-03 17:05:48','2011-05-03 23:05:48','',3349,'http://www.timberon.info/blog/wp-content/uploads/2011/04/cid_image004_jpg@01CC0686.jpg',0,'attachment','image/jpeg',0,''),(3352,1,'2011-05-03 17:05:01','2011-05-03 23:05:01','The Department of Game and Fish is looking for qualified men and women to join the next generation of conservation officers who protect and conserve the state\'s wildlife. Recruitment will be through May 12, 2011, for trainees to fill multiple positions statewide.\r\n\r\nQualifications include a bachelor’s degree from a four-year, accredited college, passing a physical fitness test, and successfully completing a five-month training course at the state Law Enforcement Academy. Acceptable college degrees include biology, fisheries science or management, wildlife science or management, animal science, forestry, range science or management, agricultural science, environmental science, wildlife law enforcement, criminal justice, ecology, natural resource science or management, or zoology.\r\n\r\nApplicants can find the recruiting notice and application instructions on the State Personnel Office web site,  www.state.nm.us/spo.\r\n\r\nInterested applicants can get more information about conservation officer duties, educational and physical requirements, training and employee benefits by contacting the Department of Game and Fish Human Resources Office at (505) 476-8028 or visiting the Enforcement page of the Department website, www.wildlife.state.nm.us or by clicking here.','Help Wanted: Department Hiring Conservation Officers',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3349-revision-2','','','2011-05-03 17:05:01','2011-05-03 23:05:01','',3349,'http://www.timberon.info/blog/?p=3352',0,'revision','',0,''),(3353,1,'2011-05-03 17:07:03','2011-05-03 23:07:03','The Department of Game and Fish is looking for qualified men and women to join the next generation of conservation officers who protect and conserve the state\'s wildlife. Recruitment will be through May 12, 2011, for trainees to fill multiple positions statewide.\r\n\r\nQualifications include a bachelor’s degree from a four-year, accredited college, passing a physical fitness test, and successfully completing a five-month training course at the state Law Enforcement Academy. Acceptable college degrees include biology, fisheries science or management, wildlife science or management, animal science, forestry, range science or management, agricultural science, environmental science, wildlife law enforcement, criminal justice, ecology, natural resource science or management, or zoology.\r\n\r\nApplicants can find the recruiting notice and application instructions on the State Personnel Office web site,  www.state.nm.us/spo.\r\n\r\nInterested applicants can get more information about conservation officer duties, educational and physical requirements, training and employee benefits by contacting the Department of Game and Fish Human Resources Office at (505) 476-8028 or visitin\r\n\r\ng the Enforcement page of the Department website, www.wildlife.state.nm.us or by clicking here.\r\n\r\n\"\"','Help Wanted: Department Hiring Conservation Officers',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3349-revision-3','','','2011-05-03 17:07:03','2011-05-03 23:07:03','',3349,'http://www.timberon.info/blog/?p=3353',0,'revision','',0,''),(3354,1,'2011-05-03 17:09:03','2011-05-03 23:09:03','The Department of Game and Fish is looking for qualified men and women to join the next generation of conservation officers who protect and conserve the state\'s wildlife. Recruitment will be through May 12, 2011, for trainees to fill multiple positions statewide.\n\nQualifications include a bachelor’s degree from a four-year, accredited college, passing a physical fitness test, and successfully completing a five-month training course at the state Law Enforcement Academy. Acceptable college degrees include biology, fisheries science or management, wildlife science or management, animal science, forestry, range science or management, agricultural science, environmental science, wildlife law enforcement, criminal justice, ecology, natural resource science or management, or zoology.\n\nApplicants can find the recruiting notice and application instructions on the State Personnel Office web site,  www.state.nm.us/spo.\n\nInterested applicants can get more information about conservation officer duties, educational and physical requirements, training and employee benefits by contacting the Department of Game and Fish Human Resources Office at (505) 476-8028 or visiting the Enforcement page of the Department website, www.wildlife.state.nm.us or by clicking here.\n\n\"\"','Help Wanted: Department Hiring Conservation Officers',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3349-autosave','','','2011-05-03 17:09:03','2011-05-03 23:09:03','',3349,'http://www.timberon.info/blog/?p=3354',0,'revision','',0,''),(3355,1,'2011-04-29 17:11:54','2011-04-29 23:11:54','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 public safety have been mitigated. Lincoln National Forest Supervisor Robert Trujillo signed a Closure Order, effective April 27 that closes the White Fire area, which burned approximately 10,356 acres of both private and National Forest System lands to public entry.\r\n\r\nThe Closure Order is a precautionary measure for public safety first and foremost and also allows forest specialists to assess the damage and the Burned Area Emergency Response team specialists to begin rehabilitative work in the area.\r\n\r\nClosure Order 08-217, prohibits going into or being upon any portion of National Forest Lands within the perimeter of the White Fire. The only exemptions to the order are: Persons with a Forest Service permit specifically authorizing the otherwise prohibited act or omission; any Federal, State, or local officer, or member of an organized rescue or firefighting force in the performance of an official duty, and persons engaged in a business, trade, or occupation in the area.\r\n\r\nFor more information or to obtain a copy of the Closure Order, please visit the Smokey Bear Ranger District Office at 901 Mechem Drive, Ruidoso, from 7:30 a.m. to 4:30 p.m., or call (575) 257-4095. The order will also be posted on roads and trails entering the fire perimeter and on the Lincoln National Forest web site at www.fs.usda.gov/lincoln.','Closure Order Prohibits Access To Burned Areas Of White Fire Incident',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','closure-order-prohibits-access-to-burned-areas-of-white-fire-incident','','','2011-05-03 17:14:45','2011-05-03 23:14:45','',0,'http://www.timberon.info/blog/?p=3355',0,'post','',0,''),(3356,1,'2011-05-03 17:13:57','2011-05-03 23:13:57','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 public safety have been mitigated. Lincoln National Forest Supervisor Robert Trujillo signed a Closure Order, effective April 27 that closes the White Fire area, which burned approximately 10,356 acres of both private and National Forest System lands to public entry.\n\nThe Closure Order is a precautionary measure for public safety first and foremost and also allows forest specialists to assess the damage and the Burned Area Emergency Response team specialists to begin rehabilitative work in the area.\n\nClosure Order 08-217, prohibits going into or being upon any portion of National Forest Lands within the perimeter of the White Fire. The only exemptions to the order are: Persons with a Forest Service permit specifically authorizing the otherwise prohibited act or omission; any Federal, State, or local officer, or member of an organized rescue or firefighting force in the performance of an official duty, and persons engaged in a business, trade, or occupation in the area.\n\nFor more information or to obtain a copy of the Closure Order, please visit the Smokey Bear Ranger District Office at 901 Mechem Drive, Ruidoso, from 7:30 a.m. to 4:30 p.m., or call (575) 257-4095. The order will also be posted on roads and trails entering the fire perimeter and on the Lincoln National Forest web site at www.fs.usda.gov/lincoln.','Closure Order Prohibits Access To Burned Areas Of White Fire Incident',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3355-revision','','','2011-05-03 17:13:57','2011-05-03 23:13:57','',3355,'http://www.timberon.info/blog/?p=3356',0,'revision','',0,''),(3357,1,'2011-05-03 17:15:52','2011-05-03 23:15:52','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 public safety have been mitigated. Lincoln National Forest Supervisor Robert Trujillo signed a Closure Order, effective April 27 that closes the White Fire area, which burned approximately 10,356 acres of both private and National Forest System lands to public entry.\n\nThe Closure Order is a precautionary measure for public safety first and foremost and also allows forest specialists to assess the damage and the Burned Area Emergency Response team specialists to begin rehabilitative work in the area.\n\nClosure Order 08-217, prohibits going into or being upon any portion of National Forest Lands within the perimeter of the White Fire. The only exemptions to the order are: Persons with a Forest Service permit specifically authorizing the otherwise prohibited act or omission; any Federal, State, or local officer, or member of an organized rescue or firefighting force in the performance of an official duty, and persons engaged in a business, trade, or occupation in the area.\n\nFor more information or to obtain a copy of the Closure Order, please visit the Smokey Bear Ranger District Office at 901 Mechem Drive, Ruidoso, from 7:30 a.m. to 4:30 p.m., or call (575) 257-4095. The order will also be posted on roads and trails entering the fire perimeter and on the Lincoln National Forest web site at www.fs.usda.gov/lincoln.','Closure Order Prohibits Access To Burned Areas Of White Fire Incident',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3355-autosave','','','2011-05-03 17:15:52','2011-05-03 23:15:52','',3355,'http://www.timberon.info/blog/?p=3357',0,'revision','',0,''),(3358,1,'2011-04-28 17:17:11','2011-04-28 23:17:11','The State Game Commission will introduce four new commissioners and hear presentations about recent legislation, the private-land antelope system, the annual audit and the ban on trapping in the Blue Range Wolf Recovery Area at its meeting May 5 in Albuquerque.\r\n\r\n \r\n\r\nThe meeting will be from 9 a.m. to 5 p.m. in the Continuing Education Conference Center, Room C, at the University of New Mexico in Albuquerque. The full agenda, detailed agenda-item briefings and other information are available on the Department of Game and Fish website, www.wildlife.state.nm.us, or by calling (505) 476-8008. Details of proposed rules and opportunities to comment about them also are available on the website.\r\n\r\n \r\n\r\nAgenda items include:\r\n\r\n \r\n
      \r\n
    • A report on legislation passed by the 2011 State Legislature and signed by the governor that will impact the Department and the state’s hunters and anglers.
    • \r\n
    \r\n \r\n
      \r\n
    • An update on new rules affecting the way the Department allocates private-land antelope licenses.
    • \r\n
    \r\n \r\n
      \r\n
    • An update on the temporary ban on trapping on public lands within the Blue Range Wolf Recovery Area and a study by New Mexico State University on the affects various kinds of traps and trapping methods have on Mexican wolves.
    • \r\n
    • A required review of the Department of Game and Fish fiscal-year 2010 financial statements and annual audit report from the state auditor.
    • \r\n
    \r\n \r\n
      \r\n
    • A presentation about a proposal to renew a one-year easement with the State Land Office for hunting, angling and trapping access on State Trust Lands.
    • \r\n
    \r\n \r\n\r\nThe State Game Commission is composed of seven members who represent the state’s diverse interests in wildlife-associated recreation and conservation. Members are appointed by the governor and confirmed by the state Senate. Current members are Chairman Jim McClintic, Tom Arvas and Thomas \"Dick\" Salopek, and newly appointed members Bill Montoya, Jerry Maracchini, Scott Bidegain and Robert Hoffman.\r\n\r\n \r\n\r\nIf you are an individual with a disability who is in need of a reader, amplifier, qualified sign language interpreter, or any other form of auxiliary aid or service to attend or participate in the meeting, please contact Sonya Quintana, (505) 476-8030. Public documents, including the agenda and minutes, can be provided in various accessible forms.\r\n\r\n ','Game Commission To Meet May 5th in Albuquerque',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','game-commission-to-meet-may-5th-in-albuquerque','','','2011-05-03 17:20:07','2011-05-03 23:20:07','',0,'http://www.timberon.info/blog/?p=3358',0,'post','',0,''),(3359,1,'2011-05-03 17:19:13','2011-05-03 23:19:13','The State Game Commission will introduce four new commissioners and hear presentations about recent legislation, the private-land antelope system, the annual audit and the ban on trapping in the Blue Range Wolf Recovery Area at its meeting May 5 in Albuquerque.\n\n \n\nThe meeting will be from 9 a.m. to 5 p.m. in the Continuing Education Conference Center, Room C, at the University of New Mexico in Albuquerque. The full agenda, detailed agenda-item briefings and other information are available on the Department of Game and Fish website, www.wildlife.state.nm.us, or by calling (505) 476-8008. Details of proposed rules and opportunities to comment about them also are available on the website.\n\n \n\nAgenda items include:\n\n \n
      \n
    • A report on legislation passed by the 2011 State Legislature and signed by the governor that will impact the Department and the state’s hunters and anglers.
    • \n
    \n \n
      \n
    • An update on new rules affecting the way the Department allocates private-land antelope licenses.
    • \n
    \n \n
      \n
    • An update on the temporary ban on trapping on public lands within the Blue Range Wolf Recovery Area and a study by New Mexico State University on the affects various kinds of traps and trapping methods have on Mexican wolves.
    • \n
    • A required review of the Department of Game and Fish fiscal-year 2010 financial statements and annual audit report from the state auditor.
    • \n
    \n \n
      \n
    • A presentation about a proposal to renew a one-year easement with the State Land Office for hunting, angling and trapping access on State Trust Lands.
    • \n
    \n \n\nThe State Game Commission is composed of seven members who represent the state’s diverse interests in wildlife-associated recreation and conservation. Members are appointed by the governor and confirmed by the state Senate. Current members are Chairman Jim McClintic, Tom Arvas and Thomas \"Dick\" Salopek, and newly appointed members Bill Montoya, Jerry Maracchini, Scott Bidegain and Robert Hoffman.\n\n \n\nIf you are an individual with a disability who is in need of a reader, amplifier, qualified sign language interpreter, or any other form of auxiliary aid or service to attend or participate in the meeting, please contact Sonya Quintana, (505) 476-8030. Public documents, including the agenda and minutes, can be provided in various accessible forms.\n\n ','Game Commission To Meet May 5th in Albuquerque',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3358-revision','','','2011-05-03 17:19:13','2011-05-03 23:19:13','',3358,'http://www.timberon.info/blog/?p=3359',0,'revision','',0,''),(3360,1,'2011-05-03 17:21:12','2011-05-03 23:21:12','The State Game Commission will introduce four new commissioners and hear presentations about recent legislation, the private-land antelope system, the annual audit and the ban on trapping in the Blue Range Wolf Recovery Area at its meeting May 5 in Albuquerque.\n\n \n\nThe meeting will be from 9 a.m. to 5 p.m. in the Continuing Education Conference Center, Room C, at the University of New Mexico in Albuquerque. The full agenda, detailed agenda-item briefings and other information are available on the Department of Game and Fish website, www.wildlife.state.nm.us, or by calling (505) 476-8008. Details of proposed rules and opportunities to comment about them also are available on the website.\n\n \n\nAgenda items include:\n\n \n
      \n
    • A report on legislation passed by the 2011 State Legislature and signed by the governor that will impact the Department and the state’s hunters and anglers.
    • \n
    \n \n
      \n
    • An update on new rules affecting the way the Department allocates private-land antelope licenses.
    • \n
    \n \n
      \n
    • An update on the temporary ban on trapping on public lands within the Blue Range Wolf Recovery Area and a study by New Mexico State University on the affects various kinds of traps and trapping methods have on Mexican wolves.
    • \n
    • A required review of the Department of Game and Fish fiscal-year 2010 financial statements and annual audit report from the state auditor.
    • \n
    \n \n
      \n
    • A presentation about a proposal to renew a one-year easement with the State Land Office for hunting, angling and trapping access on State Trust Lands.
    • \n
    \n \n\nThe State Game Commission is composed of seven members who represent the state’s diverse interests in wildlife-associated recreation and conservation. Members are appointed by the governor and confirmed by the state Senate. Current members are Chairman Jim McClintic, Tom Arvas and Thomas \"Dick\" Salopek, and newly appointed members Bill Montoya, Jerry Maracchini, Scott Bidegain and Robert Hoffman.\n\n \n\nIf you are an individual with a disability who is in need of a reader, amplifier, qualified sign language interpreter, or any other form of auxiliary aid or service to attend or participate in the meeting, please contact Sonya Quintana, (505) 476-8030. Public documents, including the agenda and minutes, can be provided in various accessible forms.','Game Commission To Meet May 5th in Albuquerque',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3358-autosave','','','2011-05-03 17:21:12','2011-05-03 23:21:12','',3358,'http://www.timberon.info/blog/?p=3360',0,'revision','',0,''),(3361,1,'2011-04-27 17:22:04','2011-04-27 23:22:04','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 Carlsbad, New Mexico, has been closed until further notice. Lincoln National Forest Supervisor Robert Trujillo signed a Closure Order effective April 25, 2011, that prohibits access to the day-use area.\r\n\r\nThe Last Chance Fire, reported on April 24, 2011, actively burning in steep, rocky, inaccessible terrain in the Guadalupe Mountains also burned areas of Sitting Bull Falls including picnic pavilion overhang covers, electrical poles, associated trail systems, and climbing area at end of Forest Service Road 525A.\r\n\r\nThe Closure Order is a precautionary measure for public safety first and foremost and also allows forest specialists to assess the damage and begin rehabilitative work in the area.\r\n\r\nThe Guadalupe Ranger District will provide a news release when work repairs are finished and the public can access the day-use picnic area safely and can once again enjoy this special oasis in the desert.\r\n\r\nFor more information, please contact the Guadalupe Ranger District Office at (575) 885-4181, 7:30 a.m. to 4:30 p.m., Monday through Friday.\r\n\r\nFor more information on the Lincoln National Forest, please visit our website at www.fs.usda.gov/lincoln and follow us on www.twitter.com/lincolnsmokey.','Closure Order Prohibits Access To Sitting Bull Falls Day-Use Area ',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','closure-order-prohibits-access-to-sitting-bull-falls-day-use-area','','','2011-05-03 17:25:33','2011-05-03 23:25:33','',0,'http://www.timberon.info/blog/?p=3361',0,'post','',0,''),(3362,1,'2011-05-03 17:25:06','2011-05-03 23:25:06','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 Carlsbad, New Mexico, has been closed until further notice. Lincoln National Forest Supervisor Robert Trujillo signed a Closure Order effective April 25, 2011, that prohibits access to the day-use area.\n\nThe Last Chance Fire, reported on April 24, 2011, actively burning in steep, rocky, inaccessible terrain in the Guadalupe Mountains also burned areas of Sitting Bull Falls including picnic pavilion overhang covers, electrical poles, associated trail systems, and climbing area at end of Forest Service Road 525A.\n\nThe Closure Order is a precautionary measure for public safety first and foremost and also allows forest specialists to assess the damage and begin rehabilitative work in the area.\n\nThe Guadalupe Ranger District will provide a news release when work repairs are finished and the public can access the day-use picnic area safely and can once again enjoy this special oasis in the desert.\n\nFor more information, please contact the Guadalupe Ranger District Office at (575) 885-4181, 7:30 a.m. to 4:30 p.m., Monday through Friday.\n\nFor more information on the Lincoln National Forest, please visit our website at www.fs.usda.gov/lincoln and follow us on www.twitter.com/lincolnsmokey.','Closure Order Prohibits Access To Sitting Bull Falls Day-Use Area ',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3361-revision','','','2011-05-03 17:25:06','2011-05-03 23:25:06','',3361,'http://www.timberon.info/blog/?p=3362',0,'revision','',0,''),(3363,1,'2011-05-03 17:26:39','2011-05-03 23:26:39','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 Carlsbad, New Mexico, has been closed until further notice. Lincoln National Forest Supervisor Robert Trujillo signed a Closure Order effective April 25, 2011, that prohibits access to the day-use area.\n\nThe Last Chance Fire, reported on April 24, 2011, actively burning in steep, rocky, inaccessible terrain in the Guadalupe Mountains also burned areas of Sitting Bull Falls including picnic pavilion overhang covers, electrical poles, associated trail systems, and climbing area at end of Forest Service Road 525A.\n\nThe Closure Order is a precautionary measure for public safety first and foremost and also allows forest specialists to assess the damage and begin rehabilitative work in the area.\n\nThe Guadalupe Ranger District will provide a news release when work repairs are finished and the public can access the day-use picnic area safely and can once again enjoy this special oasis in the desert.\n\nFor more information, please contact the Guadalupe Ranger District Office at (575) 885-4181, 7:30 a.m. to 4:30 p.m., Monday through Friday.\n\nFor more information on the Lincoln National Forest, please visit our website at www.fs.usda.gov/lincoln and follow us on www.twitter.com/lincolnsmokey.','Closure Order Prohibits Access To Sitting Bull Falls Day-Use Area ',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3361-autosave','','','2011-05-03 17:26:39','2011-05-03 23:26:39','',3361,'http://www.timberon.info/blog/?p=3363',0,'revision','',0,''),(3364,1,'2011-04-26 17:27:20','2011-04-26 23:27:20','Attached is an order from the PRC dated April 25, 2011 requiring follow-up info from the receiver that is to be delivered to the PRC by no later than May 11, 2011. I believe it will be of great interest to all.\r\n\r\nAlso is the Receiver’s request for approval from Judge Reynolds for some action they want to do.\r\n\r\nPRC Request for followup info\r\n\r\nReceiver\'s Request to Judge 4-2011\r\n\r\n ','PRC Bench Request Order',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','prc-bench-request-order','','','2011-05-03 17:50:38','2011-05-03 23:50:38','',0,'http://www.timberon.info/blog/?p=3364',0,'post','',0,''),(3375,1,'2011-05-03 17:45:37','2011-05-03 23:45:37','Attached is an order from the PRC dated April 25, 2011 requiring follow-up info from the receiver that is to be delivered to the PRC by no later than May 11, 2011. I believe it will be of great interest to all.\r\n\r\nAlso is the Receiver’s request for approval from Judge Reynolds for some action they want to do.\r\n\r\nPRC Request for followup info\r\n\r\nReceiver\'s Request to Judge 4-2011','PRC Bench Request Order',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3364-revision-3','','','2011-05-03 17:45:37','2011-05-03 23:45:37','',3364,'http://www.timberon.info/blog/?p=3375',0,'revision','',0,''),(3366,1,'2011-05-03 17:29:49','2011-05-03 23:29:49','','Receiver\'s Request to Judge 4-2011',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','receivers-request-to-judge-4-2011','','','2011-05-03 17:29:49','2011-05-03 23:29:49','',3364,'http://www.timberon.info/blog/wp-content/uploads/2011/05/Receivers-Request-to-Judge-4-2011.doc',0,'attachment','application/msword',0,''),(3377,1,'2011-04-26 17:52:00','2011-04-26 23:52:00','The motion filed by the receiver’s attorney (Lee Deschamps) and set to be heard on May 6, 2011 at 1:15 P.M. in T or C, In the court of Judge Matthew Reynolds, 7th District Court, lays out the future of TWSD and will take away any possibility that the residents and property owners will have a say in how the community is governed or managed.\r\n\r\nThe document “Motion for court review and authorization” is attached. The document requests a re-structure of the board and a change in the current by-laws in addition to many other changes and goals. This means that properly worded and adopted, Timberon could be run by one or two individuals in any manner they deem fit. It also states that anyone who has ever been on the board or worked for the District could be named in a lawsuit.\r\n\r\nIf the citizens  do not want this to happen then about the only thing that will make a difference will be for each and every individual with an interest in Timberon to write to any and all persons in a position to do something:\r\n\r\nThe Governor’s office, Governor Martinez, Office of the Governor, 490 Old Santa Fe Trail, Santa Fe, NM 87501, 505-476-2200, http://www.governor.state.nm.us/Contact_the_Governor.aspx\r\n\r\nThe Attorney General’s office, Office of the Attorney General Gary King, P.O.Drawer 1508, Santa Fe, NM 87504-1508, 505-827-6000,  www.nmag.com\r\n\r\nThe Judicial Standards Commission, P.O.Box 1809, Albuquerque, NM 87125-7248, 505-222-9353, www.nmjsc.org\r\n\r\n \r\n\r\nThe Public Regulatory Commission, P.O.Box 1269, Santa Fe, NM 87504-1269,\r\n\r\nCommissioners Jason Marks and Patrick Lyons\r\n\r\nJason.Marks@state.nm.us \r\n\r\n Partick.Lyons@state.nm.us\r\n\r\nSomehow Judge Reynolds needs to know that the people of Timberon do not support his decision of placing Timberon in the hands of single person who can make decisions without any checks and balances. Only through the sheer volume of mail, phone calls or faxes will they pay attention to the takeover of a community.\r\n\r\nIn addition to phone calls etc the presence of a great number of residents and property owners in the court room at the time of the hearing just might get the Judge to think straight and do the right thing.\r\n\r\n(Comment from a unknown source)\r\n\r\nThis judge put a receiver in charge of a community that was friends with the person that has been trying to break the community of Timberon. He also is a friend of the receiver\'s lawyer and the community has to pay for this lawyer. He will not let the board hold meetings and will not let the board have their own lawyer. This is just a sample of what this man is doing and the judge has been sent letters requesting he look into this and the judge has done nothing.\r\n\r\nAttachment\r\n\r\nMotion for Court Review and Authorization May 2011-1','Open Letter to The Community of Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','open-letter-to-the-community-of-timberon','','','2011-05-03 17:59:11','2011-05-03 23:59:11','',0,'http://www.timberon.info/blog/?p=3377',0,'post','',0,''),(3368,1,'2011-05-03 17:51:44','2011-05-03 23:51:44','Attached is an order from the PRC dated April 25, 2011 requiring follow-up info from the receiver that is to be delivered to the PRC by no later than May 11, 2011. I believe it will be of great interest to all.\n\nAlso is the Receiver’s request for approval from Judge Reynolds for some action they want to do.\n\nPRC Request for followup info\n\nReceiver\'s Request to Judge 4-2011','PRC Bench Request Order',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3364-autosave','','','2011-05-03 17:51:44','2011-05-03 23:51:44','',3364,'http://www.timberon.info/blog/?p=3368',0,'revision','',0,''),(3374,1,'2011-05-03 17:45:37','2011-05-03 23:45:37','Attached is an order from the PRC dated April 25, 2011 requiring follow-up info from the receiver that is to be delivered to the PRC by no later than May 11, 2011. I believe it will be of great interest to all.\r\n\r\nAlso is the Receiver’s request for approval from Judge Reynolds for some action they want to do.\r\n\r\nPRC Request for followup info\r\n\r\nReceiver\'s Request to Judge 4-2011','PRC Bench Request Order',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3364-revision-2','','','2011-05-03 17:45:37','2011-05-03 23:45:37','',3364,'http://www.timberon.info/blog/?p=3374',0,'revision','',0,''),(3376,1,'2011-05-03 17:48:03','2011-05-03 23:48:03','Attached is an order from the PRC dated April 25, 2011 requiring follow-up info from the receiver that is to be delivered to the PRC by no later than May 11, 2011. I believe it will be of great interest to all.\r\n\r\nAlso is the Receiver’s request for approval from Judge Reynolds for some action they want to do.\r\n\r\n[gallery columns=\"4\" orderby=\"rand\"]','PRC Bench Request Order',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3364-revision-4','','','2011-05-03 17:48:03','2011-05-03 23:48:03','',3364,'http://www.timberon.info/blog/?p=3376',0,'revision','',0,''),(3371,1,'2011-05-03 17:39:45','2011-05-03 23:39:45','','PRC Request for followup info',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','prc-request-for-followup-info-2','','','2011-05-03 17:39:45','2011-05-03 23:39:45','',3364,'http://www.timberon.info/blog/wp-content/uploads/2011/04/PRC-Request-for-followup-info.pdf',0,'attachment','application/pdf',0,''),(3378,1,'2011-05-03 17:56:05','2011-05-03 23:56:05','The motion filed by the receiver’s attorney (Lee Deschamps) and set to be heard on May 6, 2011 at 1:15 P.M. in T or C, In the court of Judge Matthew Reynolds, 7th District Court, lays out the future of TWSD and will take away any possibility that the residents and property owners will have a say in how the community is governed or managed.\n\nThe document “Motion for court review and authorization” is attached. The document requests a re-structure of the board and a change in the current by-laws in addition to many other changes and goals. This means that properly worded and adopted, Timberon could be run by one or two individuals in any manner they deem fit. It also states that anyone who has ever been on the board or worked for the District could be named in a lawsuit.\n\nIf the citizens  do not want this to happen then about the only thing that will make a difference will be for each and every individual with an interest in Timberon to write to any and all persons in a position to do something:\n\nThe Governor’s office, Governor Martinez, Office of the Governor, 490 Old Santa Fe Trail, Santa Fe, NM 87501, 505-476-2200, http://www.governor.state.nm.us/Contact_the_Governor.aspx\n\nThe Attorney General’s office, Office of the Attorney General Gary King, P.O.Drawer 1508, Santa Fe, NM 87504-1508, 505-827-6000,  www.nmag.com\n\nThe Judicial Standards Commission, P.O.Box 1809, Albuquerque, NM 87125-7248, 505-222-9353, www.nmjsc.org\n\n \n\nThe Public Regulatory Commission, P.O.Box 1269, Santa Fe, NM 87504-1269,\n\nCommissioners Jason Marks and Patrick Lyons\n\nJason.Marks@state.nm.us \n\n Partick.Lyons@state.nm.us\n\nSomehow Judge Reynolds needs to know that the people of Timberon do not support his decision of placing Timberon in the hands of single person who can make decisions without any checks and balances. Only through the sheer volume of mail, phone calls or faxes will they pay attention to the takeover of a community.\n\nIn addition to phone calls etc the presence of a great number of residents and property owners in the court room at the time of the hearing just might get the Judge to think straight and do the right thing.\n\n(Comment from a unknown source)\n\nThis judge put a receiver in charge of a community that was friends with the person that has been trying to break the community of Timberon. He also is a friend of the receiver\'s lawyer and the community has to pay for this lawyer. He will not let the board hold meetings and will not let the board have their own lawyer. This is just a sample of what this man is doing and the judge has been sent letters requesting he look into this and the judge has done nothing.','Open Letter to The Community of Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3377-revision','','','2011-05-03 17:56:05','2011-05-03 23:56:05','',3377,'http://www.timberon.info/blog/?p=3378',0,'revision','',0,''),(3379,1,'2011-05-03 17:58:49','2011-05-03 23:58:49','','Motion for Court Review and Authorization May 2011-1',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','motion-for-court-review-and-authorization-may-2011-1','','','2011-05-03 17:58:49','2011-05-03 23:58:49','',3377,'http://www.timberon.info/blog/wp-content/uploads/2011/04/Motion-for-Court-Review-and-Authorization-May-2011-1.pdf',0,'attachment','application/pdf',0,''),(3380,1,'2011-05-03 17:56:48','2011-05-03 23:56:48','The motion filed by the receiver’s attorney (Lee Deschamps) and set to be heard on May 6, 2011 at 1:15 P.M. in T or C, In the court of Judge Matthew Reynolds, 7th District Court, lays out the future of TWSD and will take away any possibility that the residents and property owners will have a say in how the community is governed or managed.\r\n\r\nThe document “Motion for court review and authorization” is attached. The document requests a re-structure of the board and a change in the current by-laws in addition to many other changes and goals. This means that properly worded and adopted, Timberon could be run by one or two individuals in any manner they deem fit. It also states that anyone who has ever been on the board or worked for the District could be named in a lawsuit.\r\n\r\nIf the citizens  do not want this to happen then about the only thing that will make a difference will be for each and every individual with an interest in Timberon to write to any and all persons in a position to do something:\r\n\r\nThe Governor’s office, Governor Martinez, Office of the Governor, 490 Old Santa Fe Trail, Santa Fe, NM 87501, 505-476-2200, http://www.governor.state.nm.us/Contact_the_Governor.aspx\r\n\r\nThe Attorney General’s office, Office of the Attorney General Gary King, P.O.Drawer 1508, Santa Fe, NM 87504-1508, 505-827-6000,  www.nmag.com\r\n\r\nThe Judicial Standards Commission, P.O.Box 1809, Albuquerque, NM 87125-7248, 505-222-9353, www.nmjsc.org\r\n\r\n \r\n\r\nThe Public Regulatory Commission, P.O.Box 1269, Santa Fe, NM 87504-1269,\r\n\r\nCommissioners Jason Marks and Patrick Lyons\r\n\r\nJason.Marks@state.nm.us \r\n\r\n Partick.Lyons@state.nm.us\r\n\r\nSomehow Judge Reynolds needs to know that the people of Timberon do not support his decision of placing Timberon in the hands of single person who can make decisions without any checks and balances. Only through the sheer volume of mail, phone calls or faxes will they pay attention to the takeover of a community.\r\n\r\nIn addition to phone calls etc the presence of a great number of residents and property owners in the court room at the time of the hearing just might get the Judge to think straight and do the right thing.\r\n\r\n(Comment from a unknown source)\r\n\r\nThis judge put a receiver in charge of a community that was friends with the person that has been trying to break the community of Timberon. He also is a friend of the receiver\'s lawyer and the community has to pay for this lawyer. He will not let the board hold meetings and will not let the board have their own lawyer. This is just a sample of what this man is doing and the judge has been sent letters requesting he look into this and the judge has done nothing.','Open Letter to The Community of Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3377-revision-2','','','2011-05-03 17:56:48','2011-05-03 23:56:48','',3377,'http://www.timberon.info/blog/?p=3380',0,'revision','',0,''),(3381,1,'2011-05-03 18:00:17','2011-05-04 00:00:17','The motion filed by the receiver’s attorney (Lee Deschamps) and set to be heard on May 6, 2011 at 1:15 P.M. in T or C, In the court of Judge Matthew Reynolds, 7th District Court, lays out the future of TWSD and will take away any possibility that the residents and property owners will have a say in how the community is governed or managed.\n\nThe document “Motion for court review and authorization” is attached. The document requests a re-structure of the board and a change in the current by-laws in addition to many other changes and goals. This means that properly worded and adopted, Timberon could be run by one or two individuals in any manner they deem fit. It also states that anyone who has ever been on the board or worked for the District could be named in a lawsuit.\n\nIf the citizens  do not want this to happen then about the only thing that will make a difference will be for each and every individual with an interest in Timberon to write to any and all persons in a position to do something:\n\nThe Governor’s office, Governor Martinez, Office of the Governor, 490 Old Santa Fe Trail, Santa Fe, NM 87501, 505-476-2200, http://www.governor.state.nm.us/Contact_the_Governor.aspx\n\nThe Attorney General’s office, Office of the Attorney General Gary King, P.O.Drawer 1508, Santa Fe, NM 87504-1508, 505-827-6000,  www.nmag.com\n\nThe Judicial Standards Commission, P.O.Box 1809, Albuquerque, NM 87125-7248, 505-222-9353, www.nmjsc.org\n\n \n\nThe Public Regulatory Commission, P.O.Box 1269, Santa Fe, NM 87504-1269,\n\nCommissioners Jason Marks and Patrick Lyons\n\nJason.Marks@state.nm.us \n\n Partick.Lyons@state.nm.us\n\nSomehow Judge Reynolds needs to know that the people of Timberon do not support his decision of placing Timberon in the hands of single person who can make decisions without any checks and balances. Only through the sheer volume of mail, phone calls or faxes will they pay attention to the takeover of a community.\n\nIn addition to phone calls etc the presence of a great number of residents and property owners in the court room at the time of the hearing just might get the Judge to think straight and do the right thing.\n\n(Comment from a unknown source)\n\nThis judge put a receiver in charge of a community that was friends with the person that has been trying to break the community of Timberon. He also is a friend of the receiver\'s lawyer and the community has to pay for this lawyer. He will not let the board hold meetings and will not let the board have their own lawyer. This is just a sample of what this man is doing and the judge has been sent letters requesting he look into this and the judge has done nothing.\n\nAttachment\n\nMotion for Court Review and Authorization May 2011-1','Open Letter to The Community of Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3377-autosave','','','2011-05-03 18:00:17','2011-05-04 00:00:17','',3377,'http://www.timberon.info/blog/?p=3381',0,'revision','',0,''),(3402,1,'2011-05-03 19:03:15','2011-05-04 01:03:15','[my_calendar category=\"4\" showkey=\"no\"]','Around the Mountain',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3391-revision-3','','','2011-05-03 19:03:15','2011-05-04 01:03:15','',3391,'http://www.timberon.info/blog/?p=3402',0,'revision','',0,''),(3592,1,'2000-10-08 16:47:19','2000-10-08 22:47:19','[nggallery id=12]','Fall in the Mountains',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','fall-in-the-mountains','','','2011-05-08 16:48:06','2011-05-08 22:48:06','',0,'http://www.timberon.info/blog/?p=3592',0,'post','',0,''),(3593,1,'2011-05-08 16:47:34','2011-05-08 22:47:34','','Fall in the Mountains',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3592-revision','','','2011-05-08 16:47:34','2011-05-08 22:47:34','',3592,'http://www.timberon.info/blog/?p=3593',0,'revision','',0,''),(2185,1,'2011-02-12 22:33:30','2011-02-12 22:33:30','Back to Photos\r\n[nggallery id=12]','Fall 2000 Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','141-revision-5','','','2011-02-12 22:33:30','2011-02-12 22:33:30','',141,'http://www.timberon.info/blog/?p=2185',0,'revision','',0,''),(2186,1,'2011-02-12 22:34:20','2011-02-12 22:34:20','Back to Photos\r\n[nggallery id=14]','Forest Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','143-revision-5','','','2011-02-12 22:34:20','2011-02-12 22:34:20','',143,'http://www.timberon.info/blog/?p=2186',0,'revision','',0,''),(3608,1,'2011-04-13 11:33:28','2011-04-13 17:33:28','[nggallery id=4]\r\nUpload Your Photo...\r\n[ngg_uploader id = 4]','Uploaded Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','1178-revision','','','2011-04-13 11:33:28','2011-04-13 17:33:28','',1178,'http://www.timberon.info/blog/?p=3608',0,'revision','',0,''),(2188,1,'2011-02-12 22:33:03','2011-02-12 22:33:03','Back to Photos\r\nA whole lot of photos in Timberon of people and events, most coming from early Mountain Times newspaper archives... When you clicked or hovered on this page in the menu additional photo albums were being displayed to the side.\r\n[nggallery id=6]','More Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','106-revision-7','','','2011-02-12 22:33:03','2011-02-12 22:33:03','',106,'http://www.timberon.info/blog/?p=2188',0,'revision','',0,''),(3609,1,'2011-04-13 11:36:09','2011-04-13 17:36:09','[recent max=4]\r\n\r\nNew Photos\r\n\r\n Photo Archive\r\n\r\n\r\nThere are thousands of photos placed loosely in categories to make them more manageable.  Clicking on a category brings up that series of photos...\r\n
      \r\n
    • Various Timberon Photos\r\nEvents and special occasions, people, activities, and various other Timberon photos.
    • \r\n
    \r\nNature Trips ...Trips to explore around the Sacramento Mountains.  Click on the albums below...\r\n
      \r\n
    • Exploring August 2000\r\nSpending Sundays exploring different parts of the Sacramento Mountains.  Here are some photos taken from around Agua Chiquita and above Forest Road 64 near the Sunspot Highway.
    • \r\n
    • Exploring September 2000\r\nGoing out on Sundays exploring different parts of the Sacramento Mountains.  Here are some photos taken from the north and south extremes of Timberon - two very different climatic areas.
    • \r\n
    • Exploring October 2000\r\nExploring different parts of the Sacramento Mountains.  Here are some photos taken from up Jim Lewis Canyon and down Agua Chiquita.
    • \r\n
    • Exploring August 2001\r\nGoing ay up in the Sacramento Mountains.  Here are some photos taken from on top of the mountain above Circle Cross and Timberon.
    • \r\n
    \r\nSpecial Albums ...Groups of photos by people during a certain time of with a particular theme.  Click on Albums Below...\r\n
      \r\n
    • Bill Davis Photo Album\r\nSome 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!
    • \r\n
    • Kathleen Anderson Photo Album\r\nSome photos of the early days of Timberon.  Kathleen Anderson sold land here in 1974 and 1975.  \"Timberon will always remain in my heart... one of the best places on the planet\"... Kathleen Anderson
    • \r\n
    • Sacramento Mountain Museum Photo Collection\r\nFrom the Sacramento Mountain Museum and Research Center... These photos are the property of the Museum and may not be reproduced from this website. Contact the Museum for more information... Museum Website.
    • \r\n
    • Sara Jo Patterson Photo Album\r\nVintage photos belonging to Sara Jo Patterson from Sixteen Springs.
    • \r\n
    • Kathy Worrell Photos\r\nPhotos taken by Kathy Worrell, most recent editor of the Mountain Times newspaper. Most photos here are of the Timberon 4th of July Parade.
    • \r\n
    \r\nVarious Other Photo Albums\r\n','Mountain Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','38-revision-2','','','2011-04-13 11:36:09','2011-04-13 17:36:09','',38,'http://www.timberon.info/blog/?p=3609',0,'revision','',0,''),(3604,1,'2011-02-08 16:55:29','2011-02-08 23:55:29','[nggallery id=15]','Off Mountain Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','off-mountain-photos','','','2011-05-09 11:04:17','2011-05-09 17:04:17','',0,'http://www.timberon.info/blog/?p=3604',0,'post','',0,''),(3605,1,'2011-05-08 16:55:06','2011-05-08 22:55:06','','Off Mountain Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3604-revision','','','2011-05-08 16:55:06','2011-05-08 22:55:06','',3604,'http://www.timberon.info/blog/?p=3605',0,'revision','',0,''),(3479,1,'2000-08-08 09:44:15','2000-08-08 15:44:15','We started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from around Agua Chiquita and above Forest Road 64 near the Sunspot Highway.\r\n[nggallery id=1]','Exploring - August 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','exploring-august-2000','','','2011-05-08 09:45:37','2011-05-08 15:45:37','',0,'http://www.timberon.info/blog/?p=3479',0,'post','',0,''),(2192,1,'2011-04-04 12:54:07','2011-04-04 18:54:07','','Special Photo Albums',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','466-autosave','','','2011-04-04 12:54:07','2011-04-04 18:54:07','',466,'http://www.timberon.info/blog/?p=2192',0,'revision','',0,''),(2193,1,'2011-04-04 12:52:00','2011-04-04 18:52:00','[nggallery id=4]\r\nUpload Your Photo...\r\n[ngg_uploader id = 4]','Newly Uploaded Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','1178-revision-11','','','2011-04-04 12:52:00','2011-04-04 18:52:00','',1178,'http://www.timberon.info/blog/?p=2193',0,'revision','',0,''),(2194,1,'2011-04-04 12:53:01','2011-04-04 18:53:01','','Special Photo Albums',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','466-revision-6','','','2011-04-04 12:53:01','2011-04-04 18:53:01','',466,'http://www.timberon.info/blog/?p=2194',0,'revision','',0,''),(2195,1,'2011-04-04 12:57:43','2011-04-04 18:57:43','','Photo Archives',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','photo-archives','','','2011-04-04 12:57:43','2011-04-04 18:57:43','',38,'http://www.timberon.info/blog/?page_id=2195',3,'page','',0,''),(2196,1,'2011-04-04 12:57:23','2011-04-04 18:57:23','','Photo Archives',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2195-revision','','','2011-04-04 12:57:23','2011-04-04 18:57:23','',2195,'http://www.timberon.info/blog/?p=2196',0,'revision','',0,''),(2197,1,'2011-04-04 12:47:56','2011-04-04 18:47:56','','Exploring the Mountain',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','459-revision-5','','','2011-04-04 12:47:56','2011-04-04 18:47:56','',459,'http://www.timberon.info/blog/?p=2197',0,'revision','',0,''),(2198,1,'2011-04-04 12:59:32','2011-04-04 18:59:32','','Exploring the Mountain',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','459-autosave','','','2011-04-04 12:59:32','2011-04-04 18:59:32','',459,'http://www.timberon.info/blog/?p=2198',0,'revision','',0,''),(3417,1,'2011-05-03 19:29:32','2011-05-04 01:29:32','[Category number=\'10\' method=\'excerpt\' order=\'desc\' id=\'34\' orderby=\'date\']','News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','552-revision-2','','','2011-05-03 19:29:32','2011-05-04 01:29:32','',552,'http://www.timberon.info/blog/?p=3417',0,'revision','',0,''),(3420,1,'2011-05-03 18:45:01','2011-05-04 00:45:01','The Forest Service Southwestern Region will host a federal advisory panel meeting at the Hyatt Place Albuquerque/Uptown, 6901 Arvada Avenue, NE Albuquerque, NM  87110, (505) 872-9000. The meeting will begin at 10:00 AM on Monday, April 25 and end at approximately 4:00 PM on Friday, April 29.\r\n\r\nThe Technical Advisory Panel, which is composed of members selected for their long-time familiarity with forest management issues in New Mexico, will review grant proposals submitted for funding under the Collaborative\r\nForest Restoration Program (CFRP).  The Forest Service Southwestern Region received 35 grant proposals for consideration by the Panel in 2011.\r\n\r\nThe Technical Advisory Panel will provide recommendations to the Forest Service on project funding.  Individual grant recipients may receive up to $360,000 over a four-year period. The Forest Service plans to award\r\napproximately $4 million for CFRP grants in fiscal year 2011.  The meeting is open to the public.  However, discussion is limited to panel members and staff only.  Issues may be brought to the attention of the panel in writing.  There will be opportunities for the public to provide input during the meeting, and grant applicants may respond to questions\r\nfrom the Panel for clarification on their proposals.\r\n\r\nFor a more detailed description of the Collaborative Forest Restoration Program, as well as a discussion about the composition of this advisory panel, please visit the following website:  http://www.fs.usda.gov/goto/r3/cfrp or contact Walter Dunn, wdunn@fs.fed.us, at 505-842-3425, or in writing at Cooperative and International Forestry,\r\nUSDA-FS, 333 Broadway Blvd., SE, Albuquerque, 87102.','Forest Service Hosts Advisory Panel Meeting To Review Grant Proposals Submitted Under The Collaborative Forest Restoration Program April 25-29 2011 ',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3388-revision-2','','','2011-05-03 18:45:01','2011-05-04 00:45:01','',3388,'http://www.timberon.info/blog/?p=3420',0,'revision','',0,''),(2203,1,'2011-04-04 12:50:19','2011-04-04 18:50:19','Back to Photos\r\n[nggallery id=14]','Forest Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','143-revision-6','','','2011-04-04 12:50:19','2011-04-04 18:50:19','',143,'http://www.timberon.info/blog/?p=2203',0,'revision','',0,''),(2204,1,'2011-04-04 12:50:46','2011-04-04 18:50:46','Back to Photos\r\n[nggallery id=15]','Looking Off Mountain',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','144-revision-7','','','2011-04-04 12:50:46','2011-04-04 18:50:46','',144,'http://www.timberon.info/blog/?p=2204',0,'revision','',0,''),(2205,1,'2011-04-04 12:51:27','2011-04-04 18:51:27','Back to Photos\r\nA whole lot of photos in Timberon of people and events, most coming from early Mountain Times newspaper archives... When you clicked or hovered on this page in the menu additional photo albums were being displayed to the side.\r\n[nggallery id=6]','More Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','106-revision-8','','','2011-04-04 12:51:27','2011-04-04 18:51:27','',106,'http://www.timberon.info/blog/?p=2205',0,'revision','',0,''),(2206,1,'2011-04-04 12:52:35','2011-04-04 18:52:35','Back to Photos\r\n[nggallery id=13]','Scot Able Fire Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','142-revision-6','','','2011-04-04 12:52:35','2011-04-04 18:52:35','',142,'http://www.timberon.info/blog/?p=2206',0,'revision','',0,''),(2207,1,'2011-03-21 20:48:40','2011-03-21 20:48:40','Animals found in the Timberon area... This includeds mammals, birds, fish, and even insects.  Taken from Articles in the \"Old\" Mountain Times Newspaper.\r\n
      \r\n
    • Bats - 26.91kb Adobe Acrobat (PDF) File
    • \r\n
    • Bark Beetle - 22.92kb Adobe Acrobat (PDF) File
    • \r\n
    • Black Bear - 98.59kb Adobe Acrobat (PDF) File
    • \r\n
    • Blister Beetle - 28.80kb Adobe Acrobat (PDF) File
    • \r\n
    • Bobcat - 33.29kb Adobe Acrobat (PDF) File
    • \r\n
    • Coyote - 45.97kb Adobe Acrobat (PDF) File
    • \r\n
    • Deer Mouse - 19.15kb Adobe Acrobat (PDF) File
    • \r\n
    • Endangered Species - 48.83kb Adobe Acrobat (PDF) File
    • \r\n
    • Dragonfly - 58.08kb Adobe Acrobat (PDF) File
    • \r\n
    • Elk - 85.26kb Adobe Acrobat (PDF) File
    • \r\n
    • Mountain Lion - 90.01kb Adobe Acrobat (PDF) File
    • \r\n
    • Horned Toad - 9.67kb Adobe Acrobat (PDF) File
    • \r\n
    • Mule Deer - 38.64kb Adobe Acrobat (PDF) File
    • \r\n
    • Penasco Chipmunk - 39.26kb Adobe Acrobat (PDF) File
    • \r\n
    • New Mexico Snakes - 85.81kb Adobe Acrobat (PDF) File
    • \r\n
    • Rattlesnake - 72.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Recluse Spider - 95.43kb Adobe Acrobat (PDF) File
    • \r\n
    • Roadrunner - 30.39kb Adobe Acrobat (PDF) File
    • \r\n
    • Skunk  - 61.14kb Adobe Acrobat (PDF) File
    • \r\n
    • Wolf - 152.93kb Adobe Acrobat (PDF) File
    • \r\n
    • Turkey - 63.32kb Adobe Acrobat (PDF) File
    • \r\n
    \r\nOther Animals from Timberon and around New Mexico ...These are \"Wildlife Notes\" from NM Game and Fish.','Animals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','213-revision-58','','','2011-03-21 20:48:40','2011-03-21 20:48:40','',213,'http://www.timberon.info/blog/?p=2207',0,'revision','',0,''),(2208,1,'2011-03-21 21:42:53','2011-03-21 21:42:53','Animals found around the state of New Mexico, this includes mammals, fish, birds, reptiles and insects - taken from Wildlife Notes...  \r\n\r\n\"\"  Adobe PDF Files that open in a \"New Window\" \r\n','NM Wildlife Notes',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','661-revision-43','','','2011-03-21 21:42:53','2011-03-21 21:42:53','',661,'http://www.timberon.info/blog/?p=2208',0,'revision','',0,''),(3654,1,'2011-05-09 16:40:11','2011-05-09 22:40:11','Quick Contact\nSend Your Post','Contact Us',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3260-autosave','','','2011-05-09 16:40:11','2011-05-09 22:40:11','',3260,'http://www.timberon.info/blog/?p=3654',0,'revision','',0,''),(2211,1,'2011-04-04 16:35:19','2011-04-04 22:35:19','','Classified Ads',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','open','','timberon-classified-ads','','','2011-04-13 10:55:34','2011-04-13 16:55:34','',0,'http://www.timberon.info/blog/?page_id=2211',5,'page','',0,''),(2215,1,'2011-03-13 19:33:37','2011-03-13 19:33:37','Click Title to open in New Window\r\n[pageview url=\"http://www.timberonclassifieds.com\" title=\"Timberon Classifieds\" scrolling=\"yes\"]','Classified Ads',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','86-revision-15','','','2011-03-13 19:33:37','2011-03-13 19:33:37','',86,'http://www.timberon.info/blog/?p=2215',0,'revision','',0,''),(2217,1,'2011-04-04 16:37:38','2011-04-04 22:37:38','Click Title to open in New Window\r\n[pageview url=\"http://www.timberonclassifieds.com\" title=\"Timberon Classifieds\" scrolling=\"yes\"]','Timberon Real Estate',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','86-revision-16','','','2011-04-04 16:37:38','2011-04-04 22:37:38','',86,'http://www.timberon.info/blog/?p=2217',0,'revision','',0,''),(3001,1,'2011-03-13 21:27:26','2011-03-13 21:27:26','Directory Contact Form\r\n\r\nThe following contains a Phone Book [White and Yellow Pages] for Timberon, New Mexico...\r\n[bizdir_directory name=\"Phone Directory\"]','Local Directory',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','18-revision-25','','','2011-03-13 21:27:26','2011-03-13 21:27:26','',18,'http://www.timberon.info/blog/?p=3001',0,'revision','',0,''),(2219,1,'2011-04-04 16:35:55','2011-04-04 22:35:55','','Timberon Classified Ads',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2211-revision-3','','','2011-04-04 16:35:55','2011-04-04 22:35:55','',2211,'http://www.timberon.info/blog/?p=2219',0,'revision','',0,''),(2220,1,'2011-03-22 14:42:42','2011-03-22 14:42:42','[gwolle-gb]','Guestbook',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','56-revision-10','','','2011-03-22 14:42:42','2011-03-22 14:42:42','',56,'http://www.timberon.info/blog/?p=2220',0,'revision','',0,''),(2221,1,'2011-03-22 14:41:46','2011-03-22 14:41:46','','Help',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','498-revision-9','','','2011-03-22 14:41:46','2011-03-22 14:41:46','',498,'http://www.timberon.info/blog/?p=2221',0,'revision','',0,''),(2222,1,'2011-04-05 08:37:40','2011-04-05 14:37:40','','file',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','file','','','2011-04-05 08:37:40','2011-04-05 14:37:40','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/file.gif',0,'attachment','image/gif',0,''),(2224,1,'2011-04-05 08:41:45','2011-04-05 14:41:45','','Newspaper3',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','newspaper3','','','2011-04-05 08:41:45','2011-04-05 14:41:45','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/Newspaper3.gif',0,'attachment','image/gif',0,''),(2225,1,'2011-04-05 08:53:52','2011-04-05 14:53:52','','icon_camera_gray',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','icon_camera_gray','','','2011-04-05 08:53:52','2011-04-05 14:53:52','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/icon_camera_gray.gif',0,'attachment','image/gif',0,''),(2226,1,'2011-04-05 08:53:54','2011-04-05 14:53:54','','icon_more info',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','icon_more-info','','','2011-04-05 08:53:54','2011-04-05 14:53:54','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/icon_more-info.gif',0,'attachment','image/gif',0,''),(2227,1,'2011-04-05 08:53:55','2011-04-05 14:53:55','','iconpreview3',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','iconpreview3','','','2011-04-05 08:53:55','2011-04-05 14:53:55','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/iconpreview3.gif',0,'attachment','image/gif',0,''),(2228,1,'2011-04-05 08:53:56','2011-04-05 14:53:56','','join',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','join','','','2011-04-05 08:53:56','2011-04-05 14:53:56','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/join.gif',0,'attachment','image/gif',0,''),(2229,1,'2011-04-05 08:53:57','2011-04-05 14:53:57','','smfile',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smfile','','','2011-04-05 08:53:57','2011-04-05 14:53:57','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/smfile.gif',0,'attachment','image/gif',0,''),(2230,1,'2011-04-05 08:53:58','2011-04-05 14:53:58','','smfolder',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','smfolder','','','2011-04-05 08:53:58','2011-04-05 14:53:58','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/smfolder.gif',0,'attachment','image/gif',0,''),(2232,1,'2011-04-05 09:34:56','2011-04-05 15:34:56','','folder-open',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','folder-open','','','2011-04-05 09:34:56','2011-04-05 15:34:56','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/folder-open.png',0,'attachment','image/png',0,''),(2233,1,'2011-04-05 10:07:17','2011-04-05 16:07:17','','map',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','map','','','2011-04-05 10:07:17','2011-04-05 16:07:17','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/map.png',0,'attachment','image/png',0,''),(2234,1,'2011-04-05 10:07:18','2011-04-05 16:07:18','','newspaper',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','newspaper','','','2011-04-05 10:07:18','2011-04-05 16:07:18','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/newspaper.png',0,'attachment','image/png',0,''),(2235,1,'2011-04-05 10:07:19','2011-04-05 16:07:19','','photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','photos-2','','','2011-04-05 10:07:19','2011-04-05 16:07:19','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/photos.png',0,'attachment','image/png',0,''),(2236,1,'2011-04-05 10:08:28','2011-04-05 16:08:28','','address-book-2',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','address-book-2','','','2011-04-05 10:08:28','2011-04-05 16:08:28','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/address-book-2.png',0,'attachment','image/png',0,''),(2237,1,'2011-04-05 10:08:29','2011-04-05 16:08:29','','adress-book',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','adress-book','','','2011-04-05 10:08:29','2011-04-05 16:08:29','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/adress-book.png',0,'attachment','image/png',0,''),(2238,1,'2011-04-05 10:08:30','2011-04-05 16:08:30','','library',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','library','','','2011-04-05 10:08:30','2011-04-05 16:08:30','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/library.png',0,'attachment','image/png',0,''),(2239,1,'2011-04-05 10:09:48','2011-04-05 16:09:48','','finder',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','finder','','','2011-04-05 10:09:48','2011-04-05 16:09:48','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/finder.png',0,'attachment','image/png',0,''),(2240,1,'2011-04-05 10:09:49','2011-04-05 16:09:49','','folder',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','folder','','','2011-04-05 10:09:49','2011-04-05 16:09:49','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/folder.png',0,'attachment','image/png',0,''),(2241,1,'2011-04-05 10:09:50','2011-04-05 16:09:50','','mail',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','mail','','','2011-04-05 10:09:50','2011-04-05 16:09:50','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/mail.png',0,'attachment','image/png',0,''),(2242,1,'2011-04-05 11:20:03','2011-04-05 17:20:03','','library',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','library-2','','','2011-04-05 11:20:03','2011-04-05 17:20:03','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/library1.png',0,'attachment','image/png',0,''),(2243,1,'2011-04-05 11:38:44','2011-04-05 17:38:44','','home',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','home','','','2011-04-05 11:38:44','2011-04-05 17:38:44','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/home.png',0,'attachment','image/png',0,''),(3254,1,'2011-05-03 09:14:40','2011-05-03 15:14:40','','TEST',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','test-3','','','2011-05-03 19:14:58','2011-05-04 01:14:58','',0,'http://www.timberon.info/blog/?page_id=3254',0,'page','',0,''),(3255,1,'2011-05-03 09:14:34','2011-05-03 15:14:34','','TEST',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3254-revision','','','2011-05-03 09:14:34','2011-05-03 15:14:34','',3254,'http://www.timberon.info/blog/?p=3255',0,'revision','',0,''),(3260,1,'2011-05-03 12:45:24','2011-05-03 18:45:24','Quick Contact\r\nSend Your Post','Contact Us',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','closed','closed','','contact-us','','','2011-05-09 16:54:35','2011-05-09 22:54:35','',0,'http://www.timberon.info/blog/?page_id=3260',0,'page','',0,''),(2245,1,'2011-04-05 13:29:40','2011-04-05 19:29:40','\"\"\r\n\r\nYou are welcome to view the Timberon Website as a visitor without registering. The site is full of interesting and helpful information on Timberon, New Mexico.','Welcome to Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','closed','closed','','welcome-to-timberon','','','2011-05-03 19:07:06','2011-05-04 01:07:06','',0,'http://www.timberon.info/blog/?page_id=2245',-2,'page','',0,''),(2248,1,'2011-05-03 08:15:03','2011-05-03 14:15:03','\"\"You are welcome to view the Timberon Website as a visitor without registering. The site is full of interesting and helpful information on Timberon, New Mexico.','Welcome to Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2245-autosave','','','2011-05-03 08:15:03','2011-05-03 14:15:03','',2245,'http://www.timberon.info/blog/?p=2248',0,'revision','',0,''),(2969,1,'2011-04-05 15:35:09','2011-04-05 21:35:09','[recent max=4]\r\n\r\nNew Photos\r\n\r\n Photo Archive\r\n\r\n\r\nThere are thousands of photos placed loosely in categories to make them more manageable.  Clicking on a category brings up that series of photos...\r\n
      \r\n
    • Various Timberon Photos\r\nEvents and special occasions, people, activities, and various other Timberon photos.
    • \r\n
    \r\nNature Trips ...Trips to explore around the Sacramento Mountains.  Click on the albums below...\r\n
      \r\n
    • Exploring August 2000\r\nSpending Sundays exploring different parts of the Sacramento Mountains.  Here are some photos taken from around Agua Chiquita and above Forest Road 64 near the Sunspot Highway.
    • \r\n
    • Exploring September 2000\r\nGoing out on Sundays exploring different parts of the Sacramento Mountains.  Here are some photos taken from the north and south extremes of Timberon - two very different climatic areas.
    • \r\n
    • Exploring October 2000\r\nExploring different parts of the Sacramento Mountains.  Here are some photos taken from up Jim Lewis Canyon and down Agua Chiquita.
    • \r\n
    • Exploring August 2001\r\nGoing ay up in the Sacramento Mountains.  Here are some photos taken from on top of the mountain above Circle Cross and Timberon.
    • \r\n
    \r\nSpecial Albums ...Groups of photos by people during a certain time of with a particular theme.  Click on Albums Below...\r\n
      \r\n
    • Bill Davis Photo Album\r\nSome 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!
    • \r\n
    • Kathleen Anderson Photo Album\r\nSome photos of the early days of Timberon.  Kathleen Anderson sold land here in 1974 and 1975.  \"Timberon will always remain in my heart... one of the best places on the planet\"... Kathleen Anderson
    • \r\n
    • Sacramento Mountain Museum Photo Collection\r\nFrom the Sacramento Mountain Museum and Research Center... These photos are the property of the Museum and may not be reproduced from this website. Contact the Museum for more information... Museum Website.
    • \r\n
    • Sara Jo Patterson Photo Album\r\nVintage photos belonging to Sara Jo Patterson from Sixteen Springs.
    • \r\n
    • Kathy Worrell Photos\r\nPhotos taken by Kathy Worrell, most recent editor of the Mountain Times newspaper. Most photos here are of the Timberon 4th of July Parade.
    • \r\n
    \r\nVarious Other Photo Albums\r\n','Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','38-revision-76','','','2011-04-05 15:35:09','2011-04-05 21:35:09','',38,'http://www.timberon.info/blog/?p=2969',0,'revision','',0,''),(3630,1,'2011-05-09 10:53:39','2011-05-09 16:53:39','This cabin has three bedrooms and two bathrooms.  There are 2 king-size beds, 4 twin beds, and a double hide-a-bed.  The cabin has a full kitchen, washer/dryer, satellite TV /VCR and additional TV with DVD player, garden tub with jets, a wood burning stove, a nice porch with gas grill, dishwasher and Wi-Fi.. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 10 persons.\r\n\r\n15 Coconino Drive\r\nDirections to Casa Coconino at 15 Coconino Dr in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the second right onto Apache Dr. Take the second left onto Coconino Dr. Casa Coconino is the third place on your right. There is a parking area just off of the road that you are welcome to use should you have a trailer or multiple vehicles.\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, P.O. Box 92, Timberon, NM 88350 — 575-987-2201\r\n\r\n[my-email subject=\"Casa Coconino\"] for Reservations or Questions.  [nggallery id=25]\r\n\r\nReservations HIGHLY recommended…\r\n\r\n Reservations made during the holidays require a 50% non-refundable deposit.\r\n One night rental rates are slightly higher. No “one day” reservations will be accepted during the holidays.\r\n Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!\r\n All properties are non-smoking!\r\n\r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin…\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\nCalendar of Current Reservations\r\n[my_calendar category=\"12\" showkey=\"no\"]','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3630','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',2002,'http://www.timberon.info/blog/?p=3630',14,'nav_menu_item','',0,''),(3631,1,'2011-05-09 10:53:39','2011-05-09 16:53:39','10 White Marsh Valley [located within walking distance of the golf course]\r\n\r\nThis is an apartment building that has 4 rentals of varying size…\r\n\r\n Apartment A\r\n Apartment C\r\n Apartment D\r\n Apartment E\r\n\r\nDirections\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt A is the first apartment on your right from the deck. Apt C is the last apartment on your right from the deck. Apt D is on the front side of the building on the lower level. Apt E is the only apartment on the back side of the building.\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, P.O. Box 92, Timberon, NM 88350 — 575-987-2201\r\n\r\n[my-email subject=\"Casa Sacramento\"] for Reservations or Questions.  [nggallery id=33]\r\n\r\nReservations HIGHLY recommended…\r\n\r\n Reservations made during the holidays require a 50% non-refundable deposit.\r\n One night rental rates are slightly higher. No “one day” reservations will be accepted during the holidays.\r\n Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!\r\n All properties are non-smoking!\r\n\r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin…\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\nCalendar of Current Reservations\r\n[my_calendar category=\"5,6,7,8\" showkey=\"no\"]','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3631','','','2011-05-19 08:31:16','2011-05-19 14:31:16','',2002,'http://www.timberon.info/blog/?p=3631',15,'nav_menu_item','',0,''),(3418,1,'2011-05-04 10:04:05','2011-05-04 16:04:05','This is a sample','Announcement',1,1,0,NULL,NULL,NULL,0,NULL,'','private','open','open','','announcement','','','2011-05-04 10:04:05','2011-05-04 16:04:05','',0,'http://www.timberon.info/blog/?page_id=3418',0,'page','',0,''),(3419,1,'2011-05-04 10:34:12','2011-05-04 16:34:12','This is a sample','Announcement',1,1,0,NULL,NULL,NULL,0,NULL,'','private','open','open','','announcement-2','','','2011-05-04 10:34:12','2011-05-04 16:34:12','',0,'http://www.timberon.info/blog/?page_id=3419',0,'page','',0,''),(2252,1,'2011-04-05 15:46:33','2011-04-05 21:46:33','','mail',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','mail-2','','','2011-04-05 15:46:33','2011-04-05 21:46:33','',0,'http://www.timberon.info/blog/wp-content/uploads/2011/04/mail1.png',0,'attachment','image/png',0,''),(2973,1,'2011-04-04 16:42:17','2011-04-04 22:42:17','[gwolle-gb]','Sign Our Guestbook',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','56-revision-11','','','2011-04-04 16:42:17','2011-04-04 22:42:17','',56,'http://www.timberon.info/blog/?p=2973',0,'revision','',0,''),(3410,1,'2011-04-03 16:53:18','2011-04-03 22:53:18','','Mountain News',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2130-revision-3','','','2011-04-03 16:53:18','2011-04-03 22:53:18','',2130,'http://www.timberon.info/blog/?p=3410',0,'revision','',0,''),(3704,1,'2011-05-11 08:31:14','2011-05-11 14:31:14','\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.','A-Working Page',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','a-working-page','','','2011-05-11 15:27:53','2011-05-11 21:27:53','',0,'http://www.timberon.info/?page_id=3704',0,'page','',0,''),(3241,1,'2011-05-03 07:41:37','2011-05-03 13:41:37','[HyperBoard]','test',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','open','','test','','','2011-05-03 07:42:38','2011-05-03 13:42:38','',0,'http://www.timberon.info/blog/?page_id=3241',0,'page','',0,''),(3242,1,'2011-05-03 07:41:05','2011-05-03 13:41:05','','Auto Draft',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3241-revision','','','2011-05-03 07:41:05','2011-05-03 13:41:05','',3241,'http://www.timberon.info/blog/?p=3242',0,'revision','',0,''),(3250,1,'2011-05-03 08:15:26','2011-05-03 14:15:26','\"\"\r\n\r\nYou are welcome to view the Timberon Website as a visitor without registering. The site is full of interesting and helpful information on Timberon, New Mexico.','Welcome to Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','2245-revision-2','','','2011-05-03 08:15:26','2011-05-03 14:15:26','',2245,'http://www.timberon.info/blog/?p=3250',0,'revision','',0,''),(3251,1,'2011-05-03 08:00:38','2011-05-03 14:00:38',' [slider title=\"slider button title\"]\r\n\r\n[/slider]','test',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3245-revision-3','','','2011-05-03 08:00:38','2011-05-03 14:00:38','',3245,'http://www.timberon.info/blog/?p=3251',0,'revision','',0,''),(3252,1,'2011-05-02 20:08:42','2011-05-03 02:08:42','[thkBC height=\"300\" width=\"500\" anchortext=\"Link Anchor Text\" title=\"ThickBox Title\" type=\"ajax\" inline_id=\"[si-contact-form form=\'1\']\"]','Template',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','open','','3172-revision-2','','','2011-05-02 20:08:42','2011-05-03 02:08:42','',3172,'http://www.timberon.info/blog/?p=3252',0,'revision','',0,''),(3457,1,'2011-05-07 16:43:04','2011-05-07 22:43:04','Below are 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!\r\n[nggallery id=3]','Bill Davis Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3443-revision-2','','','2011-05-07 16:43:04','2011-05-07 22:43:04','',3443,'http://www.timberon.info/blog/?p=3457',0,'revision','',0,''),(3463,1,'2011-05-08 09:21:03','2011-05-08 15:21:03','','Kathy Worrell Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3462-revision','','','2011-05-08 09:21:03','2011-05-08 15:21:03','',3462,'http://www.timberon.info/blog/?p=3463',0,'revision','',0,''),(3464,1,'2011-05-08 09:22:52','2011-05-08 15:22:52','Photos of the Timberon July 4th Parade down Main Street... by Kathy Worrell.\n[nggallery id=7]','Kathy Worrell Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3462-autosave','','','2011-05-08 09:22:52','2011-05-08 15:22:52','',3462,'http://www.timberon.info/blog/?p=3464',0,'revision','',0,''),(3465,1,'2011-04-13 11:36:55','2011-04-13 17:36:55','Back to Photos\r\nBelow are 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!\r\n[nggallery id=3]','Bill Davis',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','97-revision','','','2011-04-13 11:36:55','2011-04-13 17:36:55','',97,'http://www.timberon.info/blog/?p=3465',0,'revision','',0,''),(3470,1,'2011-05-08 09:26:49','2011-05-08 15:26:49','From the Sacramento Mountain Museum and Research Center... These photos are the property of the Museum and may not be reproduced from this website.\n[nggallery id=8]','Museum Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3468-autosave','','','2011-05-08 09:26:49','2011-05-08 15:26:49','',3468,'http://www.timberon.info/blog/?p=3470',0,'revision','',0,''),(3471,1,'2011-04-13 11:40:01','2011-04-13 17:40:01','Back to Photos\r\nFrom the Sacramento Mountain Museum and Research Center... These photos are the property of the Museum and may not be reproduced from this website.\r\n[nggallery id=8]','Museum',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','112-revision-2','','','2011-04-13 11:40:01','2011-04-13 17:40:01','',112,'http://www.timberon.info/blog/?p=3471',0,'revision','',0,''),(3473,1,'2011-05-08 09:21:48','2011-05-08 15:21:48','Photos of the Timberon July 4th Parade down Main Street... by Kathy Worrell.\r\n[nggallery id=7]','Kathy Worrell Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3462-revision-2','','','2011-05-08 09:21:48','2011-05-08 15:21:48','',3462,'http://www.timberon.info/blog/?p=3473',0,'revision','',0,''),(3474,1,'2003-05-08 09:32:37','2003-05-08 15:32:37','Vintage photos belonging to Sara Jo Patterson from Sixteen Springs.\r\n[nggallery id=16]','Sara Jo Patterson Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','sara-jo-patterson-photos','','','2011-05-08 09:50:49','2011-05-08 15:50:49','',0,'http://www.timberon.info/blog/?p=3474',0,'post','',0,''),(3475,1,'2011-05-08 09:33:40','2011-05-08 15:33:40','Vintage photos belonging to Sara Jo Patterson from Sixteen Springs.','Sara Jo Patterson Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3474-revision','','','2011-05-08 09:33:40','2011-05-08 15:33:40','',3474,'http://www.timberon.info/blog/?p=3475',0,'revision','',0,''),(3476,1,'2011-05-08 09:33:58','2011-05-08 15:33:58','Vintage photos belonging to Sara Jo Patterson from Sixteen Springs.','Sara Jo Patterson Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3474-revision-2','','','2011-05-08 09:33:58','2011-05-08 15:33:58','',3474,'http://www.timberon.info/blog/?p=3476',0,'revision','',0,''),(3477,1,'2011-04-13 11:37:27','2011-04-13 17:37:27','Back to Photos\r\n[nggallery id=16]','Sara Jo Patterson',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','145-revision','','','2011-04-13 11:37:27','2011-04-13 17:37:27','',145,'http://www.timberon.info/blog/?p=3477',0,'revision','',0,''),(3480,1,'2011-05-08 09:45:18','2011-05-08 15:45:18','We started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from around Agua Chiquita and above Forest Road 64 near the Sunspot Highway.\n[nggallery id=1]','Exploring - August 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3479-revision','','','2011-05-08 09:45:18','2011-05-08 15:45:18','',3479,'http://www.timberon.info/blog/?p=3480',0,'revision','',0,''),(3481,1,'2011-04-13 11:41:08','2011-04-13 17:41:08','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from around Agua Chiquita and above Forest Road 64 near the Sunspot Highway.\r\n[nggallery id=1]','August 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','40-revision','','','2011-04-13 11:41:08','2011-04-13 17:41:08','',40,'http://www.timberon.info/blog/?p=3481',0,'revision','',0,''),(3484,1,'2011-05-08 09:31:34','2011-05-08 15:31:34','Photos taken by Kathy Worrell, most recent editor of the Mountain Times newspaper. Most photos here are of the Timberon 4th of July Parade.\r\n[nggallery id=7]','Kathy Worrell Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3462-revision-3','','','2011-05-08 09:31:34','2011-05-08 15:31:34','',3462,'http://www.timberon.info/blog/?p=3484',0,'revision','',0,''),(3485,1,'2011-05-08 09:35:00','2011-05-08 15:35:00','Vintage photos belonging to Sara Jo Patterson from Sixteen Springs.\r\n[nggallery id=16]','Sara Jo Patterson Photos',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3474-revision-3','','','2011-05-08 09:35:00','2011-05-08 15:35:00','',3474,'http://www.timberon.info/blog/?p=3485',0,'revision','',0,''),(3486,1,'2011-04-13 11:41:20','2011-04-13 17:41:20','Back to Photos\r\nMy wife, Kim, and I started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from on top of the mountain above Circle Cross and Timberon... Jesse Duckett.\r\n[nggallery id=9]','August 2001',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','123-revision','','','2011-04-13 11:41:20','2011-04-13 17:41:20','',123,'http://www.timberon.info/blog/?p=3486',0,'revision','',0,''),(3489,1,'2011-05-08 09:54:33','2011-05-08 15:54:33','We started going out on Sundays exploring different parts of the Sacramento Mountains. Here are some photos taken from up Jim Lewis Canyon and down Agua Chiquita.\n[nggallery id=10]','Exploring - October 2000',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3487-autosave','','','2011-05-08 09:54:33','2011-05-08 15:54:33','',3487,'http://www.timberon.info/blog/?p=3489',0,'revision','',0,''),(3490,1,'2011-05-08 13:30:27','2011-05-08 19:30:27','[nggallery id=29]','TR - Casa Sacramento Apt A',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','tr-casa-sacramento-apt-a','','','2011-05-08 13:42:22','2011-05-08 19:42:22','',0,'http://www.timberon.info/blog/?page_id=3490',0,'page','',0,''),(3685,1,'2011-05-10 07:40:02','2011-05-10 13:40:02','','Home',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','home','','','2011-05-18 11:09:13','2011-05-18 17:09:13','',0,'http://www.timberon.info/blog/?p=3685',1,'nav_menu_item','',0,''),(3510,1,'2011-05-08 13:53:02','2011-05-08 19:53:02','This cabin has three bedrooms and two bathrooms.  There are 2 king-size beds, 4 twin beds, and a double hide-a-bed.  The cabin has a full kitchen, washer/dryer, satellite TV /VCR and additional TV with DVD player, garden tub with jets, a wood burning stove, a nice porch with gas grill, dishwasher and Wi-Fi.. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 10 persons.\r\n\r\n15 Coconino Drive\r\nDirections to Casa Coconino at 15 Coconino Dr in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the second right onto Apache Dr. Take the second left onto Coconino Dr. Casa Coconino is the third place on your right. There is a parking area just off of the road that you are welcome to use should you have a trailer or multiple vehicles.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=25]\r\n\r\n[my-email subject=\"Casa Coconino\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Casa Coconino',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2064-revision-2','','','2011-05-08 13:53:02','2011-05-08 19:53:02','',2064,'http://www.timberon.info/blog/?p=3510',0,'revision','',0,''),(3522,1,'2011-04-27 16:54:35','2011-04-27 22:54:35','This colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons\r\n\r\n190 Carson\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=20]\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Carson Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2006-revision-3','','','2011-04-27 16:54:35','2011-04-27 22:54:35','',2006,'http://www.timberon.info/blog/?p=3522',0,'revision','',0,''),(3526,1,'2011-05-08 14:14:47','2011-05-08 20:14:47','10 White Marsh Valley [located within walking distance of the golf course]\r\n\r\nThis is an apartment building that has 4 rentals of varying size...\r\n\r\nDirections\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt A is the first apartment on your right from the deck. Apt C is the last apartment on your right from the deck. Apt D is on the front side of the building on the lower level. Apt E is the only apartment on the back side of the building.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=33]\r\n\r\n[my-email subject=\"Casa Sacramento\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"5,6,7,8\" showkey=\"no\"]','Casa Sacramento',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3026-revision-3','','','2011-05-08 14:14:47','2011-05-08 20:14:47','',3026,'http://www.timberon.info/blog/?p=3526',0,'revision','',0,''),(3525,1,'2011-05-08 14:13:46','2011-05-08 20:13:46','This cabin has three bedrooms and two bathrooms.  There are 2 king-size beds, 4 twin beds, and a double hide-a-bed.  The cabin has a full kitchen, washer/dryer, satellite TV /VCR and additional TV with DVD player, garden tub with jets, a wood burning stove, a nice porch with gas grill, dishwasher and Wi-Fi.. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 10 persons.\r\n\r\n15 Coconino Drive\r\nDirections to Casa Coconino at 15 Coconino Dr in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the second right onto Apache Dr. Take the second left onto Coconino Dr. Casa Coconino is the third place on your right. There is a parking area just off of the road that you are welcome to use should you have a trailer or multiple vehicles.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=25]\r\n\r\n[my-email subject=\"Casa Coconino\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"12\" showkey=\"no\"]','Casa Coconino',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2064-revision-3','','','2011-05-08 14:13:46','2011-05-08 20:13:46','',2064,'http://www.timberon.info/blog/?p=3525',0,'revision','',0,''),(3538,1,'2011-05-08 14:40:32','2011-05-08 20:40:32','1 BR/2 Bath includes queen bed and queen hide-a-bed, kitchenette, telephone, air conditioning, and television with satellite. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt C is the last apartment on your right from the deck.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Casa Sacramento Apt C\"] for Reservations or Questions.  [nggallery id=30]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"6\" showkey=\"no\"]','Apartment C',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3053-revision','','','2011-05-08 14:40:32','2011-05-08 20:40:32','',3053,'http://www.timberon.info/blog/?p=3538',0,'revision','',0,''),(3539,1,'2011-05-08 14:41:00','2011-05-08 20:41:00','1 BR/1 Bath includes queen bed and queen hide-a-bed, kitchenette, dressing room, wood stove, telephone, small charcoal grill, and television with satellite & VCR. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt D is on the front side of the building on the lower level.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Casa Sacramento Apt D\"] for Reservations or Questions.  [nggallery id=31]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"7\" showkey=\"no\"]','Apartment D',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3055-revision','','','2011-05-08 14:41:00','2011-05-08 20:41:00','',3055,'http://www.timberon.info/blog/?p=3539',0,'revision','',0,''),(3540,1,'2011-05-08 14:41:36','2011-05-08 20:41:36','1 Room/1 Bath includes double bed, kitchenette, and television with satellite programming. Rates begin at $45.00 per night for two persons only.\r\n\r\n10 White Marsh Valley [located within walking distance of the golf course]\r\nDirections to Casa Sacramento at 10 White Marsh Valley in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Take the fourth right onto White Marsh Valley. Go two and half blocks and Casa Sacramento will be on your left. Apt E is the only apartment on the back side of the building.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Casa Sacramento Apt E\"] for Reservations or Questions.  [nggallery id=32]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"8\" showkey=\"no\"]','Apartment E',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3057-revision','','','2011-05-08 14:41:36','2011-05-08 20:41:36','',3057,'http://www.timberon.info/blog/?p=3540',0,'revision','',0,''),(3541,1,'2011-04-15 15:04:55','2011-04-15 21:04:55','\r\nPlat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...\r\n\r\nTimberon Airfield 1 \r\n\r\nTimberon Commercial 1 \r\n\r\nSacramento River Estates... \r\n\r\nSacramento Mountain Ranch 1... \r\n\r\nSacramento Mountain Ranch 2... \r\n\r\nSacramento Mountain Ranch 3... \r\n\r\nSacramento Mountain Ranch 4... \r\n\r\nTimberon Golf Course 1... \r\n\r\nTimberon Golf Course 2... \r\n\r\nTimberon Golf Course 3... \r\n\r\nTimberon Golf Course 4... \r\n\r\nTimberon Golf Course 5... \r\n\r\nTimberon Golf Course 6... \r\n\r\nTimberon Golf Course 7... \r\n\r\nTimberon Golf Course 8... \r\n\r\nTimberon Unit 1... \r\n\r\nTimberon Unit 2... \r\n\r\nTimberon Unit 3... \r\n\r\nTimberon Unit 4... \r\n\r\nTimberon Unit 5... \r\n\r\nTimberon Unit 6... \r\n\r\nTimberon Unit 7... \r\n\r\nTimberon Unit 8... \r\n\r\nTimberon Unit 9... \r\n\r\nTimberon Unit 10... \r\n\r\nTimberon Unit 12... \r\n\r\nTimberon Unit 13...\r\n\r\nTimberon Unit 14... \r\n\r\nTimberon Unit 14A... \r\n\r\nTimberon Unit 15... \r\n\r\nTimberon Unit 17...\r\n\r\n','Plat Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','plat-maps','','','2011-05-19 08:44:32','2011-05-19 14:44:32','',0,'http://www.timberon.info/blog/?p=3541',0,'post','',0,''),(3506,1,'2011-04-23 13:53:16','2011-04-23 19:53:16','This is a 3 bedroom/2 bath cabin that includes two queen-size beds, 2 twins, and a queen-size hide-a-bed. There is also a full kitchen, wood-burning stove, air conditioner, telephone, washer/dryer, a charcoal grill, and TV/DVD with satellite. Rates begin at $90.00 per night for up to four adults add $5.00 per night for each additional adult. Maximum capacity is 10 persons.\r\n\r\n114 Oakmont \r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon.  You will pass the post office and stores. Continue to the stop sign.  Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan.  Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[nggallery id=20]\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Miller Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2068-revision','','','2011-04-23 13:53:16','2011-04-23 19:53:16','',2068,'http://www.timberon.info/blog/?p=3506',0,'revision','',0,''),(3536,1,'2011-04-14 15:16:02','2011-04-14 21:16:02','We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Timberon Rentals\"] for Reservations or Questions.\r\n
      \r\n
    • Doll House
    • \r\n
    • Red Barn
    • \r\n
    • Abbott Log Cabin
    • \r\n
    • Casa Coconino
    • \r\n
    • Miria’s Hide-a-Way
    • \r\n
    • Miller Cabin - This is a 3 bedroom/2 bath cabin that includes two queen-size beds, 2 twins, and a queen-size hide-a-bed. There is also a full kitchen, wood-burning stove, air conditioner, More...
    • \r\n
    • Whiting Cabin - There are two bedrooms and 1 bathroom. The bedrooms include king-size bed, queen-size bed, and a queen-size hide-a-bed. There is a full kitchen, wood-burning fireplace, More...
    • \r\n
    • Carson Cabin - This colorful cabin features two bedrooms with queen size beds and two full bathrooms.  The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels.  More...
    • \r\n
    • Casa Sacramento
    • \r\n
    ','Timberon Rentals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2002-revision-4','','','2011-04-14 15:16:02','2011-04-14 21:16:02','',2002,'http://www.timberon.info/blog/?p=3536',0,'revision','',0,''),(3783,1,'2011-05-18 09:11:45','2011-05-18 15:11:45','\r\n

    Plat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...

    \r\n

    Timberon Airfield 1  

    \r\n\r\n

    Timberon Commercial 1

    \r\n\r\n

    Sacramento River Estates...

    \r\n\r\n

    Sacramento Mountain Ranch 1...

    \r\n\r\n

    Sacramento Mountain Ranch 2...

    \r\n\r\n

    Sacramento Mountain Ranch 3...

    \r\n\r\n

    Sacramento Mountain Ranch 4...

    \r\n\r\n

    Timberon Golf Course 1...

    \r\n\r\n

    Timberon Golf Course 2...

    \r\n\r\n

    Timberon Golf Course 3...

    \r\n\r\n

    Timberon Golf Course 4...

    \r\n\r\n

    Timberon Golf Course 5...

    \r\n\r\n

    Timberon Golf Course 6...

    \r\n\r\n

    Timberon Golf Course 7...

    \r\n\r\n

    Timberon Golf Course 8...

    \r\n\r\n

    Timberon Unit 1...

    \r\n\r\n

    Timberon Unit 2...

    \r\n\r\n

    Timberon Unit 3...

    \r\n\r\n

    Timberon Unit 4...

    \r\n\r\n

    Timberon Unit 5...

    \r\n\r\n

    Timberon Unit 6...

    \r\n\r\n

    Timberon Unit 7...

    \r\n\r\n

    Timberon Unit 8...

    \r\n\r\n

    Timberon Unit 9...

    \r\n\r\n

    Timberon Unit 10...

    \r\n\r\n

    Timberon Unit 12...

    \r\n\r\n

    Timberon Unit 13...

    \r\n\r\n

    Timberon Unit 14...

    \r\n\r\n

    Timberon Unit 14A...

    \r\n\r\n

    Timberon Unit 15...

    \r\n\r\n

    Timberon Unit 17...

    \r\n\r\n

    \r\n','Plat Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3541-revision','','','2011-05-18 09:11:45','2011-05-18 15:11:45','',3541,'http://www.timberon.info/?p=3783',0,'revision','',0,''),(3543,1,'2011-05-18 09:13:45','2011-05-18 15:13:45','\nPlat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...\n\nTimberon Airfield 1 \n\nTimberon Commercial 1 \n\nSacramento River Estates... \n\nSacramento Mountain Ranch 1... \n\nSacramento Mountain Ranch 2... \n\nSacramento Mountain Ranch 3... \n\nSacramento Mountain Ranch 4... \n\nTimberon Golf Course 1... \n\nTimberon Golf Course 2... \n\nTimberon Golf Course 3... \n\nTimberon Golf Course 4... \n\nTimberon Golf Course 5... \n\nTimberon Golf Course 6... \n\nTimberon Golf Course 7... \n\nTimberon Golf Course 8... \n\nTimberon Unit 1... \n\nTimberon Unit 2... \n\nTimberon Unit 3... \n\nTimberon Unit 4... \n\nTimberon Unit 5... \n\nTimberon Unit 6... \n\nTimberon Unit 7... \n\nTimberon Unit 8... \n\nTimberon Unit 9... \n\nTimberon Unit 10... \n\nTimberon Unit 12... \n\nTimberon Unit 13...\n\nTimberon Unit 14... \n\nTimberon Unit 14A... \n\nTimberon Unit 15... \n\nTimberon Unit 17...\n\n ','Plat Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3541-autosave','','','2011-05-18 09:13:45','2011-05-18 15:13:45','',3541,'http://www.timberon.info/blog/?p=3543',0,'revision','',0,''); INSERT INTO `wp_posts` VALUES (3544,1,'2011-05-03 19:10:28','2011-05-04 01:10:28','\r\nPlat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...\r\n\r\nTimberon Airfield 1 \r\n\r\nTimberon Commercial 1 \r\n\r\nSacramento River Estates... \r\n\r\nSacramento Mountain Ranch 1... \r\n\r\nSacramento Mountain Ranch 2... \r\n\r\nSacramento Mountain Ranch 3... \r\n\r\nSacramento Mountain Ranch 4... \r\n\r\nTimberon Golf Course 1... \r\n\r\nTimberon Golf Course 2... \r\n\r\nTimberon Golf Course 3... \r\n\r\nTimberon Golf Course 4... \r\n\r\nTimberon Golf Course 5... \r\n\r\nTimberon Golf Course 6... \r\n\r\nTimberon Golf Course 7... \r\n\r\nTimberon Golf Course 8... \r\n\r\nTimberon Unit 1... \r\n\r\nTimberon Unit 2... \r\n\r\nTimberon Unit 3... \r\n\r\nTimberon Unit 4... \r\n\r\nTimberon Unit 5... \r\n\r\nTimberon Unit 6... \r\n\r\nTimberon Unit 7... \r\n\r\nTimberon Unit 8... \r\n\r\nTimberon Unit 9... \r\n\r\nTimberon Unit 10... \r\n\r\nTimberon Unit 12... \r\n\r\nTimberon Unit 13...\r\n\r\nTimberon Unit 14... \r\n\r\nTimberon Unit 14A... \r\n\r\nTimberon Unit 15... \r\n\r\nTimberon Unit 17...\r\n\r\n ','Plat Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','172-revision-4','','','2011-05-03 19:10:28','2011-05-04 01:10:28','',172,'http://www.timberon.info/blog/?p=3544',0,'revision','',0,''),(3557,1,'2011-05-08 16:20:02','2011-05-08 22:20:02',' The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented. The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore. Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889. It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\n\n In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford. They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years. Fritzgerald Moore eventually sold his interest to Oliver Lee. During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\n\n In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\n\n  Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\n\n The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\n\nOliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\n\nThe Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\n\n The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found. The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc... They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\n\nJudge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\n\nEven after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \n\nDoc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\n\n Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\n\nRight after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\n\n The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\n\n The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\n\nIn 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\n\nAfter the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\n\nIn March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \n\nIn October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association(TPOA) in the late 1970s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\n\n The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\n\n  The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\n\n Frank Wheeler, Timberon\'s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\n\nAlso of interest, a missile out of Fort Bliss hit Timberon in February, 1976. The crater was near the present day dumpster site. According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez. The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History. If you have something to add, please contact us.)\n\n In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\n\nIn the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\n\nA three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\n\nTelephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\n\nThe Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\n\nThe Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\n\nTWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\n\nToday, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\n\n This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\n\nNoel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss. Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating. Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\n\nWe would like to make this an ongoing history. If you have something to add, Click Here.\n
    \n
    \n
    \n
    \n
    \n
     
    \n
     [nggallery id=18] 
    \n
    \n
    \n
    \n
    \n
    ','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3555-autosave','','','2011-05-08 16:20:02','2011-05-08 22:20:02','',3555,'http://www.timberon.info/blog/?p=3557',0,'revision','',0,''),(3560,1,'2011-02-08 16:03:43','2011-02-08 23:03:43','I was born March 28, 1882 in a small Texas village called Hilton. It was located about 26 miles southeast of Sweet Water on Valley Creek near a mountain range called Church. My father, Jasper Newton Daugherty, owned a small farm there. He decided to sell out and go west to seek his fortune. So Dad \"Newt\", older bother \"Frank\", younger brother Martin, sister Elizabeth and her husband Patric Conley, mother Mary Jane Goodnight, wife Louisa (Gardner), and what family they each had, prepared to go in one wagon train.\r\n\r\nWe had one large wagon drawn by two yoke of oxen and four wagons drawn by four horses each. This large wagon held most of our food and things that we used everyday. We took a green cow hide and tied it up under the running gear of the wagon, shaping it so we could carry pots and cooking equipment. This allowed us some extra space, which we needed very much.\r\n\r\nIn my immediate family was Dad, Mother and six kids, three boys and three girls. I was six years old.\r\n\r\nThe way I remember it, we started out in May and traveled almost due west by way of old Fort Shadrick, between Sweet Water and San Angelo, Texas. This was really quite an adventure for me. The first place we came to was a small village by the name of Robert Lee, on the Colorado River. Then on west we went by Sterling City and where McCamey is now.\r\n\r\nMy Dad was quite a hunter and he always had an old hound dog he hunted with. We had not been on our way long before this old hound got snake bit. He soon became unable to travel. Dad made room for him by putting our pots and pans in the wagon and putting the hound in the green cowhide that was under the running gear of the wagon. This was were the hound stayed until he recovered. I can still see him as the wagon rambled on and on, day after day. This wagon was big and heavy.\r\n\r\nDad had sold our farm before we left, and got a very good price. Having so much money to finance the trip made Dad boss of the wagon train. There were about twenty wagons in all.\r\n\r\nOur first rest stop was at Fort Stockton, which had been abandoned by the colored soldiers a few weeks before our arrival. While there we stayed in the buildings, and to us this was really a luxury.\r\n\r\nAfter a few weeks rest, we started out again. We had been on our way only a few days, when we discovered to our disgust, that while living in our \"luxurious hotels\" at Fort Stockton we had acquired a goodly supply of \"Grey Backs.\" Better known as body lice. This being the case, Mother knew the only way of getting rid of them was to scald all of our clothing and anything else they were in. So we camped out on the prairie, took out the big round wash pot, filled it with our \"precious water\", built a fire under it and started the scalding process. Almost everything we owned had to be washed and scalded. Bedding included. This took several days of hard work. We kids only had one change of clothes, and so Mother just turned us out on the prairie stark naked. How well I remember running like something wild, free of clothes and \"Lice.\" We had the time of our lives, enjoying every minute of our freedom. Meanwhile, the women worked faithfully to get rid of the lice. I can remember running by seeing our clothes boiling away in that pot of water. This completed, we went on our way.\r\n\r\nIn crossing the desert to Fort Davis water was scarce and we went as long as two or three days without water for the stock. When the oxen are without water for \"any\" length of time and suddenly get a smell of water near, they take off as fast as they can and you just can\'t hold them. Uncle Mark was our scout and had found a lake about a half mile ahead. When the ox team reached the water, instead of them stopping to drink, they went on into the water until the wagon was stuck. We had to unhitch them from the front and hook them to the back to pull the wagon out.\r\n\r\nContinuing on west, we followed the old \"Government Route\", to the Fort Davis mountains where Alpine is now. From Fort Davis we went by way of Valentine, between early-day forts. Then on further west to a silver mining town called Sierra Blanca, where we stopped for a rest.\r\n\r\nWhile resting, one of our group ran into an old prospector, and during their two or three days of visiting this prospector convinced the men in our wagon train that there was a fortune to be made by working the mine dump from the silver mine. The only water available for working the mine and other purposes, had to be hauled by wagon in wooden barrels from the Rio Grande River - about twenty miles south of Sierra Blanca. My Dad, \"Newt\" Daugherty, being the only one with money and still the Boss, was the one elected to haul the water by ox team this twenty miles - both ways. He furnished the money and the others did the work on this big deal. This \"big deal\" was doomed to failure from the start, as well as using up the remainder of Dad\'s cash. It took the men about two months to see nothing could be made here, and they abandoned it and headed on west through Fort Hancock and into El Paso, Texas.\r\n\r\nWe stopped in El Paso to rest our families and stock for awhile, and look around some more. We camped in an mesquite flat where there was an old lumber shack without anything over the windows. This was near were the courthouse now stands in El Paso, Texas.\r\n\r\nIn El Paso the only fuel was either kerosene or mesquite roots hauled in on the backs of burros by Mexicans. Sometimes they would have as many as twenty burros loaded with roots. That was quite a sight.\r\n\r\nWhile we were there, a smallpox epidemic broke out among the Mexicans. There was no shots or cure then. It was quite a killer and the Mexicans died by the hundreds. This was considered \"sure death\" and was very contagious, but we never did get it.\r\n\r\nAfter we had been there about two weeks we discovered a flat with plenty of good green grass, we moved there on the west side of El Paso about where the smelter now stands. Back then the United States had no treaty with Mexico and we could not cross the river to apprehend thieves and smugglers. So while camped in this new spot, Mexicans came across the river one night and stole three of our best horses which we never could recover.\r\n\r\nAt this point, our little group decided to split up and go our separate ways. Which we did. Uncle Frank and his family returned to Nolen County, Texas. Uncle \"Pat\" Conley, Aunt Lizzy and the children went on to Deming, New Mexico. That was were they lived their lives and raised their children. Mark Daugherty, his Mother Mary Jane Goodnight, and a partner started a freight line, which is another story in itself.\r\n\r\nMy Dad, Mother and us kids went east to Waco Tank, about 30 miles from El Paso. Here my Mother became ill with what they called \"slow fever.\" She was real sick, and it was about a month before we could go any farther. After her recovery, we went on east to Crow Springs or Salt Flats near where today\'s Dell City is. Here we stopped for the winter. A man by the name of John Brooks gave us permission to camp here. Crow Springs was a spring-fed lake about 10 or 15 miles north of Salt Lake, from which later ranchers would haul salt for their livestock.\r\n\r\nWhen spring came again, it was about the year 1890, we loaded our wagons and went on our way to a settlement called Pinon, New Mexico. We went through Pinon to a canyon north of Weed New Mexico, Hay Canyon. Following the Agua Chiquita at the mouth of Hay Canyon there were four families that lived within a distance of about six miles. Pendergrass at the mouth, Widow Barringer, Tom Dauthett family, and the Riley Baker family.\r\n\r\nIn our travels we had heard \"buggy stories\" about \"sleepy grass\", which we knew nothing about, not even what it looked like. On the way up Hay Canyon, we stopped at the Dauthett\'s place in a flat where there was beautiful grass in abundance. My Father went back to talk to Dauthett about the country. Mr. Dauthett asked where we had camped and dad said \"in that beautiful flat of grass.\" Mr. Dauthett said \"you better get back and move that stock, quick, because that is \"sleepy grass\" and will put them to sleep.\" Sure enough, by the time Dad got back, the stock was standing with their heads down, asleep. It was two days before they woke up enough to move out of the flat. We learned in a hurry about \"sleep grass.\" After stock had eaten \"sleepy grass\" it left then kinda doppy for a few days, but in time they recovered.\r\n\r\nDad took up a \"homestead\" just above Riley Baker, joining him on the west at the headwaters on Hay Canyon. We built a log cabin and prepared the land for farming.\r\n\r\nLog houses were built by neighbors coming, cutting trees, trimming and shaping them (called log rolling). We built a large room called a smoke house at the same time. After the logs were put up, they took thick mud and filled in the cracks - which they called \"chink and dobbed.\" Before the cracks were \"chinked and dobbed\" I remember birds would fly in and out the cracks. We kids would try and catch them, but they would fly out and be gone. I used to wish we had a house they couldn\'t get out of, never giving a thought as to how they would get in if the cracks were not there.\r\n\r\nThis was the happy hunting ground my Dad started from Texas to find. And it truly was, as there was an abundance of game - deer, bear, elk, turkey, all kinds of wild animals, - such as coyote, bobcat, wildcat, lobo, panther, fox, and the like. During the winter Dad would go out and kill the deer, elk and turkey, butchering and hanging them in the smokehouse where they would freeze. When he had enough for a house-wagon load, he would fill the wagon and cover the meat with a tarp. He would then go into El Paso and sell the meat for 10 cents a pound. It took him four days to go into El Paso and it was cold enough that the meat would stay pretty well frozen. He would then buy food, such as 100 pound sacks of flour, sugar (brown and white), corn meal, beans, coffee (green, which had to be roasted and ground), syrup, sargun in large buckets, and sometimes we could get honey in the cone. We bought dried peaches, apples, prunes, raisins, and occasionally apricots. These were packed in a wooden box. Kerosene was bought in 5 gallon cans for lamps, so we could have light. Everyone bought enough groceries and supplies of all kinds to last at least six to eight months.\r\n\r\nEvenings were spent \"sawing on the fiddle,\" picking the guitar, singing, or pumping and playing the old organ. Dances, after harvest or roundups and brandings, were held in someone\'s home. Sometimes weeks would pass and your family would never be alone. Any place night came on you, is where you would spend the night.\r\n\r\nMy youngest brother Jason was born in the log house on Hay Canyon. At the time of this writing, the house is still standing. It has been re-built several times, but the original house is still \"as built\" in 1892.\r\n\r\nSchools then were two or three months during the summer. A teacher was paid by the parents. They were called subscription schools. The small log house used for school was also built by the parents and centrally located. My first teacher, I remember, was Mr. Knapp. It lasted two months and was on Hay Canyon. Next summer we attended a school on Wills Canyon, three miles from where we lived - and we walked it morning and night, carrying our lunch in a bucket.\r\n\r\nAbout 1896, Dad traded the place in Hay Canyon for a place about five miles from Weed, West. The man he traded with was a Mr. Truxal. The new place was located near the Elkhorn School house and we attended school there for the next three or four summers. All eight grades were taught in the same room. After eighth grade some pupils were fortunate enough to be able to go to Weed for \"higher\" learning.\r\n\r\nWe stayed on this Truxel place about 5 years. During this time my Dad had become a big Angora Goat rancher, and we needed to go to a warmer climate. So we got a ranch called Chimney Lake, on a tributary canyon that ran into the Quavo. We stayed here until 1908. This was a very prosperous time. Range got short and we had too many goats for the size of this ranch, so that fall we went hunting about 20 miles south to a place known as the south slope of the Sacramento Mountains. We camped on a south canyon that runs into the Sacramento River, before it empties out onto the flats. We looked around and came upon a wet spot in the bottom of the creek. We dug down and got enough water for our horses in just a couple of minutes. Father decided that this was his next home as there was plenty of open range, water, and lots of brush for his goats. We had good luck hunting also, killing several deer, so we had big prospects for this new country.\r\n\r\nThat night Dad decided I should stay and hold down our claim and he would take the meat home, get tools, and come back and see how much water there really was in this seep. It was late in the year when he left me there. Before he had been gone long, it started to snow. We had made a temporary tent, or shelter for me, under some trees. I had some food - coffee, meat, potatoes, bacon, a coffee pot, and a frying pan. Dad only expected to be gone two or three days. However, the storm was bad and he was gone close to two weeks.\r\n\r\nNext morning when I awoke, the snow was about a foot deep and still coming down. Before long a man in a wagon drawn by four red mules came along. He sure looked good to me, and as he asked to stay out the storm, I welcomed him. This man, Mr. Musgrove, had some food, and he stayed with me about five or six days. He was full of stories and the kid that I was, I \"lapped them up.\" He was known as an Infidel. He kept a diary and was a constant talker. When the storm broke, Mr. Musgrove went on his way and I\'ve never seen him again.\r\n\r\nWhen Dad came back we dug out the spring and found a good flow of water, which we later developed. Here we established a ranch which was known as the Daugherty Ranch, and is now called \"Daugherty Wells\" (Carissa Springs?). After we built a house there, Dad sold the property on Chimney Lake and moved to the south slope of the Sacramento River. We stayed there until about 1910 and prospered. We had sold our goats and replaced them with white-faced cattle. About this time my brother Benton and myself wanted to get out on our own, so Dad sold the ranch and we split the profits three ways - each going our separate ways.\r\n\r\nThis is basically the end of the story as it applies to the journey and the Sacramento Mountains. The writer was Hansford Daugherty. This manuscript was preserved by the Sacramento Mountains Museum, however, the name of the writer was not on the folder in the archives. If you know, please contact this website.\r\n\r\n[caption id=\"attachment_1135\" align=\"aligncenter\" width=\"500\" caption=\"Family of Jasper Newton Daugherty Sr. and wife, Louisa Gardner, at ranch on the Sacramento River. Standing left to right- Lon Bass, holding Byron, Jasper Daugherty, Ethel Bass, Hansford Daugherty, Alex and Izilla, Jason, Forest and Lillian Fleming, Baby Ruby, Benton, Mammie Daugherty and Baby Aubrey. (Sitting) "Newt", Louisa, Mary Jane Goodnight Daugherty. (Boys) Llewell, Terrance, Aarel, and Aaren Bass. Photo from the Sacramento Mountain Museum. \"]\"\"[/caption]\r\n

    ','Jasper Newton Daugherty Story',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','jasper-newton-daugherty-story','','','2011-05-08 16:05:25','2011-05-08 22:05:25','',0,'http://www.timberon.info/blog/?p=3560',0,'post','',0,''),(3558,1,'2011-05-08 15:53:03','2011-05-08 21:53:03',' The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented. The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore. Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889. It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\r\n\r\n In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford. They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years. Fritzgerald Moore eventually sold his interest to Oliver Lee. During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\r\n\r\n In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\r\n\r\n  Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\r\n\r\n The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\r\n\r\nOliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\r\n\r\nThe Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\r\n\r\n The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found. The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc... They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\r\n\r\nJudge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\r\n\r\nEven after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \r\n\r\nDoc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\r\n\r\n Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\r\n\r\nRight after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\r\n\r\n The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\r\n\r\n The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\r\n\r\nIn 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\r\n\r\nAfter the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\r\n\r\nIn March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \r\n\r\nIn October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association(TPOA) in the late 1970s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\r\n\r\n The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\r\n\r\n  The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\r\n\r\n Frank Wheeler, Timberon\'s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\r\n\r\nAlso of interest, a missile out of Fort Bliss hit Timberon in February, 1976. The crater was near the present day dumpster site. According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez. The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History. If you have something to add, please contact us.)\r\n\r\n In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\r\n\r\nIn the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\r\n\r\nA three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\r\n\r\nTelephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\r\n\r\nThe Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\r\n\r\nThe Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\r\n\r\nTWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\r\n\r\nToday, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\r\n\r\n This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\r\n\r\nNoel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss. Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating. Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\r\n\r\nWe would like to make this an ongoing history. If you have something to add, Click Here.\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    [gallery columns=\"2\"]\r\n\r\n
    \r\n \r\n\r\n\r\n
     
    \r\n
     
    \r\n
     
    \r\n
    \r\n \r\n\r\n\r\n
     
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n \r\n\r\n\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
    ','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3555-revision-2','','','2011-05-08 15:53:03','2011-05-08 21:53:03','',3555,'http://www.timberon.info/blog/?p=3558',0,'revision','',0,''),(3559,1,'2011-05-08 15:57:38','2011-05-08 21:57:38',' The community of Timberon is the most recent addition to an area rich in history. Little is known of what the Indians and Spaniards contributed to this particular part of the Sacramento Mountains, so we will concentrate on the Anglo history, which is fairly well documented. The earliest recorded history concerning the Timberon area was in 1886 when C.B. Bruton was running cattle in the valley as the Sacramento River and Cattle Company. Bruton had 200 head and was managing another 800 head for Fritzgerald Moore. Moore was a former Civil War surgeon that lived in El Paso. This arrangement didn\'t last for long, as Bruton was arrested and tried for murder in 1889. It is unclear if he was found guilty of the crime, but evidently his attorneys ended up with all Bruton\'s cattle and other assets of the Company.\r\n\r\n In 1890, it appears that a partnership was formed between Oliver Lee, Fritzgerald Moore, and a man named Shackelford. They called themselves the Sacramento Cattle Company. This is the only mention of Shackelford, but Moore remained in partnership with Lee for several years. Fritzgerald Moore eventually sold his interest to Oliver Lee. During this time Oliver Lee was busy doing what he did best, improving the land, the water, and ranching. Lee bought property and water rights all up and down the Sacramento River. Some of the families he bought out were Virden, Danley, Meyer, etc... What about Scott Able Canyon, you may ask, wasn\'t that named after someone? The answer is yes, but it seems Scott Able was a very early settler that had already come and gone before most of the others even got here.\r\n\r\n In 1897, Oliver Lee started construction on a ditch that went from the Sacramento River, ran behind where the big white ranch house is today, winding all through present-day Timberon and down Grapevine Canyon.\r\n\r\n  Where the ditch ran through Arkansas Ridge it was roughly 20 feet wide and 20 feet deep. Water flowed 30 miles down this ditch to empty into what was called the Upper and Lower Juniper Reservoirs at the bottom of Grapevine Canyon, watering cattle and crops along the way. The ditch was finished around 1905 and the smelting company in Oro Grande (there was mining there then) ran a pipe up to the reservoirs. Oliver Lee supplied Oro Grande with approximately 3 million gallons of water a day during the years the smelting company was in operation. Lee received $25,000 from the plant for this water. Later the railroad used the water, and today the community of Oro Grande uses a form of this same system to get their water.\r\n\r\n The Lee family had moved from their Dog Canyon ranch onto the Sacramento River in the early 1900s. The family stayed in a small cabin a little ways up the river while they worked on the big ranch house. The ranch house as you see it today was finished in 1908. The only road into the area ran by the ranch house and through the big red barn, also still standing, controlling access to the valley.\r\n\r\nOliver Lee appeared to be very fond of apples and pears. Trees were planted everywhere up and down the valley. The big orchard was located where the airstrip is today, and you can still find a tree here and there around the ranch house and in Timberon. Oliver Lee had a cider mill down at the end of the big orchard, about where the Timberon Chapel is now. There are also some trees still up by Carrisa Springs. Lee acquired the water rights to the springs in 1908 from J.N. Daugherty. At that time the springs were known as Daugherty Well.\r\n\r\nThe Circle Cross Cattle Company was formed by Oliver Lee in 1916 with a number of investors and Lee as executive vice-president. Around 1926, Oliver Lee combined the assets of his Sacramento Cattle Company with the Circle Cross Cattle Company receiving $400,000 in the deal. At its height, the Circle Cross covered around 1 million acres and stretched from Tularosa in the North to around Van Horn in the South. This included a major portion of the Sacramento Mountains.\r\n\r\n The Circle Cross folded around 1929 in the big drought. Bankers in El Paso, holding a major interest in the company, appointed Lee to sell off the assets of the Circle Cross. It seems that Oliver Lee held on to the ranch during the next several years, as there are no other owners of record to be found. The Judge fixed up the house so as to be more comfortable for the wife and kids. They piped water into the house from a small spring on the steep side of the mountain, put in a bathtub, cooking stove, etc... They got their mail at the Sacramento Post Office from a Mr. and Mrs. Rastus Robertson. Mr. Robertson was also a carpenter and was busy building a summer camp for the people of the Methodist Church during this time.\r\n\r\nJudge Moss usually came into what he called his \"base camp\" above where Timberon now is by going through Weed, up Perk Canyon, over into Bluewater Canyon and into Chilcoote Canyon, then through Monument Canyon.\r\n\r\nEven after buying the Circle Cross, the Judge still oversaw the property from the \"base camp\" up above Carrisa Spring. His brother, John, looked after the ranch for him for about eight years while living in a place he built just below the Judge\'s place up the canyon. During this time they ran cattle and goats on the property. \r\n\r\nDoc Womack out of Carlsbad bought the ranch, now called the Circle Cross, in the late 1930s. He held it for awhile and sold out to Dean Stalman, a pecan grower out of Las Cruces. Stalman didn\'t keep it but a year or two before selling to Judge Paul Moss of Odessa, Texas.\r\n\r\n Judge Moss had discovered the Sacramento Mountains around 1935 and began taking his family to the Weed area for the summer. On one of these trips the Judge bought the old Grisak homestead in Monument Canyon, above Carrisa Springs where the Holcomb ranch is today. This was to be the Moss Family summer home. Moss arranged for a man named John Wingfield to take care of the property for him. Another Grisak homestead of interest is the chimney and foundation that can be seen on the side of the road as you drive below Timberon through the Southern Cross Ranch (now called the Elkhorn). Pete Grisak\'s son and his wife homesteaded there until moving, due to the lack of water in the area. You see, historically, the Sacramento River didn\'t flow that far down. Those years it did flow down there (mostly during the 1980s) was sort of a fluke and surprised many of the old-timers.\r\n\r\nRight after World War II they built the lodge building (Now the Community Center). The lodge was made from logs of ponderosa pines which were cut at a sawmill located near the site of today\'s maintenance barn on Edgewood Drive in Arkansas Canyon. He built a dam behind the lodge building to form what became the current fishing lakes and had two wells drilled to pump water into the lakes.\r\n\r\n The sawmill used to create the lodge was run by Jim Peters. In the latter part of August, 1952, a fire started at the mill and spread quickly across the valley, resulting in the large amount of burned-over terrain extending from about a half mile Southwest of the maintenance shop all the way to the mountain top (Jim Jeffries Peak) east of Carrisa Springs. It is said that the fire just burned and burned until it finally ran out of fuel.\r\n\r\n The Judge had an airstrip built in the valley where small, light planes could land and take off, and was in the process of building a road that went by Chalk Hill (Rim Tank) towards El Paso when the military took over that area and ended construction.\r\n\r\nIn 1948, the Judge turned over the running of the ranch to his son, William. William at one time was married to the former child star Jane Withers, who spent some time at the ranch.\r\n\r\nAfter the death of Judge Moss, the land was purchased from his heirs by Willie Farah of El Paso. Farah had a substantial interest in aviation and lost no time in enlarging the airstrip here.\r\n\r\nIn March of 1969, about 9,000 plus acres (a portion) of the Circle Cross Ranch was sold by Farah to a group of businessmen, headed by Johnny Mobley, who formed the corporation known as North American Land Developments. The name of Timberon for this development was chosen by Johnny Mobley during an informal business discussion in July, 1969. North American Land Developments went bankrupt in 1989 mostly due to a sagging economy and a failed attempt at developing time-shares around the golf course. \r\n\r\nIn October, 1969, the Sacramento Mountain Property Owners Association was formed. The name was officially changed to the Timberon Property Owners Association(TPOA) in the late 1970s. Richard Sparks was the first elected president of TPOA. North American Land Development deeded the lodge and the surrounding 18 acres to TPOA in March of 1975. Due to tax law considerations concerning tax exempt status, the Timberon Protective Association (TPA) was formed in July of 1983 to handle the architectural control and security functions that had formerly been handled by TPOA.\r\n\r\n The first electric service was run to the development of Timberon in the Summer of 1971 by the Otero County Electric Cooperative.\r\n\r\n  The Timberon Fire Department was organized in October, 1974, by J. I. (Joe) Fetters. The department was certified by the State of New Mexico in January of 1976. TPOA furnished the funds necessary for the initial purchase of equipment. The first fire truck, a 1951 Chevrolet /Howe was bought from Jal, New Mexico, fire department. A three-bay fire station was started during the latter part of 1981 and building was completed at the beginning of 1982 The Emergency Medical Service (EMS) was formed within the fire department in February of 1982, following an intensive course of instruction provided by the New Mexico School of Medicine.\r\n\r\n Frank Wheeler, Timberon\'s first pastor, began his work here in 1975. His ministry involved bible study groups at the developer\'s sales office. This activity continued until it was moved to the lodge building in 1977. Construction of the Timberon Chapel was completed in May of 1979 with a dedication and the first worship service. In June of 1981 the Timberon Memorial Park Association (cemetery) was formed on two acres next to the Timberon Chapel. The first to be buried there was William J. Whitesell, Vice President of North American Land Developments, in May of 1983. In the late 1990s the cemetery was taken over by the Timberon Water District.\r\n\r\nAlso of interest, a missile out of Fort Bliss hit Timberon in February, 1976. The crater was near the present day dumpster site. According to later stories, two missiles went out of control that day... one hitting in Timberon and one at a graveyard in Juarez. The developer reportedly was compensated for the damage caused. (This was added to the Timberon History due to an inquiry by Judy Underwood, who later supplied the date... and is a good example of the ongoing nature of the Timberon History. If you have something to add, please contact us.)\r\n\r\n In December, 1974, the U.S. Postal Service approved mail delivery to the lodge in Timberon. Prior to this, Timberon residents had to go to the Sunspot post office for their mail. In October, 1981, Don and Ruby Roberts were awarded the Community Post Office contract. The present Zip Code (88350) went into effect September 14, 1984.\r\n\r\nIn the Fall of 1979, Timberon Precinct #18 was established by Otero County. The first election was held here on June 3, 1980, with 60 registered voters.\r\n\r\nA three-month elementary school for the winter months was established by the Alamogordo School District here on December 1, 1980. A full time elementary school became a reality in August of 1983. The first teachers at the school were Pat and Duane Carr. The school was later taken into the Cloudcroft School District and eventually closed in the year 2000 with a promise to reopen if enrollment became sufficient to justify it.\r\n\r\nTelephone service was brought to Timberon in October of 1981 by Dell Telephone Cooperative. The only telephone service available before that was a radio/telephone unit located first at the lodge and later at the sales office.\r\n\r\nThe Timberon Water and Sanitation District (TWSD) was formed in March of 1990. The first board members were Richard Moore, Victor Hollrah and Hugh Ellison.\r\n\r\nThe Timberon Protective Association (TPA) went under in 1991 after a bloody court battle concerning the restrictive covenants. The Timberon Property Owners Association, reeling from the legal expenses of TPA and a drop in revenue, was disbanded on November 19, 1993.\r\n\r\nTWSD acquired the water system on August 6, 1993. TWSD currently owns and maintains the fishing lakes, golf course, airstrip (which is now in the hands of Otero County), cemetery, swimming pool, lodge complex, etc... having taken over all facilities from the old Property Owners Association.\r\n\r\nToday, Timberon is a viable recreational/retirement community with about 300 to 350 residents and a paved road finally finished all the way from Cloudcroft.\r\n\r\n This history was made possible through information from Noel Akers, Dorsey Bonnell, Bill Berkebile and the book \"Rough and Tumble\" by Judge Paul Moss.\r\n\r\nNoel Akers, of Weed, used to herd goats where Timberon is today and helped build the lodge building for Judge Moss. Dorsey Bonnell, of High Rolls, is a good friend and quite a historian of the Oliver Lee family. If you ever want to find out the facts, and that is all Dorsey deals in, about Oliver Lee and his exploits - he is the one to see. You may find that most of the stories told today are just spectacular fiction, but the truth is just as fascinating. Bill Berkebile was a great patriarch of the Timberon community and originally put together much of the later history in this article.\r\n\r\nWe would like to make this an ongoing history. If you have something to add, Click Here.\r\n\r\n[nggallery id=8]\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
     
    \r\n \r\n\r\n\r\n
     
    \r\n
     
    \r\n
     
    \r\n
     
    \r\n
     
    \r\n \r\n\r\n\r\n
     
    \r\n
     
    \r\n
     
    \r\n
     
    \r\n
     
    \r\n
     
    \r\n \r\n\r\n\r\n
     
    \r\n
     
    \r\n
     
    \r\n
     
    \r\n
     
    \r\n
     
    \r\n
     
    \r\n \r\n\r\n
    \r\n \r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    ','Timberon History',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3555-revision-3','','','2011-05-08 15:57:38','2011-05-08 21:57:38','',3555,'http://www.timberon.info/blog/?p=3559',0,'revision','',0,''),(3561,1,'2011-05-08 16:04:53','2011-05-08 22:04:53','I was born March 28, 1882 in a small Texas village called Hilton. It was located about 26 miles southeast of Sweet Water on Valley Creek near a mountain range called Church. My father, Jasper Newton Daugherty, owned a small farm there. He decided to sell out and go west to seek his fortune. So Dad \"Newt\", older bother \"Frank\", younger brother Martin, sister Elizabeth and her husband Patric Conley, mother Mary Jane Goodnight, wife Louisa (Gardner), and what family they each had, prepared to go in one wagon train.\n\nWe had one large wagon drawn by two yoke of oxen and four wagons drawn by four horses each. This large wagon held most of our food and things that we used everyday. We took a green cow hide and tied it up under the running gear of the wagon, shaping it so we could carry pots and cooking equipment. This allowed us some extra space, which we needed very much.\n\nIn my immediate family was Dad, Mother and six kids, three boys and three girls. I was six years old.\n\nThe way I remember it, we started out in May and traveled almost due west by way of old Fort Shadrick, between Sweet Water and San Angelo, Texas. This was really quite an adventure for me. The first place we came to was a small village by the name of Robert Lee, on the Colorado River. Then on west we went by Sterling City and where McCamey is now.\n\nMy Dad was quite a hunter and he always had an old hound dog he hunted with. We had not been on our way long before this old hound got snake bit. He soon became unable to travel. Dad made room for him by putting our pots and pans in the wagon and putting the hound in the green cowhide that was under the running gear of the wagon. This was were the hound stayed until he recovered. I can still see him as the wagon rambled on and on, day after day. This wagon was big and heavy.\n\nDad had sold our farm before we left, and got a very good price. Having so much money to finance the trip made Dad boss of the wagon train. There were about twenty wagons in all.\n\nOur first rest stop was at Fort Stockton, which had been abandoned by the colored soldiers a few weeks before our arrival. While there we stayed in the buildings, and to us this was really a luxury.\n\nAfter a few weeks rest, we started out again. We had been on our way only a few days, when we discovered to our disgust, that while living in our \"luxurious hotels\" at Fort Stockton we had acquired a goodly supply of \"Grey Backs.\" Better known as body lice. This being the case, Mother knew the only way of getting rid of them was to scald all of our clothing and anything else they were in. So we camped out on the prairie, took out the big round wash pot, filled it with our \"precious water\", built a fire under it and started the scalding process. Almost everything we owned had to be washed and scalded. Bedding included. This took several days of hard work. We kids only had one change of clothes, and so Mother just turned us out on the prairie stark naked. How well I remember running like something wild, free of clothes and \"Lice.\" We had the time of our lives, enjoying every minute of our freedom. Meanwhile, the women worked faithfully to get rid of the lice. I can remember running by seeing our clothes boiling away in that pot of water. This completed, we went on our way.\n\nIn crossing the desert to Fort Davis water was scarce and we went as long as two or three days without water for the stock. When the oxen are without water for \"any\" length of time and suddenly get a smell of water near, they take off as fast as they can and you just can\'t hold them. Uncle Mark was our scout and had found a lake about a half mile ahead. When the ox team reached the water, instead of them stopping to drink, they went on into the water until the wagon was stuck. We had to unhitch them from the front and hook them to the back to pull the wagon out.\n\nContinuing on west, we followed the old \"Government Route\", to the Fort Davis mountains where Alpine is now. From Fort Davis we went by way of Valentine, between early-day forts. Then on further west to a silver mining town called Sierra Blanca, where we stopped for a rest.\n\nWhile resting, one of our group ran into an old prospector, and during their two or three days of visiting this prospector convinced the men in our wagon train that there was a fortune to be made by working the mine dump from the silver mine. The only water available for working the mine and other purposes, had to be hauled by wagon in wooden barrels from the Rio Grande River - about twenty miles south of Sierra Blanca. My Dad, \"Newt\" Daugherty, being the only one with money and still the Boss, was the one elected to haul the water by ox team this twenty miles - both ways. He furnished the money and the others did the work on this big deal. This \"big deal\" was doomed to failure from the start, as well as using up the remainder of Dad\'s cash. It took the men about two months to see nothing could be made here, and they abandoned it and headed on west through Fort Hancock and into El Paso, Texas.\n\nWe stopped in El Paso to rest our families and stock for awhile, and look around some more. We camped in an mesquite flat where there was an old lumber shack without anything over the windows. This was near were the courthouse now stands in El Paso, Texas.\n\nIn El Paso the only fuel was either kerosene or mesquite roots hauled in on the backs of burros by Mexicans. Sometimes they would have as many as twenty burros loaded with roots. That was quite a sight.\n\nWhile we were there, a smallpox epidemic broke out among the Mexicans. There was no shots or cure then. It was quite a killer and the Mexicans died by the hundreds. This was considered \"sure death\" and was very contagious, but we never did get it.\n\nAfter we had been there about two weeks we discovered a flat with plenty of good green grass, we moved there on the west side of El Paso about where the smelter now stands. Back then the United States had no treaty with Mexico and we could not cross the river to apprehend thieves and smugglers. So while camped in this new spot, Mexicans came across the river one night and stole three of our best horses which we never could recover.\n\nAt this point, our little group decided to split up and go our separate ways. Which we did. Uncle Frank and his family returned to Nolen County, Texas. Uncle \"Pat\" Conley, Aunt Lizzy and the children went on to Deming, New Mexico. That was were they lived their lives and raised their children. Mark Daugherty, his Mother Mary Jane Goodnight, and a partner started a freight line, which is another story in itself.\n\nMy Dad, Mother and us kids went east to Waco Tank, about 30 miles from El Paso. Here my Mother became ill with what they called \"slow fever.\" She was real sick, and it was about a month before we could go any farther. After her recovery, we went on east to Crow Springs or Salt Flats near where today\'s Dell City is. Here we stopped for the winter. A man by the name of John Brooks gave us permission to camp here. Crow Springs was a spring-fed lake about 10 or 15 miles north of Salt Lake, from which later ranchers would haul salt for their livestock.\n\nWhen spring came again, it was about the year 1890, we loaded our wagons and went on our way to a settlement called Pinon, New Mexico. We went through Pinon to a canyon north of Weed New Mexico, Hay Canyon. Following the Agua Chiquita at the mouth of Hay Canyon there were four families that lived within a distance of about six miles. Pendergrass at the mouth, Widow Barringer, Tom Dauthett family, and the Riley Baker family.\n\nIn our travels we had heard \"buggy stories\" about \"sleepy grass\", which we knew nothing about, not even what it looked like. On the way up Hay Canyon, we stopped at the Dauthett\'s place in a flat where there was beautiful grass in abundance. My Father went back to talk to Dauthett about the country. Mr. Dauthett asked where we had camped and dad said \"in that beautiful flat of grass.\" Mr. Dauthett said \"you better get back and move that stock, quick, because that is \"sleepy grass\" and will put them to sleep.\" Sure enough, by the time Dad got back, the stock was standing with their heads down, asleep. It was two days before they woke up enough to move out of the flat. We learned in a hurry about \"sleep grass.\" After stock had eaten \"sleepy grass\" it left then kinda doppy for a few days, but in time they recovered.\n\nDad took up a \"homestead\" just above Riley Baker, joining him on the west at the headwaters on Hay Canyon. We built a log cabin and prepared the land for farming.\n\nLog houses were built by neighbors coming, cutting trees, trimming and shaping them (called log rolling). We built a large room called a smoke house at the same time. After the logs were put up, they took thick mud and filled in the cracks - which they called \"chink and dobbed.\" Before the cracks were \"chinked and dobbed\" I remember birds would fly in and out the cracks. We kids would try and catch them, but they would fly out and be gone. I used to wish we had a house they couldn\'t get out of, never giving a thought as to how they would get in if the cracks were not there.\n\nThis was the happy hunting ground my Dad started from Texas to find. And it truly was, as there was an abundance of game - deer, bear, elk, turkey, all kinds of wild animals, - such as coyote, bobcat, wildcat, lobo, panther, fox, and the like. During the winter Dad would go out and kill the deer, elk and turkey, butchering and hanging them in the smokehouse where they would freeze. When he had enough for a house-wagon load, he would fill the wagon and cover the meat with a tarp. He would then go into El Paso and sell the meat for 10 cents a pound. It took him four days to go into El Paso and it was cold enough that the meat would stay pretty well frozen. He would then buy food, such as 100 pound sacks of flour, sugar (brown and white), corn meal, beans, coffee (green, which had to be roasted and ground), syrup, sargun in large buckets, and sometimes we could get honey in the cone. We bought dried peaches, apples, prunes, raisins, and occasionally apricots. These were packed in a wooden box. Kerosene was bought in 5 gallon cans for lamps, so we could have light. Everyone bought enough groceries and supplies of all kinds to last at least six to eight months.\n\nEvenings were spent \"sawing on the fiddle,\" picking the guitar, singing, or pumping and playing the old organ. Dances, after harvest or roundups and brandings, were held in someone\'s home. Sometimes weeks would pass and your family would never be alone. Any place night came on you, is where you would spend the night.\n\nMy youngest brother Jason was born in the log house on Hay Canyon. At the time of this writing, the house is still standing. It has been re-built several times, but the original house is still \"as built\" in 1892.\n\nSchools then were two or three months during the summer. A teacher was paid by the parents. They were called subscription schools. The small log house used for school was also built by the parents and centrally located. My first teacher, I remember, was Mr. Knapp. It lasted two months and was on Hay Canyon. Next summer we attended a school on Wills Canyon, three miles from where we lived - and we walked it morning and night, carrying our lunch in a bucket.\n\nAbout 1896, Dad traded the place in Hay Canyon for a place about five miles from Weed, West. The man he traded with was a Mr. Truxal. The new place was located near the Elkhorn School house and we attended school there for the next three or four summers. All eight grades were taught in the same room. After eighth grade some pupils were fortunate enough to be able to go to Weed for \"higher\" learning.\n\nWe stayed on this Truxel place about 5 years. During this time my Dad had become a big Angora Goat rancher, and we needed to go to a warmer climate. So we got a ranch called Chimney Lake, on a tributary canyon that ran into the Quavo. We stayed here until 1908. This was a very prosperous time. Range got short and we had too many goats for the size of this ranch, so that fall we went hunting about 20 miles south to a place known as the south slope of the Sacramento Mountains. We camped on a south canyon that runs into the Sacramento River, before it empties out onto the flats. We looked around and came upon a wet spot in the bottom of the creek. We dug down and got enough water for our horses in just a couple of minutes. Father decided that this was his next home as there was plenty of open range, water, and lots of brush for his goats. We had good luck hunting also, killing several deer, so we had big prospects for this new country.\n\nThat night Dad decided I should stay and hold down our claim and he would take the meat home, get tools, and come back and see how much water there really was in this seep. It was late in the year when he left me there. Before he had been gone long, it started to snow. We had made a temporary tent, or shelter for me, under some trees. I had some food - coffee, meat, potatoes, bacon, a coffee pot, and a frying pan. Dad only expected to be gone two or three days. However, the storm was bad and he was gone close to two weeks.\n\nNext morning when I awoke, the snow was about a foot deep and still coming down. Before long a man in a wagon drawn by four red mules came along. He sure looked good to me, and as he asked to stay out the storm, I welcomed him. This man, Mr. Musgrove, had some food, and he stayed with me about five or six days. He was full of stories and the kid that I was, I \"lapped them up.\" He was known as an Infidel. He kept a diary and was a constant talker. When the storm broke, Mr. Musgrove went on his way and I\'ve never seen him again.\n\nWhen Dad came back we dug out the spring and found a good flow of water, which we later developed. Here we established a ranch which was known as the Daugherty Ranch, and is now called \"Daugherty Wells\" (Carissa Springs?). After we built a house there, Dad sold the property on Chimney Lake and moved to the south slope of the Sacramento River. We stayed there until about 1910 and prospered. We had sold our goats and replaced them with white-faced cattle. About this time my brother Benton and myself wanted to get out on our own, so Dad sold the ranch and we split the profits three ways - each going our separate ways.\n\nThis is basically the end of the story as it applies to the journey and the Sacramento Mountains. The writer was Hansford Daugherty. This manuscript was preserved by the Sacramento Mountains Museum, however, the name of the writer was not on the folder in the archives. If you know, please contact this website.\n\n[caption id=\"attachment_1135\" align=\"aligncenter\" width=\"500\" caption=\"Family of Jasper Newton Daugherty Sr. and wife, Louisa Gardner, at ranch on the Sacramento River. Standing left to right- Lon Bass, holding Byron, Jasper Daugherty, Ethel Bass, Hansford Daugherty, Alex and Izilla, Jason, Forest and Lillian Fleming, Baby Ruby, Benton, Mammie Daugherty and Baby Aubrey. (Sitting) "Newt", Louisa, Mary Jane Goodnight Daugherty. (Boys) Llewell, Terrance, Aarel, and Aaren Bass. Photo from the Sacramento Mountain Museum. \"]\"\"[/caption]\n

    ','Jasper Newton Daugherty Story',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3560-revision','','','2011-05-08 16:04:53','2011-05-08 22:04:53','',3560,'http://www.timberon.info/blog/?p=3561',0,'revision','',0,''),(3562,1,'2011-04-26 18:10:55','2011-04-27 00:10:55','I was born March 28, 1882 in a small Texas village called Hilton. It was located about 26 miles southeast of Sweet Water on Valley Creek near a mountain range called Church. My father, Jasper Newton Daugherty, owned a small farm there. He decided to sell out and go west to seek his fortune. So Dad \"Newt\", older bother \"Frank\", younger brother Martin, sister Elizabeth and her husband Patric Conley, mother Mary Jane Goodnight, wife Louisa (Gardner), and what family they each had, prepared to go in one wagon train.\r\n\r\nWe had one large wagon drawn by two yoke of oxen and four wagons drawn by four horses each. This large wagon held most of our food and things that we used everyday. We took a green cow hide and tied it up under the running gear of the wagon, shaping it so we could carry pots and cooking equipment. This allowed us some extra space, which we needed very much.\r\n\r\nIn my immediate family was Dad, Mother and six kids, three boys and three girls. I was six years old.\r\n\r\nThe way I remember it, we started out in May and traveled almost due west by way of old Fort Shadrick, between Sweet Water and San Angelo, Texas. This was really quite an adventure for me. The first place we came to was a small village by the name of Robert Lee, on the Colorado River. Then on west we went by Sterling City and where McCamey is now.\r\n\r\nMy Dad was quite a hunter and he always had an old hound dog he hunted with. We had not been on our way long before this old hound got snake bit. He soon became unable to travel. Dad made room for him by putting our pots and pans in the wagon and putting the hound in the green cowhide that was under the running gear of the wagon. This was were the hound stayed until he recovered. I can still see him as the wagon rambled on and on, day after day. This wagon was big and heavy.\r\n\r\nDad had sold our farm before we left, and got a very good price. Having so much money to finance the trip made Dad boss of the wagon train. There were about twenty wagons in all.\r\n\r\nOur first rest stop was at Fort Stockton, which had been abandoned by the colored soldiers a few weeks before our arrival. While there we stayed in the buildings, and to us this was really a luxury.\r\n\r\nAfter a few weeks rest, we started out again. We had been on our way only a few days, when we discovered to our disgust, that while living in our \"luxurious hotels\" at Fort Stockton we had acquired a goodly supply of \"Grey Backs.\" Better known as body lice. This being the case, Mother knew the only way of getting rid of them was to scald all of our clothing and anything else they were in. So we camped out on the prairie, took out the big round wash pot, filled it with our \"precious water\", built a fire under it and started the scalding process. Almost everything we owned had to be washed and scalded. Bedding included. This took several days of hard work. We kids only had one change of clothes, and so Mother just turned us out on the prairie stark naked. How well I remember running like something wild, free of clothes and \"Lice.\" We had the time of our lives, enjoying every minute of our freedom. Meanwhile, the women worked faithfully to get rid of the lice. I can remember running by seeing our clothes boiling away in that pot of water. This completed, we went on our way.\r\n\r\nIn crossing the desert to Fort Davis water was scarce and we went as long as two or three days without water for the stock. When the oxen are without water for \"any\" length of time and suddenly get a smell of water near, they take off as fast as they can and you just can\'t hold them. Uncle Mark was our scout and had found a lake about a half mile ahead. When the ox team reached the water, instead of them stopping to drink, they went on into the water until the wagon was stuck. We had to unhitch them from the front and hook them to the back to pull the wagon out.\r\n\r\nContinuing on west, we followed the old \"Government Route\", to the Fort Davis mountains where Alpine is now. From Fort Davis we went by way of Valentine, between early-day forts. Then on further west to a silver mining town called Sierra Blanca, where we stopped for a rest.\r\n\r\nWhile resting, one of our group ran into an old prospector, and during their two or three days of visiting this prospector convinced the men in our wagon train that there was a fortune to be made by working the mine dump from the silver mine. The only water available for working the mine and other purposes, had to be hauled by wagon in wooden barrels from the Rio Grande River - about twenty miles south of Sierra Blanca. My Dad, \"Newt\" Daugherty, being the only one with money and still the Boss, was the one elected to haul the water by ox team this twenty miles - both ways. He furnished the money and the others did the work on this big deal. This \"big deal\" was doomed to failure from the start, as well as using up the remainder of Dad\'s cash. It took the men about two months to see nothing could be made here, and they abandoned it and headed on west through Fort Hancock and into El Paso, Texas.\r\n\r\nWe stopped in El Paso to rest our families and stock for awhile, and look around some more. We camped in an mesquite flat where there was an old lumber shack without anything over the windows. This was near were the courthouse now stands in El Paso, Texas.\r\n\r\nIn El Paso the only fuel was either kerosene or mesquite roots hauled in on the backs of burros by Mexicans. Sometimes they would have as many as twenty burros loaded with roots. That was quite a sight.\r\n\r\nWhile we were there, a smallpox epidemic broke out among the Mexicans. There was no shots or cure then. It was quite a killer and the Mexicans died by the hundreds. This was considered \"sure death\" and was very contagious, but we never did get it.\r\n\r\nAfter we had been there about two weeks we discovered a flat with plenty of good green grass, we moved there on the west side of El Paso about where the smelter now stands. Back then the United States had no treaty with Mexico and we could not cross the river to apprehend thieves and smugglers. So while camped in this new spot, Mexicans came across the river one night and stole three of our best horses which we never could recover.\r\n\r\nAt this point, our little group decided to split up and go our separate ways. Which we did. Uncle Frank and his family returned to Nolen County, Texas. Uncle \"Pat\" Conley, Aunt Lizzy and the children went on to Deming, New Mexico. That was were they lived their lives and raised their children. Mark Daugherty, his Mother Mary Jane Goodnight, and a partner started a freight line, which is another story in itself.\r\n\r\nMy Dad, Mother and us kids went east to Waco Tank, about 30 miles from El Paso. Here my Mother became ill with what they called \"slow fever.\" She was real sick, and it was about a month before we could go any farther. After her recovery, we went on east to Crow Springs or Salt Flats near where today\'s Dell City is. Here we stopped for the winter. A man by the name of John Brooks gave us permission to camp here. Crow Springs was a spring-fed lake about 10 or 15 miles north of Salt Lake, from which later ranchers would haul salt for their livestock.\r\n\r\nWhen spring came again, it was about the year 1890, we loaded our wagons and went on our way to a settlement called Pinon, New Mexico. We went through Pinon to a canyon north of Weed New Mexico, Hay Canyon. Following the Agua Chiquita at the mouth of Hay Canyon there were four families that lived within a distance of about six miles. Pendergrass at the mouth, Widow Barringer, Tom Dauthett family, and the Riley Baker family.\r\n\r\nIn our travels we had heard \"buggy stories\" about \"sleepy grass\", which we knew nothing about, not even what it looked like. On the way up Hay Canyon, we stopped at the Dauthett\'s place in a flat where there was beautiful grass in abundance. My Father went back to talk to Dauthett about the country. Mr. Dauthett asked where we had camped and dad said \"in that beautiful flat of grass.\" Mr. Dauthett said \"you better get back and move that stock, quick, because that is \"sleepy grass\" and will put them to sleep.\" Sure enough, by the time Dad got back, the stock was standing with their heads down, asleep. It was two days before they woke up enough to move out of the flat. We learned in a hurry about \"sleep grass.\" After stock had eaten \"sleepy grass\" it left then kinda doppy for a few days, but in time they recovered.\r\n\r\nDad took up a \"homestead\" just above Riley Baker, joining him on the west at the headwaters on Hay Canyon. We built a log cabin and prepared the land for farming.\r\n\r\nLog houses were built by neighbors coming, cutting trees, trimming and shaping them (called log rolling). We built a large room called a smoke house at the same time. After the logs were put up, they took thick mud and filled in the cracks - which they called \"chink and dobbed.\" Before the cracks were \"chinked and dobbed\" I remember birds would fly in and out the cracks. We kids would try and catch them, but they would fly out and be gone. I used to wish we had a house they couldn\'t get out of, never giving a thought as to how they would get in if the cracks were not there.\r\n\r\nThis was the happy hunting ground my Dad started from Texas to find. And it truly was, as there was an abundance of game - deer, bear, elk, turkey, all kinds of wild animals, - such as coyote, bobcat, wildcat, lobo, panther, fox, and the like. During the winter Dad would go out and kill the deer, elk and turkey, butchering and hanging them in the smokehouse where they would freeze. When he had enough for a house-wagon load, he would fill the wagon and cover the meat with a tarp. He would then go into El Paso and sell the meat for 10 cents a pound. It took him four days to go into El Paso and it was cold enough that the meat would stay pretty well frozen. He would then buy food, such as 100 pound sacks of flour, sugar (brown and white), corn meal, beans, coffee (green, which had to be roasted and ground), syrup, sargun in large buckets, and sometimes we could get honey in the cone. We bought dried peaches, apples, prunes, raisins, and occasionally apricots. These were packed in a wooden box. Kerosene was bought in 5 gallon cans for lamps, so we could have light. Everyone bought enough groceries and supplies of all kinds to last at least six to eight months.\r\n\r\nEvenings were spent \"sawing on the fiddle,\" picking the guitar, singing, or pumping and playing the old organ. Dances, after harvest or roundups and brandings, were held in someone\'s home. Sometimes weeks would pass and your family would never be alone. Any place night came on you, is where you would spend the night.\r\n\r\nMy youngest brother Jason was born in the log house on Hay Canyon. At the time of this writing, the house is still standing. It has been re-built several times, but the original house is still \"as built\" in 1892.\r\n\r\nSchools then were two or three months during the summer. A teacher was paid by the parents. They were called subscription schools. The small log house used for school was also built by the parents and centrally located. My first teacher, I remember, was Mr. Knapp. It lasted two months and was on Hay Canyon. Next summer we attended a school on Wills Canyon, three miles from where we lived - and we walked it morning and night, carrying our lunch in a bucket.\r\n\r\nAbout 1896, Dad traded the place in Hay Canyon for a place about five miles from Weed, West. The man he traded with was a Mr. Truxal. The new place was located near the Elkhorn School house and we attended school there for the next three or four summers. All eight grades were taught in the same room. After eighth grade some pupils were fortunate enough to be able to go to Weed for \"higher\" learning.\r\n\r\nWe stayed on this Truxel place about 5 years. During this time my Dad had become a big Angora Goat rancher, and we needed to go to a warmer climate. So we got a ranch called Chimney Lake, on a tributary canyon that ran into the Quavo. We stayed here until 1908. This was a very prosperous time. Range got short and we had too many goats for the size of this ranch, so that fall we went hunting about 20 miles south to a place known as the south slope of the Sacramento Mountains. We camped on a south canyon that runs into the Sacramento River, before it empties out onto the flats. We looked around and came upon a wet spot in the bottom of the creek. We dug down and got enough water for our horses in just a couple of minutes. Father decided that this was his next home as there was plenty of open range, water, and lots of brush for his goats. We had good luck hunting also, killing several deer, so we had big prospects for this new country.\r\n\r\nThat night Dad decided I should stay and hold down our claim and he would take the meat home, get tools, and come back and see how much water there really was in this seep. It was late in the year when he left me there. Before he had been gone long, it started to snow. We had made a temporary tent, or shelter for me, under some trees. I had some food - coffee, meat, potatoes, bacon, a coffee pot, and a frying pan. Dad only expected to be gone two or three days. However, the storm was bad and he was gone close to two weeks.\r\n\r\nNext morning when I awoke, the snow was about a foot deep and still coming down. Before long a man in a wagon drawn by four red mules came along. He sure looked good to me, and as he asked to stay out the storm, I welcomed him. This man, Mr. Musgrove, had some food, and he stayed with me about five or six days. He was full of stories and the kid that I was, I \"lapped them up.\" He was known as an Infidel. He kept a diary and was a constant talker. When the storm broke, Mr. Musgrove went on his way and I\'ve never seen him again.\r\n\r\nWhen Dad came back we dug out the spring and found a good flow of water, which we later developed. Here we established a ranch which was known as the Daugherty Ranch, and is now called \"Daugherty Wells\" (Carissa Springs?). After we built a house there, Dad sold the property on Chimney Lake and moved to the south slope of the Sacramento River. We stayed there until about 1910 and prospered. We had sold our goats and replaced them with white-faced cattle. About this time my brother Benton and myself wanted to get out on our own, so Dad sold the ranch and we split the profits three ways - each going our separate ways.\r\n\r\nThis is basically the end of the story as it applies to the journey and the Sacramento Mountains. The writer was Hansford Daugherty. This manuscript was preserved by the Sacramento Mountains Museum, however, the name of the writer was not on the folder in the archives. If you know, please contact this website.\r\n\r\n[caption id=\"attachment_1135\" align=\"aligncenter\" width=\"500\" caption=\"Family of Jasper Newton Daugherty Sr. and wife, Louisa Gardner, at ranch on the Sacramento River. Standing left to right- Lon Bass, holding Byron, Jasper Daugherty, Ethel Bass, Hansford Daugherty, Alex and Izilla, Jason, Forest and Lillian Fleming, Baby Ruby, Benton, Mammie Daugherty and Baby Aubrey. (Sitting) "Newt", Louisa, Mary Jane Goodnight Daugherty. (Boys) Llewell, Terrance, Aarel, and Aaren Bass. Photo from the Sacramento Mountain Museum. \"]\"\"[/caption]\r\n

    ','Jasper Newton Daugherty Story',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','1134-revision','','','2011-04-26 18:10:55','2011-04-27 00:10:55','',1134,'http://www.timberon.info/blog/?p=3562',0,'revision','',0,''),(3565,1,'2011-05-08 16:12:38','2011-05-08 22:12:38','A historically relevant collection from the minutes of the old Property Owner\'s Association. This is not the complete minutes, only what we felt are the more important issues discussed.\n\nOnce upon a time, when Timberon was first starting out, there was an organization called the Timberon Property Owners Association. This association was established on October 1, 1969 so that the property owners of Timberon would have a say in the destiny of the community. For many years this organization was at the very heart of everything happening on the mountain. The Timberon Property Owners Association, having fallen upon hard times, was disbanded on November 19, 1993.\n\nThe Timberon Property Owners Association may no longer be with us, but its records are, and they are very rich in information outlining the early days of Timberon. This monthly series of articles is based upon information taken from those records. It all began, as the records do, about 25 years ago in a development called Timberon.\n\nTimberon Log dated October 16, 1972...\n\nThe developer says that by May 1, 1973, we should have some condominiums, trailer houses, etc. put in Timberon for the use of the property owners.\n\nWe are in the process of building a sales office right now and all the sales personnel will be out of our Lodge within the next 90 days.\n\nWe are talking about putting a really nice restaurant (dining room) in the upper part of the Lodge. This would entail getting a professional chef, dining tables, menus, etc. The Lounge area will be located in the Pro-Shop on the Golf Course, thereby eliminating the need for the downstairs lounge in the Lodge. Eventually (probably in about three to five years) all food facilities will be moved to the Country Club area, completely away from the Lodge. The downstairs area will be made into a recreational room.\n\nOur Board has proposed a $25.00 per membership, per year, dues to begin in November of 1972. The Timberon Property Owners Association is now in the process of taking over the Lodge. The Association needs revenue to work with. The Association will soon be responsible for Lodge maintenance, the stocking and cleaning of the lakes, pool area maintenance, and the security guard. The Association will be also be collecting revenue from the water taps (approximately thirty already).\n\nIn regard to the security guard, by May 1, 1973 we are putting a very nice entrance in on the road from Sunspot. This entrance is to be manned by a security guard who will also be responsible for the protection of property owners\' cabins. There will eventually be two guards and two entrances, the second from the back road.\n\nWe also need to obtain a fire truck to put up on the property, which would be controlled by the Property Owners Association.\n\nThere was discussion on the necessity of making and following rules on the Golf Course. Some of the ideas were: only members get to play on weekends; only five guests per year, per member; and there was a suggestion of maybe putting in a third nine for short golfers. We must have very strict rules on the Golf Course. There needs to be a very strong Board (or man) to control it. Ed Jennings is doing a terrific job... we must not over-run his decisions on times to be open for play. His main interest is the overall betterment of the course.\n\nTimberon Log dated November 4, 1972...\n\nOur Board of Directors consists of Richard Sparks, Johnny Mobley, Anthony Perrotto and Dave Tappan. We are currently one member short and are sending out a ballot to all the property owners with the following nominees: Bob Edwards, C.W. McFarland, Col. F. Stano, Truman Jones and Lester Pierce.\n\nThe grounds around the Lodge and swimming pool have been planted, fenced in and cleaned up.\n\nThe Golf Course is advancing very rapidly. The scars are due to the 30\" of rainfall since the middle of August. Once these eroded areas are sodded in solidly they will hold against rains. The Golf Course will open in the Spring.\n\nThe Sales Office is scheduled to move out of the Lodge shortly after the first of the year.\n\nThere will be a twenty-unit condominium build, starting construction by February 1st and hopefully in operation by late Spring.\n\nWe still have plans to put in a really nice dining room in the upper part of the Lodge, complete with chef.\n\nThere are now two lakes in service. The upper lake is stocked with 18,000 fingerling trout. There are plans to put an all weather walk around the lakes. A waterfall is also in the planning.\n\nThese facilities are ours as property owners and it cost money to maintain them. To date, the developer has carried the entire cost of this upkeep, however it is estimated that the developer will be out of the picture in about three years. We must begin now to be ready for a complete takeover when that time comes.\n\nThe assessment of $25 per membership, per year, will provide a portion of the revenue needed for the maintenance of our facilities. There will be other forms of revenue coming into the Property Owners Association in the form of monthly payments from water taps (of which there are now 37). The Utility Commission is in the process of setting this rate. To date, the developer has put in approximately $350,000.00 into the water system alone (if it hadn\'t been for Carriso Springs, it would have been $550,000.00). This water system is a real asset to the Association and revenue from it will accrue directly to the Association.\n\nThe total facilities on the property, when completed, will value approximately $5,000,000.00. This membership is definitely a thing of value.\n\nAs promised by Richard Sparks, a full and comprehensive report on the progress of the roads is being formulated and will be sent out shortly.\n\nTimberon Log dated January 25, 1973...\n\nFrom the beginning of Timberon it has been understood that the Property Owners would eventually take over the care and maintenance of the common facilities in Timberon. The developer\'s contract with the buyers of Timberon property included the construction of all common facilities and maintenance of them until the Property Owners Association could assume this responsibility.\n\nAt present, excluding the existing water system, the Property Owners have for their common use and enjoyment the following property which is managed by the Association: the paved 5000\' air strip and parking apron valued at $125,000.00; the Lodge and grounds valued at $250,000.00; two fishing lakes valued at $30,000.00; and the swimming pool valued at $60,000.00.\n\nLater, the Association will accept the responsibility of maintaining and collecting the revenue from the water system. This system presently consists of 35 miles of installed distribution lines, 15000\' of 10\" transmission line from the springs, and two inter-connected reservoirs with a total value of $600,000.00.\n\nOther assets now existing for common use, but not yet taken over by the Association are 227 acres in the championship golf course area (nine holes of the golf course were seeded in the summer of 1972 and will be open for play early in the summer of 1973) and 81 acres of parkland in various parts of the project.\n\nTitle of this property has not yet been transferred to the Property Owners Association. The developer stands ready at any time to convey this property at our option.\n\nRobert Edwards was elected to fill the vacancy on the Board and will serve 1 year as Secretary of the Association.\n\nTimberon Log dated March 17, 1973...\n\nThe Northern Road from Sunspot is deeply rutted, almost impassable because of the extreme winter moisture. Southern Road (506) is in good shape, has approximately 21 shallow fordings, and is being reconstructed because of the efforts of the State School Board. Alternate highway routes are still being sought, but because of government procedures, progress is quite slow.\n\nRoads in the Timberon property are being expanded and improved. An additive is being put on the roads to protect them from moisture and make them more truly all-weather.\n\nThe golf course will open approximately June 1, 1973 and should be covered by excellent grass because of the extremely wet winter.\n\nAll members of the Property Owners Association will have numbered certificates for each building site. This also includes the large \"Block Holders.\"\n\nDues are delinquent after 90 days. A default notice will be sent at 60 days and subsequently a property lien will be attached to the property.\n\nThe purpose of the Board of Directors is to manage the community properties for the good of all the property owners and no remuneration is made to the directors for their time.\n\nThe Lodge will have a restaurant and improved living facilities in the near future. Salesmen will be quartered outside outside the Lodge and will pay for their use of the Lodge in the same manner as anyone else. It is expected that a condominium will be opened in the community area for the use of property owners and buyers, hopefully by June 1st.\n\nTimberon Log dated November 10, 1973...\n\nMr. Steve Cilino is working on obtaining a new South entrance road into Timberon. He is approaching the problem by going through the Commanding General of Ft. Bliss on behalf of all Timberon property owners. Mr. Cilino is proposing the following route: use New Mexico State Highway to 17 miles west of Highway 54, then north up over the ridge ending at Sacramento Canyon. We would have the sole responsibility of securing the road at our end. He has assured the General that we will in no interfere with missile firings. He has asked that all Timberon property owners sign a list that will be attached to a letter for the General with the purpose of acquiring permission to use such a road.\n\nMr. Bill Berkebile is working on the Northern route into Timberon from Cloudcroft. North American Land Development (the developer) has attempted to improve and maintain this road, but has encountered opposition from the County and Forest Service. However, North American Land Development has now been given the position of acting as the agent concerning these road matters for Otero County. North American Land Development is now in the process of repairing the river crossings on this road. We are still in need of a gravel pit. The Forest Service has tentatively agreed to let us put one in Apple Tree Canyon. The Forest Service is ready to go on extending the road from Sunspot to over near Scott Able whenever they can get the funds.\n\nIn respect to the South road to Weed, North American Land Development is prepared to remove the first six river crossings. Dr. Stovall, Superintendent of Schools, from Otero County is in favor of supporting this southern route. The County Commissioners from Otero County have been very cooperative.\n\nThe 18 acres, which was deeded to the Property Owners Association in March of 1973, has been leased to Mr. Roland (Ski) Skalmusky for the maintenance of the Lodge and restaurant.\n\nIn the last year both of the fishing lakes have been restocked, the roof of the Lodge was repaired, and a good deal of the Lodge was repainted.\n\nWe have purchased a fire pumper to be used off the swimming pool or ponds. It is on a trailer, so it may be pulled to any place on the property. This is not the answer to our fire protection, but it is a beginning.\n\nWe invested in a security vehicle for Mr. Bill (Smitty) Smith, our security guard at Timberon. Smitty holds a Deputy Sheriff\'s commission from Otero County and has a background of 25 years in law enforcement. His new security vehicle is equipped with a CB radio and a complete First Aid Kit. A State Police radio has been ordered and should be here by December 10th. Emergency systems have been set up with the Alamogordo Police Department.\n\nMr. Bill Pozanac, Bill Berkebile and Ed Jennings have been deputized as special deputies to assist Smitty.\n\nCol. Griffin feels that our county taxes should be used for fire protection. We have corresponded with the County concerning this possibility, but until we are a municipality we can not count on too much assistance. Dave Tappan said that there is a New Mexico law that offers help to organized Volunteer Fire Departments. Bill Berkebile suggested that we should inquire at the County Assessor\'s office as to what is being done with the tax flow that is coming from the Timberon area and report the finding to the property owners.\n\nMr. Berkebile looked into the possibility of acquiring mail service into Timberon. The postal authorities sited the condition of the road leading from Sunspot and the small number of families living in the area as reasons to deny service. He was told that if all of the people who reside in Timberon would transfer their post office box to Sunspot it may show a greater need for this service.\n\nBob DeSpain complained about the trailers which were located on lots that were not in the trailer section of Timberon. He feels that we should abide by the Restrictive Covenants and not allow this. The developer, Mr. Mobley, indicated that letters have been sent out to these people by his attorneys and action was being taken to remove the trailers in question.\n\nThe problem of obtaining telephone service to Timberon is being looked into by Bill Berkebile.\n\nTimberon Log dated January 12, 1974...\n\nOur Board amends the bylaws to provide for seven members, it had been five.\n\nThe Lodge building in Timberon was designated as the principle office location for the Property Owners Association.\n\nAll future meetings of the Property Owners Association will be held on the second Saturday of each month in the Timberon Lodge.\n\nThe following committees were established: Roads - Steve Cilino; Fire Protection - Joe Fetters; Timberon Social Activities - Tony Perretto.\n\nA suggestion was made that the Property Owners Board and the Developer (North American Land Development) develop better communications when planning social activities. The Developer, Johnny Mobley, says that the property owners could be kept advised through \'Timberon Trails\' published every two months.\n\nFire Protection is a major concern, maybe it will be possible to obtain a pumper from the government surplus when they closed the missile sites. There was also discussion about appealing to the owners for donations of time and/or money for a volunteer fire department.\n\nThe people hired to operate the Timberon Lodge were evicted and the Lodge closed. The operators of the Lodge left the Property Owners Association with an estimated loss of $1000.\n\nIt was pointed out by Mr. Roessler that since our security man, Bill (Smitty) Smith, is a deputy of Otero County then the county should pay his salary, or a portion of it, with some of the property owner\'s tax money.\n\nThe advantages and disadvantages of becoming a municipality was discussed, with no definite action being taken due to opposing views.\n\nCamper trailers that are now parked in front of the Lodge near the air strip for utility hook-up will be required to move to the new Trailer Park area. This area is being built by the Developer to have hook-ups and toilet facilities. The completion date will be May 1, 1974.\n\nThere are three rooms available for rent in Lodge. The cost to rent these is $12 per night with linens.\n\nAn announcement was made that the Timberon Sales Office is soon to go computer.\n\nA Lubbock group of Property Owners Association Members suggest forming chapters by towns of property owners to create interest.\n\nIt appears we have been operating a restaurant without a license and that the gross receipt tax on the bar has not been paid. We will correct this and find out what it will take to acquire a restaurant license.\n\nTimberon Log dated March 9, 1974...\n\nIt was decided to get a new appraisal for the Lodge building because of all the improvements that have been made, especially to the kitchen.\n\nMr. Cilino requested from the Civil Defense a pumper which has recently become available. It was inspected by Joe Fetters and found to be in good condition.\n\nThe liquor license that belongs to the Developer will be leased to the Property Owners Association, but the Developer will retain ownership.\n\nThe Property Owners Association is in the process of filing liens against non-paying lot owners.\n\nOtero County is now blading the North road, having already bladed the South. It appears that they will continue to maintain these roads on a regular basis.\n\nDon Coffman, Head Football Coach for Roswell High School, will take care of the pool for the Summer at no charge.\n\nMr. & Mrs. Lee Martin of El Paso are hired to manage the Lodge.\n\nTimberon Log dated March 20, 1974...\n\nCarl Tanner was hired as full-time maintenance man for the Lodge at $500 a month.\n\nWe ordered and paid for two thousand 7 to 10 inch trout for the fishing lakes at a cost of $600 plus $90 delivery charge. The Developer has agreed to pay for the restocking of the lakes when it is done again in late summer.\n\nErna Stevens and her daughter were hired to operate the Lodge. Before this she was employed at the Airport Restaurant in Roswell as a cook and her daughter as a waitress.\n\nWe had a complaint from Jack Shaw that our hamburgers are overpriced at $1.25 and that we should discourage bar drinkers, particularly on Sunday mornings.\n\nTimberon Log dated April 20, 1974...\n\nWhite Sands Missile Range requires that we must have a military guard on the roads. They want complete control of the access road.\n\nIt was decided to construct two or three kennels in back of the Lodge for people staying there with dogs.\n\nThe Lodge restaurant is grossing $500 a week and doing nicely. It is paying its own way and showing a profit.\n\nAt present there is $175 in outstanding tabs from the Sales Staff alone. No more credit will be given and everyone will pay when served.\n\nA ledge has been cut around the small lake and the lakes have been cleaned.\n\nMr. Tappan asked the Developer if the condominiums were ready for occupancy. Johnny Mobley said he was having problems with the Environmental Agency, Plumbing Inspector and Building Inspector. They have three different codes which are almost impossible to meet. He has asked for an Attorney General\'s ruling on this and should be ready to go ahead in about two weeks.\n\nTimberon Log dated June 8, 1974...\n\nMr. Cilino reported to the owners that we are still trying to secure a pumper for fire protection and that certain qualifications must be met before we can get any type of Federal funds to help us.\n\nIt is stated that the Commanding Officer at White Sands Missile Range will soon be changing and we should wait until a new one takes over before any attempt is made to ask the government to let us use range access roads to get to Timberon.\n\nThe kitchen remodeling has all been paid for and the restaurant now has an \'A\' rating by the State Environmental Agency.\n\nThe Developer says that property owners will not have to pay green fees on the golf course for the next three years. Guests will be charged $6 on weekdays and $10 on weekends and holidays.\n\nThe Developer, Johnny Mobley, says that the bath house will be finished in about two weeks.\n\nMr. Pozanac says the ice machines are now operating and ice will remain free to all property owners and their guests.\n\nJohnny Mobley says that the Lynn Gas Company is going to put in a permanent setup in Timberon. It will be available 24 hours a day.\n\nTimberon Log dated August 10, 1974...\n\nGround rules for hunting in Timberon were discussed. Some suggestions were: there should be guards placed at all entrances; there should be a limited amount of hunters allowed, each owner will be allowed to have four guests: and all hunters camping out will be required to camp in one spot designated by the Property Owners Association.\n\nBy unanimous decision Joe Fetters was accepted as Fire Chief of the Timberon Property Owners Association Volunteer Fire Department.\n\nThe electrical wiring in the Lodge was replaced, taking about five days.\n\nThe bath house has been painted and all the plumbing will be completed in about a week.\n\nThere is a problem with the lower fishing pond\'s diminishing water level. It is suggested that a pipe be run from the upper pond to the lower so that any overflow will go into the lower pond.\n\nIt was discussed that the only thing holding Timberon back from being a town is the population. The population needed should be reached about next spring.\n\nTimberon Log dated October 26, 1974...\n\nIn spite of many attempts, a new South Road into Timberon is yet to be secured. Mr. Cilino is investigating a possible right-of-way for another road going Westward to Highway 54, rather than South to State Highway 506.\n\nBill Berkebile reported that contracts will be let to furnish mail service directly into Timberon, effective December 7th. The mail route will be known as the \"Timberon Star Route.\"\n\nThe new fire sirens were sounded for the first time in Timberon.\n\nTimberon Log dated February 15, 1975\n\nHarry West and Joe Richardson were introduced as the new Property Owners Board Directors.\n\nThe Timberon Property Owners Association is granted exemption from Federal Income Tax as a non-profit organization.\n\nPeggy Maitland announces that the General Store will be in full operation by April 15th. Danny Strickland will be running it.\n\nA County Road Maintenance Man will be stationed in Timberon with a grader to keep both the North and South Roads clear and in good condition. Bill Berkebile says that negotiations are presently under way to change and improve the South Road through Sacramento River Canyon.\n\nThe Developer informs the owners that all structures being built must be approved by the Architectural Committee of North American Land Development prior to building. The zoning must be followed and will be enforced.\n\nFire Chief Joe Fetters was instrumental in securing a 500 gallon pumper truck; this is a real fire engine with a red light and siren. It runs just fine.\n\nBill Berkebile and Joe Fetters secured the services of a 1000 gallon tanker truck from the Forestry Department.\n\nFour Condominium Duplexes are opened for rental on the river. Christy Berkebile is the manager.\n\nShirley Cliff will be manager of the Lodge starting March 1st. She plans to have regular entertainment. The act on opening night will be Pete Fleming and Mitch Mosley, a folk and country group.\n\nThe Golf Course will open for the season on Easter weekend, weather permitting.\n\nTimberon Log dated April 19, 1975...\n\nDave Tappan briefed the Association Directors on a letter written by Bill Richardson, a property owner, to the Department of Housing and Urban Development in Washington. The letter indicated a dissatisfaction with the Developer for not turning over the water supply to the Association Members as indicated in the HUD report. The matter was put of until a meeting with Bill Richardson could be arranged.\n\nBill Cilino says that the new access road approval was at a standstill and now hinges upon the incorporation of Timberon.\n\nThanks were extended to past Sheriff Bill \'Smitty\' Smith and present Sheriff Dennis Wynn for their excellent job of solving several burglaries. We want to keep Timberon honest and clean.\n\nSheriff Wynn and Shirley Cliff started a game room in the Lodge to keep our young people entertained.\n\nThere was a forest fire in Timberon, with most of the damage being in T-8. Our Volunteer Fire Department, assisted by Timberon Members and guests, was instrumental in containing the fire and finally putting it out. Also assisting were the fire departments from Cloudcroft, High Rolls, Duncan, Penasco, Sacramento, James Canyon and Mayhill. The Forest Service responded within minutes with slurry bombers spraying flame retardant chemical. They sent in tankers, supplies, and more than 75 firefighters. Investigation indicated that the fire was started by an owner burning trash in a 40 mile per hour wind.\n\nTimberon Log dated July 12, 1975...\n\nA front loading tractor and riding lawnmower have been purchased for the Lodge grounds.\n\nMany complaints were aired, mostly centered on the deplorable conditions in and around Lodge; dogs running loose and destroying the Associations equipment, and camping grounds in front of the Lodge.\n\nThe Property Owners Board was faced with what they saw as the deplorable condition of Timberon in general, the thefts that had occurred, lack of authority and division of authority by Board members and security personnel, and general lack of management. They responded by electing Joe Fetters as Resident Agent with direct control over all Property Owners Association employees and answering only to the Property Owners Board.\n\nIt was decided that for the safety of all members, dogs found loose would be picked up with a warning to the owner and if repeated, the dog would be destroyed. Dogs without licenses and unknowns would be destroyed immediately.\n\nThe conclusion was reached that there was no control on entrances to Timberon and undesirable characters may enter, placing all property in jeopardy. An earth barricade was put across the Culp Canyon entrance to close it and the possibility of control over both the North and South entrances were looked into.\n\nAt the prompting of the Fire Chief, Joe Fetters, $6000 was spent by the Property Owners Association for new fire equipment.\n\nTimberon Log dated August 30, 1975...\n\nIt was decided that Sheriff Wynn was lacking the maturity necessary for our security guard. The job would again be offered to Bill \'Smitty\' Smith.\n\nJoe Fetters says that the probation period for the Fire Department will be over in November and we will be eligible for state funds.\n\nThe tennis courts should be finished by next spring. The snow pack this winter should really pack down the base.\n\nThe Cliffs are leaving in September and the Colemans will be running the Lodge on a two month trial basis.\n\nDue to inflation and maintenance costs, the dues for property owners will be increased from $25 to $35.\n\nTimberon Log dated November 1, 1975...\n\nAt present it does not appear a new access road will be constructed. The South road is in fairly good shape, but the North road is in poor condition.\n\nJoe Fetters and Bill Berkebile were recognized for establishing a Rural Fire District in Timberon in a remarkably short time of one year.\n\nThe Timberon Volunteer Fire Department now has two pumper trucks, three fire sirens, a small portable pumper, a good supply of protective equipment for firefighters and radio communications in the trucks.\n\nMembers will be limited to one guest during hunting season to prevent indiscriminate hunting and in order to maintain control.\n\nThe Developer, at the urging of Harry West, donated $50 to the town of Cloudcroft to go towards the purchase of an ambulance for evacuation of the sick and injured. The ambulance will be used not only for the Cloudcroft area, but also for surrounding towns, including Timberon.\n\nCompleted units of the Water System will be deeded to the Timberon Property Owners in the near future at time completed, by the Developer.\n\nTimberon Log dated February 7, 1976...\n\nThere will be two resident agents on the property, Joe Fetters will be resident agent over the Fire Department and Ed Jennings over security and maintenance.\n\nThe Lodge was again opened for the renting of rooms, with property owners to have first consideration.\n\nDue to a growing demand by the property owners, applying pressure on the Board Members, it was decided to get Bill (Smitty) Smith back as security officer.\n\nThere was concern about increased crime and malicious vandalism on the mountain.\n\nThe Fire Department was inspected by the State Fire Marshall, who certified us and recommended that we receive state funds.\n\nFire Chief Joe Fetters recommended that the Property Owners Association consider selling the Fire Department one acre of ground for $1.00 to construct a fire house.\n\nTimberon Log dated May 19, 1976...\n\nBoard Director Dave Tappan sent a letter to the other Board Members with the following suggestions for consideration:\n\nThat the role of the Restaurant and Lounge be determined as to whether we must keep it in operation, if so, should we request that the Developer subsidize it or is that our responsibility as Property Owner Association Representatives.\n\nThat we consider subsidizing Harry West\'s quarterly newspaper, as the Developer has already agreed to mail it to all property owners.\n\nWhat the role of the Property Owners Association will be in the next two to five years, as the Developer will undoubtedly be pulling out and turning everything over.\n\nTimberon Log dated May 29, 1976...\n\nThe Lodge is now being operated by the Property Owners Association. Betty Cliff is doing a fine job of cooking and taking care of the Lodge.\n\nThe security light donated by Harry & Ann West is installed on a tree in front of the Lodge and it lights up both the front lawn and the parking area.\n\nThe Fire Department makes plans to pay back the money borrowed from the Property Owners Association for equipment by holding a golf tournament on the Fourth of July.\n\nAll Timberon Property Owners Association Members will receive two plastic membership cards that must be presented before playing tennis, swimming, fishing, or golfing.\n\nTimberon Log dated August 14,1976...\n\nThis year during deer hunting season each property owner who has paid their dues will be allowed only one guest, same as last season. Signs will be posted at all three entrances to Timberon an there will be voluntary patrols.\n\nOnly property owners will be allowed to fish, with a limit of ten fish for a family per day.\n\nThe Developer, Johnny Mobley donates property for the Fire Department building adjacent to the swimming pool.\n\nThe Developer agrees to donate land for a church site in the area set aside for the school, located on the Southeast end of the airstrip.\n\nTimberon Log dated October 30, 1976...\n\nWe now have health insurance coverage on all Property Owners Association employees.\n\nAt a meeting Harry West informed the property owners that the Timberon Mountaineer (newspaper) was not financed by the Developer or the Property Owners Association. He explained the problems of trying to publish a paper without any money to hire help, travel, etc... The Property Owners Association agreed to reimburse Harry for past personal expenditures if he could not get the money elsewhere.\n\nRev. Frank Wheeler said a site for a church had been promised by the Developer. Rev. Wheeler is coming to Timberon every Tuesday night to have bible study and every Sunday for worship services.\n\nTimberon Log dated February 19, 1977...\n\nIt was reported that some wood is being cut in unauthorized areas. The Developer said that he would see that they were redirected to proper areas.\n\nThe Developer, Johnny Mobley, reminds the Board that the lower fishing lake will have to be drained in order to be sealed. The fish will be removed and put back in after it has been sealed and refilled. He said the seeping of the lake is causing the tie-down area of the airstrip to stay damp and sustain damage.\n\nThe possibility of getting phone service from Dell City looks good, but first we need at least 30 applicants.\n\nTimberon Log dated August 30,1977...\n\nAn increased effort is being made to prevent non-paid members from using Association facilities.\n\nHarry West suggests that a solar unit to heat the pool can be obtained for about $800, thus eliminating the $300 per month propane costs.\n\nThe Baptist Missionary Board puts up $15,000 towards building a small non-denominational church in Timberon. Local church collections are over $900 and other congregations in the area have donated $1,000.\n\nHarry West asks about the dishwasher in the Lodge, and wonders why the dishes are being washed by hand. Ed Jennings says he thinks the dishwasher was working, but that it takes longer to use it than to do them manually. Dave Tappan injects that the dishwasher costs $1,000, is required by the Environmental Department and should be used.\n\nTimberon Log dated October 29, 1977...\n\nDean Blagowsky joins the land sales staff announcing that some property owners will be licensed and a lot resale department will be started next year. He also says that his group will start selling Champion modular homes.\n\nGeorge Cliff completes the enclosure remodeling of the Lodge patio, adding a fireplace.\n\nThe Memorial Flagpole in front of the Lodge is made available to bronze memorial plaques for deceased property owners at a cost of $40 to their families.\n\nTruman Jones pays to restock the lower lake with trout.\n\nThe Property Owners Association assists Harry West with a contribution, as do many property owners, enabling him to continue publishing the Timberon Mountaineer. The Developer is also commended for printing and mailing two issues to the whole Association.\n\nBill (Smitty) Smith, Association Security Officer, reports the arrest of a property owner and his wife for burglary. Several thousand dollars worth of property is recovered and 14 burglaries are solved by this arrest.\n\nDell City applies for a low interest federal loan to expand their phone system to Timberon.\n\nHarry West reports that the Timberon Mountaineer is in debt by about $271 and that CB listings are available for $1 each to help pay the deficit. The Property Owners Association assures Harry that he would not have to pay these expenses personally.\n\nThe Developer says that the trailer along the airstrip would be moved to an RV area soon.\n\nTimberon Log dated January 7, 1978...\n\nVandalism and lack of interest among the younger set has caused the game room to be closed. A recommendation was made that the pinball machine and pool table be returned to their owners and the room be used for storage.\n\nSecurity Officer Bill \'Smitty\' Smith reports that a few minor break-ins are occurring, but articles of value have not been taken.\n\nThe Developer, Johnny Mobley, expects an influx of sales personnel this spring and requests additional services from the restaurant.\n\nThe Developer reports that Representative Mershon is working on the road situation. The effort will now be concentrated on getting right-of-way for a road from Sunspot, upon the ridge and into Timberon from the North.\n\nHarry West says contributions to the Timberon Mountaineer have picked up and he believes the publication will now be viable, however more articles are needed for publication from members.\n\nIt is agreed that an under-cover man may be employed periodically, if requested by the Security Officer and Registered Agent.\n\nTimberon Log dated March 4, 1978...\n\nA letter is sent to the State Highway Commission stating that the Property Owners would relieve them of liabilities for any injuries during the time that they would be repairing and improving the road over to 506.\n\nThe Fire Department buys a resuscitator with revenue sharing funds allotted by the County.\n\nHarry West expresses his delight at the progress being done on the Pro Shop in the last couple of months.\n\nThe Security Officer reports flagrant violations by game poachers in Timberon. One violator has been arrested, but several more were accessories to the fact.\n\nAn Environmental and Wildlife Protection Committee was established in Timberon. Committee members were Ed Jennings, Bill Smith, Bobby Williamson, George Cliff and Lew Lund.\n\nTimberon Log dated October 28, 1978...\n\nSteve Hollabaugh is hired as maintenance man after Lee Jennings resigns.\n\nA lawsuit is filed against the Army to allow a road from 506 to be cut due North into Timberon.\n\nDell City Telephone Cooperative receives a low interest federal loan to bring service into Timberon.\n\nProperty Owners get free use of the slopes at Ski Cloudcroft.\n\nIn T-8 fifty-one percent of the Property Owners vote to reduce the square footage from 1,000 to 850 for home size.\n\nTimberon Log dated March 17, 1979...\n\nThe Developer deeds the Lodge to the Property Owners.\n\nHarry West reports that the Spring edition of the Timberon Mountaineer is about ready for publication, but mailing funds are running low.\n\nThe Developer states that the Land Office would soon receive their new computer and that the old one would be donated to the Property Owners. However, in the end it is donated to the El Paso Public School System instead.\n\nThere are two minor break-ins of cabins and the vandalism of the school bus reported by Security.\n\nTimberon Log dated June 23, 1979...\n\nA barrier of cross-ties are place between the propane tanks and parking lot after the propane truck\'s brakes fail, it rolls down the slope and knocks the tanks off their mountings. There was no explosion.\n\nThe fishing limit is set at 6 per day per family, as suggested by Roy Sellers, and all fish caught must be kept.\n\nThe Property Owners Association agrees to furnish the prize of golf woods at the Firecracker Open tournament on the 4th of July.\n\nThe Summer edition of the Timberon Mountaineer is about ready for publication, but is currently about $158 in debt. The Developer agreed to pay the postage and the Property Owners Association will pay the $158 needed to complete the printing.\n\nTimberon Log dated September 15, 1979...\n\nThe Property Owners Association buys a TRS-80 computer from Radio Shack after attending an impressive demonstration of the machine.\n\nIt is reported that Lou Fetters will be coming soon to present a plan from Tri-State Associated Grocers for delivery of supplies to the General Store and Lodge Restaurant.\n\nO\'Neal James presents a proposal for trash removal service in Timberon.\n\nHunting in Timberon is again limited only to members of the Property Owners Association.\n\nA barbecue pit is built behind the Lodge.\n\nTimberon Log dated October 27, 1979...\n\nThe Lodge restaurant has been remodeled and is operating in the black.\n\nThere is new pavement placed around the Lodge.\n\nTrash is no longer being dumped at the Lodge and there is a trash pick-up service available if you wish to subscribe.\n\nThe need for building a fire station and getting a school in Timberon is discussed.\n\nAppreciation is expressed for the County getting the roads into Timberon in such good shape.\n\nTimberon Log dated January 26, 1980...\n\nMost Association Members are sending donations to the fire department along with their dues and the Property Owners Association donates $1,000 to the Fire Department Building Fund.\n\nThe Developer proposes to donate three additional acres of land to the Timberon Chapel, one acre for expansion / parking and two acres for a cemetery.\n\nPastor Frank Wheeler proposes that the Property Owners Association accept the cemetery acres and administer the operation of it. The Association agrees to do this dependent upon findings concerning State and Federal regulations.\n\nTimberon Log dated May 31, 1980...\n\nHarry West requests aid in publishing the next edition of the Timberon Mountaineer. The Developer agrees to pay for half of the cost while the Property Owners Association agrees to pay the remaining half. Harry states that he is going to ask for subscriptions for future editions.\n\nDell City Telephone is committed to having telephone service installed by January 1, 1981.\n\nSecurity reports that a gang of robbers are operating in the area, but have not as yet shown up in Timberon.\n\nTimberon Log dated October 25, 1980...\n\nRoy Sellers, the President of the Property Owners Association, submits the following letter: After leaving the meeting Saturday, I saw several Bow Hunters driving trucks around the Golf Course area. Sunday morning, I saw the same thing again. I asked if we had a designated area for hunting and was told yes, but the hunters didn\'t seem to pay any attention to regulations.\n\nWith the National Forest and all the other open hunting areas, do we have to get someone seriously injured or killed to stop hunting in Timberon?\n\nI believe that 90% of all members would rather watch the game we have than to hunt them, and I know 99% of the people who live here are afraid to get outside of their homes during hunting season. I would appreciate it if this matter would be considered by the Association soon.\n\nA Crime Stoppers program is started in conjunction with Otero County.\n\nA school building is brought in, with class to begin next year.\n\nTimberon Log dated January 17, 1981...\n\nIt is decided that the restaurant should have a professional manager, to be paid $800 a month. Donnie Smith is hired.\n\nRoy Sellers brings up the fact that the employees are, in general, underpaid. Some of the employees salaries are raised.\n\nOne of the furnaces blows up in the Lodge. It is decided to replace both furnaces with the pilot-less type.\n\nThe Property Owners donated a tractor to the Fire Department.\n\nIt is decided that the Property Owners Association lend money to the Fire Department to go towards building the station.\n\nTimberon Log dated April 18, 1981...\n\nHarry West invites Herb Little of Lubbock to give a presentation of solar heating for the pool. It is decided to purchase solar collectors to heat the pool for $5,886. Tom Cook will install the pad for the collectors at a cost of $1,397. The Fire Station will be able to use the collectors for heating during the pool\'s off months, but must connect to it at their own expense.\n\nTom Cook is hired to put a new floor in the patio area of the Lodge.\n\nSecurity Officer Bill Smith reports that there have been only a few minor break-ins. It seems that they are very carefully breaking in, taking a little food while stealing nothing else, and not vandalizing anything.\n\nThere are now 205 permanent buildings in Timberon, 195 of these homes.\n\nWe are looking for a pool attendant, someone from outside Timberon. All the attendants we have had in the past have been local and all the kids know them, and take advantage of them. Mary Seidl is asked but refuses to take the job.\n\nThe Developer, Johnny Mobley, puts 500 fish into the stream.\n\nThe Property Owners Association pays for the mailing of the Timberon Mountaineer newspaper in order to get the Fourth of July activity information out to property owners.\n\nHarry West, Bill Berkebile and Ken Baird become the first board members of what will later be known as the Timberon Protective Association. Their only duties at this time is to enforce the property restrictions in the Commercial Area.\n\nThe Property Owners Association pledges 5% of the year\'s membership dues to help buy equipment for the Fire Department.\n\nTimberon Log dated June 20, 1981...\n\nMoney is saved by hiring Steve Hollabaugh on a hourly basis instead of having a full-time maintenance man for the Lodge.\n\nAll outdoor equipment for the Fourth of July activities have been bought and are on site. The horseshoe pits are to be constructed next week by Ed Granjennet.\n\nThe Fire Department is upgraded to a class 9 by the Insurance Services of New Mexico. We can expect lower insurance rates as a result of this.\n\nGasoline has not been available at the store for about 2 months now. The Association is asked operate their own service station, they refuse but will consider some action if the problem is not solved soon.\n\nTimberon Log dated August 22, 1981...\n\nThere was one bad break-in reported at Dr. Woodall\'s in Sacramento Estates. Some expensive electronic equipment was taken and the Sheriff\'s Department is notified.\n\nBill Davis is hired to assist Bill Smith in Security and Architectural Control functions.\n\nTimberon has grown from approximately 25 homes in 1972 to 225 homes today.\n\nTimberon Log dated October 31, 1981...\n\nThe Property Owners Association pledges another 5% of the annual membership dues to help out the Fire Department.\n\nThere was quite a bit of discussion on the need for a good General Manager in Timberon.\n\nErnie and Peggy Whomans are hired to manage the swimming pool.\n\nThe Timberon Property Owners Association has 3519 regular members, 152 RV Area members, and 83 Time Share members.\n\nTimberon Log dated January 30, 1982...\n\nBill Davis is hired on a full-time basis as part-time security guard and maintenance man for $650 a month and fringe benefits.\n\nThe swimming pool operators are allowed to sell sandwiches and soft drinks, keeping any profits they might realize.\n\nParker Hinesley was hired to put the solar collector for the swimming pool into operation for $468.\n\nThere is discussion on the need of a general manager for the property. Harry West, having just finished being a Board Director, is hired.\n\nBill Berkebile expresses a desire to a basketball court constructed.\n\nTimberon Log dated May 29, 1982...\n\nA special meeting is requested by a Committee of Property Owners (Mary Seidl, Curtis Reece, Keith Meyers, and Joe Fetters) to discuss the hiring of Harry West as Business Manager. The Committee carried with them proxies representing 1,759 votes to back their views.\n\nA motion is made by Committee member, Mary Seidl, that the manager position be abolished and anyone presently occupying it be terminated. The Board of Directors is then ordered to appoint a committee to outline the duties and properly go through the steps of hiring a manager.\n\nJordan Shaaf states that due to the dissatisfaction of all the Property Owners, the Board of Directors had better get the message and be sensitive to the feelings of the committee and those they represent.\n\nBoard President, Bill Berkebile, suggests that the motion be changed to a suggestion and the Board will review it. The committee responds that if it is asked to withdraw the motion, an election for a new Board of Directors would be called.\n\nKeith Meyers states that the Committee began as a small group, but was growing because Property Owners were not pleased with the way the Manager\'s job was created, the way in which the Manager was hired, and the cost of his salary.\n\nHarry West tells about all he has done since taking the job of Manager.\n\nThe outcome of the meeting is that no vote would be taken that day, but the motion/suggestion would be reviewed and changes made to the Association\'s bylaws in the near future.\n\nTimberon Log dated June 5, 1982...\n\nDeveloper Johnny Mobley states that it is his intention to bring all Timberon roads up to County specifications, though not all roads would be finished at the same time. He stated that eventually the maintenance would be the responsibility of the County.\n\nJohnny Mobley asks if the Property Owners will assume responsibility for the runway, once it is resurfaced. Board President Bill Berkebile asks him to write a letter stating his intentions.\n\nTimberon Log dated August 14, 1982...\n\nManager Harry West states that the remodeling of the Association\'s offices, Lodge bathrooms and public restrooms is nearly completed.\n\nThe upgrading of the roads to meet County specifications will begin next Spring, according to the Developer. Bill Berkebile states that if the County does not take the roads over as promised, the cost of the Association maintaining them would be $75,000 a year.\n\nThe validity of the agreement between the Developer and Property Owners for the take-over of the water system upon completion is questioned. The Board discusses entering into a new agreement with the Developer on the water system.\n\nThe Developer, Johnny Mobley sends a letter to the Board requesting they take over operations of the airstrip. A decision on the airstrip is tabled until a future date.\n\nJohnny Mobley resigns from the Board, citing a conflict of interest between being the Developer and a Board Director.\n\nTimberon Log dated October 30, 1982...\n\nThere are two break-ins reported on property, as well as the theft at the Lodge of $500 and the fire at the Hinesley home.\n\nBill Davis is elected Fire Chief. He states that there have been two structural fires and one brush fire this year.\n\nThe Developer, Johnny Mobley forms a water corporation and applies for a certificate of Public Convenience and necessity, a certificate that is required before he can charge for the use of the water.\n\nA cleanup campaign is underway at the fishing lakes; clearing them of cattails, brush and debris.\n\nThe Architectural Committee is formed with Tom Cook as Chairman.\n\nRestaurant costs and expenses are discussed and it is decided that shorter hours and less employees will cut expenses.\n\nTimberon Log dated November 27, 1982...\n\nThe Property Owners file a Petition of Intervention for the hearing on Timberon Water Company\'s application to charge for water. The Property Owners state that they have no problem with a charge for the water, the problem is that an agreement had not yet been reached on the Developer turning over the system upon completion.\na statement is made that the estimated completion date for the road and water system is the year 2005.\n\nTimberon Log dated January 29, 1983...\n\nAn agreement is reached between the Developer and the Property Owners on the take-over of the water system in the future. Signing of the agreement is delayed until the springs and surrounding area can be surveyed.\n\nThe Developer presents an agreement concerning the Property Owners take-over of the air-strip, golf course, tennis courts and pro shop upon completion of each facility. Finalization of the agreement is set for the next meeting.\n\nTimberon Log dated May 28, 1983...\n\nFive break-ins are reported for the month. Bill Cobb requests a letter be sent to the County for the on-site presence of a Deputy on Fridays through Sundays.\n\nChris Murtishaw suggests that the pool stay open seven days a week, this will be done contingent upon help to watch it. Chris also voices a concern about unattended children on the Lodge grounds. This problem will most likely be remedied by publicizing it through the two local newspapers.\n\nTom Cook makes a motion to dismiss the General Manager, Harry West. The motion receives no second and dies on the floor.\n\nHarry West offers his resignation to the Board. Tom Cook moves to accept, it is seconded by Frank Wheeler and passes unanimously. Harry will continue on through June 30th.\n\nTimberon Log dated August 6, 1983...\n\nThere is a problem with the newspapers in reporting factual events concerning the Association. Bill Cobb states that an editor of a newspaper has a responsibility of truth.\n\nNo further progress has been made concerning the agreement concerning the eventual take-over of the Water Company by the Property Owners.\n\nTimberon Log dated September 24, 1983...\n\nBill Cobb reads a letter from the Sheriff\'s Department that stated the inability to provide Timberon with an on site Deputy.\n\nThe Associations computer TS-80 computer is presently in Albuquerque being repaired and an addition of a hard drive is estimated to cost $1,100.\n\nAdelina Ayers is employed to work as cook in the Lodge restaurant. Her husband Dave is currently employed part-time in Architectural Control.\n\nThe Timberon Protective Association is formed. The State charter was received last week.\n\nBill Davis states that the Timberon Lions Club is currently working on the street signs on property.\n\nJoe Leary was chosen as the new General Manager at a salary of $20,000 a year.\n\nTimberon Log dated February 4, 1984...\n\nJoe Leary is introduced as the Property Owners Association\'s new General Manager\n\nThe Associations application for a bulk mailing permit is denied. It is decided that it was too much trouble anyway and that since the mail would have to be delivered to the Pinon Post Office by hand it would hurt the Timberon Community Post Office.\n\nThe Developer, Johnny Mobley, explains to the Property Owners that he would be operating the same as in the past, but would be pushing Time-Shares around the golf course where he envisions a 20 unit time share complex in the near future.\n\nThe Developer tells the Property Owners that repairs to the runway will begin shortly. They will roll up the existing surface, kill the soil this time so that grass will not penetrate the surface, and put down a tar and chip top that should last at least 5 years before any major problems occur. When this is done he wants to turn over the airstrip to the Property Owners.\n\nIt is announced that the second nine on the golf course is under construction now and should be playable by 1986. Executive (short) tee boxes are being built on the existing front nine holes.\n\nIt is brought out that communication between the Association and its members has been greatly improved due to the community\'s two newspapers.\n\nSuggestions are made as to tactics such as school bus routes, fire station, etc... that may prove helpful in getting the County to work on the roads now under their maintenance.\n\nTom Cook suggests that the existing leaky patio roof be torn out and the patio area be extended to be 40 x 100 feet. With the replacement of the bathrooms thi would probably cost in the neighborhood of $200,000. Bandaiding the existing patio would cost about $35,000. It is decided to wait until the existing roof begins to leak so badly that the only option is to replace it, and decide which route to go at that time.\n\nIt is announced that the street signs have been ordered and that the Lions Club will install them upon arrival.\n\nIt is decided that as a token of appreciation for the many hours and expertise contributed by Bill Berkebile, a first class set of luggage is to be purchased and delivered to him and his wife.\n\nRoger Anderson, contracted to do computer work for the Association, expressed concern about the power surges and brown-outs here on the mountain. He suggested that a battery backup ($1,000) or a shut down system ($150) be purchased. He was authorized to purchase a shut down system.\n\nBill Cobb suggests the construction of a community building to supplement the patio area during group gatherings. It should be about a 120 x 60 foot building with restrooms, a future kitchen area, and storage. The cost of a bare-bones version of such a structure should be around $100,000. The best spot for such a building would be where the present playground is, the playground can be moved to around the pool area.\n\nTimberon Log dated May 5, 1984...\n\nThe availability of Dining is discussed. There is currently the Blue Barn, Lounge at the Pro Shop, Country Kitchen, and the Lodge Restaurant - but none stay open past 7pm.\n\nThe Lions announce that their street signs project is scheduled to begin in the near future.\n\nA computer backup \"Minute Man\" has been purchased to protect from brownouts and blackouts.\n\nThere is a \"name the band\" contest for the local community band. Billy Reece wins the contest with the name \"Timbertunes.\"\n\nThe Carlsbad Association of Retarded Citizens requests forgiveness of over $3,000 in membership dues liens on property donated to them. The request is denied.\n\nA resolution by Tom Cook is adopted barring all dogs from the Timberon Lodge.\n\nThere is an ongoing problem of people\'s pets being shot and mutilated.\n\nA race car rally is held on some of the more remote Timberon roads and there is discussion on whether or not this can be prevented from happening again in the future.\n\nTimberon Log dated June 2, 1984...\n\nThere are some problems with Circle Cross cattle residing on the golf course. The other area ranchers cooperate fully when this sort of problem arises, however, Circle Cross is less than cooperative.\n\nShannon Belmont is the reigning \"Miss Timberon\" for 1984.\n\nThere appears to be damage to the trees in the area. Forester Randy Baker said he believes the damage was caused by heavy hail, after which bacterial pests invaded the trees.\n\nSam and Pat Davis are hire on at the Lodge as full-time cook and waitress.\n\nA discussion is held concerning the possibility of Otero County taking over the airstrip. It is felt that once the resurfacing is completed, no major repairs will be needed for another 10 - 15 years.\n\nBill Cobb states that by having our own security force, we are paying twice for law enforcement which should come from the County Sheriff.\n\nTimberon Log dated August 4, 1984...\n\nThe memory banks of the present computer are filled and no other information can be absorbed. It is decided to purchase an IBM-XT at a cost of around $10,000. The present machine will be used as a word processor and the oldest machine will be donated to the school.\n\nT.P. Hanson, reporting for the Ad-Hoc committee concerning the feasibility of the Lodge Annex, suggests that the annex be made an extension of the present lodge. The building will encompass 7200 square feet, housing the restaurant and restrooms. Initially, it will cost a little over $100,000.\n\nTimberon Log dated September 15, 1984...\n\nA letter is sent to the Otero County Commissioners expressing appreciation for the recent road improvements inside the property and a request is made for the installation of stop signs.\n\nA decision is made to go ahead and accept the airstrip from the Developer next year.\n\nBill Berkebile presents his brief background of Timberon, entitled \"A Bit of History,\" to the Property Owners.\n\nBill Cobb states that approximately $227,000 in taxes is paid yearly by Timberon Property Owners and it should not be unreasonable to expect the services of the Sheriff\'s Department.\n\nTimberon Log dated October 27, 1984...\n\nSo far this year there have been 74 building requests approved, 65 of which were for new homes. There are presently 99 permanent families and 208 seasonal homes in Timberon.\n\nChris Murtishaw, after 8 months of trying, succeeds in getting a two month training course in Timberon.\n\nA used rescue vehicle and new fire truck are purchased.\n\nIt is announced that the new fire sub-station will be operational next year.\n\nAn initial proposal from architect Charles Nolan of Alamogordo reveals a completed figure for the new Lodge Annex of $275,000. The purpose of this building is for meetings, dances, recreation and all needs of the Property Owners.\n\nBill Cobb states that evidence exists that the Developer will attempt to sidestep his resolution in turning over the Water Department to the Property Owners and an adversary position is apparent. Communications between the two parties attorneys has broken down. It is suggested that a letter be sent to the Public Utilities Commission expressing the Property Owners concern and that an injunction be sought to block development of T-17 (the area adjacent to the springs) until a resolution is reached.\n\nThe Property Owners impose a number of provisions on their acceptance of the Airstrip that the Developer\'s Project Manager doubts will be accepted, but agrees to pass on...\n\nTimberon Log Dated January 12, 1985...\n\nThe Lodge general manager says the restaurant $13,406 more than it took in in 1984.\n\nA letter is sent to Otero County Electric Coop. Requesting explanations for the frequent power outages and subsequent surges. A meeting is set up where the Cooperative fields questions from about 72 Timberon residents.\n\nThe organizers of the last Christmas party are commended for their good job by the Board. They include Wanna Bell Ross, Sue Haisley, Gertie Grabner, Frances Stout, Joe & Maggie Roseborrough, Marilyn Leary, and Danelle Ross.\n\nThe New Year\'s Eve party is a great success, with music supplied by Mark Clark, Monte McCullom and Wilbur Fry.\n\nIt is decided to set up an entertainment committee to assist in the activities for the coming year.\n\nRepresentatives of the Property Owners attend a meeting in Alamogordo concerning hunting laws in the State. They present the concerns of the Timberon residents to the attending members of the Game & Fish Department.\n\nT.P. Hanson advises the Property Owners that the turnkey cost of the new Lodge Annex, at this point, appear to be around $280,000.\n\nJordan Schaaf recommends the Property Owners borrow the money to pay off the Lodge Annex over a 10-20 year period, instead of paying cash out of the general fund. Tom Cook expresses his opposition to long-term indebtedness. A committee is appointed to study the best route.\n\nA contract agreement for the Property Owners to take over the airstrip from the Developer is presented. Johnny Mobley, the developer, advises the Property Owners that the FAA will reseal the airstrip every 3 years, provided it will be available to outside traffic. Tom Cook says that he is not in favor of accepting the airstrip, an expenditure of this amount (insurance, etc...) for the use of 10-12 people is not justified when there is no expectation of any financial return. Chris Murtishaw states that none of our facilities are producing a profit. T.P. Hanson injects that the airstrip benefits property values and will be needed in the future. The Board decides to accept it, but not unanimously.\n\nJordan Schaaf recommends that the Board follow \"Robert\'s Rules of Order.\" Chris Murtishaw says that the Board needs to follow some sort of rules. Tom Cook states that \"Robert\'s Rules of Order\" are too restrictive and we need to operate in a more relaxed atmosphere. No decision is made on the suggestion.\n\nIn an effort to secure a closer relationship with the County as to road repairs, thought is given to someone from Timberon running for the County Commission.\n\nTimberon Log Dated February 12, 1985...\n\nFrank Wheeler suggests putting trash containers along the street in the downtown area, the developer will provide the cans. Tom Cook reminds everyone, that according to the Covenants in that section, the cans must be hidden or buried and that defeats the purpose. The matter is tabled.\n\nDiscussion proceeds on the Property Owners accepting the Water Company from the Developer, although there is a problem on how large an area should be reserved as a buffer zone around the springs.\n\nTimberon Log Dated March 16, 1985...\n\nThe Lodge restaurant has lost $4,300 so far this year. Jordan Schaaf suggest a slight raise in prices because restaurant expenses are \"eating our lunch.\" Tom Cook suggests a different approach to increase volume by lowering food and liquor prices. It is decided after a long discussion to leave prices the way they are. Tom Cook advises the Board that after the summer season the restaurant will probably be closed, because we can\'t afford to spend the Property Owner\'s money to supplement the place.\n\nThe airstrip deed and map are received by the Property Owners, but a triangular section in the property has been omitted by the developer. Tom Cook says that he has spoken to Johnny Mobley about this and was told that an aircraft service area was planned to go in there in the future.\n\nThe Property Owners contact the New Mexico Transportation Department and are advised that they do not qualify for aid in airstrip maintenance.\n\nThe New Mexico Public Service Commission sends a letter concerning their investigation concerning the power outages in Timberon. They advise people who can substantiate losses due to power outages to submit claims to Otero Electric for possible insurance payments.\n\nThere is a disagreement on where the Bar & Lounge should be located when the new annex is constructed. Jordan Schaaf recommends moving the bar upstairs along with the restaurant, while T.P. Hanson is in favor of leaving the bar downstairs to insure the original concept of separation of dining and drinking areas. The decision is made to move the bar upstairs, but it is not unanimous.\n\nThree rough sketches of floor plans for the Lodge Annex are presented by Architect Charles Nolan and one by Ron Maksyn. The Property Owners go with Ron Maksyn\'s plan after a few adjustments.\n\nTimberon Log Dated April 27, 1985...\n\nPool repairs are continuing. New concrete has been poured and a privacy fence is being installed around the lower section of the pool.\n\nArchitect Charles Nolan tells the Property Owners that the blueprints for the annex should be completed in about two weeks, then it will be put out for bid.\n\nWanna Bell Ross, Sue Haisley and Marilyn Leary are asked by the Board to give their suggestions for decorating the new restaurant. Tom Cook suggests that no theme should be considered, but keep the restaurant richly elegant.\n\nCharles Nolan agrees to furnish an artist\'s conception of the Lodge Annex for public viewing.\n\nThe General Manager advises the Board that he has discussed the rumored new road from Sunspot to Scott Able Canyon with agents of the U.S. Forest Service and they said that such a road is included in future plans, but the completion date won\'t be until 1993.\n\nTimberon Log Dated July 6, 1985...\n\nThe Board attorney strongly advises against publishing the names of members that are delinquent in their dues payments.\n\nThe bids for the new Lodge Annex are scheduled to be opened on July 9th.\n\nMarilyn Leary, Elise Schaaf, Sue Haisley, Yvonne Fetters and Wanna Bell Ross are appointed as the design committee for the Lodge Annex.\n\nTimberon Log Dated August 24, 1985...\n\nT.P. Hanson advises the Property Owners that construct began on the Lodge Annex August 12th.\n\nThe Board has been busy trying to cut the cost of the Annex in any feasible way.\n\nWillie Fenske advised the Board that a suit was being prepared against the Timberon Protective Association concerning mobile homes in the area.\n\nLou Fetters suggests that due to recent thefts in the Lodge and the improper use of the lobby as sleeping facilities, the Lodge should be locked at night. It is so ordered by the Board.\n\nThe first Annual Fireman of the Year award was given to Wanna Bell Ross.\n\nTimberon Log Dated November 9, 1985...\n\nReceipts for the retirement dinner for Bill \"Smitty\" Smith total $286.83, not including the photograph taken at the dinner.\n\nTom Cook is commissioned to build the tables for the Lodge Annex dining room.\n\nAt this point the overall cost for the Lodge Annex is set at $301,947.\n\nSue Quick submits the proposed budget for the Timberon Protective Association at $70,210. The legal fund is raised to $10,000.\n\nJesse Duckett suggests that the old restaurant area downstairs be used as a community library. The Board is leaning towards making it a nursery and does not give the library serious consideration at that time.\n\nThe General Manager attends a meeting in Cloudcroft which concerns the Forest Service\'s plans to build a logging road from the Sunspot area to Scott Able Canyon. It would originally be a 14 foot wide dirt road. Long range plans include widening it to a two lane blacktop road with the possibility of continuing it on into Timberon and eventually Pinon.\n\nTimberon Log Dated January 18, 1986...\n\nTo ward off a lawsuit, the requested changes are made and approved in the covenants of T-10.\n\nJesse Duckett again presents a plan to use part or all of the basement area as a library. The Board instructs him to obtain more detailed information on establishing a library and asks the General Manager to check on any adverse insurance problems which may accompany the establishment of a nursery in the basement.\n\nTimberon Log Dated February 8, 1986...\n\nA room upstairs in the Lodge, formerly known as the Lion\'s Room, is made available for use as a library.\n\nJohnny Mobley, the developer, discontinues maintenance of the roads in Timberon.\n\nThe Lodge Annex is scheduled to be finished by the end of March, with the Grand Opening to be the Saturday of Memorial Day Weekend.\n\nLitigation continues over the Covenants in T-10, with the Timberon Protective Association pushing for a quick court decision.\n\nThe County takes the position that Timberon\'s population density does not qualify our roads for their attention. It is the Property Owner\'s responsibility to maintain them. Johnny Mobley gives the Property Owners a road grader for free.\n\nTimberon Log Dated May 30, 1986...\n\nBill Cobb threatens to sue the Board if they do not give in to his demands for lower membership payments on his multiple lots in Timberon and other demands, some realistic and some not so. The Board begins to make plans for a compromise on the issues in question.\n\nThe County resumes grading in Timberon as a result of the efforts of the Timberon Road Committee.\n\nThe military refuses to grant the right-of-way necessary for an all-weather road south to 506.\n\nTimberon Log Dated July 19, 1986...\n\nThe Developer presents a proposal that the Property Owners assume ownership and operation of the Water Company and the Golf Course. The details will be worked out through the attorneys.\n\nThe Property Owners accept the Water Company and Golf Course with a resolution that is to be subject to the approval of both parties attorneys. Part of the agreement involved the Developer\'s offer to bring the back 9 on the golf course into operational condition and external renovation of the Pro Shop building.\n\nThe Developer turns over the retail liquor license to the Property Owners.\n\nThe Property Owners are promised the use of the Timberon Logo \"for now and in the future.\"\n\nTimberon Log Dated January 3, 1987...\n\nTimberon Protective Association\'s outstanding legal bills over a covenants problem in T-10 have reached $8,273. Attorney Tom Sandenaw has donated $1,000 of his time on the suit.\n\nT.P. Hanson advises the property owners that the construction of the Lodge Annex is substantially completed. Total cost of construction is $341,527.\n\nCurtis Reece suggested to the other Board members that bids on all items of consequence should be let, public notice locally should suffice. The Board will solicit the membership\'s opinion and think about it.\n\nThe Property Owners Association is drawn into the T-10 covenants lawsuit (also known as the Wilcox suit) that was filed against the Protective Association. It is decided that Mr. Wilcox be contacted to seek some avenue of negotiation concerning this matter.\n\nTimberon Log Dated March 14, 1987...\n\nThe heating system in the Pro Shop building is switched over to propane. The move is praised as a great improvement.\n\nNorm Welborn, Chairman of the Water & Resources Committee, questions whether the water system is producing enough water for our growing community. He says the developer must improve the system before the property owners take it over.\n\nJoe Roseborrough presents plans for a proposed remodeling of the interior of the Pro Shop to accommodate a game room. The Board promises to review the plans.\n\nThe proposed road out of Timberon down Grapevine Canyon is dealt a death blow by General Infante, national defense needs were cited.\n\nTimberon Log Dated May 9, 1987...\n\nThe property owners seem to be losing board member fast, with Lou Fetters resigning and then Curtis Reece.\n\nWork on the sprinkler systems at the golf course is progressing nicely. Special thanks are offered to Euel Ross, Curtis Reece, Vic Hollrah and T.P. Hanson for their volunteer work. Jesse Duckett is recognized for his volunteer help in the Pro Shop and with golf tournaments.\n\nTimberon Log Dated June 13, 1987...\n\nThe developer\'s liquor license is transferred to the property owners.\n\nThe Otero County Commissioners are invited to hold a meeting in Timberon and they actually accept.\n\nGuest memberships are established for the golf course at the rate of family memberships, or $75.\n\nTimberon Log Dated August 15, 1987...\n\nThe many volunteers that helped with the parachute drops when the Green Berets were in Timberon were thanked. The Green Berets were testing newly designed parachutes.\n\nThe County Commissioners meet in Timberon and agree to work with us in getting the much-needed traffic control signs up.\n\nWin Thorp, President of the newly formed Men\'s Golf Association, recommends that the current Golf Pro George Thatcher be replaced with a person / or rehired in the capacity of someone - who can supervise activities and maintain the course on a full time basis. The Golf Association is also taking contributions for paint to use on the Pro Shop building, volunteers will paint it. The Property Owners Association donates $300 for paint.\n\nIt is announced that the BLM will hold an open meeting here to discuss McGregor Range and how it affects Timberon.\n\nThe insurance adjuster is here inspecting the F10 fairway mower that burst into flames earlier this month.\n\nTimberon Log Dated November 14, 1987...\n\nThe Wilcox lawsuit is appealed to the State Supreme Court. The Court rules in favor of Wilcox on one count, but found no evidence of any fraud on the second count.\n\nOtero County personnel begin installing stop signs and curve signs in Timberon.\n\nLou Fetters, Chairman of the Road Committee, proudly announces that a letter has been received from General Infante - the Army recommends approval to pave the back road to Timberon and asks that BLM issue the appropriate easements and right-of-way.\n\nTimberon Log Dated March 12, 1988...\n\nJesse Duckett volunteers to give free golf lessons to the young people of Timberon.\n\nCliff Pert requests that the Board donate land for a basketball court, several people have already pledged material and labor for the project. He is asked to report back at a later meeting.\n\nA request is made for permission to use the Lodge for some Little Theater productions. It would be necessary to build a stage at an approximate cost of $740, and it could be used for other purposes. Marcy Yeager was asked to report back to the Board on this at a later time.\n\nThe sprinkler system on the golf course has been completed and a representative of Southwest Toro is here to help with the programming of the computer system.\n\nIt appears that Lions Club bingo is becoming a regular event at the Lodge.\n\nTimberon Log Dated April 16, 1988...\n\nAn area adjacent to the playground is designated for the site of the new basketball court, construction will begin soon.\n\nThe Club Liquor license is to be moved from the Lodge to the Pro Shop and the Retail Liquor license is moved from the Pro Shop to the Lodge. This should happen by October.\n\nJoe Leary, the General Manager, resigns.\n\nTimberon Log Dated June 11, 1988...\n\nPlans are being made for the Fourth of July weekend - steak fry at the golf course, annual parade, Puttin\' on the Lips, and a dance with the KHEY Band.\n\nFrank Preston is the new General Manager.\n\nThe Property Owners Association agrees to pay the additional $250 to complete the Little Theater\'s stage.\n\nTimberon Log Dated July 9, 1988...\n\nThe first Christmas in July, arts and crafts fair, is held.\n\nMitch Johnson donates a lot to the Property Owners Association on the condition that it be raffled and the proceeds used on the golf course.\n\nFirst Nation Bank of Alamogordo is in the process of foreclosing on the Water Company.\n\nLila Oliveri comments on the condition of the airstrip - damage being done to their plane.\n\nTimberon Log Dated August 13, 1988...\n\nThe Lions Club builds a new BBQ pit behind the Lodge.\n\nThe Extension Club donates the materials to build a trophy case for the lobby of the Lodge, the Lions Club / Dave Davis agrees to build it.\n\nTie downs for six airplanes are installed on the airstrip.\n\nIt is decided to convert the basement of the Lodge into a recreation room.\n\nThe Timberon Fire Department receives the Best Community Service Award, the Fire Chief receives the State Award for Fire Chief of the Year, Chris Murtishaw and Steve Hollabaugh both also receive state awards.\n\nTimberon Log Dated December 10, 1988...\n\nSquare Dance lessons are offered in the Lodge.\n\nThe Timberon Protective Association was effectively abolished. Hazzie Quick resigned from the Property Owners Board citing family / personal reasons and there is definite evidence that his wife, Sue, may have been embezzling funds from the organization.\n\nTimberon Log Dated February 11, 1989...\n\nA decision is made to contract Triple M Company to maintain the roads in Timberon.\n\nMax Goodwin, District Ranger in Cloudcroft / Forest Service, spoke regarding the Forest Service\'s 10-year long range plan and asked for any suggestions as to how they could better serve the people of Timberon.\n\nThe Timberon Protective Association files for dissolution with the Corporation Commision.\n\nThe first hearing regarding the formation of a Water District in Timberon was held in Alamogordo.\n\nTimberon Log Dated April 15, 1989...\n\nTimberon is a top contender for the location of a Forest Service warehouse. The developer has offered to donate some property on which to place the warehouse, should Timberon be selected.\n\nThe Forest Service proposes putting a 60\' radio tower here, if it is agreeable with us. It is decided that they can put it up by the ninth green of the golf course.\n\nAlamogordo School District begins making noises about closing the Timberon School. A letter is sent to them in defense of the school being here.\n\nTimberon Log Dated May 20, 1989...\n\nThe property owners file a class action suit against Developer Johnny Mobley, hoping to recover some funds or assets to cover the many promises made that had not been fulfilled.\n\nThe Alamogordo School Board votes four to one in favor of keeping the Timberon School open another year.\n\nIt is reported that for her embezzlement, Sue Quick was given a 9-year suspended sentence. She was instructed to repay the Property Owners Association, starting with a $5,000 payment.\n\nTimberon Log Dated July 8, 1989...\n\nOn lawsuits: the Wilcox Case is still in court, Sue Quick paid $400 back, the class action against the developer is still in litigation.\n\nThe property owners are informed that everyone should plan to attend the County Commissioner\'s meeting when a reserve deputy for Timberon is put on the agenda.\n\nThe possibility of getting a lifeguard for the pool is looked into.\n\nTimberon Log Dated September 30, 1989...\n\nThe Little Theater performs a play called \"The Neglected Husband\'s Sewing Club.\"\n\nOne of the Timberon parks is dedicated to Mary Glover, there will be a Mary Glover Memorial Dance that evening.\n\nIt is announced that the Lions Club has completed putting up street signs.\n\nHugh Ellison speaks on the proposed Water & Sanitation District. The original petition is to include water, roads and sewer. The Property Owners Association supports the Water District petition, but feels it should include solid waste removal, landfill services, recreation and park facilities. The Water District is the nearest thing Timberon is ever going to see to incorporation (town or village status).\n\nAt present Sue Quick is repaying $225 a week to the property owners. The balance of what she still owes is $45,622.\n\nThe Extension Club donates a piano to the Lodge.\n\nThe focus for a better road into Timberon is moved from the south route to the 14 mile Sacramento River Road.\n\nTimberon Log Dated January 13, 1990...\n\nCiting the expensive legal costs involved in continuing litigation, the Property Owners offer 1st National Bank of Alamogordo $100,000 for the water company (in bankruptcy with the developer) even though it is still felt that the Property Owners have a strong claim to ownership as a result of past agreements. The offer was refused and no counter-offer was made.\n\nVoting is held to make way for the formation of the Timberon Water & Sanitation District.\n\nTitle insurance is obtained for the golf course and the Property Owners are in the process of getting the insurance for the rest of their deeded property. The was seen as a wise move, in light of the developer\'s bankruptcy and the confrontational stance of the 1st National Bank.\n\nLou Fetters reports that the New Mexico Highway Department has completed a study to get a draft through for the upgrading of the road from Sunspot to Timberon. A copy of the draft is sent to our representatives and Bill #369 starts along its political journey in Santa Fe.\n\nBruce Rhodes presents an appreciation plaque in honor of Bobby Postlewaite\'s many years of dedicated service to the Association.\n\nTimberon Log Dated March 16, 1990...\n\nThe Otero County Sheriff come to Timberon for a town hall meeting to discuss internal security.\n\n$40,000 is allotted by the State and put into the State Highway Department\'s surplus fund for an engineering survey of the 14 mile Sacramento River Road. This part of a 90%-10% split, in which the County needs to come up with $4,000 for the preliminary assessment and environmental impact study on the road.\n\nSue Quick is still making payments for her embezzlement, at this point she owes $43,196.\n\nAn Order for Incorporation of the Timberon Water & Sanitation District is completed by Judge Grissom.\n\nTimberon Log Dated April 21, 1990...\n\nA petition is circulated among Property Owners to present to the Otero County Commissioners for a full-time deputy in Timberon.\n\nThe Lions Club begin soliciting support and donations for covering the BBQ pit area behind the Lodge building with a roof.\n\nTimberon Log Dated May 12, 1990...\n\nThe Property Owners are told by the Otero County Commissioners that their budget will not support a deputy for Timberon.\n\nIt is announced that the Memorial Day golf tournament proceeds of $567, and whatever money comes from the Firecracker Open on the July 4th weekend, will go towards helping pay for the restrooms on hole #6. The restroom building was donated by Dell Telephone.\n\nThe 1st Annual Watermelon Feast is held at the Mary Glover Memorial Park.\n\nA letter was received from the EID concerning violations at the old Timberon Dump. The problems were addressed by the Property Owners - who were looking into the future when the Timberon Water & Sanitation District would be operating a full-blow land fill system.\n\nThe County refuses to consider taking any more roads that are brought up to specs - with the formation of the new Water District, they want to wait and see what happens.\n\nTimberon Log Dated July 14, 1990...\n\nLou Fetters and Euel Ross attend a meeting at the New Mexico highway Commission in Alamogordo. The Commission writes a letter of concern asking the State to make the road from Sunspot to Timberon a priority. It is stated that the County puts up their $4,000 of the matching funds to start the Environmental Study of the 14 mile road.\n\nThe Property Owners are in an on-going process to gain clear title to the landfill (old dump) as Timberon needs it to remain operational.\n\nThe Property Owners Association moves to turn over their rights and claim to the water system and ownership of the airstrip, fishing lakes, existing 9 holes of the golf course and clubhouse, unfinished second 9 holes of the golf course, swimming pool, lodge complex, and landfill at no charge. The only stipulation was an agreement on perpetual care, maintenance, and use for the benefit of all Property Owners.\n\nThe T-Mart (a little hardware store located next to where Blue Water Real Estate is today - the Glovers live there now) closes its doors for good.\n\nConcern is expressed about the deteriorating condition of the airstrip\'s surface - it is suggested that vehicle be kept off it.\n\nTimberon Log Dated September 18, 1990...\n\nA buffet is held in the Lodge, with the entertainment being the School Booster\'s \"Puttin\' on the Lips.\"\n\nA program is started for junior firefighters. They must be 16 years of age to start and 18 years old to become a full-scale firefighter.\n\nAnn Cobb donates 5.3 acres of land to the fire department for a new substation.\n\nTimberon Log Dated November 17, 1990...\n\nThe Property Owners Association is $8,000 over budget for the year in legal fees, and the amount is still rising due to the Wilcox Case (over doublewides in T-10 supposedly in violation of the restrictive covenants).\n\nLou Fetters reports that the two year study by the New Mexico State Highway Department has been completed and a report received. The report recommends the improvement of the 14 miles (Sacramento River Road) into Timberon and environmental and engineering studies are now under way.\n\nTimberon Log Dated March 16, 1991...\n\nFrank Preston retires as General Manager for the Association.\n\nWinning the court case concerning the covenants in T-10, Wilcox files another lawsuit asking $47,000 in legal fees and court costs be paid by the Property Owners.\n\nRuby Roberts becomes the new acting manager for the Property Owners Association.\n\nNumerous break-ins have occurred of late and the Association offers a $500 reward for information leading to the arrest of the culprit.\n\nThe Pro Shop inventory is sold to Jesse Duckett for $1,535.00 as he is taking over management of the shop.\n\nTimberon Log Dated May 18, 1991...\n\nLeon Metz, well-known historical writer, came for Channel 7 in El Paso as a guest of the Property Owners. He and his photographer toured the Lodge and other historical areas in and around Timberon. His presentation will air on Sunday the 19th.\n\nA caravan of officials, some 27 of them from federal, state, county and forest service came to Timberon to ponder the 14 mile road criteria.\n\nDick Moore reports that all Property Owners Association property has now been officially transferred to the new Water District. He also says that all of the Association\'s outstanding debts have been paid off.\n\nTimberon Log Dated August 17, 1991...\n\nA resolution is formally passed to dissolve the Timberon Property Owners Association. T.P. Hanson commended the Board for their hard work and stated that we had the most beautiful place in the whole world, and that he hoped the negative thinkers and freeloaders would have to pay taxes until their noses bleed. T.P. also stated that \"we have torn up the thing that we had - which was the best thing in the world.\"\n\nThe Property Owners Association ceases all architectural control activities, as they no longer have the manpower or funding.\n\nTimberon Log Dated November 16, 1991...\n\nOn the advice of their attorney, the Property Owners Association will be dissolved through the courts instead of the Corporation Commission.\n\nVic Hollrah mentions to the Property Owners what great condition and good business the golf course has experienced this year.\n\nDue to the dissolution, the liquor license needs to be sold. The Board feels that the license is an asset which needs to be preserved for the pleasure of the Property Owners. The bids will be looked at very closely in hopes of selecting someone who will provide a good and reliable service for the Property Owners - and will keep the license on the mountain.\n\nCharlie Bain suggests that the time has arrived for some sort of \"business association\" to be formed to carry on the social activities that TPOA had been sponsoring.\n\nTimberon Log Dated February 24, 1992...\n\nDick Moore and High Ellison resign from the Property Owners Board of Directors over issues concerning the proposed handling of the Wilcox case during the final stages.\n\nThe Timberon Community Action Group (TCAG) begins formation - to take up some of the slack created by the Property Owners Association dissolving.\n\nA group of Timberon Property Owners, calling themselves Discover Timberon, propose to operate a bar and package store at the Golf Course Lounge. They purchase the license for $8,500.\n\nAn agreement was reached in the T-10 Case, the Association pays Wilcox $25,127.50 and the 17 homes disputed in the suit will not have to be moved out. This move also settles all legal action pending against the Association.\n\nTimberon Log Dated March 26, 1992...\n\nThe Property Owners Association disposes of all remaining assets to the new Water District.\n\nThe Timberon Property Owners Association is legally dissolved by the courts in Alamogordo.\n\nThis should be the end of the story, but it\'s not. You see the Court Clerk forgot to submit the proper records to the New Mexico Corporation Commission, or maybe they were lost in the mail. The result is that the Association was never completely dissolved in the eyes of the New Mexico Corporation Commission, even though it was legally dissolved.\n\nIn 1997, for a short period, the original Association\'s charter was revived - with the officers being Dwayne Beagles, Virgil Beagles, and Bill Curtis. This reincarnation ended when the Corporation Commission was properly informed of the dissolution by the courts in 1992. The End.','Property Owner\'s Association',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3563-autosave','','','2011-05-08 16:12:38','2011-05-08 22:12:38','',3563,'http://www.timberon.info/blog/?p=3565',0,'revision','',0,''),(3566,1,'2011-04-26 18:11:28','2011-04-27 00:11:28','A historically relevant collection from the minutes of the old Property Owner\'s Association.  This is not the complete minutes, only what we felt are the more important issues discussed.\r\n\r\nOnce upon a time, when Timberon was first starting out, there was an organization called the Timberon Property Owners Association. This association was established on October 1, 1969 so that the property owners of Timberon would have a say in the destiny of the community. For many years this organization was at the very heart of everything happening on the mountain. The Timberon Property Owners Association, having fallen upon hard times, was disbanded on November 19, 1993.\r\n\r\nThe Timberon Property Owners Association may no longer be with us, but its records are, and they are very rich in information outlining the early days of Timberon. This monthly series of articles is based upon information taken from those records. It all began, as the records do, about 25 years ago in a development called Timberon.\r\n\r\nTimberon Log dated October 16, 1972...\r\n\r\nThe developer says that by May 1, 1973, we should have some condominiums, trailer houses, etc. put in Timberon for the use of the property owners.\r\n\r\nWe are in the process of building a sales office right now and all the sales personnel will be out of our Lodge within the next 90 days.\r\n\r\nWe are talking about putting a really nice restaurant (dining room) in the upper part of the Lodge. This would entail getting a professional chef, dining tables, menus, etc. The Lounge area will be located in the Pro-Shop on the Golf Course, thereby eliminating the need for the downstairs lounge in the Lodge. Eventually (probably in about three to five years) all food facilities will be moved to the Country Club area, completely away from the Lodge. The downstairs area will be made into a recreational room.\r\n\r\nOur Board has proposed a $25.00 per membership, per year, dues to begin in November of 1972. The Timberon Property Owners Association is now in the process of taking over the Lodge. The Association needs revenue to work with. The Association will soon be responsible for Lodge maintenance, the stocking and cleaning of the lakes, pool area maintenance, and the security guard. The Association will be also be collecting revenue from the water taps (approximately thirty already).\r\n\r\nIn regard to the security guard, by May 1, 1973 we are putting a very nice entrance in on the road from Sunspot. This entrance is to be manned by a security guard who will also be responsible for the protection of property owners\' cabins. There will eventually be two guards and two entrances, the second from the back road.\r\n\r\nWe also need to obtain a fire truck to put up on the property, which would be controlled by the Property Owners Association.\r\n\r\nThere was discussion on the necessity of making and following rules on the Golf Course. Some of the ideas were: only members get to play on weekends; only five guests per year, per member; and there was a suggestion of maybe putting in a third nine for short golfers. We must have very strict rules on the Golf Course. There needs to be a very strong Board (or man) to control it. Ed Jennings is doing a terrific job... we must not over-run his decisions on times to be open for play. His main interest is the overall betterment of the course.\r\n\r\nTimberon Log dated November 4, 1972...\r\n\r\nOur Board of Directors consists of Richard Sparks, Johnny Mobley, Anthony Perrotto and Dave Tappan. We are currently one member short and are sending out a ballot to all the property owners with the following nominees: Bob Edwards, C.W. McFarland, Col. F. Stano, Truman Jones and Lester Pierce.\r\n\r\nThe grounds around the Lodge and swimming pool have been planted, fenced in and cleaned up.\r\n\r\nThe Golf Course is advancing very rapidly. The scars are due to the 30\" of rainfall since the middle of August. Once these eroded areas are sodded in solidly they will hold against rains. The Golf Course will open in the Spring.\r\n\r\nThe Sales Office is scheduled to move out of the Lodge shortly after the first of the year.\r\n\r\nThere will be a twenty-unit condominium build, starting construction by February 1st and hopefully in operation by late Spring.\r\n\r\nWe still have plans to put in a really nice dining room in the upper part of the Lodge, complete with chef.\r\n\r\nThere are now two lakes in service. The upper lake is stocked with 18,000 fingerling trout. There are plans to put an all weather walk around the lakes. A waterfall is also in the planning.\r\n\r\nThese facilities are ours as property owners and it cost money to maintain them. To date, the developer has carried the entire cost of this upkeep, however it is estimated that the developer will be out of the picture in about three years. We must begin now to be ready for a complete takeover when that time comes.\r\n\r\nThe assessment of $25 per membership, per year, will provide a portion of the revenue needed for the maintenance of our facilities. There will be other forms of revenue coming into the Property Owners Association in the form of monthly payments from water taps (of which there are now 37). The Utility Commission is in the process of setting this rate. To date, the developer has put in approximately $350,000.00 into the water system alone (if it hadn\'t been for Carriso Springs, it would have been $550,000.00). This water system is a real asset to the Association and revenue from it will accrue directly to the Association.\r\n\r\nThe total facilities on the property, when completed, will value approximately $5,000,000.00. This membership is definitely a thing of value.\r\n\r\nAs promised by Richard Sparks, a full and comprehensive report on the progress of the roads is being formulated and will be sent out shortly.\r\n\r\nTimberon Log dated January 25, 1973...\r\n\r\nFrom the beginning of Timberon it has been understood that the Property Owners would eventually take over the care and maintenance of the common facilities in Timberon. The developer\'s contract with the buyers of Timberon property included the construction of all common facilities and maintenance of them until the Property Owners Association could assume this responsibility.\r\n\r\nAt present, excluding the existing water system, the Property Owners have for their common use and enjoyment the following property which is managed by the Association: the paved 5000\' air strip and parking apron valued at $125,000.00; the Lodge and grounds valued at $250,000.00; two fishing lakes valued at $30,000.00; and the swimming pool valued at $60,000.00.\r\n\r\nLater, the Association will accept the responsibility of maintaining and collecting the revenue from the water system. This system presently consists of 35 miles of installed distribution lines, 15000\' of 10\" transmission line from the springs, and two inter-connected reservoirs with a total value of $600,000.00.\r\n\r\nOther assets now existing for common use, but not yet taken over by the Association are 227 acres in the championship golf course area (nine holes of the golf course were seeded in the summer of 1972 and will be open for play early in the summer of 1973) and 81 acres of parkland in various parts of the project.\r\n\r\nTitle of this property has not yet been transferred to the Property Owners Association. The developer stands ready at any time to convey this property at our option.\r\n\r\nRobert Edwards was elected to fill the vacancy on the Board and will serve 1 year as Secretary of the Association.\r\n\r\nTimberon Log dated March 17, 1973...\r\n\r\nThe Northern Road from Sunspot is deeply rutted, almost impassable because of the extreme winter moisture. Southern Road (506) is in good shape, has approximately 21 shallow fordings, and is being reconstructed because of the efforts of the State School Board. Alternate highway routes are still being sought, but because of government procedures, progress is quite slow.\r\n\r\nRoads in the Timberon property are being expanded and improved. An additive is being put on the roads to protect them from moisture and make them more truly all-weather.\r\n\r\nThe golf course will open approximately June 1, 1973 and should be covered by excellent grass because of the extremely wet winter.\r\n\r\nAll members of the Property Owners Association will have numbered certificates for each building site. This also includes the large \"Block Holders.\"\r\n\r\nDues are delinquent after 90 days. A default notice will be sent at 60 days and subsequently a property lien will be attached to the property.\r\n\r\nThe purpose of the Board of Directors is to manage the community properties for the good of all the property owners and no remuneration is made to the directors for their time.\r\n\r\nThe Lodge will have a restaurant and improved living facilities in the near future. Salesmen will be quartered outside outside the Lodge and will pay for their use of the Lodge in the same manner as anyone else. It is expected that a condominium will be opened in the community area for the use of property owners and buyers, hopefully by June 1st.\r\n\r\nTimberon Log dated November 10, 1973...\r\n\r\nMr. Steve Cilino is working on obtaining a new South entrance road into Timberon. He is approaching the problem by going through the Commanding General of Ft. Bliss on behalf of all Timberon property owners. Mr. Cilino is proposing the following route: use New Mexico State Highway to 17 miles west of Highway 54, then north up over the ridge ending at Sacramento Canyon. We would have the sole responsibility of securing the road at our end. He has assured the General that we will in no interfere with missile firings. He has asked that all Timberon property owners sign a list that will be attached to a letter for the General with the purpose of acquiring permission to use such a road.\r\n\r\nMr. Bill Berkebile is working on the Northern route into Timberon from Cloudcroft. North American Land Development (the developer) has attempted to improve and maintain this road, but has encountered opposition from the County and Forest Service. However, North American Land Development has now been given the position of acting as the agent concerning these road matters for Otero County. North American Land Development is now in the process of repairing the river crossings on this road. We are still in need of a gravel pit. The Forest Service has tentatively agreed to let us put one in Apple Tree Canyon. The Forest Service is ready to go on extending the road from Sunspot to over near Scott Able whenever they can get the funds.\r\n\r\nIn respect to the South road to Weed, North American Land Development is prepared to remove the first six river crossings. Dr. Stovall, Superintendent of Schools, from Otero County is in favor of supporting this southern route. The County Commissioners from Otero County have been very cooperative.\r\n\r\nThe 18 acres, which was deeded to the Property Owners Association in March of 1973, has been leased to Mr. Roland (Ski) Skalmusky for the maintenance of the Lodge and restaurant.\r\n\r\nIn the last year both of the fishing lakes have been restocked, the roof of the Lodge was repaired, and a good deal of the Lodge was repainted.\r\n\r\nWe have purchased a fire pumper to be used off the swimming pool or ponds. It is on a trailer, so it may be pulled to any place on the property. This is not the answer to our fire protection, but it is a beginning.\r\n\r\nWe invested in a security vehicle for Mr. Bill (Smitty) Smith, our security guard at Timberon. Smitty holds a Deputy Sheriff\'s commission from Otero County and has a background of 25 years in law enforcement. His new security vehicle is equipped with a CB radio and a complete First Aid Kit. A State Police radio has been ordered and should be here by December 10th. Emergency systems have been set up with the Alamogordo Police Department.\r\n\r\nMr. Bill Pozanac, Bill Berkebile and Ed Jennings have been deputized as special deputies to assist Smitty.\r\n\r\nCol. Griffin feels that our county taxes should be used for fire protection. We have corresponded with the County concerning this possibility, but until we are a municipality we can not count on too much assistance. Dave Tappan said that there is a New Mexico law that offers help to organized Volunteer Fire Departments. Bill Berkebile suggested that we should inquire at the County Assessor\'s office as to what is being done with the tax flow that is coming from the Timberon area and report the finding to the property owners.\r\n\r\nMr. Berkebile looked into the possibility of acquiring mail service into Timberon. The postal authorities sited the condition of the road leading from Sunspot and the small number of families living in the area as reasons to deny service. He was told that if all of the people who reside in Timberon would transfer their post office box to Sunspot it may show a greater need for this service.\r\n\r\nBob DeSpain complained about the trailers which were located on lots that were not in the trailer section of Timberon. He feels that we should abide by the Restrictive Covenants and not allow this. The developer, Mr. Mobley, indicated that letters have been sent out to these people by his attorneys and action was being taken to remove the trailers in question.\r\n\r\nThe problem of obtaining telephone service to Timberon is being looked into by Bill Berkebile.\r\n\r\nTimberon Log dated January 12, 1974...\r\n\r\nOur Board amends the bylaws to provide for seven members, it had been five.\r\n\r\nThe Lodge building in Timberon was designated as the principle office location for the Property Owners Association.\r\n\r\nAll future meetings of the Property Owners Association will be held on the second Saturday of each month in the Timberon Lodge.\r\n\r\nThe following committees were established: Roads - Steve Cilino; Fire Protection - Joe Fetters; Timberon Social Activities - Tony Perretto.\r\n\r\nA suggestion was made that the Property Owners Board and the Developer (North American Land Development) develop better communications when planning social activities. The Developer, Johnny Mobley, says that the property owners could be kept advised through \'Timberon Trails\' published every two months.\r\n\r\nFire Protection is a major concern, maybe it will be possible to obtain a pumper from the government surplus when they closed the missile sites. There was also discussion about appealing to the owners for donations of time and/or money for a volunteer fire department.\r\n\r\nThe people hired to operate the Timberon Lodge were evicted and the Lodge closed. The operators of the Lodge left the Property Owners Association with an estimated loss of $1000.\r\n\r\nIt was pointed out by Mr. Roessler that since our security man, Bill (Smitty) Smith, is a deputy of Otero County then the county should pay his salary, or a portion of it, with some of the property owner\'s tax money.\r\n\r\nThe advantages and disadvantages of becoming a municipality was discussed, with no definite action being taken due to opposing views.\r\n\r\nCamper trailers that are now parked in front of the Lodge near the air strip for utility hook-up will be required to move to the new Trailer Park area. This area is being built by the Developer to have hook-ups and toilet facilities. The completion date will be May 1, 1974.\r\n\r\nThere are three rooms available for rent in Lodge. The cost to rent these is $12 per night with linens.\r\n\r\nAn announcement was made that the Timberon Sales Office is soon to go computer.\r\n\r\nA Lubbock group of Property Owners Association Members suggest forming chapters by towns of property owners to create interest.\r\n\r\nIt appears we have been operating a restaurant without a license and that the gross receipt tax on the bar has not been paid. We will correct this and find out what it will take to acquire a restaurant license.\r\n\r\nTimberon Log dated March 9, 1974...\r\n\r\nIt was decided to get a new appraisal for the Lodge building because of all the improvements that have been made, especially to the kitchen.\r\n\r\nMr. Cilino requested from the Civil Defense a pumper which has recently become available. It was inspected by Joe Fetters and found to be in good condition.\r\n\r\nThe liquor license that belongs to the Developer will be leased to the Property Owners Association, but the Developer will retain ownership.\r\n\r\nThe Property Owners Association is in the process of filing liens against non-paying lot owners.\r\n\r\nOtero County is now blading the North road, having already bladed the South. It appears that they will continue to maintain these roads on a regular basis.\r\n\r\nDon Coffman, Head Football Coach for Roswell High School, will take care of the pool for the Summer at no charge.\r\n\r\nMr. & Mrs. Lee Martin of El Paso are hired to manage the Lodge.\r\n\r\nTimberon Log dated March 20, 1974...\r\n\r\nCarl Tanner was hired as full-time maintenance man for the Lodge at $500 a month.\r\n\r\nWe ordered and paid for two thousand 7 to 10 inch trout for the fishing lakes at a cost of $600 plus $90 delivery charge. The Developer has agreed to pay for the restocking of the lakes when it is done again in late summer.\r\n\r\nErna Stevens and her daughter were hired to operate the Lodge. Before this she was employed at the Airport Restaurant in Roswell as a cook and her daughter as a waitress.\r\n\r\nWe had a complaint from Jack Shaw that our hamburgers are overpriced at $1.25 and that we should discourage bar drinkers, particularly on Sunday mornings.\r\n\r\nTimberon Log dated April 20, 1974...\r\n\r\nWhite Sands Missile Range requires that we must have a military guard on the roads. They want complete control of the access road.\r\n\r\nIt was decided to construct two or three kennels in back of the Lodge for people staying there with dogs.\r\n\r\nThe Lodge restaurant is grossing $500 a week and doing nicely. It is paying its own way and showing a profit.\r\n\r\nAt present there is $175 in outstanding tabs from the Sales Staff alone. No more credit will be given and everyone will pay when served.\r\n\r\nA ledge has been cut around the small lake and the lakes have been cleaned.\r\n\r\nMr. Tappan asked the Developer if the condominiums were ready for occupancy. Johnny Mobley said he was having problems with the Environmental Agency, Plumbing Inspector and Building Inspector. They have three different codes which are almost impossible to meet. He has asked for an Attorney General\'s ruling on this and should be ready to go ahead in about two weeks.\r\n\r\nTimberon Log dated June 8, 1974...\r\n\r\nMr. Cilino reported to the owners that we are still trying to secure a pumper for fire protection and that certain qualifications must be met before we can get any type of Federal funds to help us.\r\n\r\nIt is stated that the Commanding Officer at White Sands Missile Range will soon be changing and we should wait until a new one takes over before any attempt is made to ask the government to let us use range access roads to get to Timberon.\r\n\r\nThe kitchen remodeling has all been paid for and the restaurant now has an \'A\' rating by the State Environmental Agency.\r\n\r\nThe Developer says that property owners will not have to pay green fees on the golf course for the next three years. Guests will be charged $6 on weekdays and $10 on weekends and holidays.\r\n\r\nThe Developer, Johnny Mobley, says that the bath house will be finished in about two weeks.\r\n\r\nMr. Pozanac says the ice machines are now operating and ice will remain free to all property owners and their guests.\r\n\r\nJohnny Mobley says that the Lynn Gas Company is going to put in a permanent setup in Timberon. It will be available 24 hours a day.\r\n\r\nTimberon Log dated August 10, 1974...\r\n\r\nGround rules for hunting in Timberon were discussed. Some suggestions were: there should be guards placed at all entrances; there should be a limited amount of hunters allowed, each owner will be allowed to have four guests: and all hunters camping out will be required to camp in one spot designated by the Property Owners Association.\r\n\r\nBy unanimous decision Joe Fetters was accepted as Fire Chief of the Timberon Property Owners Association Volunteer Fire Department.\r\n\r\nThe electrical wiring in the Lodge was replaced, taking about five days.\r\n\r\nThe bath house has been painted and all the plumbing will be completed in about a week.\r\n\r\nThere is a problem with the lower fishing pond\'s diminishing water level. It is suggested that a pipe be run from the upper pond to the lower so that any overflow will go into the lower pond.\r\n\r\nIt was discussed that the only thing holding Timberon back from being a town is the population. The population needed should be reached about next spring.\r\n\r\nTimberon Log dated October 26, 1974...\r\n\r\nIn spite of many attempts, a new South Road into Timberon is yet to be secured. Mr. Cilino is investigating a possible right-of-way for another road going Westward to Highway 54, rather than South to State Highway 506.\r\n\r\nBill Berkebile reported that contracts will be let to furnish mail service directly into Timberon, effective December 7th. The mail route will be known as the \"Timberon Star Route.\"\r\n\r\nThe new fire sirens were sounded for the first time in Timberon.\r\n\r\nTimberon Log dated February 15, 1975\r\n\r\nHarry West and Joe Richardson were introduced as the new Property Owners Board Directors.\r\n\r\nThe Timberon Property Owners Association is granted exemption from Federal Income Tax as a non-profit organization.\r\n\r\nPeggy Maitland announces that the General Store will be in full operation by April 15th. Danny Strickland will be running it.\r\n\r\nA County Road Maintenance Man will be stationed in Timberon with a grader to keep both the North and South Roads clear and in good condition. Bill Berkebile says that negotiations are presently under way to change and improve the South Road through Sacramento River Canyon.\r\n\r\nThe Developer informs the owners that all structures being built must be approved by the Architectural Committee of North American Land Development prior to building. The zoning must be followed and will be enforced.\r\n\r\nFire Chief Joe Fetters was instrumental in securing a 500 gallon pumper truck; this is a real fire engine with a red light and siren. It runs just fine.\r\n\r\nBill Berkebile and Joe Fetters secured the services of a 1000 gallon tanker truck from the Forestry Department.\r\n\r\nFour Condominium Duplexes are opened for rental on the river. Christy Berkebile is the manager.\r\n\r\nShirley Cliff will be manager of the Lodge starting March 1st. She plans to have regular entertainment. The act on opening night will be Pete Fleming and Mitch Mosley, a folk and country group.\r\n\r\nThe Golf Course will open for the season on Easter weekend, weather permitting.\r\n\r\nTimberon Log dated April 19, 1975...\r\n\r\nDave Tappan briefed the Association Directors on a letter written by Bill Richardson, a property owner, to the Department of Housing and Urban Development in Washington. The letter indicated a dissatisfaction with the Developer for not turning over the water supply to the Association Members as indicated in the HUD report. The matter was put of until a meeting with Bill Richardson could be arranged.\r\n\r\nBill Cilino says that the new access road approval was at a standstill and now hinges upon the incorporation of Timberon.\r\n\r\nThanks were extended to past Sheriff Bill \'Smitty\' Smith and present Sheriff Dennis Wynn for their excellent job of solving several burglaries. We want to keep Timberon honest and clean.\r\n\r\nSheriff Wynn and Shirley Cliff started a game room in the Lodge to keep our young people entertained.\r\n\r\nThere was a forest fire in Timberon, with most of the damage being in T-8. Our Volunteer Fire Department, assisted by Timberon Members and guests, was instrumental in containing the fire and finally putting it out. Also assisting were the fire departments from Cloudcroft, High Rolls, Duncan, Penasco, Sacramento, James Canyon and Mayhill. The Forest Service responded within minutes with slurry bombers spraying flame retardant chemical. They sent in tankers, supplies, and more than 75 firefighters. Investigation indicated that the fire was started by an owner burning trash in a 40 mile per hour wind.\r\n\r\nTimberon Log dated July 12, 1975...\r\n\r\nA front loading tractor and riding lawnmower have been purchased for the Lodge grounds.\r\n\r\nMany complaints were aired, mostly centered on the deplorable conditions in and around Lodge; dogs running loose and destroying the Associations equipment, and camping grounds in front of the Lodge.\r\n\r\nThe Property Owners Board was faced with what they saw as the deplorable condition of Timberon in general, the thefts that had occurred, lack of authority and division of authority by Board members and security personnel, and general lack of management. They responded by electing Joe Fetters as Resident Agent with direct control over all Property Owners Association employees and answering only to the Property Owners Board.\r\n\r\nIt was decided that for the safety of all members, dogs found loose would be picked up with a warning to the owner and if repeated, the dog would be destroyed. Dogs without licenses and unknowns would be destroyed immediately.\r\n\r\nThe conclusion was reached that there was no control on entrances to Timberon and undesirable characters may enter, placing all property in jeopardy. An earth barricade was put across the Culp Canyon entrance to close it and the possibility of control over both the North and South entrances were looked into.\r\n\r\nAt the prompting of the Fire Chief, Joe Fetters, $6000 was spent by the Property Owners Association for new fire equipment.\r\n\r\nTimberon Log dated August 30, 1975...\r\n\r\nIt was decided that Sheriff Wynn was lacking the maturity necessary for our security guard. The job would again be offered to Bill \'Smitty\' Smith.\r\n\r\nJoe Fetters says that the probation period for the Fire Department will be over in November and we will be eligible for state funds.\r\n\r\nThe tennis courts should be finished by next spring. The snow pack this winter should really pack down the base.\r\n\r\nThe Cliffs are leaving in September and the Colemans will be running the Lodge on a two month trial basis.\r\n\r\nDue to inflation and maintenance costs, the dues for property owners will be increased from $25 to $35.\r\n\r\nTimberon Log dated November 1, 1975...\r\n\r\nAt present it does not appear a new access road will be constructed. The South road is in fairly good shape, but the North road is in poor condition.\r\n\r\nJoe Fetters and Bill Berkebile were recognized for establishing a Rural Fire District in Timberon in a remarkably short time of one year.\r\n\r\nThe Timberon Volunteer Fire Department now has two pumper trucks, three fire sirens, a small portable pumper, a good supply of protective equipment for firefighters and radio communications in the trucks.\r\n\r\nMembers will be limited to one guest during hunting season to prevent indiscriminate hunting and in order to maintain control.\r\n\r\nThe Developer, at the urging of Harry West, donated $50 to the town of Cloudcroft to go towards the purchase of an ambulance for evacuation of the sick and injured. The ambulance will be used not only for the Cloudcroft area, but also for surrounding towns, including Timberon.\r\n\r\nCompleted units of the Water System will be deeded to the Timberon Property Owners in the near future at time completed, by the Developer.\r\n\r\nTimberon Log dated February 7, 1976...\r\n\r\nThere will be two resident agents on the property, Joe Fetters will be resident agent over the Fire Department and Ed Jennings over security and maintenance.\r\n\r\nThe Lodge was again opened for the renting of rooms, with property owners to have first consideration.\r\n\r\nDue to a growing demand by the property owners, applying pressure on the Board Members, it was decided to get Bill (Smitty) Smith back as security officer.\r\n\r\nThere was concern about increased crime and malicious vandalism on the mountain.\r\n\r\nThe Fire Department was inspected by the State Fire Marshall, who certified us and recommended that we receive state funds.\r\n\r\nFire Chief Joe Fetters recommended that the Property Owners Association consider selling the Fire Department one acre of ground for $1.00 to construct a fire house.\r\n\r\nTimberon Log dated May 19, 1976...\r\n\r\nBoard Director Dave Tappan sent a letter to the other Board Members with the following suggestions for consideration:\r\n\r\nThat the role of the Restaurant and Lounge be determined as to whether we must keep it in operation, if so, should we request that the Developer subsidize it or is that our responsibility as Property Owner Association Representatives.\r\n\r\nThat we consider subsidizing Harry West\'s quarterly newspaper, as the Developer has already agreed to mail it to all property owners.\r\n\r\nWhat the role of the Property Owners Association will be in the next two to five years, as the Developer will undoubtedly be pulling out and turning everything over.\r\n\r\nTimberon Log dated May 29, 1976...\r\n\r\nThe Lodge is now being operated by the Property Owners Association. Betty Cliff is doing a fine job of cooking and taking care of the Lodge.\r\n\r\nThe security light donated by Harry & Ann West is installed on a tree in front of the Lodge and it lights up both the front lawn and the parking area.\r\n\r\nThe Fire Department makes plans to pay back the money borrowed from the Property Owners Association for equipment by holding a golf tournament on the Fourth of July.\r\n\r\nAll Timberon Property Owners Association Members will receive two plastic membership cards that must be presented before playing tennis, swimming, fishing, or golfing.\r\n\r\nTimberon Log dated August 14,1976...\r\n\r\nThis year during deer hunting season each property owner who has paid their dues will be allowed only one guest, same as last season. Signs will be posted at all three entrances to Timberon an there will be voluntary patrols.\r\n\r\nOnly property owners will be allowed to fish, with a limit of ten fish for a family per day.\r\n\r\nThe Developer, Johnny Mobley donates property for the Fire Department building adjacent to the swimming pool.\r\n\r\nThe Developer agrees to donate land for a church site in the area set aside for the school, located on the Southeast end of the airstrip.\r\n\r\nTimberon Log dated October 30, 1976...\r\n\r\nWe now have health insurance coverage on all Property Owners Association employees.\r\n\r\nAt a meeting Harry West informed the property owners that the Timberon Mountaineer (newspaper) was not financed by the Developer or the Property Owners Association. He explained the problems of trying to publish a paper without any money to hire help, travel, etc... The Property Owners Association agreed to reimburse Harry for past personal expenditures if he could not get the money elsewhere.\r\n\r\nRev. Frank Wheeler said a site for a church had been promised by the Developer. Rev. Wheeler is coming to Timberon every Tuesday night to have bible study and every Sunday for worship services.\r\n\r\nTimberon Log dated February 19, 1977...\r\n\r\nIt was reported that some wood is being cut in unauthorized areas. The Developer said that he would see that they were redirected to proper areas.\r\n\r\nThe Developer, Johnny Mobley, reminds the Board that the lower fishing lake will have to be drained in order to be sealed. The fish will be removed and put back in after it has been sealed and refilled. He said the seeping of the lake is causing the tie-down area of the airstrip to stay damp and sustain damage.\r\n\r\nThe possibility of getting phone service from Dell City looks good, but first we need at least 30 applicants.\r\n\r\nTimberon Log dated August 30,1977...\r\n\r\nAn increased effort is being made to prevent non-paid members from using Association facilities.\r\n\r\nHarry West suggests that a solar unit to heat the pool can be obtained for about $800, thus eliminating the $300 per month propane costs.\r\n\r\nThe Baptist Missionary Board puts up $15,000 towards building a small non-denominational church in Timberon. Local church collections are over $900 and other congregations in the area have donated $1,000.\r\n\r\nHarry West asks about the dishwasher in the Lodge, and wonders why the dishes are being washed by hand. Ed Jennings says he thinks the dishwasher was working, but that it takes longer to use it than to do them manually. Dave Tappan injects that the dishwasher costs $1,000, is required by the Environmental Department and should be used.\r\n\r\nTimberon Log dated October 29, 1977...\r\n\r\nDean Blagowsky joins the land sales staff announcing that some property owners will be licensed and a lot resale department will be started next year. He also says that his group will start selling Champion modular homes.\r\n\r\nGeorge Cliff completes the enclosure remodeling of the Lodge patio, adding a fireplace.\r\n\r\nThe Memorial Flagpole in front of the Lodge is made available to bronze memorial plaques for deceased property owners at a cost of $40 to their families.\r\n\r\nTruman Jones pays to restock the lower lake with trout.\r\n\r\nThe Property Owners Association assists Harry West with a contribution, as do many property owners, enabling him to continue publishing the Timberon Mountaineer. The Developer is also commended for printing and mailing two issues to the whole Association.\r\n\r\nBill (Smitty) Smith, Association Security Officer, reports the arrest of a property owner and his wife for burglary. Several thousand dollars worth of property is recovered and 14 burglaries are solved by this arrest.\r\n\r\nDell City applies for a low interest federal loan to expand their phone system to Timberon.\r\n\r\nHarry West reports that the Timberon Mountaineer is in debt by about $271 and that CB listings are available for $1 each to help pay the deficit. The Property Owners Association assures Harry that he would not have to pay these expenses personally.\r\n\r\nThe Developer says that the trailer along the airstrip would be moved to an RV area soon.\r\n\r\nTimberon Log dated January 7, 1978...\r\n\r\nVandalism and lack of interest among the younger set has caused the game room to be closed. A recommendation was made that the pinball machine and pool table be returned to their owners and the room be used for storage.\r\n\r\nSecurity Officer Bill \'Smitty\' Smith reports that a few minor break-ins are occurring, but articles of value have not been taken.\r\n\r\nThe Developer, Johnny Mobley, expects an influx of sales personnel this spring and requests additional services from the restaurant.\r\n\r\nThe Developer reports that Representative Mershon is working on the road situation. The effort will now be concentrated on getting right-of-way for a road from Sunspot, upon the ridge and into Timberon from the North.\r\n\r\nHarry West says contributions to the Timberon Mountaineer have picked up and he believes the publication will now be viable, however more articles are needed for publication from members.\r\n\r\nIt is agreed that an under-cover man may be employed periodically, if requested by the Security Officer and Registered Agent.\r\n\r\nTimberon Log dated March 4, 1978...\r\n\r\nA letter is sent to the State Highway Commission stating that the Property Owners would relieve them of liabilities for any injuries during the time that they would be repairing and improving the road over to 506.\r\n\r\nThe Fire Department buys a resuscitator with revenue sharing funds allotted by the County.\r\n\r\nHarry West expresses his delight at the progress being done on the Pro Shop in the last couple of months.\r\n\r\nThe Security Officer reports flagrant violations by game poachers in Timberon. One violator has been arrested, but several more were accessories to the fact.\r\n\r\nAn Environmental and Wildlife Protection Committee was established in Timberon. Committee members were Ed Jennings, Bill Smith, Bobby Williamson, George Cliff and Lew Lund.\r\n\r\nTimberon Log dated October 28, 1978...\r\n\r\nSteve Hollabaugh is hired as maintenance man after Lee Jennings resigns.\r\n\r\nA lawsuit is filed against the Army to allow a road from 506 to be cut due North into Timberon.\r\n\r\nDell City Telephone Cooperative receives a low interest federal loan to bring service into Timberon.\r\n\r\nProperty Owners get free use of the slopes at Ski Cloudcroft.\r\n\r\nIn T-8 fifty-one percent of the Property Owners vote to reduce the square footage from 1,000 to 850 for home size.\r\n\r\nTimberon Log dated March 17, 1979...\r\n\r\nThe Developer deeds the Lodge to the Property Owners.\r\n\r\nHarry West reports that the Spring edition of the Timberon Mountaineer is about ready for publication, but mailing funds are running low.\r\n\r\nThe Developer states that the Land Office would soon receive their new computer and that the old one would be donated to the Property Owners. However, in the end it is donated to the El Paso Public School System instead.\r\n\r\nThere are two minor break-ins of cabins and the vandalism of the school bus reported by Security.\r\n\r\nTimberon Log dated June 23, 1979...\r\n\r\nA barrier of cross-ties are place between the propane tanks and parking lot after the propane truck\'s brakes fail, it rolls down the slope and knocks the tanks off their mountings. There was no explosion.\r\n\r\nThe fishing limit is set at 6 per day per family, as suggested by Roy Sellers, and all fish caught must be kept.\r\n\r\nThe Property Owners Association agrees to furnish the prize of golf woods at the Firecracker Open tournament on the 4th of July.\r\n\r\nThe Summer edition of the Timberon Mountaineer is about ready for publication, but is currently about $158 in debt. The Developer agreed to pay the postage and the Property Owners Association will pay the $158 needed to complete the printing.\r\n\r\nTimberon Log dated September 15, 1979...\r\n\r\nThe Property Owners Association buys a TRS-80 computer from Radio Shack after attending an impressive demonstration of the machine.\r\n\r\nIt is reported that Lou Fetters will be coming soon to present a plan from Tri-State Associated Grocers for delivery of supplies to the General Store and Lodge Restaurant.\r\n\r\nO\'Neal James presents a proposal for trash removal service in Timberon.\r\n\r\nHunting in Timberon is again limited only to members of the Property Owners Association.\r\n\r\nA barbecue pit is built behind the Lodge.\r\n\r\nTimberon Log dated October 27, 1979...\r\n\r\nThe Lodge restaurant has been remodeled and is operating in the black.\r\n\r\nThere is new pavement placed around the Lodge.\r\n\r\nTrash is no longer being dumped at the Lodge and there is a trash pick-up service available if you wish to subscribe.\r\n\r\nThe need for building a fire station and getting a school in Timberon is discussed.\r\n\r\nAppreciation is expressed for the County getting the roads into Timberon in such good shape.\r\n\r\nTimberon Log dated January 26, 1980...\r\n\r\nMost Association Members are sending donations to the fire department along with their dues and the Property Owners Association donates $1,000 to the Fire Department Building Fund.\r\n\r\nThe Developer proposes to donate three additional acres of land to the Timberon Chapel, one acre for expansion / parking and two acres for a cemetery.\r\n\r\nPastor Frank Wheeler proposes that the Property Owners Association accept the cemetery acres and administer the operation of it. The Association agrees to do this dependent upon findings concerning State and Federal regulations.\r\n\r\nTimberon Log dated May 31, 1980...\r\n\r\nHarry West requests aid in publishing the next edition of the Timberon Mountaineer. The Developer agrees to pay for half of the cost while the Property Owners Association agrees to pay the remaining half. Harry states that he is going to ask for subscriptions for future editions.\r\n\r\nDell City Telephone is committed to having telephone service installed by January 1, 1981.\r\n\r\nSecurity reports that a gang of robbers are operating in the area, but have not as yet shown up in Timberon.\r\n\r\nTimberon Log dated October 25, 1980...\r\n\r\nRoy Sellers, the President of the Property Owners Association, submits the following letter: After leaving the meeting Saturday, I saw several Bow Hunters driving trucks around the Golf Course area. Sunday morning, I saw the same thing again. I asked if we had a designated area for hunting and was told yes, but the hunters didn\'t seem to pay any attention to regulations.\r\n\r\nWith the National Forest and all the other open hunting areas, do we have to get someone seriously injured or killed to stop hunting in Timberon?\r\n\r\nI believe that 90% of all members would rather watch the game we have than to hunt them, and I know 99% of the people who live here are afraid to get outside of their homes during hunting season. I would appreciate it if this matter would be considered by the Association soon.\r\n\r\nA Crime Stoppers program is started in conjunction with Otero County.\r\n\r\nA school building is brought in, with class to begin next year.\r\n\r\nTimberon Log dated January 17, 1981...\r\n\r\nIt is decided that the restaurant should have a professional manager, to be paid $800 a month. Donnie Smith is hired.\r\n\r\nRoy Sellers brings up the fact that the employees are, in general, underpaid. Some of the employees salaries are raised.\r\n\r\nOne of the furnaces blows up in the Lodge. It is decided to replace both furnaces with the pilot-less type.\r\n\r\nThe Property Owners donated a tractor to the Fire Department.\r\n\r\nIt is decided that the Property Owners Association lend money to the Fire Department to go towards building the station.\r\n\r\nTimberon Log dated April 18, 1981...\r\n\r\nHarry West invites Herb Little of Lubbock to give a presentation of solar heating for the pool. It is decided to purchase solar collectors to heat the pool for $5,886. Tom Cook will install the pad for the collectors at a cost of $1,397. The Fire Station will be able to use the collectors for heating during the pool\'s off months, but must connect to it at their own expense.\r\n\r\nTom Cook is hired to put a new floor in the patio area of the Lodge.\r\n\r\nSecurity Officer Bill Smith reports that there have been only a few minor break-ins. It seems that they are very carefully breaking in, taking a little food while stealing nothing else, and not vandalizing anything.\r\n\r\nThere are now 205 permanent buildings in Timberon, 195 of these homes.\r\n\r\nWe are looking for a pool attendant, someone from outside Timberon. All the attendants we have had in the past have been local and all the kids know them, and take advantage of them. Mary Seidl is asked but refuses to take the job.\r\n\r\nThe Developer, Johnny Mobley, puts 500 fish into the stream.\r\n\r\nThe Property Owners Association pays for the mailing of the Timberon Mountaineer newspaper in order to get the Fourth of July activity information out to property owners.\r\n\r\nHarry West, Bill Berkebile and Ken Baird become the first board members of what will later be known as the Timberon Protective Association. Their only duties at this time is to enforce the property restrictions in the Commercial Area.\r\n\r\nThe Property Owners Association pledges 5% of the year\'s membership dues to help buy equipment for the Fire Department.\r\n\r\nTimberon Log dated June 20, 1981...\r\n\r\nMoney is saved by hiring Steve Hollabaugh on a hourly basis instead of having a full-time maintenance man for the Lodge.\r\n\r\nAll outdoor equipment for the Fourth of July activities have been bought and are on site. The horseshoe pits are to be constructed next week by Ed Granjennet.\r\n\r\nThe Fire Department is upgraded to a class 9 by the Insurance Services of New Mexico. We can expect lower insurance rates as a result of this.\r\n\r\nGasoline has not been available at the store for about 2 months now. The Association is asked operate their own service station, they refuse but will consider some action if the problem is not solved soon.\r\n\r\nTimberon Log dated August 22, 1981...\r\n\r\nThere was one bad break-in reported at Dr. Woodall\'s in Sacramento Estates. Some expensive electronic equipment was taken and the Sheriff\'s Department is notified.\r\n\r\nBill Davis is hired to assist Bill Smith in Security and Architectural Control functions.\r\n\r\nTimberon has grown from approximately 25 homes in 1972 to 225 homes today.\r\n\r\nTimberon Log dated October 31, 1981...\r\n\r\nThe Property Owners Association pledges another 5% of the annual membership dues to help out the Fire Department.\r\n\r\nThere was quite a bit of discussion on the need for a good General Manager in Timberon.\r\n\r\nErnie and Peggy Whomans are hired to manage the swimming pool.\r\n\r\nThe Timberon Property Owners Association has 3519 regular members, 152 RV Area members, and 83 Time Share members.\r\n\r\nTimberon Log dated January 30, 1982...\r\n\r\nBill Davis is hired on a full-time basis as part-time security guard and maintenance man for $650 a month and fringe benefits.\r\n\r\nThe swimming pool operators are allowed to sell sandwiches and soft drinks, keeping any profits they might realize.\r\n\r\nParker Hinesley was hired to put the solar collector for the swimming pool into operation for $468.\r\n\r\nThere is discussion on the need of a general manager for the property. Harry West, having just finished being a Board Director, is hired.\r\n\r\nBill Berkebile expresses a desire to a basketball court constructed.\r\n\r\nTimberon Log dated May 29, 1982...\r\n\r\nA special meeting is requested by a Committee of Property Owners (Mary Seidl, Curtis Reece, Keith Meyers, and Joe Fetters) to discuss the hiring of Harry West as Business Manager. The Committee carried with them proxies representing 1,759 votes to back their views.\r\n\r\nA motion is made by Committee member, Mary Seidl, that the manager position be abolished and anyone presently occupying it be terminated. The Board of Directors is then ordered to appoint a committee to outline the duties and properly go through the steps of hiring a manager.\r\n\r\nJordan Shaaf states that due to the dissatisfaction of all the Property Owners, the Board of Directors had better get the message and be sensitive to the feelings of the committee and those they represent.\r\n\r\nBoard President, Bill Berkebile, suggests that the motion be changed to a suggestion and the Board will review it. The committee responds that if it is asked to withdraw the motion, an election for a new Board of Directors would be called.\r\n\r\nKeith Meyers states that the Committee began as a small group, but was growing because Property Owners were not pleased with the way the Manager\'s job was created, the way in which the Manager was hired, and the cost of his salary.\r\n\r\nHarry West tells about all he has done since taking the job of Manager.\r\n\r\nThe outcome of the meeting is that no vote would be taken that day, but the motion/suggestion would be reviewed and changes made to the Association\'s bylaws in the near future.\r\n\r\nTimberon Log dated June 5, 1982...\r\n\r\nDeveloper Johnny Mobley states that it is his intention to bring all Timberon roads up to County specifications, though not all roads would be finished at the same time. He stated that eventually the maintenance would be the responsibility of the County.\r\n\r\nJohnny Mobley asks if the Property Owners will assume responsibility for the runway, once it is resurfaced. Board President Bill Berkebile asks him to write a letter stating his intentions.\r\n\r\nTimberon Log dated August 14, 1982...\r\n\r\nManager Harry West states that the remodeling of the Association\'s offices, Lodge bathrooms and public restrooms is nearly completed.\r\n\r\nThe upgrading of the roads to meet County specifications will begin next Spring, according to the Developer. Bill Berkebile states that if the County does not take the roads over as promised, the cost of the Association maintaining them would be $75,000 a year.\r\n\r\nThe validity of the agreement between the Developer and Property Owners for the take-over of the water system upon completion is questioned. The Board discusses entering into a new agreement with the Developer on the water system.\r\n\r\nThe Developer, Johnny Mobley sends a letter to the Board requesting they take over operations of the airstrip. A decision on the airstrip is tabled until a future date.\r\n\r\nJohnny Mobley resigns from the Board, citing a conflict of interest between being the Developer and a Board Director.\r\n\r\nTimberon Log dated October 30, 1982...\r\n\r\nThere are two break-ins reported on property, as well as the theft at the Lodge of $500 and the fire at the Hinesley home.\r\n\r\nBill Davis is elected Fire Chief. He states that there have been two structural fires and one brush fire this year.\r\n\r\nThe Developer, Johnny Mobley forms a water corporation and applies for a certificate of Public Convenience and necessity, a certificate that is required before he can charge for the use of the water.\r\n\r\nA cleanup campaign is underway at the fishing lakes; clearing them of cattails, brush and debris.\r\n\r\nThe Architectural Committee is formed with Tom Cook as Chairman.\r\n\r\nRestaurant costs and expenses are discussed and it is decided that shorter hours and less employees will cut expenses.\r\n\r\nTimberon Log dated November 27, 1982...\r\n\r\nThe Property Owners file a Petition of Intervention for the hearing on Timberon Water Company\'s application to charge for water. The Property Owners state that they have no problem with a charge for the water, the problem is that an agreement had not yet been reached on the Developer turning over the system upon completion.\r\na statement is made that the estimated completion date for the road and water system is the year 2005.\r\n\r\nTimberon Log dated January 29, 1983...\r\n\r\nAn agreement is reached between the Developer and the Property Owners on the take-over of the water system in the future. Signing of the agreement is delayed until the springs and surrounding area can be surveyed.\r\n\r\nThe Developer presents an agreement concerning the Property Owners take-over of the air-strip, golf course, tennis courts and pro shop upon completion of each facility. Finalization of the agreement is set for the next meeting.\r\n\r\nTimberon Log dated May 28, 1983...\r\n\r\nFive break-ins are reported for the month. Bill Cobb requests a letter be sent to the County for the on-site presence of a Deputy on Fridays through Sundays.\r\n\r\nChris Murtishaw suggests that the pool stay open seven days a week, this will be done contingent upon help to watch it. Chris also voices a concern about unattended children on the Lodge grounds. This problem will most likely be remedied by publicizing it through the two local newspapers.\r\n\r\nTom Cook makes a motion to dismiss the General Manager, Harry West. The motion receives no second and dies on the floor.\r\n\r\nHarry West offers his resignation to the Board. Tom Cook moves to accept, it is seconded by Frank Wheeler and passes unanimously. Harry will continue on through June 30th.\r\n\r\nTimberon Log dated August 6, 1983...\r\n\r\nThere is a problem with the newspapers in reporting factual events concerning the Association. Bill Cobb states that an editor of a newspaper has a responsibility of truth.\r\n\r\nNo further progress has been made concerning the agreement concerning the eventual take-over of the Water Company by the Property Owners.\r\n\r\nTimberon Log dated September 24, 1983...\r\n\r\nBill Cobb reads a letter from the Sheriff\'s Department that stated the inability to provide Timberon with an on site Deputy.\r\n\r\nThe Associations computer TS-80 computer is presently in Albuquerque being repaired and an addition of a hard drive is estimated to cost $1,100.\r\n\r\nAdelina Ayers is employed to work as cook in the Lodge restaurant. Her husband Dave is currently employed part-time in Architectural Control.\r\n\r\nThe Timberon Protective Association is formed. The State charter was received last week.\r\n\r\nBill Davis states that the Timberon Lions Club is currently working on the street signs on property.\r\n\r\nJoe Leary was chosen as the new General Manager at a salary of $20,000 a year.\r\n\r\nTimberon Log dated February 4, 1984...\r\n\r\nJoe Leary is introduced as the Property Owners Association\'s new General Manager\r\n\r\nThe Associations application for a bulk mailing permit is denied. It is decided that it was too much trouble anyway and that since the mail would have to be delivered to the Pinon Post Office by hand it would hurt the Timberon Community Post Office.\r\n\r\nThe Developer, Johnny Mobley, explains to the Property Owners that he would be operating the same as in the past, but would be pushing Time-Shares around the golf course where he envisions a 20 unit time share complex in the near future.\r\n\r\nThe Developer tells the Property Owners that repairs to the runway will begin shortly. They will roll up the existing surface, kill the soil this time so that grass will not penetrate the surface, and put down a tar and chip top that should last at least 5 years before any major problems occur. When this is done he wants to turn over the airstrip to the Property Owners.\r\n\r\nIt is announced that the second nine on the golf course is under construction now and should be playable by 1986. Executive (short) tee boxes are being built on the existing front nine holes.\r\n\r\nIt is brought out that communication between the Association and its members has been greatly improved due to the community\'s two newspapers.\r\n\r\nSuggestions are made as to tactics such as school bus routes, fire station, etc... that may prove helpful in getting the County to work on the roads now under their maintenance.\r\n\r\nTom Cook suggests that the existing leaky patio roof be torn out and the patio area be extended to be 40 x 100 feet. With the replacement of the bathrooms thi would probably cost in the neighborhood of $200,000. Bandaiding the existing patio would cost about $35,000. It is decided to wait until the existing roof begins to leak so badly that the only option is to replace it, and decide which route to go at that time.\r\n\r\nIt is announced that the street signs have been ordered and that the Lions Club will install them upon arrival.\r\n\r\nIt is decided that as a token of appreciation for the many hours and expertise contributed by Bill Berkebile, a first class set of luggage is to be purchased and delivered to him and his wife.\r\n\r\nRoger Anderson, contracted to do computer work for the Association, expressed concern about the power surges and brown-outs here on the mountain. He suggested that a battery backup ($1,000) or a shut down system ($150) be purchased. He was authorized to purchase a shut down system.\r\n\r\nBill Cobb suggests the construction of a community building to supplement the patio area during group gatherings. It should be about a 120 x 60 foot building with restrooms, a future kitchen area, and storage. The cost of a bare-bones version of such a structure should be around $100,000. The best spot for such a building would be where the present playground is, the playground can be moved to around the pool area.\r\n\r\nTimberon Log dated May 5, 1984...\r\n\r\nThe availability of Dining is discussed. There is currently the Blue Barn, Lounge at the Pro Shop, Country Kitchen, and the Lodge Restaurant - but none stay open past 7pm.\r\n\r\nThe Lions announce that their street signs project is scheduled to begin in the near future.\r\n\r\nA computer backup \"Minute Man\" has been purchased to protect from brownouts and blackouts.\r\n\r\nThere is a \"name the band\" contest for the local community band. Billy Reece wins the contest with the name \"Timbertunes.\"\r\n\r\nThe Carlsbad Association of Retarded Citizens requests forgiveness of over $3,000 in membership dues liens on property donated to them. The request is denied.\r\n\r\nA resolution by Tom Cook is adopted barring all dogs from the Timberon Lodge.\r\n\r\nThere is an ongoing problem of people\'s pets being shot and mutilated.\r\n\r\nA race car rally is held on some of the more remote Timberon roads and there is discussion on whether or not this can be prevented from happening again in the future.\r\n\r\nTimberon Log dated June 2, 1984...\r\n\r\nThere are some problems with Circle Cross cattle residing on the golf course. The other area ranchers cooperate fully when this sort of problem arises, however, Circle Cross is less than cooperative.\r\n\r\nShannon Belmont is the reigning \"Miss Timberon\" for 1984.\r\n\r\nThere appears to be damage to the trees in the area. Forester Randy Baker said he believes the damage was caused by heavy hail, after which bacterial pests invaded the trees.\r\n\r\nSam and Pat Davis are hire on at the Lodge as full-time cook and waitress.\r\n\r\nA discussion is held concerning the possibility of Otero County taking over the airstrip. It is felt that once the resurfacing is completed, no major repairs will be needed for another 10 - 15 years.\r\n\r\nBill Cobb states that by having our own security force, we are paying twice for law enforcement which should come from the County Sheriff.\r\n\r\nTimberon Log dated August 4, 1984...\r\n\r\nThe memory banks of the present computer are filled and no other information can be absorbed. It is decided to purchase an IBM-XT at a cost of around $10,000. The present machine will be used as a word processor and the oldest machine will be donated to the school.\r\n\r\nT.P. Hanson, reporting for the Ad-Hoc committee concerning the feasibility of the Lodge Annex, suggests that the annex be made an extension of the present lodge. The building will encompass 7200 square feet, housing the restaurant and restrooms. Initially, it will cost a little over $100,000.\r\n\r\nTimberon Log dated September 15, 1984...\r\n\r\nA letter is sent to the Otero County Commissioners expressing appreciation for the recent road improvements inside the property and a request is made for the installation of stop signs.\r\n\r\nA decision is made to go ahead and accept the airstrip from the Developer next year.\r\n\r\nBill Berkebile presents his brief background of Timberon, entitled \"A Bit of History,\" to the Property Owners.\r\n\r\nBill Cobb states that approximately $227,000 in taxes is paid yearly by Timberon Property Owners and it should not be unreasonable to expect the services of the Sheriff\'s Department.\r\n\r\nTimberon Log dated October 27, 1984...\r\n\r\nSo far this year there have been 74 building requests approved, 65 of which were for new homes. There are presently 99 permanent families and 208 seasonal homes in Timberon.\r\n\r\nChris Murtishaw, after 8 months of trying, succeeds in getting a two month training course in Timberon.\r\n\r\nA used rescue vehicle and new fire truck are purchased.\r\n\r\nIt is announced that the new fire sub-station will be operational next year.\r\n\r\nAn initial proposal from architect Charles Nolan of Alamogordo reveals a completed figure for the new Lodge Annex of $275,000. The purpose of this building is for meetings, dances, recreation and all needs of the Property Owners.\r\n\r\nBill Cobb states that evidence exists that the Developer will attempt to sidestep his resolution in turning over the Water Department to the Property Owners and an adversary position is apparent. Communications between the two parties attorneys has broken down. It is suggested that a letter be sent to the Public Utilities Commission expressing the Property Owners concern and that an injunction be sought to block development of T-17 (the area adjacent to the springs) until a resolution is reached.\r\n\r\nThe Property Owners impose a number of provisions on their acceptance of the Airstrip that the Developer\'s Project Manager doubts will be accepted, but agrees to pass on...\r\n\r\nTimberon Log Dated January 12, 1985...\r\n\r\nThe Lodge general manager says the restaurant $13,406 more than it took in in 1984.\r\n\r\nA letter is sent to Otero County Electric Coop. Requesting explanations for the frequent power outages and subsequent surges. A meeting is set up where the Cooperative fields questions from about 72 Timberon residents.\r\n\r\nThe organizers of the last Christmas party are commended for their good job by the Board. They include Wanna Bell Ross, Sue Haisley, Gertie Grabner, Frances Stout, Joe & Maggie Roseborrough, Marilyn Leary, and Danelle Ross.\r\n\r\nThe New Year\'s Eve party is a great success, with music supplied by Mark Clark, Monte McCullom and Wilbur Fry.\r\n\r\nIt is decided to set up an entertainment committee to assist in the activities for the coming year.\r\n\r\nRepresentatives of the Property Owners attend a meeting in Alamogordo concerning hunting laws in the State. They present the concerns of the Timberon residents to the attending members of the Game & Fish Department.\r\n\r\nT.P. Hanson advises the Property Owners that the turnkey cost of the new Lodge Annex, at this point, appear to be around $280,000.\r\n\r\nJordan Schaaf recommends the Property Owners borrow the money to pay off the Lodge Annex over a 10-20 year period, instead of paying cash out of the general fund. Tom Cook expresses his opposition to long-term indebtedness. A committee is appointed to study the best route.\r\n\r\nA contract agreement for the Property Owners to take over the airstrip from the Developer is presented. Johnny Mobley, the developer, advises the Property Owners that the FAA will reseal the airstrip every 3 years, provided it will be available to outside traffic. Tom Cook says that he is not in favor of accepting the airstrip, an expenditure of this amount (insurance, etc...) for the use of 10-12 people is not justified when there is no expectation of any financial return. Chris Murtishaw states that none of our facilities are producing a profit. T.P. Hanson injects that the airstrip benefits property values and will be needed in the future. The Board decides to accept it, but not unanimously.\r\n\r\nJordan Schaaf recommends that the Board follow \"Robert\'s Rules of Order.\" Chris Murtishaw says that the Board needs to follow some sort of rules. Tom Cook states that \"Robert\'s Rules of Order\" are too restrictive and we need to operate in a more relaxed atmosphere. No decision is made on the suggestion.\r\n\r\nIn an effort to secure a closer relationship with the County as to road repairs, thought is given to someone from Timberon running for the County Commission.\r\n\r\nTimberon Log Dated February 12, 1985...\r\n\r\nFrank Wheeler suggests putting trash containers along the street in the downtown area, the developer will provide the cans. Tom Cook reminds everyone, that according to the Covenants in that section, the cans must be hidden or buried and that defeats the purpose. The matter is tabled.\r\n\r\nDiscussion proceeds on the Property Owners accepting the Water Company from the Developer, although there is a problem on how large an area should be reserved as a buffer zone around the springs.\r\n\r\nTimberon Log Dated March 16, 1985...\r\n\r\nThe Lodge restaurant has lost $4,300 so far this year. Jordan Schaaf suggest a slight raise in prices because restaurant expenses are \"eating our lunch.\" Tom Cook suggests a different approach to increase volume by lowering food and liquor prices. It is decided after a long discussion to leave prices the way they are. Tom Cook advises the Board that after the summer season the restaurant will probably be closed, because we can\'t afford to spend the Property Owner\'s money to supplement the place.\r\n\r\nThe airstrip deed and map are received by the Property Owners, but a triangular section in the property has been omitted by the developer. Tom Cook says that he has spoken to Johnny Mobley about this and was told that an aircraft service area was planned to go in there in the future.\r\n\r\nThe Property Owners contact the New Mexico Transportation Department and are advised that they do not qualify for aid in airstrip maintenance.\r\n\r\nThe New Mexico Public Service Commission sends a letter concerning their investigation concerning the power outages in Timberon. They advise people who can substantiate losses due to power outages to submit claims to Otero Electric for possible insurance payments.\r\n\r\nThere is a disagreement on where the Bar & Lounge should be located when the new annex is constructed. Jordan Schaaf recommends moving the bar upstairs along with the restaurant, while T.P. Hanson is in favor of leaving the bar downstairs to insure the original concept of separation of dining and drinking areas. The decision is made to move the bar upstairs, but it is not unanimous.\r\n\r\nThree rough sketches of floor plans for the Lodge Annex are presented by Architect Charles Nolan and one by Ron Maksyn. The Property Owners go with Ron Maksyn\'s plan after a few adjustments.\r\n\r\nTimberon Log Dated April 27, 1985...\r\n\r\nPool repairs are continuing. New concrete has been poured and a privacy fence is being installed around the lower section of the pool.\r\n\r\nArchitect Charles Nolan tells the Property Owners that the blueprints for the annex should be completed in about two weeks, then it will be put out for bid.\r\n\r\nWanna Bell Ross, Sue Haisley and Marilyn Leary are asked by the Board to give their suggestions for decorating the new restaurant. Tom Cook suggests that no theme should be considered, but keep the restaurant richly elegant.\r\n\r\nCharles Nolan agrees to furnish an artist\'s conception of the Lodge Annex for public viewing.\r\n\r\nThe General Manager advises the Board that he has discussed the rumored new road from Sunspot to Scott Able Canyon with agents of the U.S. Forest Service and they said that such a road is included in future plans, but the completion date won\'t be until 1993.\r\n\r\nTimberon Log Dated July 6, 1985...\r\n\r\nThe Board attorney strongly advises against publishing the names of members that are delinquent in their dues payments.\r\n\r\nThe bids for the new Lodge Annex are scheduled to be opened on July 9th.\r\n\r\nMarilyn Leary, Elise Schaaf, Sue Haisley, Yvonne Fetters and Wanna Bell Ross are appointed as the design committee for the Lodge Annex.\r\n\r\nTimberon Log Dated August 24, 1985...\r\n\r\nT.P. Hanson advises the Property Owners that construct began on the Lodge Annex August 12th.\r\n\r\nThe Board has been busy trying to cut the cost of the Annex in any feasible way.\r\n\r\nWillie Fenske advised the Board that a suit was being prepared against the Timberon Protective Association concerning mobile homes in the area.\r\n\r\nLou Fetters suggests that due to recent thefts in the Lodge and the improper use of the lobby as sleeping facilities, the Lodge should be locked at night. It is so ordered by the Board.\r\n\r\nThe first Annual Fireman of the Year award was given to Wanna Bell Ross.\r\n\r\nTimberon Log Dated November 9, 1985...\r\n\r\nReceipts for the retirement dinner for Bill \"Smitty\" Smith total $286.83, not including the photograph taken at the dinner.\r\n\r\nTom Cook is commissioned to build the tables for the Lodge Annex dining room.\r\n\r\nAt this point the overall cost for the Lodge Annex is set at $301,947.\r\n\r\nSue Quick submits the proposed budget for the Timberon Protective Association at $70,210. The legal fund is raised to $10,000.\r\n\r\nJesse Duckett suggests that the old restaurant area downstairs be used as a community library. The Board is leaning towards making it a nursery and does not give the library serious consideration at that time.\r\n\r\nThe General Manager attends a meeting in Cloudcroft which concerns the Forest Service\'s plans to build a logging road from the Sunspot area to Scott Able Canyon. It would originally be a 14 foot wide dirt road. Long range plans include widening it to a two lane blacktop road with the possibility of continuing it on into Timberon and eventually Pinon.\r\n\r\nTimberon Log Dated January 18, 1986...\r\n\r\nTo ward off a lawsuit, the requested changes are made and approved in the covenants of T-10.\r\n\r\nJesse Duckett again presents a plan to use part or all of the basement area as a library. The Board instructs him to obtain more detailed information on establishing a library and asks the General Manager to check on any adverse insurance problems which may accompany the establishment of a nursery in the basement.\r\n\r\nTimberon Log Dated February 8, 1986...\r\n\r\nA room upstairs in the Lodge, formerly known as the Lion\'s Room, is made available for use as a library.\r\n\r\nJohnny Mobley, the developer, discontinues maintenance of the roads in Timberon.\r\n\r\nThe Lodge Annex is scheduled to be finished by the end of March, with the Grand Opening to be the Saturday of Memorial Day Weekend.\r\n\r\nLitigation continues over the Covenants in T-10, with the Timberon Protective Association pushing for a quick court decision.\r\n\r\nThe County takes the position that Timberon\'s population density does not qualify our roads for their attention. It is the Property Owner\'s responsibility to maintain them. Johnny Mobley gives the Property Owners a road grader for free.\r\n\r\nTimberon Log Dated May 30, 1986...\r\n\r\nBill Cobb threatens to sue the Board if they do not give in to his demands for lower membership payments on his multiple lots in Timberon and other demands, some realistic and some not so. The Board begins to make plans for a compromise on the issues in question.\r\n\r\nThe County resumes grading in Timberon as a result of the efforts of the Timberon Road Committee.\r\n\r\nThe military refuses to grant the right-of-way necessary for an all-weather road south to 506.\r\n\r\nTimberon Log Dated July 19, 1986...\r\n\r\nThe Developer presents a proposal that the Property Owners assume ownership and operation of the Water Company and the Golf Course. The details will be worked out through the attorneys.\r\n\r\nThe Property Owners accept the Water Company and Golf Course with a resolution that is to be subject to the approval of both parties attorneys. Part of the agreement involved the Developer\'s offer to bring the back 9 on the golf course into operational condition and external renovation of the Pro Shop building.\r\n\r\nThe Developer turns over the retail liquor license to the Property Owners.\r\n\r\nThe Property Owners are promised the use of the Timberon Logo \"for now and in the future.\"\r\n\r\nTimberon Log Dated January 3, 1987...\r\n\r\nTimberon Protective Association\'s outstanding legal bills over a covenants problem in T-10 have reached $8,273. Attorney Tom Sandenaw has donated $1,000 of his time on the suit.\r\n\r\nT.P. Hanson advises the property owners that the construction of the Lodge Annex is substantially completed. Total cost of construction is $341,527.\r\n\r\nCurtis Reece suggested to the other Board members that bids on all items of consequence should be let, public notice locally should suffice. The Board will solicit the membership\'s opinion and think about it.\r\n\r\nThe Property Owners Association is drawn into the T-10 covenants lawsuit (also known as the Wilcox suit) that was filed against the Protective Association. It is decided that Mr. Wilcox be contacted to seek some avenue of negotiation concerning this matter.\r\n\r\nTimberon Log Dated March 14, 1987...\r\n\r\nThe heating system in the Pro Shop building is switched over to propane. The move is praised as a great improvement.\r\n\r\nNorm Welborn, Chairman of the Water & Resources Committee, questions whether the water system is producing enough water for our growing community. He says the developer must improve the system before the property owners take it over.\r\n\r\nJoe Roseborrough presents plans for a proposed remodeling of the interior of the Pro Shop to accommodate a game room. The Board promises to review the plans.\r\n\r\nThe proposed road out of Timberon down Grapevine Canyon is dealt a death blow by General Infante, national defense needs were cited.\r\n\r\nTimberon Log Dated May 9, 1987...\r\n\r\nThe property owners seem to be losing board member fast, with Lou Fetters resigning and then Curtis Reece.\r\n\r\nWork on the sprinkler systems at the golf course is progressing nicely. Special thanks are offered to Euel Ross, Curtis Reece, Vic Hollrah and T.P. Hanson for their volunteer work. Jesse Duckett is recognized for his volunteer help in the Pro Shop and with golf tournaments.\r\n\r\nTimberon Log Dated June 13, 1987...\r\n\r\nThe developer\'s liquor license is transferred to the property owners.\r\n\r\nThe Otero County Commissioners are invited to hold a meeting in Timberon and they actually accept.\r\n\r\nGuest memberships are established for the golf course at the rate of family memberships, or $75.\r\n\r\nTimberon Log Dated August 15, 1987...\r\n\r\nThe many volunteers that helped with the parachute drops when the Green Berets were in Timberon were thanked. The Green Berets were testing newly designed parachutes.\r\n\r\nThe County Commissioners meet in Timberon and agree to work with us in getting the much-needed traffic control signs up.\r\n\r\nWin Thorp, President of the newly formed Men\'s Golf Association, recommends that the current Golf Pro George Thatcher be replaced with a person / or rehired in the capacity of someone - who can supervise activities and maintain the course on a full time basis. The Golf Association is also taking contributions for paint to use on the Pro Shop building, volunteers will paint it. The Property Owners Association donates $300 for paint.\r\n\r\nIt is announced that the BLM will hold an open meeting here to discuss McGregor Range and how it affects Timberon.\r\n\r\nThe insurance adjuster is here inspecting the F10 fairway mower that burst into flames earlier this month.\r\n\r\nTimberon Log Dated November 14, 1987...\r\n\r\nThe Wilcox lawsuit is appealed to the State Supreme Court. The Court rules in favor of Wilcox on one count, but found no evidence of any fraud on the second count.\r\n\r\nOtero County personnel begin installing stop signs and curve signs in Timberon.\r\n\r\nLou Fetters, Chairman of the Road Committee, proudly announces that a letter has been received from General Infante - the Army recommends approval to pave the back road to Timberon and asks that BLM issue the appropriate easements and right-of-way.\r\n\r\nTimberon Log Dated March 12, 1988...\r\n\r\nJesse Duckett volunteers to give free golf lessons to the young people of Timberon.\r\n\r\nCliff Pert requests that the Board donate land for a basketball court, several people have already pledged material and labor for the project. He is asked to report back at a later meeting.\r\n\r\nA request is made for permission to use the Lodge for some Little Theater productions. It would be necessary to build a stage at an approximate cost of $740, and it could be used for other purposes. Marcy Yeager was asked to report back to the Board on this at a later time.\r\n\r\nThe sprinkler system on the golf course has been completed and a representative of Southwest Toro is here to help with the programming of the computer system.\r\n\r\nIt appears that Lions Club bingo is becoming a regular event at the Lodge.\r\n\r\nTimberon Log Dated April 16, 1988...\r\n\r\nAn area adjacent to the playground is designated for the site of the new basketball court, construction will begin soon.\r\n\r\nThe Club Liquor license is to be moved from the Lodge to the Pro Shop and the Retail Liquor license is moved from the Pro Shop to the Lodge. This should happen by October.\r\n\r\nJoe Leary, the General Manager, resigns.\r\n\r\nTimberon Log Dated June 11, 1988...\r\n\r\nPlans are being made for the Fourth of July weekend - steak fry at the golf course, annual parade, Puttin\' on the Lips, and a dance with the KHEY Band.\r\n\r\nFrank Preston is the new General Manager.\r\n\r\nThe Property Owners Association agrees to pay the additional $250 to complete the Little Theater\'s stage.\r\n\r\nTimberon Log Dated July 9, 1988...\r\n\r\nThe first Christmas in July, arts and crafts fair, is held.\r\n\r\nMitch Johnson donates a lot to the Property Owners Association on the condition that it be raffled and the proceeds used on the golf course.\r\n\r\nFirst Nation Bank of Alamogordo is in the process of foreclosing on the Water Company.\r\n\r\nLila Oliveri comments on the condition of the airstrip - damage being done to their plane.\r\n\r\nTimberon Log Dated August 13, 1988...\r\n\r\nThe Lions Club builds a new BBQ pit behind the Lodge.\r\n\r\nThe Extension Club donates the materials to build a trophy case for the lobby of the Lodge, the Lions Club / Dave Davis agrees to build it.\r\n\r\nTie downs for six airplanes are installed on the airstrip.\r\n\r\nIt is decided to convert the basement of the Lodge into a recreation room.\r\n\r\nThe Timberon Fire Department receives the Best Community Service Award, the Fire Chief receives the State Award for Fire Chief of the Year, Chris Murtishaw and Steve Hollabaugh both also receive state awards.\r\n\r\nTimberon Log Dated December 10, 1988...\r\n\r\nSquare Dance lessons are offered in the Lodge.\r\n\r\nThe Timberon Protective Association was effectively abolished. Hazzie Quick resigned from the Property Owners Board citing family / personal reasons and there is definite evidence that his wife, Sue, may have been embezzling funds from the organization.\r\n\r\nTimberon Log Dated February 11, 1989...\r\n\r\nA decision is made to contract Triple M Company to maintain the roads in Timberon.\r\n\r\nMax Goodwin, District Ranger in Cloudcroft / Forest Service, spoke regarding the Forest Service\'s 10-year long range plan and asked for any suggestions as to how they could better serve the people of Timberon.\r\n\r\nThe Timberon Protective Association files for dissolution with the Corporation Commision.\r\n\r\nThe first hearing regarding the formation of a Water District in Timberon was held in Alamogordo.\r\n\r\nTimberon Log Dated April 15, 1989...\r\n\r\nTimberon is a top contender for the location of a Forest Service warehouse. The developer has offered to donate some property on which to place the warehouse, should Timberon be selected.\r\n\r\nThe Forest Service proposes putting a 60\' radio tower here, if it is agreeable with us. It is decided that they can put it up by the ninth green of the golf course.\r\n\r\nAlamogordo School District begins making noises about closing the Timberon School. A letter is sent to them in defense of the school being here.\r\n\r\nTimberon Log Dated May 20, 1989...\r\n\r\nThe property owners file a class action suit against Developer Johnny Mobley, hoping to recover some funds or assets to cover the many promises made that had not been fulfilled.\r\n\r\nThe Alamogordo School Board votes four to one in favor of keeping the Timberon School open another year.\r\n\r\nIt is reported that for her embezzlement, Sue Quick was given a 9-year suspended sentence. She was instructed to repay the Property Owners Association, starting with a $5,000 payment.\r\n\r\nTimberon Log Dated July 8, 1989...\r\n\r\nOn lawsuits: the Wilcox Case is still in court, Sue Quick paid $400 back, the class action against the developer is still in litigation.\r\n\r\nThe property owners are informed that everyone should plan to attend the County Commissioner\'s meeting when a reserve deputy for Timberon is put on the agenda.\r\n\r\nThe possibility of getting a lifeguard for the pool is looked into.\r\n\r\nTimberon Log Dated September 30, 1989...\r\n\r\nThe Little Theater performs a play called \"The Neglected Husband\'s Sewing Club.\"\r\n\r\nOne of the Timberon parks is dedicated to Mary Glover, there will be a Mary Glover Memorial Dance that evening.\r\n\r\nIt is announced that the Lions Club has completed putting up street signs.\r\n\r\nHugh Ellison speaks on the proposed Water & Sanitation District. The original petition is to include water, roads and sewer. The Property Owners Association supports the Water District petition, but feels it should include solid waste removal, landfill services, recreation and park facilities. The Water District is the nearest thing Timberon is ever going to see to incorporation (town or village status).\r\n\r\nAt present Sue Quick is repaying $225 a week to the property owners. The balance of what she still owes is $45,622.\r\n\r\nThe Extension Club donates a piano to the Lodge.\r\n\r\nThe focus for a better road into Timberon is moved from the south route to the 14 mile Sacramento River Road.\r\n\r\nTimberon Log Dated January 13, 1990...\r\n\r\nCiting the expensive legal costs involved in continuing litigation, the Property Owners offer 1st National Bank of Alamogordo $100,000 for the water company (in bankruptcy with the developer) even though it is still felt that the Property Owners have a strong claim to ownership as a result of past agreements. The offer was refused and no counter-offer was made.\r\n\r\nVoting is held to make way for the formation of the Timberon Water & Sanitation District.\r\n\r\nTitle insurance is obtained for the golf course and the Property Owners are in the process of getting the insurance for the rest of their deeded property. The was seen as a wise move, in light of the developer\'s bankruptcy and the confrontational stance of the 1st National Bank.\r\n\r\nLou Fetters reports that the New Mexico Highway Department has completed a study to get a draft through for the upgrading of the road from Sunspot to Timberon. A copy of the draft is sent to our representatives and Bill #369 starts along its political journey in Santa Fe.\r\n\r\nBruce Rhodes presents an appreciation plaque in honor of Bobby Postlewaite\'s many years of dedicated service to the Association.\r\n\r\nTimberon Log Dated March 16, 1990...\r\n\r\nThe Otero County Sheriff come to Timberon for a town hall meeting to discuss internal security.\r\n\r\n$40,000 is allotted by the State and put into the State Highway Department\'s surplus fund for an engineering survey of the 14 mile Sacramento River Road. This part of a 90%-10% split, in which the County needs to come up with $4,000 for the preliminary assessment and environmental impact study on the road.\r\n\r\nSue Quick is still making payments for her embezzlement, at this point she owes $43,196.\r\n\r\nAn Order for Incorporation of the Timberon Water & Sanitation District is completed by Judge Grissom.\r\n\r\nTimberon Log Dated April 21, 1990...\r\n\r\nA petition is circulated among Property Owners to present to the Otero County Commissioners for a full-time deputy in Timberon.\r\n\r\nThe Lions Club begin soliciting support and donations for covering the BBQ pit area behind the Lodge building with a roof.\r\n\r\nTimberon Log Dated May 12, 1990...\r\n\r\nThe Property Owners are told by the Otero County Commissioners that their budget will not support a deputy for Timberon.\r\n\r\nIt is announced that the Memorial Day golf tournament proceeds of $567, and whatever money comes from the Firecracker Open on the July 4th weekend, will go towards helping pay for the restrooms on hole #6. The restroom building was donated by Dell Telephone.\r\n\r\nThe 1st Annual Watermelon Feast is held at the Mary Glover Memorial Park.\r\n\r\nA letter was received from the EID concerning violations at the old Timberon Dump. The problems were addressed by the Property Owners - who were looking into the future when the Timberon Water & Sanitation District would be operating a full-blow land fill system.\r\n\r\nThe County refuses to consider taking any more roads that are brought up to specs - with the formation of the new Water District, they want to wait and see what happens.\r\n\r\nTimberon Log Dated July 14, 1990...\r\n\r\nLou Fetters and Euel Ross attend a meeting at the New Mexico highway Commission in Alamogordo. The Commission writes a letter of concern asking the State to make the road from Sunspot to Timberon a priority. It is stated that the County puts up their $4,000 of the matching funds to start the Environmental Study of the 14 mile road.\r\n\r\nThe Property Owners are in an on-going process to gain clear title to the landfill (old dump) as Timberon needs it to remain operational.\r\n\r\nThe Property Owners Association moves to turn over their rights and claim to the water system and ownership of the airstrip, fishing lakes, existing 9 holes of the golf course and clubhouse, unfinished second 9 holes of the golf course, swimming pool, lodge complex, and landfill at no charge. The only stipulation was an agreement on perpetual care, maintenance, and use for the benefit of all Property Owners.\r\n\r\nThe T-Mart (a little hardware store located next to where Blue Water Real Estate is today - the Glovers live there now) closes its doors for good.\r\n\r\nConcern is expressed about the deteriorating condition of the airstrip\'s surface - it is suggested that vehicle be kept off it.\r\n\r\nTimberon Log Dated September 18, 1990...\r\n\r\nA buffet is held in the Lodge, with the entertainment being the School Booster\'s \"Puttin\' on the Lips.\"\r\n\r\nA program is started for junior firefighters. They must be 16 years of age to start and 18 years old to become a full-scale firefighter.\r\n\r\nAnn Cobb donates 5.3 acres of land to the fire department for a new substation.\r\n\r\nTimberon Log Dated November 17, 1990...\r\n\r\nThe Property Owners Association is $8,000 over budget for the year in legal fees, and the amount is still rising due to the Wilcox Case (over doublewides in T-10 supposedly in violation of the restrictive covenants).\r\n\r\nLou Fetters reports that the two year study by the New Mexico State Highway Department has been completed and a report received. The report recommends the improvement of the 14 miles (Sacramento River Road) into Timberon and environmental and engineering studies are now under way.\r\n\r\nTimberon Log Dated March 16, 1991...\r\n\r\nFrank Preston retires as General Manager for the Association.\r\n\r\nWinning the court case concerning the covenants in T-10, Wilcox files another lawsuit asking $47,000 in legal fees and court costs be paid by the Property Owners.\r\n\r\nRuby Roberts becomes the new acting manager for the Property Owners Association.\r\n\r\nNumerous break-ins have occurred of late and the Association offers a $500 reward for information leading to the arrest of the culprit.\r\n\r\nThe Pro Shop inventory is sold to Jesse Duckett for $1,535.00 as he is taking over management of the shop.\r\n\r\nTimberon Log Dated May 18, 1991...\r\n\r\nLeon Metz, well-known historical writer, came for Channel 7 in El Paso as a guest of the Property Owners. He and his photographer toured the Lodge and other historical areas in and around Timberon.   His presentation will air on Sunday the 19th.\r\n\r\nA caravan of officials, some 27 of them from federal, state, county and forest service came to Timberon to ponder the 14 mile road criteria.\r\n\r\nDick Moore reports that all Property Owners Association property has now been officially transferred to the new Water District. He also says that all of the Association\'s outstanding debts have been paid off.\r\n\r\nTimberon Log Dated August 17, 1991...\r\n\r\nA resolution is formally passed to dissolve the Timberon Property Owners Association. T.P. Hanson commended the Board for their hard work and stated that we had the most beautiful place in the whole world, and that he hoped the negative thinkers and freeloaders would have to pay taxes until their noses bleed. T.P. also stated that \"we have torn up the thing that we had - which was the best thing in the world.\"\r\n\r\nThe Property Owners Association ceases all architectural control activities, as they no longer have the manpower or funding.\r\n\r\nTimberon Log Dated November 16, 1991...\r\n\r\nOn the advice of their attorney, the Property Owners Association will be dissolved through the courts instead of the Corporation Commission.\r\n\r\nVic Hollrah mentions to the Property Owners what great condition and good business the golf course has experienced this year.\r\n\r\nDue to the dissolution, the liquor license needs to be sold. The Board feels that the license is an asset which needs to be preserved for the pleasure of the Property Owners. The bids will be looked at very closely in hopes of selecting someone who will provide a good and reliable service for the Property Owners - and will keep the license on the mountain.\r\n\r\nCharlie Bain suggests that the time has arrived for some sort of \"business association\" to be formed to carry on the social activities that TPOA had been sponsoring.\r\n\r\nTimberon Log Dated February 24, 1992...\r\n\r\nDick Moore and High Ellison resign from the Property Owners Board of Directors over issues concerning the proposed handling of the Wilcox case during the final stages.\r\n\r\nThe Timberon Community Action Group (TCAG) begins formation - to take up some of the slack created by the Property Owners Association dissolving.\r\n\r\nA group of Timberon Property Owners, calling themselves Discover Timberon, propose to operate a bar and package store at the Golf Course Lounge. They purchase the license for $8,500.\r\n\r\nAn agreement was reached in the T-10 Case, the Association pays Wilcox $25,127.50 and the 17 homes disputed in the suit will not have to be moved out. This move also settles all legal action pending against the Association.\r\n\r\nTimberon Log Dated March 26, 1992...\r\n\r\nThe Property Owners Association disposes of all remaining assets to the new Water District.\r\n\r\nThe Timberon Property Owners Association is legally dissolved by the courts in Alamogordo.\r\n\r\nThis should be the end of the story, but it\'s not. You see the Court Clerk forgot to submit the proper records to the New Mexico Corporation Commission, or maybe they were lost in the mail. The result is that the Association was never completely dissolved in the eyes of the New Mexico Corporation Commission, even though it was legally dissolved.\r\n\r\nIn 1997, for a short period, the original Association\'s charter was revived - with the officers being Dwayne Beagles, Virgil Beagles, and Bill Curtis. This reincarnation ended when the Corporation Commission was properly informed of the dissolution by the courts in 1992. The End.','Property Owner\'s Association',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','1147-revision-3','','','2011-04-26 18:11:28','2011-04-27 00:11:28','',1147,'http://www.timberon.info/blog/?p=3566',0,'revision','',0,''),(3655,1,'2011-05-09 16:08:53','2011-05-09 22:08:53','Quick Contact\r\nSend Your Post','Contact Us',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3260-revision-3','','','2011-05-09 16:08:53','2011-05-09 22:08:53','',3260,'http://www.timberon.info/blog/?p=3655',0,'revision','',0,''),(3659,1,'2011-04-03 16:43:13','2011-04-03 22:43:13','[cetsEmbedRSS id=http://twitter.com/statuses/user_timeline/38493596.rss itemcount=0 itemauthor=1 itemdate=1 itemcontent=1]','NMGF Tweets',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','1225-revision-4','','','2011-04-03 16:43:13','2011-04-03 22:43:13','',1225,'http://www.timberon.info/blog/?p=3659',0,'revision','',0,''),(3662,1,'2011-05-09 17:46:47','2011-05-09 23:46:47',' ','',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','3662','','','2011-05-19 08:31:18','2011-05-19 14:31:18','',13,'http://www.timberon.info/blog/?p=3662',42,'nav_menu_item','',0,''),(3672,1,'2011-05-09 18:16:35','2011-05-10 00:16:35','[rss feed=\"http://twitter.com/statuses/user_timeline/38493596.rss\" num=\"3\" excerpt=\"false\"/]\r\n\r\n[cetsEmbedRSS id=http://twitter.com/statuses/user_timeline/38493596.rss]','Game and Fish Twitter Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3660-revision-2','','','2011-05-09 18:16:35','2011-05-10 00:16:35','',3660,'http://www.timberon.info/blog/?p=3672',0,'revision','',0,''),(3664,1,'2011-03-16 23:56:48','2011-03-16 23:56:48','
    I thought maybe I could do some html and really see how well this works.
    ','',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','1695-revision','','','2011-03-16 23:56:48','2011-03-16 23:56:48','',1695,'http://www.timberon.info/blog/?p=3664',0,'revision','',0,''),(3673,22,'2011-05-09 18:23:09','2011-05-10 00:23:09','The cabin has two bathrooms and two bedrooms, which include one queen, one double, and one twin foam bed. There is a full kitchen with dishwasher, dining room, living room w/double hide-a-bed, TV with DVD player, and washer/dryer. A beautiful view can be enjoyed from the front deck. A charcoal grill is available. Rates begin at $75.00 per night for up to four adults. (additional adult $5.00 each per night) Maximum capacity: 6 persons\r\n\r\n56 Tonto\r\nDirections to the Tonto Cabin at 56 Tonto in Timberon while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the fifth right onto Edgewood and follow it until it ends. Turn right onto Riverside. Take the second left onto Pioneer. Take the first right onto Tonto. The cabin is the second one on your left.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Tonto Cabin\"] for Reservations or Questions. [nggallery id=34]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Tonto Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"16\" showkey=\"no\"]','Tonto Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','tonto-cabin','','','2011-05-09 18:57:30','2011-05-10 00:57:30','',2002,'http://www.timberon.info/blog/?page_id=3673',0,'page','',0,''),(3674,1,'2011-05-09 18:22:45','2011-05-10 00:22:45','','Tonto Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3673-revision','','','2011-05-09 18:22:45','2011-05-10 00:22:45','',3673,'http://www.timberon.info/blog/?p=3674',0,'revision','',0,''),(3670,1,'2011-05-09 17:57:04','2011-05-09 23:57:04','[cetsEmbedRSS id=http://twitter.com/statuses/user_timeline/38493596.rss]','Game and Fish Twitter Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3660-revision-4','','','2011-05-09 17:57:04','2011-05-09 23:57:04','',3660,'http://www.timberon.info/blog/?p=3670',0,'revision','',0,''),(3671,1,'2011-05-09 18:15:44','2011-05-10 00:15:44','[rss feed=\"http://twitter.com/statuses/user_timeline/38493596\" num=\"3\" excerpt=\"false\"/]\r\n\r\n[cetsEmbedRSS id=http://twitter.com/statuses/user_timeline/38493596.rss]','Game and Fish Twitter Feed',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3660-revision','','','2011-05-09 18:15:44','2011-05-10 00:15:44','',3660,'http://www.timberon.info/blog/?p=3671',0,'revision','',0,''),(3677,1,'2011-05-09 18:26:33','2011-05-10 00:26:33','The cabin has two bathrooms and two bedrooms, which include one queen, one double, and one twin foam bed. There is a full kitchen with dishwasher, dining room, living room w/double hide-a-bed, TV with DVD player, and washer/dryer. A beautiful view can be enjoyed from the front deck. A charcoal grill is available. Rates begin at $75.00 per night for up to four adults. (additional adult $5.00 each per night) Maximum capacity: 6 persons\r\n\r\n56 Tonto\r\nDirections to the Tonto Cabin at 56 Tonto in Timberon while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the fifth right onto Edgewood and follow it until it ends. Turn right onto Riverside. Take the second left onto Pioneer. Take the first right onto Tonto. The cabin is the second one on your left.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Tonto Cabin\"] for Reservations or Questions. [nggallery id=34]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"11\" showkey=\"no\"]','Tonto Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3673-revision-3','','','2011-05-09 18:26:33','2011-05-10 00:26:33','',3673,'http://www.timberon.info/blog/?p=3677',0,'revision','',0,''),(3675,1,'2011-05-09 18:27:37','2011-05-10 00:27:37','The cabin has two bathrooms and two bedrooms, which include one queen, one double, and one twin foam bed. There is a full kitchen with dishwasher, dining room, living room w/double hide-a-bed, TV with DVD player, and washer/dryer. A beautiful view can be enjoyed from the front deck. A charcoal grill is available. Rates begin at $75.00 per night for up to four adults. (additional adult $5.00 each per night) Maximum capacity: 6 persons\n\n56 Tonto\nDirections to the Tonto Cabin at 56 Tonto in Timberon while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the fifth right onto Edgewood and follow it until it ends. Turn right onto Riverside. Take the second left onto Pioneer. Take the first right onto Tonto. The cabin is the second one on your left.\n\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\n\n[my-email subject=\"Tonto Cabin\"] for Reservations or Questions. [nggallery id=34]\n\nReservations HIGHLY recommended...\n
      \n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \n
    • All properties are non-smoking!
    • \n
    \nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. Below is a Reservation Calendar that will show the availability of this cabin...\n\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\n

    Calendar of Current Reservations

    \n[my_calendar category=\"11\" showkey=\"no\"]','Tonto Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3673-autosave','','','2011-05-09 18:27:37','2011-05-10 00:27:37','',3673,'http://www.timberon.info/blog/?p=3675',0,'revision','',0,''),(3676,1,'2011-05-09 18:23:09','2011-05-10 00:23:09','This rustic property has four bedrooms and three bathrooms. The beds include one king, one queen, one double, and four twins. There is a full kitchen plus another partial kitchen, washer/dryer, two dens, telephone, and TV w/satellite and a DVD player. Outdoors there are three decks, patio furniture, charcoal grill and a gas grill. Rates begin at $110.00 per night for up to six adults. (additional adult $5.00 each per night) Maximum capacity: 12 persons.\r\n\r\n187 Dixwood\r\nDirections to the Abbott Log Cabin at 187 Dixwood in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the second right onto Apache Dr. Take the first left onto Dixwood. The log cabin will be on your left at the first complete intersection that you come to. This will be Dixwood and Carson.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Abbott Log Cabin\"] for Reservations or Questions. [nggallery id=24]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"11\" showkey=\"no\"]','Tonto Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3673-revision-2','','','2011-05-09 18:23:09','2011-05-10 00:23:09','',3673,'http://www.timberon.info/blog/?p=3676',0,'revision','',0,''),(3678,1,'2011-05-08 14:32:34','2011-05-08 20:32:34','This rustic property has four bedrooms and three bathrooms. The beds include one king, one queen, one double, and four twins. There is a full kitchen plus another partial kitchen, washer/dryer, two dens, telephone, and TV w/satellite and a DVD player. Outdoors there are three decks, patio furniture, charcoal grill and a gas grill.  Rates begin at $110.00 per night for up to six adults.  (additional adult $5.00 each per night) Maximum capacity: 12 persons.\r\n\r\n187 Dixwood\r\nDirections to the Abbott Log Cabin at 187 Dixwood in Timberon, while coming in from Cloudcroft:  Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the second right onto Apache Dr. Take the first left onto Dixwood. The log cabin will be on your left at the first complete intersection that you come to. This will be Dixwood and Carson.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Abbott Log Cabin\"] for Reservations or Questions.  [nggallery id=24]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains.  Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"11\" showkey=\"no\"]','Abbott Log Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2062-revision-4','','','2011-05-08 14:32:34','2011-05-08 20:32:34','',2062,'http://www.timberon.info/blog/?p=3678',0,'revision','',0,''),(3717,1,'2011-05-11 18:11:36','2011-05-12 00:11:36','This cabin features three bedrooms with queen size beds and two full bathrooms, including one garden tub.  The living room has a queen size sofa sleeper, along with a wood stove and satellite TV w/DVD/VCR.  There is a full kitchen and washer/dryer.  There is a nice deck in the back with tall pines in the area. Rates begin at $90.00 per night for up to four adults. (additional adult $5.00 each per night) Maximum capacity:  10 persons\n\n87 Chresta Loma\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan. Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\n\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\n\n[my-email subject=\"Builta\'s Cabin\"] for Reservations or Questions. [nggallery id=35]\n\nReservations HIGHLY recommended...\n
      \n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \n
    • All properties are non-smoking!
    • \n
    \nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. Below is a Reservation Calendar that will show the availability of this cabin...\n\n[my-email subject=\"Builta\'s Cabin\"] for Reservations or Questions.\n

    Calendar of Current Reservations

    \n[my_calendar category=\"17\" showkey=\"no\"]','Builta’s Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3715-autosave','','','2011-05-11 18:11:36','2011-05-12 00:11:36','',3715,'http://www.timberon.info/?p=3717',0,'revision','',0,''),(3710,1,'2011-05-11 09:33:30','0000-00-00 00:00:00','','Auto Draft',1,1,0,NULL,NULL,NULL,0,NULL,'','auto-draft','open','closed','','','','','2011-05-11 09:33:30','0000-00-00 00:00:00','',0,'http://www.timberon.info/?p=3710',0,'post','',0,''),(3711,1,'2011-05-11 08:42:05','2011-05-11 14:42:05','\r\n\r\n\r\n\r\n\r\n\r\n
    Advertisement
    \r\n \r\n\r\nTimberon 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.','A-Working Page',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3704-revision-2','','','2011-05-11 08:42:05','2011-05-11 14:42:05','',3704,'http://www.timberon.info/?p=3711',0,'revision','',0,''),(3712,1,'2011-05-11 15:27:24','2011-05-11 21:27:24','\n\n\n\n\n\n
    Advertisement
    \n \n\n\nTimberon Classifieds\n\nWhere you can find what you need in Timberon- sell, buy, or trade.','A-Working Page',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3704-autosave','','','2011-05-11 15:27:24','2011-05-11 21:27:24','',3704,'http://www.timberon.info/?p=3712',0,'revision','',0,''),(3713,1,'2011-05-11 15:23:18','2011-05-11 21:23:18','\r\n\r\n\r\n\r\n\r\n\r\n
    Advertisement
    \r\n \r\n\r\nTimberon 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.','A-Working Page',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3704-revision-3','','','2011-05-11 15:23:18','2011-05-11 21:23:18','',3704,'http://www.timberon.info/?p=3713',0,'revision','',0,''),(3714,1,'2011-05-11 15:27:31','2011-05-11 21:27:31','\r\n\r\n\r\n\r\n\r\n\r\n
    Advertisement
    \r\n \r\n\r\n\r\nTimberon Classifieds\r\n\r\nWhere you can find what you need in Timberon - sell, buy, or trade.','A-Working Page',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3704-revision-4','','','2011-05-11 15:27:31','2011-05-11 21:27:31','',3704,'http://www.timberon.info/?p=3714',0,'revision','',0,''),(3715,22,'2011-05-11 17:06:58','2011-05-11 23:06:58','This cabin features three bedrooms with queen size beds and two full bathrooms, including one garden tub.  The living room has a queen size sofa sleeper, along with a wood stove and satellite TV w/DVD/VCR.  There is a full kitchen and washer/dryer.  There is a nice deck in the back with tall pines in the area. Rates begin at $90.00 per night for up to four adults. (additional adult $5.00 each per night) Maximum capacity:  10 persons\r\n\r\n87 Chresta Loma\r\nDirections to Builta’s Cabin at 87 Chresta Loma in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right at the stop sign onto Sacramento. Turn right at the fifth right which is Edgewood. Take the first left onto Chresta Loma. The cabin is the second house on your left. There is a circle drive that you can see from the road.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Builta\'s Cabin\"] for Reservations or Questions. [nggallery id=35]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Builta\'s Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"17\" showkey=\"no\"]','Builta’s Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','builta%e2%80%99s-cabin','','','2011-05-11 18:22:55','2011-05-12 00:22:55','',2002,'http://www.timberon.info/?page_id=3715',0,'page','',0,''),(3723,1,'2011-05-12 18:30:03','2011-05-13 00:30:03','small form test','Test of small form',1,1,0,NULL,NULL,NULL,0,NULL,'','trash','open','closed','','test-of-small-form','','','2011-05-16 11:09:17','2011-05-16 17:09:17','',0,'http://www.timberon.info/?p=3723',0,'post','',0,''),(3722,1,'2011-05-11 18:10:30','2011-05-12 00:10:30','This cabin features three bedrooms with queen size beds and two full bathrooms, including one garden tub.  The living room has a queen size sofa sleeper, along with a wood stove and satellite TV w/DVD/VCR.  There is a full kitchen and washer/dryer.  There is a nice deck in the back with tall pines in the area. Rates begin at $90.00 per night for up to four adults. (additional adult $5.00 each per night) Maximum capacity:  10 persons\r\n\r\n87 Chresta Loma\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan. Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Builta\'s Cabin\"] for Reservations or Questions. [nggallery id=35]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Builta\'s Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"17\" showkey=\"no\"]','Builta’s Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3715-revision','','','2011-05-11 18:10:30','2011-05-12 00:10:30','',3715,'http://www.timberon.info/?p=3722',0,'revision','',0,''),(3719,1,'2011-05-11 18:01:58','2011-05-12 00:01:58','This colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons\r\n\r\n190 Carson\r\nDirections to the Carson Cabin at 190 Carson in Timberon, while coming in from Cloudcroft: Stay on the pavement when you enter Timberon. You will pass the post office and stores. Continue to the stop sign. Turn right onto Sacramento Dr. Take the first right onto Pawhuska Dr. Stay on Pawhuska until it ends. Turn right onto Riverside Dr. Take the fourth right onto San Juan. Travel all the way up San Juan and when you come to the end, the cabin will be directly in front of you. You will cross over Carson and into the driveway.\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, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions. [nggallery id=35]\r\n\r\nReservations HIGHLY recommended...\r\n
      \r\n
    • Reservations made during the holidays require a 50% non-refundable deposit.
    • \r\n
    • One night rental rates are slightly higher. No \"one day\" reservations will be accepted during the holidays.
    • \r\n
    • Credit cards are not accepted. Sorry if this is an inconvenience. Thank you!
    • \r\n
    • All properties are non-smoking!
    • \r\n
    \r\nThese Vacation rentals located in beautiful Timberon, NM are available for rent year round. Come relax and enjoy the quiet and peaceful Sacramento mountains. Below is a Reservation Calendar that will show the availability of this cabin...\r\n\r\n[my-email subject=\"Carson Cabin\"] for Reservations or Questions.\r\n

    Calendar of Current Reservations

    \r\n[my_calendar category=\"2\" showkey=\"no\"]','Builta’s Cabin',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3715-revision-3','','','2011-05-11 18:01:58','2011-05-12 00:01:58','',3715,'http://www.timberon.info/?p=3719',0,'revision','',0,''),(3720,1,'2011-05-09 19:02:01','2011-05-10 01:02:01','We are certain that you will have a wonderful time in Timberon. To inquire about rental properties, or make reservations, please contact... Kevin & Shantel Keune, P.O. Box 92, Timberon, NM 88350 --- 575-987-2201\r\n\r\n[my-email subject=\"Timberon Rentals\"] for Reservations or Questions.\r\n
      \r\n
    • Doll House - This cabin has two bedrooms and two bathrooms and is located in the tall pines. There are two queen beds and a queen hide-a-bed.  The cabin has a full kitchen w/dishwasher, washer/dryer, satellite TV, central heat, and a nice deck with gas grill.  Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night).  Maximum capacity:  6 persons.
    • \r\n
    • Tonto Cabin - The cabin has two bathrooms and two bedrooms, which include one queen, one double, and one twin foam bed. There is a full kitchen with dishwasher, dining room, living room w/double hide-a-bed, TV with DVD player, and washer/dryer. A beautiful view can be enjoyed from the front deck. A charcoal grill is available. Rates begin at $75.00 per night for up to four adults. (additional adult $5.00 each per night) Maximum capacity: 6 persons.
    • \r\n
    • Red Barn - The Red Barn is a one bedroom/one bath unit that includes a bedroom with a double bed, full kitchen, and TV/VCR/DVD.  The Sacramento River runs just outside of this unit.  Rates begin at $65.00 per night for two persons only.
    • \r\n
    • Abbott Log Cabin - This rustic property has four bedrooms and three bathrooms. The beds include one king, one queen, one double, and four twins. There is a full kitchen plus another partial kitchen, washer/dryer, two dens, telephone, and TV w/satellite and a DVD player. Outdoors there are three decks, patio furniture, charcoal grill and a gas grill.  Rates begin at $110.00 per night for up to six adults.  (additional adult $5.00 each per night) Maximum capacity: 12 persons.
    • \r\n
    • Casa Coconino - This cabin has three bedrooms and two bathrooms.  There are 2 king-size beds, 4 twin beds, and a double hide-a-bed.  The cabin has a full kitchen, washer/dryer, satellite TV /VCR and additional TV with DVD player, garden tub with jets, a wood burning stove, a nice porch with gas grill, dishwasher and Wi-Fi.. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 10 persons.
    • \r\n
    • Miria’s Hide-a-Way - Features a one bedroom and a two bathroom main house, and a guesthouse with one bedroom and one bathroom. The main house includes a king-size bed and queen futon, full kitchen, TV/VCR/DVD, computer with internet access, a wood-burning stove, a charcoal grill, and a huge screened porch with hammocks and a beautiful view. There is a double bed and queen futon along with a kitchenette in the guesthouse. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 12 persons.
    • \r\n
    • Miller Cabin - This is a 3 bedroom/2 bath cabin that includes two queen-size beds, 2 twins, and a queen-size hide-a-bed. There is also a full kitchen, wood-burning stove, air conditioner, telephone, washer/dryer, a charcoal grill, and TV/DVD with satellite. Rates begin at $90.00 per night for up to four adults add $5.00 per night for each additional adult. Maximum capacity is 10 persons.
    • \r\n
    • Whiting Cabin - There are two bedrooms and 1 bathroom. The bedrooms include king-size bed, queen-size bed, and a queen-size hide-a-bed. There is a full kitchen, wood-burning fireplace, air conditioner, screened-in porch, telephone, a charcoal grill, and DVD with satellite TV. Rates begin at $90.00 per night for up to four adults, add $5.00 per night for each additional adult. Maximum capacity is 8 persons.
    • \r\n
    • Carson Cabin - This colorful cabin features two bedrooms with queen size beds and two full bathrooms. The living room has a queen size sofa sleeper, along with a wood stove and TV w/local channels. There is a full kitchen, washer/dryer and telephone. On the deck is a propane grill and there are tall pines in the area. Rates begin at $80.00 per night for up to four adults (additional adult $5.00 each per night). Maximum capacity: 6 persons.
    • \r\n
    • Casa Sacramento - This is an apartment building that has 4 rentals of varying size…
    • \r\n
    \r\n

    Apartment A - 2 BR/1 Bath includes 2 twin beds, 1 queen bed, and 1 queen hide-a-bed, full kitchen, wood stove, washer/ dryer, telephone, air conditioning, charcoal grill, and television with satellite programming and a VCR. Rates begin at $80.00 per night for up to four adults, $5.00 per night for each additional adult. Maximum capacity is 8 persons.\r\nApartment C - 1 BR/2 Bath includes queen bed and queen hide-a-bed, kitchenette, telephone, air conditioning, and television with satellite. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\nApartment D - 1 BR/1 Bath includes queen bed and queen hide-a-bed, kitchenette, dressing room, wood stove, telephone, small charcoal grill, and television with satellite & VCR. Rates begin at $70.00 per night for up to two adults, $5.00 per night for each additional adult. Maximum capacity is 6 persons.\r\nApartment E - 1 Room/1 Bath includes double bed, kitchenette, and television with satellite programming. Rates begin at $45.00 per night for two persons only.

    ','Timberon Rentals',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','2002-revision-2','','','2011-05-09 19:02:01','2011-05-10 01:02:01','',2002,'http://www.timberon.info/?p=3720',0,'revision','',0,''),(3725,1,'2011-05-15 09:29:13','2011-05-15 15:29:13','','Cork board',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3724-revision','','','2011-05-15 09:29:13','2011-05-15 15:29:13','',3724,'http://www.timberon.info/?p=3725',0,'revision','',0,''),(3727,1,'2011-05-10 07:04:11','2011-05-10 13:04:11','You are welcome to view the Timberon Website as a visitor without registering. The site is full of interesting and helpful information on Timberon, New Mexico.\r\n\r\nWe have just redesigned this site and hope you find it useful.  Things are still being \"tweeked\" and will change as we work them out - please send any suggestions you may have.  Below you will find many current news feeds for the area--','Welcome to Timberon',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','95-revision','','','2011-05-10 07:04:11','2011-05-10 13:04:11','',95,'http://www.timberon.info/?p=3727',0,'revision','',0,''),(3729,1,'2011-05-16 06:23:34','2011-05-16 12:23:34','Detected: May 9, 2011 Cause: Under Investigation\nContainment: 85 percent Acres: 31,861\nEstimated Containment Date: May17, 2011 \n \nNote: US Highway 82 is open with no delays. Heavy traffic will be congested on US Highway 82 over the next few days due to demobilization of fire crews and equipment. Please drive with caution.\n \nLocation: The Mayhill Fire ignited 2 miles west of Mayhill, NM on May 9, 2011 and is located on lands under the jurisdiction of the Lincoln National Forest, New Mexico State Forestry, Bureau of Indian Affairs (BIA), and Bureau of Land Management (BLM), as well as private land in Otero County and Chaves County.\n \nSummary: Fire crews continue mop up operations approximately 200 feet from perimeter to interior in all divisions securing line around the edges of the fire area and conducting rehab on dozer lines building water bars for erosion mitigation.\n \nPockets of unburned fuel within the interior of the Mayhill Fire will continue to burn with low to moderate intensity. Residents and visitors can expect to continue to see smoke for several weeks due to smoldering of interior pockets of fuels such as large logs and dead debris piles.\n \nTemperatures will begin to increase tomorrow with stronger forecasted winds from the southwest at 10-15 mph with gusts to 30 mph. Tuesday a red flag warning will be in effect through Thursday, Wednesday being the most critical day, with wind speeds of up to 40 mph and gusts up to 60 mph.\n \nFire personnel expect containment lines will hold as they continue to monitor, mop up, and secure edges of the fire perimeter. \n \nResources: 481personnel are currently assigned to the fire with demobilization of some resources continuing the next couple of days. Transition to a smaller Type 3 Incident Management Organization is planned for Wednesday. The Incident Command Post will remain in same area until further notice. Resources from the Forest Service, Bureau of Land Management, National Park Service, and New Mexico State Forestry, Bureau of Indian Affairs, and area volunteer fire departments are assisting with firefighting operations.\n \nClosures: The Lincoln National Forest closure went into effect at 0800 hours on 5/12/11. The closure affects ALL Public lands under the jurisdiction and within the proclomated boundaries of the Lincoln National Forest, New Mexico.\nOpen Burning Restrictions are also in effect on State and Private Lands throughout New Mexico. For more information on forest closure please visit www.fs.usda.gov/lincoln. For further information including maps of the Mayhill Fire please visit www.nmfireinfo.com or www.inciweb.org','MAYHILL FIRE UPDATE',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3728-revision','','','2011-05-16 06:23:34','2011-05-16 12:23:34','',3728,'http://www.timberon.info/?p=3729',0,'revision','',0,''),(3730,1,'2011-05-16 06:27:02','2011-05-16 12:27:02','Detected: May 9, 2011 Cause: Under Investigation\r\nContainment: 85 percent Acres: 31,861\r\nEstimated Containment Date: May17, 2011 \r\n \r\nNote: US Highway 82 is open with no delays. Heavy traffic will be congested on US Highway 82 over the next few days due to demobilization of fire crews and equipment. Please drive with caution.\r\n \r\nLocation: The Mayhill Fire ignited 2 miles west of Mayhill, NM on May 9, 2011 and is located on lands under the jurisdiction of the Lincoln National Forest, New Mexico State Forestry, Bureau of Indian Affairs (BIA), and Bureau of Land Management (BLM), as well as private land in Otero County and Chaves County.\r\n \r\nSummary: Fire crews continue mop up operations approximately 200 feet from perimeter to interior in all divisions securing line around the edges of the fire area and conducting rehab on dozer lines building water bars for erosion mitigation.\r\n \r\nPockets of unburned fuel within the interior of the Mayhill Fire will continue to burn with low to moderate intensity. Residents and visitors can expect to continue to see smoke for several weeks due to smoldering of interior pockets of fuels such as large logs and dead debris piles.\r\n \r\nTemperatures will begin to increase tomorrow with stronger forecasted winds from the southwest at 10-15 mph with gusts to 30 mph. Tuesday a red flag warning will be in effect through Thursday, Wednesday being the most critical day, with wind speeds of up to 40 mph and gusts up to 60 mph.\r\n \r\nFire personnel expect containment lines will hold as they continue to monitor, mop up, and secure edges of the fire perimeter. \r\n \r\nResources: 481personnel are currently assigned to the fire with demobilization of some resources continuing the next couple of days. Transition to a smaller Type 3 Incident Management Organization is planned for Wednesday. The Incident Command Post will remain in same area until further notice. Resources from the Forest Service, Bureau of Land Management, National Park Service, and New Mexico State Forestry, Bureau of Indian Affairs, and area volunteer fire departments are assisting with firefighting operations.\r\n \r\nClosures: The Lincoln National Forest closure went into effect at 0800 hours on 5/12/11. The closure affects ALL Public lands under the jurisdiction and within the proclomated boundaries of the Lincoln National Forest, New Mexico.\r\nOpen Burning Restrictions are also in effect on State and Private Lands throughout New Mexico. For more information on forest closure please visit www.fs.usda.gov/lincoln. For further information including maps of the Mayhill Fire please visit www.nmfireinfo.com or www.inciweb.org','MAYHILL FIRE UPDATE',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3728-revision-2','','','2011-05-16 06:27:02','2011-05-16 12:27:02','',3728,'http://www.timberon.info/?p=3730',0,'revision','',0,''),(3789,1,'2011-05-16 06:36:39','2011-05-16 12:36:39','Detected:  May 9, 2011                                                                       Cause:  Under Investigation\r\nContainment:  25 percent                                                                   Acres: 28,108\r\n                                                                                               \r\nNew Mexico Type II Incident Management Team (John Pierson IC) took over management of the Mayhill Fire as of 6:00 a.m. on 5/12/2011. Additional resources have been ordered and will be assigned to the fire as they arrive. The Mayhill Incident Command Post (ICP) has moved to mile marker 32 on US HWY 82.  A new contact number is available for Mayhill Fire Information. For questions and concerns please call (575) 687-3494. \r\nLocation:  The Mayhill Fire is located 2 miles west of Mayhill, NM and burning on the Lincoln National Forest, New Mexico State Forestry, Bureau of Indian Affairs (BIA), Bureau of Land Management (BLM), and private land. Today, the fires movement was mostly south and southeast toward US Highway 82. The fire is burning in steep, rugged terrain.\r\n \r\nSummary: The Mayhill Fire’s movement to the south has impacted US Hwy 82, east of Mayhill again today due to north westerly winds continuing to push the fire to the south. Air tankers assisted firefighters in catching hotspots and holding the fire north of US Hwy 82.\r\n \r\nActive surface fire with single tree and group tree torching was observed today as light northwest winds pushed the fire to the south. Firefighters were successful today with burnout operations conducted near US Hwy 82 in order to keep the fire from progressing south and in the northwest side of the fire perimeter where communities and infrastructures could be affected. Tomorrow, firefighters will continue mop up around structures and burnout operations as necessary to keep the fire within the perimeter as suppression efforts continue and fire crews work to hold the fire north and west of US Highway 82, south of Elk Canyon Road and east of Carr Gap Road. Engines will patrol and monitor the fire line throughout the day and evening.\r\n \r\nAdvisory: Travelers are advised to use caution if traveling on US Hwy 82 near mile marker 47 and may experience delays and a possible temporary closure if smoke and fire activity worsens. Air support will continue to assist with water and retardant drops on areas where hot-spotting occurs.\r\n \r\nResources: 399 personnel are currently assigned to the fire. Resources from the Forest Service, Bureau of Land Management, National Park Service, and New Mexico State Forestry, Bureau of Indian Affairs, and area volunteer fire departments are assisting with firefighting activities.\r\nClosures: The Lincoln National Forest closure went into effect at 0800 hours on 5/12/11. The closure affects ALL Public lands under the jurisdiction and proclomated boundaries of the Lincoln National Forest, New Mexico.\r\nOpen Burning Restrictions are also in effect on State and Private Lands throughout New Mexico. For more information on fire restriction please visit www.fs.usda.gov/lincoln. Further information regarding the Mayhill Fire please visit www.nmfireinfo.com or www.inciweb.org.','MAYHILL FIRE UPDATE 5-12',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3733-revision-2','','','2011-05-16 06:36:39','2011-05-16 12:36:39','',3733,'http://www.timberon.info/?p=3789',0,'revision','',0,''),(3732,1,'2011-05-16 06:31:07','2011-05-16 12:31:07','Detected:  May 9, 2011                                                                        Cause:  Under Investigation\nContainment:  25 percent                                                                    Acres: 28,108\n                                                                                               \nNotice: The Mayhill Incident Command Post (ICP) has moved to mile marker 32 on US HWY 82.  A new contact number is available for Mayhill Fire Information. For questions and concerns please call\n(575) 687-3494.\n \nLocation:  The Mayhill Fire is located 2 miles west of Mayhill, NM and burning on the Lincoln National Forest, New Mexico State Forestry, Bureau of Indian Affairs (BIA), Bureau of Land Management (BLM), and private land. Yesterday, the fires movement was mostly south and southeast toward US Highway 82. The fire is burning in steep, rugged terrain.\n \nSummary: Predicted lower wind speeds (4-8 mph) coming from the east and southeast today should reduce fire behavior from what has been experienced during the past few days. There are spotted areas of heat and fire throughout the interior of the Mayhill fire with 15-20 percent of the perimeter showing intense heat. Firefighters today will concentrate efforts on the north flank of the fire east of Carr Gap Road and along US Hwy 82 building contingency lines with dozers and conducting burnout operations as necessary to corral the fire. Cold trailing (extinguishing hot spots) along US Hwy 82 and around structures will continue today with engines monitoring and patrolling the fire perimeter. Air support will continue to assist with water and retardant drops on areas where hot-spotting occurs.\n \nFirefighters were successful in conducting burnout operations along US Hwy 82 yesterday keeping the fire from progressing south where communities and infrastructures could be affected.  \n \nAdvisory: Smoke inversion may be visible in valleys during early morning hours but should lift before noon with occurrence of warmer temperatures and light winds. Travelers are advised to use caution if traveling on US Hwy 82 near mile marker 47 and may experience delays of up to 3 hours and a possible temporary closure if smoke and fire activity worsens. Alternative routes (Hwy 130 and 24) may be used for travel. Increased traffic should be expected on US Hwy 82 and along the fire perimeter due to fire personnel and weekend public travel for the duration of the Mayhill Fire.\n \nResources: 399 personnel are currently assigned to the fire. Resources from the Forest Service, Bureau of Land Management, National Park Service, and New Mexico State Forestry, Bureau of Indian Affairs, and area volunteer fire departments are assisting with firefighting operations.\nClosures: The Lincoln National Forest closure went into effect at 0800 hours on 5/12/11. The closure affects ALL Public lands under the jurisdiction and proclomated boundaries of the Lincoln National Forest, New Mexico.\nOpen Burning Restrictions are also in effect on State and Private Lands throughout New Mexico. For more information on forest closure please visit www.fs.usda.gov/lincoln. For further information including maps of the Mayhill Fire please visit www.nmfireinfo.com or www.inciweb.org.','MAYHILL FIRE UPDATE 5-13',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3731-revision','','','2011-05-16 06:31:07','2011-05-16 12:31:07','',3731,'http://www.timberon.info/?p=3732',0,'revision','',0,''),(3788,1,'2011-05-16 06:28:54','2011-05-16 12:28:54','Detected: May 9, 2011 Cause: Under Investigation\r\nContainment: 85 percent Acres: 31,861\r\nEstimated Containment Date: May17, 2011 \r\n \r\nNote: US Highway 82 is open with no delays. Heavy traffic will be congested on US Highway 82 over the next few days due to demobilization of fire crews and equipment. Please drive with caution.\r\n \r\nLocation: The Mayhill Fire ignited 2 miles west of Mayhill, NM on May 9, 2011 and is located on lands under the jurisdiction of the Lincoln National Forest, New Mexico State Forestry, Bureau of Indian Affairs (BIA), and Bureau of Land Management (BLM), as well as private land in Otero County and Chaves County.\r\n \r\nSummary: Fire crews continue mop up operations approximately 200 feet from perimeter to interior in all divisions securing line around the edges of the fire area and conducting rehab on dozer lines building water bars for erosion mitigation.\r\n \r\nPockets of unburned fuel within the interior of the Mayhill Fire will continue to burn with low to moderate intensity. Residents and visitors can expect to continue to see smoke for several weeks due to smoldering of interior pockets of fuels such as large logs and dead debris piles.\r\n \r\nTemperatures will begin to increase tomorrow with stronger forecasted winds from the southwest at 10-15 mph with gusts to 30 mph. Tuesday a red flag warning will be in effect through Thursday, Wednesday being the most critical day, with wind speeds of up to 40 mph and gusts up to 60 mph.\r\n \r\nFire personnel expect containment lines will hold as they continue to monitor, mop up, and secure edges of the fire perimeter. \r\n \r\nResources: 481personnel are currently assigned to the fire with demobilization of some resources continuing the next couple of days. Transition to a smaller Type 3 Incident Management Organization is planned for Wednesday. The Incident Command Post will remain in same area until further notice. Resources from the Forest Service, Bureau of Land Management, National Park Service, and New Mexico State Forestry, Bureau of Indian Affairs, and area volunteer fire departments are assisting with firefighting operations.\r\n \r\nClosures: The Lincoln National Forest closure went into effect at 0800 hours on 5/12/11. The closure affects ALL Public lands under the jurisdiction and within the proclomated boundaries of the Lincoln National Forest, New Mexico.\r\nOpen Burning Restrictions are also in effect on State and Private Lands throughout New Mexico. For more information on forest closure please visit www.fs.usda.gov/lincoln. For further information including maps of the Mayhill Fire please visit www.nmfireinfo.com or www.inciweb.org','MAYHILL FIRE UPDATE 5-15',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3728-revision-3','','','2011-05-16 06:28:54','2011-05-16 12:28:54','',3728,'http://www.timberon.info/?p=3788',0,'revision','',0,''),(3733,1,'2011-05-12 06:33:10','2011-05-12 12:33:10','Detected:  May 9, 2011\r\nCause:  Under Investigation\r\nContainment:  25 percent\r\nAcres: 28,108\r\n\r\nNew Mexico Type II Incident Management Team (John Pierson IC) took over management of the Mayhill Fire as of 6:00 a.m. on 5/12/2011. Additional resources have been ordered and will be assigned to the fire as they arrive. The Mayhill Incident Command Post (ICP) has moved to mile marker 32 on US HWY 82.  A new contact number is available for Mayhill Fire Information. For questions and concerns please call (575) 687-3494.\r\n\r\nLocation:  The Mayhill Fire is located 2 miles west of Mayhill, NM and burning on the Lincoln National Forest, New Mexico State Forestry, Bureau of Indian Affairs (BIA), Bureau of Land Management (BLM), and private land. Today, the fires movement was mostly south and southeast toward US Highway 82. The fire is burning in steep, rugged terrain.\r\n\r\nSummary: The Mayhill Fire’s movement to the south has impacted US Hwy 82, east of Mayhill again today due to north westerly winds continuing to push the fire to the south. Air tankers assisted firefighters in catching hotspots and holding the fire north of US Hwy 82.\r\n\r\nActive surface fire with single tree and group tree torching was observed today as light northwest winds pushed the fire to the south. Firefighters were successful today with burnout operations conducted near US Hwy 82 in order to keep the fire from progressing south and in the northwest side of the fire perimeter where communities and infrastructures could be affected. Tomorrow, firefighters will continue mop up around structures and burnout operations as necessary to keep the fire within the perimeter as suppression efforts continue and fire crews work to hold the fire north and west of US Highway 82, south of Elk Canyon Road and east of Carr Gap Road. Engines will patrol and monitor the fire line throughout the day and evening.\r\n\r\nAdvisory: Travelers are advised to use caution if traveling on US Hwy 82 near mile marker 47 and may experience delays and a possible temporary closure if smoke and fire activity worsens. Air support will continue to assist with water and retardant drops on areas where hot-spotting occurs.\r\n\r\nResources: 399 personnel are currently assigned to the fire. Resources from the Forest Service, Bureau of Land Management, National Park Service, and New Mexico State Forestry, Bureau of Indian Affairs, and area volunteer fire departments are assisting with firefighting activities.\r\nClosures: The Lincoln National Forest closure went into effect at 0800 hours on 5/12/11. The closure affects ALL Public lands under the jurisdiction and proclomated boundaries of the Lincoln National Forest, New Mexico.\r\n\r\nOpen Burning Restrictions are also in effect on State and Private Lands throughout New Mexico. For more information on fire restriction please visit www.fs.usda.gov/lincoln. Further information regarding the Mayhill Fire please visit www.nmfireinfo.com or www.inciweb.org.','MAYHILL FIRE UPDATE 5-12',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','mayhill-fire-update-5-12','','','2011-05-18 10:22:36','2011-05-18 16:22:36','',0,'http://www.timberon.info/?p=3733',0,'post','',0,''),(3734,1,'2011-05-16 06:35:30','2011-05-16 12:35:30','Detected:  May 9, 2011                                                                       Cause:  Under Investigation\nContainment:  25 percent                                                                   Acres: 28,108\n                                                                                               \nNew Mexico Type II Incident Management Team (John Pierson IC) took over management of the Mayhill Fire as of 6:00 a.m. on 5/12/2011. Additional resources have been ordered and will be assigned to the fire as they arrive. The Mayhill Incident Command Post (ICP) has moved to mile marker 32 on US HWY 82.  A new contact number is available for Mayhill Fire Information. For questions and concerns please call (575) 687-3494. \nLocation:  The Mayhill Fire is located 2 miles west of Mayhill, NM and burning on the Lincoln National Forest, New Mexico State Forestry, Bureau of Indian Affairs (BIA), Bureau of Land Management (BLM), and private land. Today, the fires movement was mostly south and southeast toward US Highway 82. The fire is burning in steep, rugged terrain.\n \nSummary: The Mayhill Fire’s movement to the south has impacted US Hwy 82, east of Mayhill again today due to north westerly winds continuing to push the fire to the south. Air tankers assisted firefighters in catching hotspots and holding the fire north of US Hwy 82.\n \nActive surface fire with single tree and group tree torching was observed today as light northwest winds pushed the fire to the south. Firefighters were successful today with burnout operations conducted near US Hwy 82 in order to keep the fire from progressing south and in the northwest side of the fire perimeter where communities and infrastructures could be affected. Tomorrow, firefighters will continue mop up around structures and burnout operations as necessary to keep the fire within the perimeter as suppression efforts continue and fire crews work to hold the fire north and west of US Highway 82, south of Elk Canyon Road and east of Carr Gap Road. Engines will patrol and monitor the fire line throughout the day and evening.\n \nAdvisory: Travelers are advised to use caution if traveling on US Hwy 82 near mile marker 47 and may experience delays and a possible temporary closure if smoke and fire activity worsens. Air support will continue to assist with water and retardant drops on areas where hot-spotting occurs.\n \nResources: 399 personnel are currently assigned to the fire. Resources from the Forest Service, Bureau of Land Management, National Park Service, and New Mexico State Forestry, Bureau of Indian Affairs, and area volunteer fire departments are assisting with firefighting activities.\nClosures: The Lincoln National Forest closure went into effect at 0800 hours on 5/12/11. The closure affects ALL Public lands under the jurisdiction and proclomated boundaries of the Lincoln National Forest, New Mexico.\nOpen Burning Restrictions are also in effect on State and Private Lands throughout New Mexico. For more information on fire restriction please visit www.fs.usda.gov/lincoln. Further information regarding the Mayhill Fire please visit www.nmfireinfo.com or www.inciweb.org.','MAYHILL FIRE UPDATE 5-12',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3733-revision','','','2011-05-16 06:35:30','2011-05-16 12:35:30','',3733,'http://www.timberon.info/?p=3734',0,'revision','',0,''),(3790,1,'2011-05-18 10:23:41','2011-05-18 16:23:41','Detected:  May 9, 2011\nCause:  Under Investigation\nContainment:  25 percent\nAcres: 28,108\n\nNew Mexico Type II Incident Management Team (John Pierson IC) took over management of the Mayhill Fire as of 6:00 a.m. on 5/12/2011. Additional resources have been ordered and will be assigned to the fire as they arrive. The Mayhill Incident Command Post (ICP) has moved to mile marker 32 on US HWY 82.  A new contact number is available for Mayhill Fire Information. For questions and concerns please call (575) 687-3494.\n\nLocation:  The Mayhill Fire is located 2 miles west of Mayhill, NM and burning on the Lincoln National Forest, New Mexico State Forestry, Bureau of Indian Affairs (BIA), Bureau of Land Management (BLM), and private land. Today, the fires movement was mostly south and southeast toward US Highway 82. The fire is burning in steep, rugged terrain.\n\nSummary: The Mayhill Fire’s movement to the south has impacted US Hwy 82, east of Mayhill again today due to north westerly winds continuing to push the fire to the south. Air tankers assisted firefighters in catching hotspots and holding the fire north of US Hwy 82.\n\nActive surface fire with single tree and group tree torching was observed today as light northwest winds pushed the fire to the south. Firefighters were successful today with burnout operations conducted near US Hwy 82 in order to keep the fire from progressing south and in the northwest side of the fire perimeter where communities and infrastructures could be affected. Tomorrow, firefighters will continue mop up around structures and burnout operations as necessary to keep the fire within the perimeter as suppression efforts continue and fire crews work to hold the fire north and west of US Highway 82, south of Elk Canyon Road and east of Carr Gap Road. Engines will patrol and monitor the fire line throughout the day and evening.\n\nAdvisory: Travelers are advised to use caution if traveling on US Hwy 82 near mile marker 47 and may experience delays and a possible temporary closure if smoke and fire activity worsens. Air support will continue to assist with water and retardant drops on areas where hot-spotting occurs.\n\nResources: 399 personnel are currently assigned to the fire. Resources from the Forest Service, Bureau of Land Management, National Park Service, and New Mexico State Forestry, Bureau of Indian Affairs, and area volunteer fire departments are assisting with firefighting activities.\nClosures: The Lincoln National Forest closure went into effect at 0800 hours on 5/12/11. The closure affects ALL Public lands under the jurisdiction and proclomated boundaries of the Lincoln National Forest, New Mexico.\n\nOpen Burning Restrictions are also in effect on State and Private Lands throughout New Mexico. For more information on fire restriction please visit www.fs.usda.gov/lincoln. Further information regarding the Mayhill Fire please visit www.nmfireinfo.com or www.inciweb.org.','MAYHILL FIRE UPDATE 5-12',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3733-autosave','','','2011-05-18 10:23:41','2011-05-18 16:23:41','',3733,'http://www.timberon.info/?p=3790',0,'revision','',0,''),(3735,1,'2011-05-10 11:03:37','2011-05-10 17:03:37','Due to extreme fire conditions, Lincoln National Forest officials will close the forest to public access starting 8:00 a.m., May 12, 2011.\r\n\r\nRecent fire activity includes the Mayhill Fire, which has burned approximately 5,000 acres in Otero County, the Queen and Last Chance Fires, which have burned approximately 57,000 acres in Eddy County, and the White Fire which burned more than 10,000 acres in Lincoln County.\r\n\r\nForest Service Law Enforcement and staff will be patrolling forest roads and trails. Signs will be placed along highways and flyers will be posted throughout the communities to remind the public that the Lincoln National Forest is closed. The use of all campgrounds, day use picnic areas, and trails on the Forest are closed. All National Forest System Roads will be closed, but all interstates, state and county roads through the Lincoln National Forest will remain open. Property owners and their guests will continue to have access to private lands within the Forest.\r\n\r\nThe Lincoln National Forest will reopen to the public when sufficient precipitation is received to adequately reduce our extremely dry conditions and reduce the risk of wildfire to a manageable level.\r\n\r\nTo report a fire, call the 24-hour toll free number at 1-877-695-1663 or (575) 434-2286 or dial 911. For more information on current fire restrictions on public lands in New Mexico and Arizona, call 1-877-864-6985. This is a toll-free hotline sponsored by natural resource agencies in the Southwest.\r\n\r\nFor more information about the Fire Closure Order or the Lincoln National Forest, please contact the Supervisor’s Office at (575) 434-7200, or one of the following District Offices - Smokey Bear Ranger District – (575) 257-4095; Sacramento Ranger District Office – (575) 682-2551, and Carlsbad Ranger District Office – (575) 885-4181, Monday through Friday, 7:30 a.m. to 4:30 p.m.\r\n\r\n ','Forest Closes May 12th',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','forest-closes-may-12th','','','2011-05-16 11:10:00','2011-05-16 17:10:00','',0,'http://www.timberon.info/?p=3735',0,'post','',0,''),(3736,1,'2011-05-16 11:04:54','2011-05-16 17:04:54','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\nRecent fire activity includes the Mayhill Fire, which has burned approximately 5,000 acres in Otero County, the Queen and Last Chance Fires, which have burned approximately 57,000 acres in Eddy County, and the White Fire which burned more than 10,000 acres in Lincoln County.\n\nForest Service Law Enforcement and staff will be patrolling forest roads and trails. Signs will be placed along highways and flyers will be posted throughout the communities to remind the public that the Lincoln National Forest is closed. The use of all campgrounds, day use picnic areas, and trails on the Forest are closed. All National Forest System Roads will be closed, but all interstates, state and county roads through the Lincoln National Forest will remain open. Property owners and their guests will continue to have access to private lands within the Forest.\n\nThe Lincoln National Forest will reopen to the public when sufficient precipitation is received to adequately reduce our extremely dry conditions and reduce the risk of wildfire to a manageable level.\n\nTo report a fire, call the 24-hour toll free number at 1-877-695-1663 or (575) 434-2286 or dial 911. For more information on current fire restrictions on public lands in New Mexico and Arizona, call\n\n1-877-864-6985. This is a toll-free hotline sponsored by natural resource agencies in the Southwest.\n\nFor more information about the Fire Closure Order or the Lincoln National Forest, please contact the Supervisor’s Office at (575) 434-7200, or one of the following District Offices - Smokey Bear Ranger District – (575) 257-4095; Sacramento Ranger District Office – (575) 682-2551, and Carlsbad Ranger District Office – (575) 885-4181, Monday through Friday, 7:30 a.m. to 4:30 p.m.\n\n ','Forest Closes May 12th',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3735-revision','','','2011-05-16 11:04:54','2011-05-16 17:04:54','',3735,'http://www.timberon.info/?p=3736',0,'revision','',0,''),(3737,1,'2011-05-12 18:30:03','2011-05-13 00:30:03','small form test','Test of small form',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3723-revision','','','2011-05-12 18:30:03','2011-05-13 00:30:03','',3723,'http://www.timberon.info/?p=3737',0,'revision','',0,''),(3738,1,'2011-05-16 11:05:34','2011-05-16 17:05:34','Due to extreme fire conditions, Lincoln National Forest officials will close the forest to public access starting 8:00 a.m., May 12, 2011.\r\n\r\nRecent fire activity includes the Mayhill Fire, which has burned approximately 5,000 acres in Otero County, the Queen and Last Chance Fires, which have burned approximately 57,000 acres in Eddy County, and the White Fire which burned more than 10,000 acres in Lincoln County.\r\n\r\nForest Service Law Enforcement and staff will be patrolling forest roads and trails. Signs will be placed along highways and flyers will be posted throughout the communities to remind the public that the Lincoln National Forest is closed. The use of all campgrounds, day use picnic areas, and trails on the Forest are closed. All National Forest System Roads will be closed, but all interstates, state and county roads through the Lincoln National Forest will remain open. Property owners and their guests will continue to have access to private lands within the Forest.\r\n\r\nThe Lincoln National Forest will reopen to the public when sufficient precipitation is received to adequately reduce our extremely dry conditions and reduce the risk of wildfire to a manageable level.\r\n\r\nTo report a fire, call the 24-hour toll free number at 1-877-695-1663 or (575) 434-2286 or dial 911. For more information on current fire restrictions on public lands in New Mexico and Arizona, call\r\n\r\n1-877-864-6985. This is a toll-free hotline sponsored by natural resource agencies in the Southwest.\r\n\r\nFor more information about the Fire Closure Order or the Lincoln National Forest, please contact the Supervisor’s Office at (575) 434-7200, or one of the following District Offices - Smokey Bear Ranger District – (575) 257-4095; Sacramento Ranger District Office – (575) 682-2551, and Carlsbad Ranger District Office – (575) 885-4181, Monday through Friday, 7:30 a.m. to 4:30 p.m.\r\n\r\n ','Forest Closes May 12th',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3735-revision-2','','','2011-05-16 11:05:34','2011-05-16 17:05:34','',3735,'http://www.timberon.info/?p=3738',0,'revision','',0,''),(3739,1,'2011-05-16 11:11:10','2011-05-16 17:11:10','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\nRecent fire activity includes the Mayhill Fire, which has burned approximately 5,000 acres in Otero County, the Queen and Last Chance Fires, which have burned approximately 57,000 acres in Eddy County, and the White Fire which burned more than 10,000 acres in Lincoln County.\n\nForest Service Law Enforcement and staff will be patrolling forest roads and trails. Signs will be placed along highways and flyers will be posted throughout the communities to remind the public that the Lincoln National Forest is closed. The use of all campgrounds, day use picnic areas, and trails on the Forest are closed. All National Forest System Roads will be closed, but all interstates, state and county roads through the Lincoln National Forest will remain open. Property owners and their guests will continue to have access to private lands within the Forest.\n\nThe Lincoln National Forest will reopen to the public when sufficient precipitation is received to adequately reduce our extremely dry conditions and reduce the risk of wildfire to a manageable level.\n\nTo report a fire, call the 24-hour toll free number at 1-877-695-1663 or (575) 434-2286 or dial 911. For more information on current fire restrictions on public lands in New Mexico and Arizona, call 1-877-864-6985. This is a toll-free hotline sponsored by natural resource agencies in the Southwest.\n\nFor more information about the Fire Closure Order or the Lincoln National Forest, please contact the Supervisor’s Office at (575) 434-7200, or one of the following District Offices - Smokey Bear Ranger District – (575) 257-4095; Sacramento Ranger District Office – (575) 682-2551, and Carlsbad Ranger District Office – (575) 885-4181, Monday through Friday, 7:30 a.m. to 4:30 p.m.\n\n ','Forest Closes May 12th',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3735-autosave','','','2011-05-16 11:11:10','2011-05-16 17:11:10','',3735,'http://www.timberon.info/?p=3739',0,'revision','',0,''),(3773,1,'2011-05-17 00:00:00','2011-05-17 00:00:00','[[WP_CLASSIFIED]]','[[WP_CLASSIFIED]]',1,1,0,NULL,NULL,NULL,0,NULL,'[[WP_CLASSIFIED]]','publish','closed','closed','','wpcareers','','','2011-05-17 00:00:00','2011-05-17 00:00:00','[[WP_CLASSIFIED]]',0,'',0,'page','',0,''),(3740,1,'2011-04-17 15:35:21','2011-04-17 21:35:21','','classified',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','1917-revision','','','2011-04-17 15:35:21','2011-04-17 21:35:21','',1917,'http://www.timberon.info/?p=3740',0,'revision','',0,''),(3762,1,'2011-05-17 16:11:53','2011-05-17 22:11:53','','classified',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','1917-revision-2','','','2011-05-17 16:11:53','2011-05-17 22:11:53','',1917,'http://www.timberon.info/?p=3762',0,'revision','',0,''),(3791,1,'2011-05-17 10:25:37','2011-05-17 16:25:37','Detected: May 9, 2011\r\nCause: Under Investigation\r\nContainment: 95 percent Acres: 31,861\r\nEstimated Containment Date: May17, 2011\r\n\r\nNote: No delays or closures of US Highway 82 are planned or anticipated for Mayhill Fire operations. Fire traffic may be congested on US Highway 82 and in the Sixteen Springs and Carr Gap Road areas over the next few days due to demobilization of fire crews and equipment. Please drive with caution.\r\n\r\nLocation: The Mayhill Fire ignited 2 miles west of Mayhill, NM on May 9, 2011. The fire burned on lands under the jurisdiction of the Lincoln National Forest, New Mexico State Forestry, Bureau of Indian Affairs (BIA), and Bureau of Land Management (BLM), as well as private land in Otero and Chaves counties.\r\n\r\nSummary: Crews and fire personnel have completed mop-up around most of the perimeter of the fire, including the Mayhill and Sixteen Springs areas. Mop-up should be completed on the rest of the fire perimeter and in the Carr Gap Road area today. Crews will continue searching out and extinguishing hot spots, rehabilitating dozer lines and building water bars for erosion mitigation.\r\n\r\nA Red Flag warning has been issued for today. Winds are predicted to be 20-25 mph with gusts to 40 mph beginning in the early afternoon, with relative humidity decreasing to around 9-13%. Extreme fire conditions are expected to continue into Wednesday with 30-40 mph winds and gusts of 55-60 mph.\r\n\r\nA transition from the New Mexico Type 2 Incident Management Team (IMT) to a Type 3 IMT will take place today at 6:00 p.m. While fire personnel will be scaled down as part of this transition, ample resources are being maintained and will be strategically assigned to the fire area in anticipation of the winds and extreme fire conditions that are predicted for the next few days. The Incident Command Post will remain in the same area near mile marker 32 on US Hwy 82 until further notice.\r\n\r\nPockets of unburned areas within the interior of the Mayhill Fire will continue to burn with low to moderate intensity, especially with the higher winds. Residents and visitors can expect to see smoke for the next few days, and even for several weeks due to smoldering fuels such as large logs and dead debris piles.\r\n\r\nResources: 368 personnel are currently assigned to the fire. Resources from the Forest Service, Bureau of Land Management, National Park Service, and New Mexico State Forestry, Bureau of Indian Affairs, and area volunteer fire departments are assisting with firefighting operations.\r\n\r\nClosures: The Closure Order on the Lincoln National Forest went into effect at 8:00 a.m. on 5/12/11. The closure affects ALL public lands under the jurisdiction and within the proclomated boundaries of the Lincoln National Forest, New Mexico. Due to the Closure Order in effect on the Lincoln National Forest, travel on Carr Gap Road and Sixteen Springs Road are open only to residents of that area.\r\n\r\nOpen Burning Restrictions are also in effect on State and private lands throughout New Mexico. For more information on the Lincoln National Forest Closure Order please visit www.fs.usda.gov/lincoln. For further information including maps of the Mayhill Fire please visit www.nmfireinfo.com or www.inciweb.org.','Mayhill Fire Update 5-17',1,1,0,NULL,NULL,NULL,0,NULL,'','publish','open','closed','','mayhill-fire-update-5-17','','','2011-05-18 10:27:49','2011-05-18 16:27:49','',0,'http://www.timberon.info/?p=3791',0,'post','',0,''),(3792,1,'2011-05-18 10:27:42','2011-05-18 16:27:42','Detected: May 9, 2011\nCause: Under Investigation\nContainment: 95 percent Acres: 31,861\nEstimated Containment Date: May17, 2011\n\nNote: No delays or closures of US Highway 82 are planned or anticipated for Mayhill Fire operations. Fire traffic may be congested on US Highway 82 and in the Sixteen Springs and Carr Gap Road areas over the next few days due to demobilization of fire crews and equipment. Please drive with caution.\n\nLocation: The Mayhill Fire ignited 2 miles west of Mayhill, NM on May 9, 2011. The fire burned on lands under the jurisdiction of the Lincoln National Forest, New Mexico State Forestry, Bureau of Indian Affairs (BIA), and Bureau of Land Management (BLM), as well as private land in Otero and Chaves counties.\n\nSummary: Crews and fire personnel have completed mop-up around most of the perimeter of the fire, including the Mayhill and Sixteen Springs areas. Mop-up should be completed on the rest of the fire perimeter and in the Carr Gap Road area today. Crews will continue searching out and extinguishing hot spots, rehabilitating dozer lines and building water bars for erosion mitigation.\n\nA Red Flag warning has been issued for today. Winds are predicted to be 20-25 mph with gusts to 40 mph beginning in the early afternoon, with relative humidity decreasing to around 9-13%. Extreme fire conditions are expected to continue into Wednesday with 30-40 mph winds and gusts of 55-60 mph.\n\nA transition from the New Mexico Type 2 Incident Management Team (IMT) to a Type 3 IMT will take place today at 6:00 p.m. While fire personnel will be scaled down as part of this transition, ample resources are being maintained and will be strategically assigned to the fire area in anticipation of the winds and extreme fire conditions that are predicted for the next few days. The Incident Command Post will remain in the same area near mile marker 32 on US Hwy 82 until further notice.\n\nPockets of unburned areas within the interior of the Mayhill Fire will continue to burn with low to moderate intensity, especially with the higher winds. Residents and visitors can expect to see smoke for the next few days, and even for several weeks due to smoldering fuels such as large logs and dead debris piles.\n\nResources: 368 personnel are currently assigned to the fire. Resources from the Forest Service, Bureau of Land Management, National Park Service, and New Mexico State Forestry, Bureau of Indian Affairs, and area volunteer fire departments are assisting with firefighting operations.\n\nClosures: The Closure Order on the Lincoln National Forest went into effect at 8:00 a.m. on 5/12/11. The closure affects ALL public lands under the jurisdiction and within the proclomated boundaries of the Lincoln National Forest, New Mexico. Due to the Closure Order in effect on the Lincoln National Forest, travel on Carr Gap Road and Sixteen Springs Road are open only to residents of that area.\n\nOpen Burning Restrictions are also in effect on State and private lands throughout New Mexico. For more information on the Lincoln National Forest Closure Order please visit www.fs.usda.gov/lincoln. For further information including maps of the Mayhill Fire please visit www.nmfireinfo.com or www.inciweb.org.','Mayhill Fire Update 5-17',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3791-revision','','','2011-05-18 10:27:42','2011-05-18 16:27:42','',3791,'http://www.timberon.info/?p=3792',0,'revision','',0,''),(3781,1,'2011-05-18 08:51:38','2011-05-18 14:51:38','[si-contact-form form=\'2\']','Directory Contact Form',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','603-autosave','','','2011-05-18 08:51:38','2011-05-18 14:51:38','',603,'http://www.timberon.info/?p=3781',0,'revision','',0,''),(3782,1,'2011-05-18 08:11:23','2011-05-18 14:11:23','\r\n

    Plat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...

    \r\n

    Timberon Airfield 1  

    \r\n\r\n

    Timberon Commercial 1

    \r\n\r\n

    Sacramento River Estates...

    \r\n\r\n

    Sacramento Mountain Ranch 1...

    \r\n\r\n

    Sacramento Mountain Ranch 2...

    \r\n\r\n

    Sacramento Mountain Ranch 3...

    \r\n\r\n

    Sacramento Mountain Ranch 4...

    \r\n\r\n

    Timberon Golf Course 1...

    \r\n\r\n

    Timberon Golf Course 2...

    \r\n\r\n

    Timberon Golf Course 3...

    \r\n\r\n

    Timberon Golf Course 4...

    \r\n\r\n

    Timberon Golf Course 5...

    \r\n\r\n

    Timberon Golf Course 6...

    \r\n\r\n

    Timberon Golf Course 7...

    \r\n\r\n

    Timberon Golf Course 8...

    \r\n\r\n

    Timberon Unit 1...

    \r\n\r\n

    Timberon Unit 2...

    \r\n\r\n

    Timberon Unit 3...

    \r\n\r\n

    Timberon Unit 4...

    \r\n\r\n

    Timberon Unit 5...

    \r\n\r\n

    Timberon Unit 6...

    \r\n\r\n

    Timberon Unit 7...

    \r\n\r\n

    Timberon Unit 8...

    \r\n\r\n

    Timberon Unit 9...

    \r\n\r\n

    Timberon Unit 10...

    \r\n\r\n

    Timberon Unit 12...

    \r\n\r\n

    Timberon Unit 13...

    \r\n\r\n

    Timberon Unit 14...

    \r\n\r\n

    Timberon Unit 14A...

    \r\n\r\n

    Timberon Unit 15...

    \r\n\r\n

    Timberon Unit 17...

    \r\n\r\n

    \r\n','Plat Maps',1,1,0,NULL,NULL,NULL,0,NULL,'','inherit','open','closed','','3541-revision-4','','','2011-05-18 08:11:23','2011-05-18 14:11:23','',3541,'http://www.timberon.info/?p=3782',0,'revision','',0,''); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_randomtext` -- DROP TABLE IF EXISTS `wp_randomtext`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_randomtext` ( `randomtext_id` int(10) unsigned NOT NULL auto_increment, `category` varchar(32) character set utf8 NOT NULL, `text` text character set utf8 NOT NULL, `visible` enum('yes','no') NOT NULL default 'yes', `user_id` int(10) unsigned NOT NULL, `timestamp` timestamp NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`randomtext_id`), KEY `visible` (`visible`), KEY `category` (`category`), KEY `timestamp` (`timestamp`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_randomtext` -- LOCK TABLES `wp_randomtext` WRITE; /*!40000 ALTER TABLE `wp_randomtext` DISABLE KEYS */; INSERT INTO `wp_randomtext` VALUES (4,'Ads','\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',1,'2011-05-16 14:45:04'),(3,'Ads','\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.','yes',1,'2011-05-16 14:45:30'); /*!40000 ALTER TABLE `wp_randomtext` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ratepost_post` -- DROP TABLE IF EXISTS `wp_ratepost_post`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ratepost_post` ( `post_id` int(11) NOT NULL, `avg_vote` double(3,2) NOT NULL, `count` int(6) NOT NULL, PRIMARY KEY (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ratepost_post` -- LOCK TABLES `wp_ratepost_post` WRITE; /*!40000 ALTER TABLE `wp_ratepost_post` DISABLE KEYS */; INSERT INTO `wp_ratepost_post` VALUES (2255,3.00,1),(2074,3.00,1); /*!40000 ALTER TABLE `wp_ratepost_post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ratepost_vote` -- DROP TABLE IF EXISTS `wp_ratepost_vote`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ratepost_vote` ( `post_id` int(11) NOT NULL, `vote` int(1) NOT NULL, `ip_address` char(15) NOT NULL, `cookie` char(32) NOT NULL, `user_id` int(11) default NULL, KEY `post_id` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ratepost_vote` -- LOCK TABLES `wp_ratepost_vote` WRITE; /*!40000 ALTER TABLE `wp_ratepost_vote` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ratepost_vote` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_res_offers` -- DROP TABLE IF EXISTS `wp_res_offers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_res_offers` ( `id` mediumint(9) NOT NULL auto_increment, `resourceid` mediumint(9) unsigned NOT NULL, `datebegin` date NOT NULL, `dateend` date NOT NULL, `price` decimal(11,2) NOT NULL, `description` text, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_res_offers` -- LOCK TABLES `wp_res_offers` WRITE; /*!40000 ALTER TABLE `wp_res_offers` DISABLE KEYS */; INSERT INTO `wp_res_offers` VALUES (1,103,'2010-03-01','2010-03-31','5.00','March discount'),(2,104,'2010-04-01','2010-04-30','5.00','April discount'),(3,105,'2010-05-01','2010-05-31','5.00','May discount'); /*!40000 ALTER TABLE `wp_res_offers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_res_orders` -- DROP TABLE IF EXISTS `wp_res_orders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_res_orders` ( `orderid` bigint(20) unsigned NOT NULL auto_increment, `userid` bigint(20) unsigned NOT NULL, `price` decimal(11,2) default NULL, `datebegin` date default NULL, `dateend` date default NULL, `comments` text, `payed` tinyint(4) default NULL, `paysys` mediumint(9) default NULL, PRIMARY KEY (`orderid`), KEY `userid` (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_res_orders` -- LOCK TABLES `wp_res_orders` WRITE; /*!40000 ALTER TABLE `wp_res_orders` DISABLE KEYS */; INSERT INTO `wp_res_orders` VALUES (4,18,'0.00','2011-03-25','2011-03-29','',NULL,NULL),(3,18,'0.00','2011-03-25','2011-03-29','',NULL,NULL); /*!40000 ALTER TABLE `wp_res_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_res_orders_content` -- DROP TABLE IF EXISTS `wp_res_orders_content`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_res_orders_content` ( `id` mediumint(9) unsigned NOT NULL auto_increment, `orderid` bigint(20) unsigned NOT NULL, `resourceid` mediumint(9) default NULL, `kol` int(11) default NULL, `price` decimal(11,2) default NULL, PRIMARY KEY (`id`), KEY `userid` (`orderid`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_res_orders_content` -- LOCK TABLES `wp_res_orders_content` WRITE; /*!40000 ALTER TABLE `wp_res_orders_content` DISABLE KEYS */; INSERT INTO `wp_res_orders_content` VALUES (4,4,136,1,'0.00'),(3,3,136,1,'0.00'); /*!40000 ALTER TABLE `wp_res_orders_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_res_paysys` -- DROP TABLE IF EXISTS `wp_res_paysys`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_res_paysys` ( `paysysid` mediumint(9) NOT NULL auto_increment, `name` tinytext, PRIMARY KEY (`paysysid`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_res_paysys` -- LOCK TABLES `wp_res_paysys` WRITE; /*!40000 ALTER TABLE `wp_res_paysys` DISABLE KEYS */; INSERT INTO `wp_res_paysys` VALUES (1,'Qiwi'),(2,'PayOnlineSystem'),(3,'Sberbank'),(4,'Robokassa'),(5,'Webmoney'),(6,'PayPal'); /*!40000 ALTER TABLE `wp_res_paysys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_res_resources` -- DROP TABLE IF EXISTS `wp_res_resources`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_res_resources` ( `resourceid` mediumint(9) NOT NULL auto_increment, `parent` mediumint(9) NOT NULL default '0', `name` tinytext, `price` decimal(11,2) default NULL, `capacity` int(11) default NULL, PRIMARY KEY (`resourceid`) ) ENGINE=MyISAM AUTO_INCREMENT=139 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_res_resources` -- LOCK TABLES `wp_res_resources` WRITE; /*!40000 ALTER TABLE `wp_res_resources` DISABLE KEYS */; INSERT INTO `wp_res_resources` VALUES (138,0,'Doll House','0.00',1),(137,0,'Tonto Cabin','0.00',1),(136,0,'Miller Cabin','0.00',1); /*!40000 ALTER TABLE `wp_res_resources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sam_ads` -- DROP TABLE IF EXISTS `wp_sam_ads`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_sam_ads` ( `id` int(11) NOT NULL auto_increment, `pid` int(11) NOT NULL, `name` varchar(255) default NULL, `description` varchar(255) default NULL, `code_type` tinyint(1) NOT NULL default '0', `code_mode` tinyint(1) NOT NULL default '1', `ad_code` text, `ad_img` text, `ad_target` text, `count_clicks` tinyint(1) NOT NULL default '0', `view_type` int(11) default '1', `view_pages` set('isHome','isSingular','isSingle','isPage','isAttachment','isSearch','is404','isArchive','isTax','isCategory','isTag','isAuthor','isDate') default NULL, `view_id` varchar(255) default NULL, `ad_cats` tinyint(1) default '0', `view_cats` varchar(255) default NULL, `ad_authors` tinyint(1) default '0', `view_authors` varchar(255) default NULL, `x_id` tinyint(1) default '0', `x_view_id` varchar(255) default NULL, `x_cats` tinyint(1) default '0', `x_view_cats` varchar(255) default NULL, `x_authors` tinyint(1) default '0', `x_view_authors` varchar(255) default NULL, `ad_schedule` tinyint(1) default '0', `ad_start_date` date default NULL, `ad_end_date` date default NULL, `limit_hits` tinyint(1) default '0', `hits_limit` int(11) default '0', `limit_clicks` tinyint(1) default '0', `clicks_limit` int(11) default '0', `ad_hits` int(11) default '0', `ad_clicks` int(11) default '0', `ad_weight` int(11) default '10', `ad_weight_hits` int(11) default '0', `cpm` decimal(10,2) unsigned default '0.00', `cpc` decimal(10,2) unsigned default '0.00', `per_month` decimal(10,2) unsigned default '0.00', `trash` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`,`pid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_sam_ads` -- LOCK TABLES `wp_sam_ads` WRITE; /*!40000 ALTER TABLE `wp_sam_ads` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sam_ads` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sam_places` -- DROP TABLE IF EXISTS `wp_sam_places`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_sam_places` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `description` varchar(255) default NULL, `code_before` varchar(255) default NULL, `code_after` varchar(255) default NULL, `place_size` varchar(25) default NULL, `place_custom_width` int(11) default NULL, `place_custom_height` int(11) default NULL, `patch_img` varchar(255) default NULL, `patch_link` varchar(255) default NULL, `patch_code` text, `patch_adserver` tinyint(1) default '0', `patch_dfp` varchar(255) default NULL, `patch_source` tinyint(1) default '0', `patch_hits` int(11) default '0', `trash` tinyint(1) default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_sam_places` -- LOCK TABLES `wp_sam_places` WRITE; /*!40000 ALTER TABLE `wp_sam_places` DISABLE KEYS */; INSERT INTO `wp_sam_places` VALUES (1,'','','','','120x240',160,0,'','','',0,'',1,0,0); /*!40000 ALTER TABLE `wp_sam_places` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sam_zones` -- DROP TABLE IF EXISTS `wp_sam_zones`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_sam_zones` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `description` varchar(255) default NULL, `z_default` int(11) default '0', `z_home` int(11) default '0', `z_singular` int(11) default '0', `z_single` int(11) default '0', `z_page` int(11) default '0', `z_attachment` int(11) default '0', `z_search` int(11) default '0', `z_404` int(11) default '0', `z_archive` int(11) default '0', `z_tax` int(11) default '0', `z_category` int(11) default '0', `z_cats` longtext, `z_tag` int(11) default '0', `z_author` int(11) default '0', `z_authors` longtext, `z_date` int(11) default '0', `trash` tinyint(1) default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_sam_zones` -- LOCK TABLES `wp_sam_zones` WRITE; /*!40000 ALTER TABLE `wp_sam_zones` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sam_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sb_ip_log` -- DROP TABLE IF EXISTS `wp_sb_ip_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_sb_ip_log` ( `id` int(11) default NULL, `ip` varchar(15) NOT NULL default '', `last_visit` varchar(19) default NULL, PRIMARY KEY (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_sb_ip_log` -- LOCK TABLES `wp_sb_ip_log` WRITE; /*!40000 ALTER TABLE `wp_sb_ip_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sb_ip_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_schreikasten` -- DROP TABLE IF EXISTS `wp_schreikasten`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_schreikasten` ( `id` bigint(1) NOT NULL auto_increment, `alias` tinytext NOT NULL, `text` text NOT NULL, `date` datetime NOT NULL, `ip` char(32) NOT NULL, `status` int(11) NOT NULL, `user_id` int(11) NOT NULL, `email` tinytext NOT NULL, `reply` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_schreikasten` -- LOCK TABLES `wp_schreikasten` WRITE; /*!40000 ALTER TABLE `wp_schreikasten` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_schreikasten` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_schreikasten_blacklist` -- DROP TABLE IF EXISTS `wp_schreikasten_blacklist`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_schreikasten_blacklist` ( `id` bigint(1) NOT NULL auto_increment, `pc` bigint(1) NOT NULL, `date` datetime NOT NULL, `forever` tinyint(4) 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_schreikasten_blacklist` -- LOCK TABLES `wp_schreikasten_blacklist` WRITE; /*!40000 ALTER TABLE `wp_schreikasten_blacklist` DISABLE KEYS */; INSERT INTO `wp_schreikasten_blacklist` VALUES (1,-380347455,'2011-01-12 20:09:13',0),(2,-1868112597,'2011-03-20 20:32:56',0); /*!40000 ALTER TABLE `wp_schreikasten_blacklist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ses` -- DROP TABLE IF EXISTS `wp_ses`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ses` ( `id` mediumint(9) NOT NULL auto_increment, `eventdate` date NOT NULL, `eventtime` varchar(15) NOT NULL, `title` varchar(55) NOT NULL, `location` text, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ses` -- LOCK TABLES `wp_ses` WRITE; /*!40000 ALTER TABLE `wp_ses` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_signups` -- DROP TABLE IF EXISTS `wp_signups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_signups` ( `domain` varchar(200) NOT NULL default '', `path` varchar(100) NOT NULL default '', `title` longtext NOT NULL, `user_login` varchar(60) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `registered` datetime NOT NULL default '0000-00-00 00:00:00', `activated` datetime NOT NULL default '0000-00-00 00:00:00', `active` tinyint(1) NOT NULL default '0', `activation_key` varchar(50) NOT NULL default '', `meta` longtext, KEY `activation_key` (`activation_key`), KEY `domain` (`domain`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_signups` -- LOCK TABLES `wp_signups` WRITE; /*!40000 ALTER TABLE `wp_signups` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_signups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_simple_events` -- DROP TABLE IF EXISTS `wp_simple_events`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_simple_events` ( `id` mediumint(9) NOT NULL auto_increment, `event_start` int(10) unsigned zerofill NOT NULL, `event_end` int(10) unsigned zerofill NOT NULL, `event_title` varchar(80) NOT NULL, `event_desc` varchar(250) default NULL, `event_url` varchar(80) default NULL, `event_loc` varchar(40) NOT NULL, `event_loc_url` varchar(250) default NULL, `event_label` varchar(10) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_simple_events` -- LOCK TABLES `wp_simple_events` WRITE; /*!40000 ALTER TABLE `wp_simple_events` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_simple_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_symposium_chat` -- DROP TABLE IF EXISTS `wp_symposium_chat`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_symposium_chat` ( `chid` int(11) NOT NULL auto_increment, `chat_from` int(11) NOT NULL, `chat_to` int(11) NOT NULL, `chat_message` text NOT NULL, `chat_timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP, PRIMARY KEY (`chid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_symposium_chat` -- LOCK TABLES `wp_symposium_chat` WRITE; /*!40000 ALTER TABLE `wp_symposium_chat` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_symposium_chat` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_symposium_comments` -- DROP TABLE IF EXISTS `wp_symposium_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_symposium_comments` ( `cid` int(11) NOT NULL auto_increment, `subject_uid` int(11) NOT NULL, `author_uid` int(11) NOT NULL, `comment_parent` int(11) NOT NULL, `comment_timestamp` datetime default NULL, `comment` text NOT NULL, PRIMARY KEY (`cid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_symposium_comments` -- LOCK TABLES `wp_symposium_comments` WRITE; /*!40000 ALTER TABLE `wp_symposium_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_symposium_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_symposium_extended` -- DROP TABLE IF EXISTS `wp_symposium_extended`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_symposium_extended` ( `eid` int(11) NOT NULL auto_increment, `extended_name` varchar(64) NOT NULL default 'New field', `extended_type` varchar(16) NOT NULL default 'Text', `extended_default` text NOT NULL, `extended_order` int(11) NOT NULL default '0', PRIMARY KEY (`eid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_symposium_extended` -- LOCK TABLES `wp_symposium_extended` WRITE; /*!40000 ALTER TABLE `wp_symposium_extended` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_symposium_extended` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_symposium_friends` -- DROP TABLE IF EXISTS `wp_symposium_friends`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_symposium_friends` ( `fid` int(11) NOT NULL auto_increment, `friend_from` int(11) NOT NULL, `friend_to` int(11) NOT NULL, `friend_accepted` varchar(2) NOT NULL, `friend_message` text NOT NULL, `friend_timestamp` datetime default NULL, PRIMARY KEY (`fid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_symposium_friends` -- LOCK TABLES `wp_symposium_friends` WRITE; /*!40000 ALTER TABLE `wp_symposium_friends` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_symposium_friends` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_tdomf_table_edits` -- DROP TABLE IF EXISTS `wp_tdomf_table_edits`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_tdomf_table_edits` ( `edit_id` bigint(20) NOT NULL auto_increment, `post_id` bigint(20) NOT NULL default '0', `form_id` bigint(20) NOT NULL default '0', `date` datetime NOT NULL default '0000-00-00 00:00:00', `date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `revision_id` int(11) NOT NULL default '0', `current_revision_id` int(11) NOT NULL default '0', `user_id` bigint(20) NOT NULL default '0', `ip` varchar(100) NOT NULL default '0', `state` varchar(20) NOT NULL default 'unapproved', `data` longtext, PRIMARY KEY (`edit_id`), KEY `post_id` (`post_id`), KEY `form_id` (`form_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_tdomf_table_edits` -- LOCK TABLES `wp_tdomf_table_edits` WRITE; /*!40000 ALTER TABLE `wp_tdomf_table_edits` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_tdomf_table_edits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_tdomf_table_forms` -- DROP TABLE IF EXISTS `wp_tdomf_table_forms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_tdomf_table_forms` ( `form_id` bigint(20) NOT NULL auto_increment, `form_name` varchar(255) default NULL, `form_options` longtext, PRIMARY KEY (`form_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_tdomf_table_forms` -- LOCK TABLES `wp_tdomf_table_forms` WRITE; /*!40000 ALTER TABLE `wp_tdomf_table_forms` DISABLE KEYS */; INSERT INTO `wp_tdomf_table_forms` VALUES (1,'Send Your Post','a:31:{s:22:\"tdomf_form_description\";s:166:\"You can use this form to send a post or article to the Timberon Website for publication. Before it is put up on the site, the post must be reviewed by the Webmaster.\";s:24:\"tdomf_form_created_pages\";b:0;s:24:\"tdomf_form_inc_user_page\";b:1;s:18:\"tdomf_access_roles\";b:0;s:18:\"tdomf_notify_roles\";s:14:\"administrator;\";s:22:\"tdomf_default_category\";s:2:\"45\";s:23:\"tdomf_enable_moderation\";b:1;s:20:\"tdomf_allow_everyone\";b:1;s:13:\"tdomf_preview\";b:0;s:16:\"tdomf_from_email\";b:0;s:16:\"tdomf_form_order\";a:5:{i:0;s:8:\"who-am-i\";i:1;s:7:\"content\";i:2;s:8:\"notifyme\";i:3;s:12:\"upload-files\";i:4;s:9:\"1qcaptcha\";}s:27:\"tdomf_form_widget_instances\";i:10;s:19:\"tdomf_allow_publish\";b:0;s:27:\"tdomf_option_publish_no_mod\";b:0;s:15:\"tdomf_form_edit\";b:0;s:20:\"tdomf_edit_page_form\";b:0;s:18:\"tdomf_allow_author\";b:0;s:16:\"tdomf_allow_time\";b:0;s:18:\"tdomf_admin_emails\";s:0:\"\";s:20:\"tdomf_restrict_tdomf\";b:0;s:19:\"tdomf_restrict_cats\";a:0:{}s:19:\"tdomf_add_edit_link\";s:4:\"none\";s:15:\"tdomf_ajax_edit\";b:0;s:20:\"tdomf_auto_edit_link\";s:4:\"none\";s:14:\"tdomf_redirect\";b:0;s:22:\"tdomf_form_submit_page\";b:0;s:18:\"tdomf_queue_period\";i:0;s:18:\"tdomf_queue_on_all\";b:1;s:10:\"tdomf_ajax\";b:1;s:29:\"tdomf_option_mod_email_on_pub\";b:1;s:20:\"tdomf_spam_overwrite\";b:0;}'); /*!40000 ALTER TABLE `wp_tdomf_table_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_tdomf_table_widgets` -- DROP TABLE IF EXISTS `wp_tdomf_table_widgets`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_tdomf_table_widgets` ( `id` bigint(20) NOT NULL auto_increment, `form_id` bigint(20) NOT NULL default '0', `widget_key` varchar(255) default NULL, `widget_value` longtext, PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `widget_key` (`widget_key`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_tdomf_table_widgets` -- LOCK TABLES `wp_tdomf_table_widgets` WRITE; /*!40000 ALTER TABLE `wp_tdomf_table_widgets` DISABLE KEYS */; INSERT INTO `wp_tdomf_table_widgets` VALUES (1,1,'tdomf_upload_widget_count','3'),(2,1,'tdomf_content_widget','a:39:{s:18:\"content-title-size\";i:60;s:22:\"content-title-required\";b:1;s:19:\"content-title-title\";s:10:\"Post Title\";s:27:\"content-title-restrict-type\";s:4:\"text\";s:26:\"content-title-validate-url\";b:0;s:28:\"content-title-validate-email\";b:0;s:28:\"content-title-number-decimal\";b:1;s:26:\"content-title-number-start\";b:0;s:24:\"content-title-number-end\";b:0;s:23:\"content-title-number-js\";b:0;s:27:\"content-title-restrict-tags\";b:0;s:28:\"content-title-allowable-tags\";s:77:\"