-- 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','
\";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.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%, %event% on %startdate% %starttime%
%countdown%
Duration: %duration%
%link%
%title%, %after% on %startdate% %starttime%
%countup%
%enddate% %endtime%
%link%
%title% %event% - %countdown% %link%
\";s:16:\"daily_h_template\";s:19:\"%title%, %event% on %startdate% %starttime%
%countdown%
Duration: %duration%
%link%
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.
\nWe 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!
\nFirst 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.
\nWPtouch’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!).
\nWhile 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.
\nThe site he reviewed is allkpop.com, a celebrity news and gossip site.
\nHere’s the site he saw:
\nAnd here’s his re-desgined version:
\nWe’ll respond to his list of design changes one by one here:
\n\n1. 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).
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\n2. Bigger touch targets. The entire story tile can now be tapped, and users no longer need the added precision of tapping the headline itself…
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\n3. Full headlines instead of truncated headlines. This is probably the biggest redesign…
Full headlines or truncated headlines is also an option in the WPtouch settings.
\n\n4. Enhanced scannability by highlighting each pop star’s name in the headlines.
This we can’t really do anything about, nor WordPress itself without some custom hacking around.
\n\n5. Even more information scent by showing a short story summary (a “deck”) under each headline.
Let’s be honest, the term “information scent” is kind of creepy, no? (jk, Jakob).
\nHere 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\n6. 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.
WPtouch supports using thumbnails instead of the calendar icons as an admin option.
\n\n7. 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.
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.
\nAdditionally, 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\n8. 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.
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\n9. Adding more space between the navigation bar’s two options so users are less likely to touch the wrong one.
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\n10. 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.)
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.
\nSo 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
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.
\nIn 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.
\nWPtouch Pro 2.2 is a free update for all existing customers.
\n2.2 Web-App Mode Notice Bubble
With WPtouch Pro we revolutionized mobile WordPress plugins bringing our one-of-a-kind Web-App Mode feature to WordPress self-hosted sites everywhere.
\nWith Web-App Mode you can effortlessly offer a fullscreen web application version of you website for visitors on iOS devices, out-of-the-box.
\nIn 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.
\nWe’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.
\nWe 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.
\nDespite 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.
\nSo 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.
\nOur admin panel is truly awesome, offering all settings for WPtouch Pro in one place— all in a clean, easy to use layout.
\n2.2— optimized JavaScript
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.
\nAs it turns out, it’s a bit of both.
\nThere’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).
\nThough 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.
\nWe’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.
\nNow, 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.
\nExclude by Tag
\nIn 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.
\nOther Bugs
\nWe 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.
\nComing Up
\nThe 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 1.9.23 has been released, and it includes an important security update, 1 new feature and some fixes.
\nHere’s the changelog:
*Translators: please re-submit translations with updated strings (esp. for excluded tags area).
\nEarth Hour 1.5 has also been released, it includes:
\nA small maintenance release update for WPtouch Pro (2.1.4) is now available that fixes two issues:
\nWPtouch 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.
\n1.9.22.1 includes:
\nThis 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.
\nSince 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.
\nAs 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.
\nRight 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.
\nThis 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.
\nYou 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:\"Below are the winners of our free iPadTM + WPtouch ProTM Licenses Giveaway Contest!
\niPad 64GB + 3G and a WPtouch Pro Developer/Unlimited License:
\n@maguay
A WPtouch Pro 5-Pack License:
\n@suggymoto
WPtouch Pro Single Licenses:
\n@rumple, @cidodd, and @benny8484
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.
\nThank 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.
\nOn 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
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.
\nThere are also runner-up WPtouch Pro licenses, too.
\nThe 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
All you need to do to enter is click the “Tweet Now” button above + tweet the entry message and follow us on Twitter!
\nThe contest runs until this Friday December 17th 2010 at 12pm noon EST.
\nWe’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!
Very soon we’ll be releasing the 2.1 update for WPtouch Pro, a free update for all existing customers.
\nWPtouch and WPtouch ProTM have gained worldwide attention providing unique, rich and beautiful mobile experiences for website visitors on touch-based smart phones.
\nWith WPtouch Pro 2.1, that great experience has been redefined and brought to the iPadTM, with a user-interface tailored for the iPad experience.
\nNowhere else can you find the sophistication, tremendous usability and feature-set for working with iPad and WordPress websites.
\nSince 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.
\nWPtouch Pro on iPad - Landscape View
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.
\nWe imagined that nearly every website would eventually offer mobile versions, and that those who didn’t would be the exception.
\nAt 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.
\nBeing 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.
\nThese 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.
\nAt 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.
\nAs 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.
\nThis marks the point of divergence.
\nWith 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.
\nThe 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.
\nConversely, 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.
\nIt’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.
\nAs 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.
\nThe 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).
\nThen came the iPhone, and with it an explosion of touch-based smartphones that aimed to put the real web in your pocket.
\nBut 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.
\nThat’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.
\nThese 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.
\nWe 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.
\nSome 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.
\nThat’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.
\nAnd in that regard, WPtouch and WPtouch Pro cover well over 90% of that traffic.
\nSo 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.
\nWPtouch 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.
\nWe’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.
\nLots 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.
\nChanges for this release include both the iPad theme and the mobile versions of the Classic theme.
\nHere’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
* 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
* 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
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.
\nThe 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.
\nOur 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.
\nIt also includes other enhancements, refinements, tweaks and fixes over 2.0.9.1.
\n2.1 will be in Release Candidate status next week.
\nAfter 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.
\nWe 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.
\nWe’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.
\nOur 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.
\nBest,
\nThe BraveNewCode Team
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.
\nWe 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.
\nI’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.
\nAs 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.
\nSo, 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:\"Today we’re happy to announce the availability of a beta release for the next major update to WPtouch Pro, version 2.1.
\nAlong 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.
\nClick here to view the embedded video.
\nThis beta release is only for evaluation and interest in improving WPtouch Pro by helping us resolve issues.
\nWe know that many of you want to try out iPad support, so we’re pleased to make this beta available for testing.
\nThe 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.
\nWe’ve looked at the things people want most out of an iPad browsing experience with a WordPress website, and delivered
\nthem all:
And we’ve also looked at what website owners & administrators want and need out of iPad support.
\nBecause 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.
\nWith 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.
\nComment 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.
\nExisting customers of WPtouch Pro should download and install the beta separately from their existing installations.
\nBecause of the nature of beta software, aspects of the code are subject to change. As a result theme development is not recommended nor supported.
\nA new beta support forum & thread have been added in which you can post questions and let us know about any issues you might have.
\nWe hope you enjoy the beta!
\n~ The BraveNewCode Team
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.
\nEvery 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.
\nWhile 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.
\nWe 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.
\nSubmit your translation today to translation@wptouch.com, and we’ll review it for inclusion in a future release.
\nWPtouch Pro 2.0.9
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.
\nWe strongly recommend upgrading if you’re running any previous version of WPtouch Pro.
\nWPtouch Pro 2.0.9 will be available later today.
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.
\nMany 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.
\nFirst 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.
\nFor 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.
\nThere 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.
\nSmall, 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.
\nSo 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.
\nWe 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 ->
\nWe’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.
\nThough 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.
\nA Sneak Peek At The New Forums
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.
\nWe 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.
\nBest,
\nThe BraveNewCode Team
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.
\nA few of the relevant details of the program are:
\nFor 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.
\nWe’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.
\nVersion 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.
\nWPtouch 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.
\nWPtouch 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.
\nWPtouch 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.
\nWPtouch 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.
\nWe’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.
\nOur 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.
\nThanks 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.
\nClick here to view the embedded video.
\nYou 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...\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
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 is your preferred Sitemap plugin ?
\nI’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 :
This new tool can be used via the overview menu and it checks for a couple of common problems :
\nI’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.
\nNo 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 nice sunday !
\nYour Classified Ads is a plugin that allows you to have a classified ads system into your Wordpress blog.
\n\nTHIS 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\nFor 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\nYou can also check-out our Roadmap and Change-Log
\";s:12:\"installation\";s:627:\"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:\"Place a new Ad Step #1 (details)
\nPlace a new Ad Step #2 (settings)
\nPlace a new Ad Step #3 (pictures)
\nSearch screen with filters options open. Filters allow you to save search presets; and be notified when a new ad matching your filter is published.
\nAds 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.
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:\"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\nFeatures 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\nIf 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\nInstall automatically through the Plugins
, Add New
menu in WordPress, or upload the si-contact-form
folder to the /wp-content/plugins/
directory.
Activate the plugin through the Plugins
menu in WordPress. Look for the Settings link to configure the Options.
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
.
Test an email from your form.
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.
See FAQ page: How to troubleshoot mail delivery
\";s:11:\"screenshots\";s:1032:\"screenshot-1.gif is the contact form.
\nscreenshot-2.gif is the contact form showing the inline error messages.
\nscreenshot-3.gif is the Contact Form options
tab on the Admin Plugins
page.
screenshot-4.gif adding the shortcode [si-contact-form form=\'1\']
in a Page.
<span class=\"required\">*</span>
. [si-contact-form]
or [si_contact_form]
.si_contact_migrate()
on a non-object in si-contact-form.php on line 1461si-contact-form.php
file from the plugins/si-contact-form/
directory, your site will start working again. Then you can install this new version.si-contact-form/languages
folder.<username>
\" on email footer for logged in users.Settings
, Reading
admin options page.Contact Form Options Page
. mb_detect_encoding()
\" reported by one user./wp-content/plugins/si-contact-form/captcha-secureimage/test/index.php
\n\n/wp-content/plugins/si-contact-form/captcha-secureimage/test/index.php
\n\nwordpress_api_key
)ctf_validate_email
function and fixed a bug that invalidated email address with upper case/wp-content/plugins/si-contact-form/captcha-secureimage/secureimage_test.php
\n\nSee the official FAQ at FastSecureContactForm.com
\n\nSee FAQ page: How to troubleshoot email delivery
\n\nYes. 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).
The following translations are included in the download zip file:
\n\nOf course! \nHow to translate Fast Secure Contact Form for WordPress\nhttp://www.fastsecurecontactform.com/how-to-translate
\n\nHow to update a translation of Fast Secure Contact Form for WordPress\nhttp://www.fastsecurecontactform.com/how-to-update-translation
\n\nEnglish-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\nIf 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\nHow to set incoming messages character encoding to Unicode(UTF-8) in various mail clients:
\n\nEvolution:\nView > Character Encoding > Unicode
\n\nOutlook 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\nMozilla Thunderbird:\nClick on Inbox.\nSelect \"View->Character Encoding\", select \"Unicode(UTF-8)\"
\n\nGmail:\nNo setting necessary, it just works.
\n\nFor 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.\nOne Quick Post is a WordPress/BuddyPress plugin that allows you to enable frontend posting on your blog, even for guests.
\n\nTHIS 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:\"Backend / main screen
\nBackend / form creation
\nFrontend / Example form
\nAdd 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\nSometimes 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\nIf you want to display your posts as regular posts, uncheck the option \'Use OQP Template\' in the form settings.
\n\nBy 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\nIf 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:\"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 →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:\"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 the myths around it.
A link to your site \"helps\" in four ways:
\nThe 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.
\nOn 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.
\nImagine, 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:
\nThe 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.
\nHow 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.
\nIf 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:
\nOf 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.
\nAs 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.
\nThere 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\".
\nIn 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.
\nThis 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.
\nGoogle recently published an article on quality links on the Google Webmaster Blog, it\'s worth reading to get their perspective.
\nI\'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.
\nOutside 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:
\nLink 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!
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:\"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 the myths around it.
A link to your site \"helps\" in four ways:
\nThe 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.
\nOn 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.
\nImagine, 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:
\nThe 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.
\nHow 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.
\nIf 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:
\nOf 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.
\nAs 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.
\nThere 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\".
\nIn 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.
\nThis 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.
\nGoogle recently published an article on quality links on the Google Webmaster Blog, it\'s worth reading to get their perspective.
\nI\'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.
\nOutside 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:
\nLink 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!
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:\"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 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.
\nThat looks pretty darn cool, don\'t you think?
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!
\n11 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!
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:\"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 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.
\nThat looks pretty darn cool, don\'t you think?
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!
\n11 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!
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.
\nBy 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.
\nWhen 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):
\nFigure 1: A typical site structure
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.
\nAs 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.
\nThe 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.
\nSo I started to rearrange the sections and came up with the section structure seen in Figure 2.
\nFigure 2: A more refined section structure.
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.
\nAnother 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.
\nOnce 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!
\nFor 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\nPick 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.
\nFigure 3: Site Structure with Sensible section names.
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.
\nThere are another couple of things to keep in mind when working out the structure of your site.
\nForums, 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.
\nYour 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.
\nThis 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.
\nRedundant 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.
\nWhen 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.
\nLet\'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.
\nIt\'s very important to make sure you\'re not showing the same content on multiple pages, because that\'s not helping your rankings.
\nIf 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.
\nBecause 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.
\nTake figure 4 as an example.
\nFigure 4: You also need to consider how the pages link to each other within each section.
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.
\nOnce 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.
\nThings to keep in mind while implementing your new URLs
\nFor more info on URLs and the problems they can cause, see my article on duplicate content.
\nA 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.
\nUsing 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.
\nNote: 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.
\nIntelligent 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!
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.
\nBy 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.
\nWhen 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):
\nFigure 1: A typical site structure
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.
\nAs 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.
\nThe 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.
\nSo I started to rearrange the sections and came up with the section structure seen in Figure 2.
\nFigure 2: A more refined section structure.
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.
\nAnother 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.
\nOnce 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!
\nFor 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\nPick 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.
\nFigure 3: Site Structure with Sensible section names.
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.
\nThere are another couple of things to keep in mind when working out the structure of your site.
\nForums, 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.
\nYour 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.
\nThis 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.
\nRedundant 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.
\nWhen 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.
\nLet\'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.
\nIt\'s very important to make sure you\'re not showing the same content on multiple pages, because that\'s not helping your rankings.
\nIf 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.
\nBecause 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.
\nTake figure 4 as an example.
\nFigure 4: You also need to consider how the pages link to each other within each section.
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.
\nOnce 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.
\nThings to keep in mind while implementing your new URLs
\nFor more info on URLs and the problems they can cause, see my article on duplicate content.
\nA 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.
\nUsing 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.
\nNote: 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.
\nIntelligent 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!
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.
\nThere\'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.
\nIn 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
.
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>
Now, wherever you need that HTML sitemap \"bit\" in your WordPress theme, use this:
\n\n<?php get_template_part(\'/partials/sitemap\'); ?>
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:
/*\nTemplate Name: Sitemap Page\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.
\nHTML 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!
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.
\nThere\'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.
\nIn 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
.
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>
Now, wherever you need that HTML sitemap \"bit\" in your WordPress theme, use this:
\n\n<?php get_template_part(\'/partials/sitemap\'); ?>
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:
/*\nTemplate Name: Sitemap Page\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.
\nHTML 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!
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.
\nHis 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 SEO, database performance and more.
\nKiller 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!
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.
\nHis 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 SEO, database performance and more.
\nKiller 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!
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?
\nThe bottom line? Make money, but always keep your readers in mind!
\nSome useful links:
\nSo, 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?
\nThe bottom line? Make money, but always keep your readers in mind!
\nSome useful links:
\nOnly 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.
\nThis 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:
\nUsing 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\nfunction 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);
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>
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).
\nFirst, let\'s grab the comment:
\n\nfunction 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);
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:
$subscribe = get_comment_meta($cid, \'mailchimp_subscribe\', true);\nif ( $subscribe == \'on\' ) {\n // DO WORK\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:
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);
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.
\nAs 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:
update_comment_meta($cid, \'mailchimp_subscribe\', \n \'subscribed\', \'on\');
This will prevent the code from trying to subscribe someone multiple times and overloading the MailChimp API.
\nPeople 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!
\nDisclosure: Mailchimp sponsors my newsletter and is a regular advertiser on my sites.
\nTurn 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!
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.
\nThis 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:
\nUsing 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\nfunction 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);
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>
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).
\nFirst, let\'s grab the comment:
\n\nfunction 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);
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:
$subscribe = get_comment_meta($cid, \'mailchimp_subscribe\', true);\nif ( $subscribe == \'on\' ) {\n // DO WORK\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:
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);
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.
\nAs 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:
update_comment_meta($cid, \'mailchimp_subscribe\', \n \'subscribed\', \'on\');
This will prevent the code from trying to subscribe someone multiple times and overloading the MailChimp API.
\nPeople 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!
\nDisclosure: Mailchimp sponsors my newsletter and is a regular advertiser on my sites.
\nTurn 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!
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.
\nThe big issues:
\nWe 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.
\nUseful links:
\nThis 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.
\nThe big issues:
\nWe 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.
\nUseful links:
\nSo 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:
\nClick here to view the embedded video.
\nAnd you might want to have the slides as well:
\n\nVideo: 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!
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:
\nClick here to view the embedded video.
\nAnd you might want to have the slides as well:
\n\nVideo: 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!
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:\"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 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.
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.
\nWe\'ve also attracted some top dog speakers. So far, we\'ve got a few names:
\nWant more info or can\'t wait to sign up? Go to the site, seoroyale.com.
\nSEO 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!
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:\"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 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.
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.
\nWe\'ve also attracted some top dog speakers. So far, we\'ve got a few names:
\nWant more info or can\'t wait to sign up? Go to the site, seoroyale.com.
\nSEO 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!
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.
A Roswell Purple Heart and Medal of Valor recipient said news of Osama bin Laden\'s death is surreal.
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.
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.
The sheriff of Eddy County is hoping to make the case for more space for his department.
(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.
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.
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.
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.
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.
Sad maybe an understatement for the loss the Roswell community is feeling.
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.
After two months of investigation, charges have been filed in the shooting of a Ruidoso Downs woman.
After two months of investigation, charges have been filed in the shooting of a Ruidoso Downs woman.
Crews continue to battle a wildfire in the New Mexico\'s Gila Wilderness that has now charred more than 3,700 acres.
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.
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.
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.
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.
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.
The Branch Fire is burning west of Lovington and threatened homes.
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.
State police are looking for a thief with a taste for sports memorabilia.
State police are looking for a thief with a taste for sports memorabilia.
Police investigate a scary incident at a Roswell restaurant and bar Thursday night.
Police investigate a scary incident at a Roswell restaurant and bar Thursday night.
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.
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.
A 25-year old soldier from New Mexico who was killed in Iraq will arrive home Saturday.
A 25-year old soldier from New Mexico who was killed in Iraq will arrive home Saturday.
New Mexico is a perfect place to begin using modular nuclear reactors, an assistant energy secretary said.
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.
Republican Rep. Steve Pearce says nuclear energy in America does not have technological problems - it has political problems.
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.
New Mexico is still on the fire alert as two significant wildfires remain uncontained.
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.
A Portales mom is livid after her son was temporarily let out of jail without supervision.
A Portales mom is livid after her son was temporarily let out of jail without supervision.
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.
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.
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.
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.
Firefighters raced the winds Tuesday trying to knock down wildfires in southeast New Mexico and the Rio Grande bosque.
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.
School board reviewing club policy across the board.
School board reviewing club policy across the board.
Three fires reported Tuesday afternoon near Jal and Artesia have closed a state highway, burned two structures and are threatening more.
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.
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.
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.
Carlsbad will host the first of three hearings to discuss bringing more nuclear waste to New Mexico.
Carlsbad will host the first of three hearings to discuss bringing more nuclear waste to New Mexico.
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.
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.
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.
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.
Big plans to build a big new UFO museum in Roswell may never happen.
Big plans to build a big new UFO museum in Roswell may never happen.
A fire of unknown origin grew rapidly Monday as gusty winds pushed the flames 17 miles threatening structures and a refinery near Lovington.
A fire of unknown origin grew rapidly Monday as gusty winds pushed the flames 17 miles threatening structures and a refinery near Lovington.
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\nThe 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.
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.
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.
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.
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.
\nWe 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.
\nThese 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.
\nCheck 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.
\nIf 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.
\nYou 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.
\nI 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.
\nAlthough 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.
\nThey 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.
\nMojo 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.
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.
\nIf 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.
\nI’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.
\nYour 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.
\nOn 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.
\nYou 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.
\nFor 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.
\nThemes 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.
\nThe 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.
\nEach 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.
\nAs 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.
\nOnce 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.
\nThe 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.
\nMany 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.
\nAll 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.
\nSpecialist themes include:
\nPlus a huge selection of news, portfolio, magazine and blog style themes to select from.
\nHere’s a small selection of some of my favorites at the moment:
\n\n\n\n\nNick 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\nWhen 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.
\nThere 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.
\nSome 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.
\nThemeForest, 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.
\nAnother 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.
\nElegantThemes 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.
\nNinja 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.
\nPretty 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.
\nMagic 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.
\nWPfrompsd.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.
\nThis 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.
\nTo 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.
\nThe 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.
\nWe 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.
\nTheir 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.
\nDisclaimer: 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.
\nDesigner 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.
\nThey 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\nI 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.
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.
Check out all of Marios’ free themes here.
\nNote: This is not a sponsored post. I just really like Marios’ work.
\nCufon 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.
\nCufon 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.
\nIntegrate 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.
\nWhen 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.
\nSome 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.
\nNomatter 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!
\nWordPress 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.
\nIf 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.
\nIf 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\nArtisteer 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 .
\nSearch 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.
\nWhen 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\nThe 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\nComments 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\nYour “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.
\nFooter 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\nHopefully 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\nIf 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.
\nThe 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.
\nThink 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\nUsers 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\nThe 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\nCheck out these other resources and articles on customizing WordPress.
\nIf you have your own tip for how to customize WordPress please share it below.
\nIf 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\nAs 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.
\nWhat they Offer:
\nThis 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.
\nNot 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:
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.
\nI 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.
\nThese 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\nZyma 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\nIf 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.
\nZyma.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.
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.
\nA 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.
\nNormal paragraph
\r\nSome 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.
\nGrasping 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.
\nDuring 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.
\nIt 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.
\nI 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\";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\";}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\";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\";}i:2;a:7:{s:5:\"title\";s:51:\"Homeowners have new options to shield from wildfire\";s:11:\"description\";s:1628:\"','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\nYou are banned from this site! Stop spamming and behave yourself.
\r\nYour 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:
- Thumbnail issues
- 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.
- 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.
- Color issues
- 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.
- 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.
- Option issues
- 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:
- Clicking “Save” in one screen will not blank out options in another screen.
- Clicking “Reset” will not empty the entire theme’s options.
- Exporting / Importing will now work.
- 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.
- A minor issue was that if your options were saved, they needed to be saved twice for the auto-linked CSS to be updated.
- Quote characters around font names were being escaped, preventing the font from being loaded.
- 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.
- Miscellaneous issues
- There was a bug that was breaking the layout of the Widget Area Above Footer.
- 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:
- 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 usewp_enqueue_script
with the right hooks. Here is what I mean:
- 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();\nThe 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.
- 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}\nThe trouble with the above is that the script is going to get enqueued for all pages, admin or otherwise.
- 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}\nThe 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.
- 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}\nIf 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.
- 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:
- 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.- There was a bug that wasn’t updating the options CSS if you had set it to be auto-generated. This has been addressed.
- 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.
- 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.
- 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:
- Code Housekeeping
- 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:
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.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.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.- 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:
get_bloginfo(\'wpurl\')
→site_url()
get_bloginfo(\'template_url\')
→get_template_directory_uri()
get_bloginfo(\'url\')
,bloginfo(\'url\')
→get_template_directory_uri()
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:
- 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
andregister_nav_menu
- 2.9.x –
add_theme_support
,get_the_post_thumbnail
- 2.8.x – class
WP_Widget
- Function names are now more consistent. All functions within Suffusion are either prefixed with
suffusion
orsuf
.- Feature Changes
- 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:
- New Menu Position (aka Older Menu Position)
- New Tab Design
- Moved items
There has been some upheaval in the options sections. Notably:
- Introduction – This is the same as the Introduction section of the old options
- 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.Visual EffectsOther 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.Sidebars and WidgetsSidebar 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.Blog FeaturesBack-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.- Templates – This is the same as the old versions.
- Custom Types – This is the same as the old versions.
- 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”.- 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.
- JQuery Masonry is switched off by default instead of being switched on.
- 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.
- Made the blog title use h1/h2 tags instead of div tags.
- I have renamed the classes
category-info
andtag-info
toinfo-category
andinfo-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.- 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).- New Features
- 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.- You can now upload an image directly from the options pages instead of entering a URL. Of course, entering a URL works too.
- New Notifiers
Added the following notifiers:
- 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.
- 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.
- BuddyPress – If you are using BP, this provides you information about making Suffusion work with it.
- Added options to control the “Posted By” format. See Other Graphical Elements → Post and Page Bylines for more information.
- 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.
- Added zoom-crop capability (aka proportional resizing) for images in featured content, magazine headlines and magazine excerpts. See the respective sections for setup options.
- There is dual JQuery UI support, for version 1.7.3 (WP 3.0.x) and 1.8.7 (WP 3.1.x).
- You can now control the number of headlines you want to display in the headlines section of the Magazine template.
- There are a couple of new filters:
suffusion_author_information
andsuffusion_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.- There is a new option to force compatibility mode in IE8. You will find the option in Back-end Settings → SEO / Meta Settings.
- 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.
- Bug Fixes
- 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.
- In the Magazine template if you were displaying headlines, the first headline was not being selected by default. This has now been fixed.
- The $post variable was getting overwritten if the Ad Hoc Widgets were used to display things like featured posts or category blocks.
- I have fixed a bug where if you looked at a page in BP you would see an incorrect HTML title.
- 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.
- 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.
- 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.
- 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.
- 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:
- 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 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:
- 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 over the content.
- Fixed a bug with the SEO settings where if the theme’s SEO was disabled, it was not printing any title.
- 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:
- 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 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.- 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) andsuffusion_application_attachment
(for application attachments). You could define other functions in your child theme likesuffusion_vnd_ms_powerpoint_attachment
(for Microsoft PowerPoint attachments).
You can control the settings from Templates → Attachment.- 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.- New Filter Hooks
A lot of new filter hooks were added for better child theme support:
suffusion_can_display_top_navigation
suffusion_can_display_main_navigation
suffusion_can_display_sliding_panel
suffusion_can_display_left_sidebars
suffusion_can_display_right_sidebars
suffusion_can_display_widgets_above_header
suffusion_can_display_widget_area_below_header
suffusion_can_display_widget_area_above_footer
suffusion_can_display_open_header
suffusion_can_display_closed_header
suffusion_can_display_breadcrumb_navigation
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.
- Changed Functionality
This is mostly technical mumbo-jumbo, so you can skip this section if you are not interested.
- Selective removal of backward compatibility
I have removed the following as per my previous announcement:
function_exists
checks for functions such asregister_sidebar
anddynamic_sidebar
. These functions have existed since version 2.2 of WP and hence afunction_exists
check for these was overkill.- Some other checks using
function_exists
have been removed, where very old WP functions were being checked for existence.- 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!- Replacement with new functions
The following functions from older versions of WP have been replaced with better/new variants, as per Theme Review recommendations:
get_option("home")
→home_url()
bloginfo("template_directory")
→get_template_directory_uri()
bloginfo("stylesheet_directory")
→get_stylesheet_directory_uri()
get_bloginfo("rss2_url")
→get_feed_link("rss2")
- 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.- Bug Fixes
- 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.
- 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.
- There was a bug due to which disabling Suffusion’s SEO settings was not working for document titles. This has been fixed.
- 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.
- Under some settings the navigation bar was not stretching across the width of the wrapper. This too has been fixed.
- 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.
- Another minor bug fix was where the home page wasn’t getting highlighted if it was a text link.
- 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.
- 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:
- 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.
- 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.
- 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.
- 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:
- Layout bugs
- 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.
- The Widget Area Below Header was not spanning the full width of the wrapper and was showing a blank space on the side.
- The Widget Area Above Footer was overlapping the right sidebar if the sidebar was longer than the content.
- The No Sidebars template was showing up with empty space on the side.
- In the “Tiles” layout excerpt images were becoming very tiny because the widths were computing incorrectly.
- 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.
- 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.
- 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:
- 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.
- 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:
- Go to Appearance → Menus and open up your menu.
- Create a new menu item using a Custom Link.
- For the URL specify #. Make sure you delete the “http://” that sits there by default
- For the Label put in whatever you want to name your root node.
- Add to Menu
- Once added, move this item to the top of the list.
- 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.
- 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:
- New Features
The following were added in this release:
- 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.
- 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:
- Include all, ignoring next option
- Include selections from the next option
- Exclude all, ignoring next option (New)
- 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
andwp_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.- 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.
- There was no styling available for the HTML elements
legend
andfieldset
. CSS declarations have been added for them.- Removed Features
The following features have been removed:
- 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.
- I have also removed the option to not use
body_class
WP function to generate classes for your body. This removal was essential because thebody_class
function is essential to the style setup for the theme.- Bug Fixes
The following bugs were fixed:
- 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.
- The following navigation menu-related bugs have been fixed:
- Selected navigation bar items (Pages, Categories and WP 3.0 menus) were not getting highlighted in the Minima skin.
- Selected navigation bar items for WP 3.0 menus were not getting highlighted across any skin.
- The values set for highlighting in Visual Effects → Theme Skinning were not being accurately reflected.
- The following BuddyPress-related bugs have been fixed:
- 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.
- The Create Profile and Edit Profile pages in BP were not rendering properly. This has been fixed.
- Messages in the inbox etc. were not being styled properly. This has been addressed.
- 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.
- Links in featured content were not getting the right color. Again, this has been fixed.
- 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.- 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.
- Changes
- The comments section has been revamped to look better and to facilitate better styling. There is now a custom callback function invoked from there.
- 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.
- 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.
- You now will not see any version tag appended to JS files included by the theme.
- 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:
- 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 by CSS, hence there is a small chance I might have missed something. If so, please report it on the Support Forum.
- A few new filters have been added. See point #3 in the previous post: there are new filters for
suffusion_filter_template_prefixes
andsuffusion_filter_template_sidebars
. In addition there is a new filter forsuffusion_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”.- 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.
- 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.
- You can also position the footer better now – either inside the wrapper or outside. See Visual Effects → Footer Customization for options.
- 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.
- 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.
- There is a new translation for Traditional Chinese (zh_TW). Thanks to Sh2153!
- Bug Fixes
- 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.
- 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.
- Changes
- 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.
- 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.
- 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:
- New Features:
One of the key focus areas of this release was server load reduction. The overall list of additions is as follows:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- I have added “nonce” checks to the admin pages to ensure better security.
- There is a new Turkish translation, thanks to Metin Selçuk.
- Bug Fixes:
- 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!
- 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.
- 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.
- 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.- 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.
- There was a bug introduced in the comments section, where a CSS element was being declared twice. I have fixed this issue.
- Changes:
- Again, there are minor stylesheet tweaks to the Minima skin
- As a part of some code housekeeping I have enqueued the stylesheets for the admin pages.
- I have also replaced the call to
get_bloginfo(\'name\')
in the header withget_bloginfo(\'name\', \'display\')
so that plugins that apply filters to the blog title work in tandem with the theme.- I have restyled the
blockquote
element so that it looks a bit better.- 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.
\nI 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.
\nI 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
\nhttp://wordpress.org/support/topic/want-to-change-image-in-header
\nhttp://wordpress.org/support/topic/changing-header-image-4
\nhttp://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
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"
\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\nGreat! 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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\".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;}
this is caused by the top margin:
\n\n
h3{font-size:1.8em;margin: 15px 0 15px;}
\nin style.css of the theme.possible fix:
\n
\nedit new_sidebar.css:find this:
\n\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;}
for instance, change to this:
\n\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;}
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.
\nI 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?
\nThanks!\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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*
\n
\nNevermind, I forgot I had the theme set to use the \"wide\" setup. Changing it back to \"original\" worked with the new files.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?
\nSorry 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
\n
\nThanks for you help. I have already created the menu exatctly as you describe. No change...@voyagerfan5761
\n
\nThanks for replying to this thread!!@ ALL
\nI just downloaded a fix provided by andrei luca on twitter:
\n***@se1988 please download this fix http://www.box.net/shared/m4c03g2lj3 (overwrite needed)***
\nThat did the trick!!
\n
\nA big thank you to everyone taking their time looking into this:D-Sven Erik
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"
\nselarsen.com\n@selarsen
\nWhen 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.
\nLet me know if it doesn\'t and I\'ll see if there\'s anything else I can do. =)
\nBest of luck,
\n-AB
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"
\nhttp://brownbair.com\n@brownbair:
\nIf 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.
\nThanks!\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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
\nI 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.
\nSorry I can\'t be of more help at the moment.
\nBest of luck!
\n-AB
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"
\nhttp://brownbair.com\nselarsen, 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.
\nNote 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.)
\nPlease 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.
\nThanks 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.
\ni had to add the code from brownbair (see post above) to remove the sidebar in single page template. that did work.
\nthe 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**
\nI 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?
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"
\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?\nHow to get \"Facebook like\" that is on you\'r site on sidebar???: http://itutorialez.com/
\nHow 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...
\nlink:
\n
\nhttp://selarsen.com/in my \"tjenester\" page, or any other page where i use normal template with sidebar, the buttons works as supposed. link:
\n
\nhttp://selarsen.com/tjenester/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
\nAll 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\' />
\nafter this:
\n<?php wp_head(); ?>
\nin 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
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"
\nhttp://brownbair.com\n@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)?
\nJust wanted to take a look at the source code to see if it will help with this problem.
\nThanks
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"
\nLop\nbrownbair
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"
\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@Tosyk
\nI 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.
\nPlease let me know if anyone can help me with this issue.
\nThanks 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.
\nAny other ideas how I can resolve this ?
\nThanks for your 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: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:\"
\nLop\nDo 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,
\nThx for the reply. Sry my site was originally in maintenance mode etc but have now put it online for you to see.
\nThe address is: http://www.borsof.com.
\nOnce 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.
\nAny help appreciated,
\nRgds,
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"
\nLop\nThe 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\nTimberon Classifieds\r\n\r\n \r\n\r\nAdvertisement \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\r\nAdvertisement \r\n
\r\n\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\r\nAdvertisement \r\n
\r\nYou 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\r\nAdvertisement \r\n
\r\n\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.
\nChanges in 1.9.3
\n\n
\n\";s: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:\"- 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.
\nHave 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.
\nNew Gallery page template
\n\n\nChanges for 1.9.2
\n\n
\n\";s: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:\"- 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.
\nThe 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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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.
\";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','','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\";s: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\";s: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:
- have an idea;
- implement that idea;
- ????
- 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\";s: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.
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\";s: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.
I 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\";s: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:\"
I\'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\";s: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:\"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.
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!
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.
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\";s: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\";s: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\";s: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\";s: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\nBart McLeod helped fix Easy Popular Posts for WordPress \n\nStéphane Esteve helped tranlate Cross Slide for WordPress \n\nRodonic 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: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: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: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:18:\"child_list_start_2\";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:23:\"child_list_loop_start_2\";s:4:\"
\";s:24:\"child_list_nesting_level\";s:1:\"0\";s:22:\"child_list_parent_link\";s:100:\"- \";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:\"Parent Page - [post_title]\";s:14:\"cat_list_start\";s:4:\"\";s:13:\"cat_list_loop\";s:52:\"
\";s:16:\"cat_list_start_2\";s:4:\"- [post_title]
\";s:12:\"cat_list_end\";s:5:\"\";s:15:\"cat_list_loop_2\";s:52:\"
\";}','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!- [post_title]
\";s:14:\"cat_list_end_2\";s:5:\"
\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\nFollowing 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\nIf 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.
He offers three salient points:
\n\n
\n- It’s Not Productive To Read How Much People Hate You
\n- It’s Not Going To Be Helpful
\n- You Might Get Suckered Into Getting Angry
\nI 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.
\nWhen 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.
\nFor 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.
\nBut 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.
\nEvery 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\nForums 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.
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.
\nI 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.
\nIf 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?
\nI 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.
\nI 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.
\nI 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).
\nAlso, 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).
\nAnything 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).
\nNow 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.
\nRelated 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\nFollowing 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\nIf 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.
He offers three salient points:
\n\n
\n- It’s Not Productive To Read How Much People Hate You
\n- It’s Not Going To Be Helpful
\n- You Might Get Suckered Into Getting Angry
\nI 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.
\nWhen 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.
\nFor 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.
\nBut 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.
\nEvery 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\nForums 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.
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.
\nI 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.
\nIf 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?
\nI 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.
\nI 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.
\nI 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).
\nAlso, 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).
\nAnything 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).
\nNow 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.
\nRelated 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\nI’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).
\nMakes 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?
\nFor 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.
\nPet 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.
\nIt’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.
\nTDO-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.
\nBut 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.
\nI 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.
\nRelated 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\nI’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).
\nMakes 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?
\nFor 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.
\nPet 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.
\nIt’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.
\nTDO-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.
\nBut 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.
\nI 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.
\nRelated 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\nI 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.
\nA 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\nBut 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.
\nThat 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.
\nBut, 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.
\nI 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.
\nRelated 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\nI 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.
\nA 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\nBut 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.
\nThat 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.
\nBut, 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.
\nI 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.
\nRelated 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\nI 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.
\nAnd 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).
\nA 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.
\nI did say:
\n\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.
Maybe Gravity Forms is your answer if that paragraph hits home.
\nOf 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.
\nRelated 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\nI 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.
\nAnd 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).
\nA 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.
\nI did say:
\n\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.
Maybe Gravity Forms is your answer if that paragraph hits home.
\nOf 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.
\nRelated 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\nWhile I’ve been on holiday and not doing anything on TDO Mini Forms, others have been quite busy:
\nHow to use custom taxonomies in TDO Mini Forms (from ilovecolors).
\n\nTDO 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.
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\nWhile I’ve been on holiday and not doing anything on TDO Mini Forms, others have been quite busy:
\nHow to use custom taxonomies in TDO Mini Forms (from ilovecolors).
\n\nTDO 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.
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\nGot 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.
\nThe 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.
\nI’ll get a proper fix out for it something this week.
\nRelated 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\nGot 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.
\nThe 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.
\nI’ll get a proper fix out for it something this week.
\nRelated 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\nI’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.
\nIf 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.
\nRelated 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\nI’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.
\nIf 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.
\nRelated 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\nEven 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.
\nPart 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.
\nEssentially, 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.
\nAnd 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.
\nIt 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.
\nSo 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).
\nOne 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.
\nRelated 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\nEven 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.
\nPart 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.
\nEssentially, 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.
\nAnd 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.
\nIt 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.
\nSo 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).
\nOne 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.
\nRelated 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\nA guy called Court has put together a video tutorial and article on using TDO Mini Forms, my free WordPress plugin.
\nThe 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.
\nRelated 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\nA guy called Court has put together a video tutorial and article on using TDO Mini Forms, my free WordPress plugin.
\nThe 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.
\nRelated 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\nA 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.
\nI’m sorry about this, but it didn’t appear on my test server before release.
\nRelated 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\nA 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.
\nI’m sorry about this, but it didn’t appear on my test server before release.
\nRelated 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\";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:\"\r\n \r\n\r\nContact \r\n\r\n\r\n \r\nDue 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
“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:
\r\n\r\n
\r\n- 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.
\r\n- Smoking is limited to an enclosed vehicle or a smoking approved building.
\r\n- Possessing, discharging or using any kind of firework or other pyrotechnic device.
\r\n- Welding, or operating acetylene or other torch with open flame.
\r\n- 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).
\r\n- 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.
\r\nAs always, fireworks are prohibited on all National Forest System lands.
\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\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\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\nTo report a fire, call (575) 434-2286 or toll free 1-877-695-1663.
\";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:\"
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.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.
\nThere 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,
\nin 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
\nPICTURES 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
\nATV RENTALS AND HORSE RENTALS.
\nEMAIL realhelpron@dellcity.com
\nFeel 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]
\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
\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
\nReservations 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!
\nThese 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]
\nThis 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
\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
\nReservations 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!
\nThese 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]
\nThe 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.
\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
\nReservations 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!
\nThese 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]
\nThis 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.
\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
\nReservations 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!
\nThese 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]
\nThis 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.
\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
\nReservations 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!
\nThese 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]
\nFeatures 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.
\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
\nReservations 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!
\nThese 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]
\nThis 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.
\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
\nReservations 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!
\nThese 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]
\nThere 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.
\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
\nReservations 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!
\nThese 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]
\n1 Room/1 Bath includes double bed, kitchenette, and television with satellite programming. Rates begin at $45.00 per night for two persons only.
\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
\nReservations 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!
\nThese 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]
\n1 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.
\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
\nReservations 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!
\nThese 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]
\n1 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.
\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
\nReservations 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!
\nThese 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]
\n2 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.
\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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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:\"
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!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.
\nPDF 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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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...
\nOverall Map of Timberon... [Composite Timberon Plat Map]
\nTimberon Airfield 1... [Original Plat] [Re-Plat A]
\nTimberon 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]
\nSacramento River Estates... [Original Plat] [Re-Plat A Block 1] [Block 1 Re-Plat B]
\nSacramento 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]
\nSacramento Mountain Ranch 2... [Original Plat] [Block 7 Re-Plat A]
\nSacramento Mountain Ranch 3... [Original Plat] [Block 13 Re-Plat M] [Re-Plat Lots 4-5 Block 13] [Re-Plat Lots 20-21 Block 13]
\nSacramento Mountain Ranch 4... [Original Plat] [Re-Plat Block 23]
\nTimberon Golf Course 1... [Original Plat] [Block 3 Re-Plat A]
\nTimberon Golf Course 2... [Original Plat] [Re-Plat A Block 8]
\nTimberon Golf Course 3... [Original Plat]
\nTimberon Golf Course 4... [Original Plat]
\nTimberon Golf Course 5... [Original Plat]
\nTimberon Golf Course 6... [Original Plat] [Block 16 Re-Plat A]
\nTimberon 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]
\nTimberon Golf Course 8... [Original Plat]
\nTimberon Unit 1... [Original Plat]
\nTimberon Unit 2... [Original Plat] [Block 47 Re-Plat M]
\nTimberon 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]
\nTimberon Unit 4... [Original Plat] [Block 25 Re-Plat A]
\nTimberon Unit 5... [Original Plat] [Re-Plat A Block 69]
\nTimberon Unit 6... [Original Plat] [T6 Re-Plat] [Re-Plat A Block 99] [Re-Plat A Block 100]
\nTimberon Unit 7... [Original Plat] [Block 81 Re-Plat] [Re-Plat A Block 78] [Re-Plat A Block 80]
\nTimberon 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]
\nTimberon Unit 9... [Original Plat] [Re-Plat Block 159]
\nTimberon 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]
\nTimberon 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]
\nTimberon Unit 13... [Original Plat] [T13 Amended]
\nTimberon Unit 14... [Original Plat] [Re-Plat 54A Block 126] [Re-Plat 83A Block 126] [Re-Plat A Block 100] [Re-Plat A Block 131]
\nTimberon Unit 14A... [Original Plat] [Re-Plat F Block 129] [Re-Plat A Block 129]
\nTimberon 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]
\nTimberon 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\r\nAdvertisement \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\nTimberon Classifieds\r\n\r\n \r\n\r\nAdvertisement \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\nTimberon Classifieds\r\n\r\n \r\n\r\nAdvertisement \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\n
\r\n
\r\nPlease try back [until].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.
\";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:\"
Our website is currently undergoing scheduled maintenance.
Please try back in %1$s %2$s
Thank you for your understanding.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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.
\nOne 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.
\nOne 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.
\nAdding The Wordpress Functions
\nSetting 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\nObviously you need to change the path to the wp-config file to be the same as the directory for your Wordpress installlation.
\nThe Wordpress Menu Function
\nTo 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.
\nFor 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\nAnd 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\";}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.
\nOne 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.
\nOne 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.
\nAdding The Wordpress Functions
\nSetting 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\nObviously you need to change the path to the wp-config file to be the same as the directory for your Wordpress installlation.
\nThe Wordpress Menu Function
\nTo 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.
\nFor 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\nAnd 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\";}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.
\nThe 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.
\nThe 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.
\nWordpress slick contact forms plugin page.
\nEach 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.
\nThe 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.
\nFor more information and instructions on how to install and configure the plugin and check out a demo form:
\nWordpress slick contact forms.
\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.
\nThe 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.
\nThe 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.
\nWordpress slick contact forms plugin page.
\nEach 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.
\nThe 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.
\nFor more information and instructions on how to install and configure the plugin and check out a demo form:
\nWordpress slick contact forms.
\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:\"
Updated 16th May 2011
\nThe 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.
\nThis 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
\nThe 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.
\nThis 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.
\nDownload Floating Menu 1.1 (1,511)
\n\n\nInstallation
\n\n
\n- Upload the plugin through `Plugins > Add New > Upload` interface or upload `floating-menu` folder to the `/wp-content/plugins/` directory
\n- Activate the plugin through the ‘Plugins’ menu in WordPress
\n- In the widgets section, select the Floating Menu widget and add to one of your widget areas
\n- Select one of the WP menus, set the required settings and save your widget
\nUseage
\nIn order to use the floating menu plugin you will need the following:
\nA Wordpress custom menu
\nEither use an existing menu or set one up via the menu option in Wordpress admin.
\nWidget area
\nLocation 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.
\nTo learn more about adding widget areas to Wordpress see our Wordpress tutorial – “Adding A Widget Area To Your Theme Files”.
\nCreate Your Floating Menu
\nTo 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.
\nClick “save” to activate the widget.
\nConfiguring Your Widget
\nThe floating menu can easily be customised using the options available in the widget control panel:
\nEvent:
\nOpen/Close the menu using either ‘hover’ or ‘click’.
\nTab Text:
\nEnter the text that you would like to use for the menu tab.
\nWidth:
\nSet the width of the menu in pixels
\nLocation & Aligment:
\nThe 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
\n- Top Left or Top Right – menu slides down
\n- Bottom Left or Bottom Right – menu slides up
\nFor 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.
\nE.g. To position a menu 50 pixels from the top and 100 pixels from the right you would use the following settings:
\n\n
Floating Speed:
\nThe 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.
\nThe default speed is set to 1.5 secs.
\nAnimation Speed:
\nThe speed in milliseconds to open and close the slide out menu.
\nThe default speed is set to 0.6 secs.
\nAuto-Close Menu:
\nIf checked, the menu will automatically slide closed when the user clicks anywhere in the browser
\nKeep Open:
\nIf checked, the menu tab will remain open at all times.
\nSkin:
\n4 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.
\nNote: 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.
\nFAQ
\n\n\nThe menu appears on the page but does not work. Why?
\nOne 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.
\nAnother 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\nDemo jQuery Floating Menu
\nhttp://designchemical.com/lab/demo-wordpress-jquery-floating-menu-plugin/
\nDownload The Plugin
\nDownload Floating Menu 1.1 (1,511)
\n\nIf you find this plugin useful please rate it at wordpress.org.
\nIf you liked the floating menu plugin you may also like the Slick Menu Plugin.
\nIf 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\nAll 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\nScreenshots
\n\n
Widget in edit mode
\nUpdates
\nVersion 1.1 16th May 2011
\n\n
\n- Added: Option to keep menu open at all times
\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:\"
Updated 16th May 2011
\nThe 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.
\nThis 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
\nThe 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.
\nThis 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.
\nDownload Floating Menu 1.1 (1,511)
\n\n\nInstallation
\n\n
\n- Upload the plugin through `Plugins > Add New > Upload` interface or upload `floating-menu` folder to the `/wp-content/plugins/` directory
\n- Activate the plugin through the ‘Plugins’ menu in WordPress
\n- In the widgets section, select the Floating Menu widget and add to one of your widget areas
\n- Select one of the WP menus, set the required settings and save your widget
\nUseage
\nIn order to use the floating menu plugin you will need the following:
\nA Wordpress custom menu
\nEither use an existing menu or set one up via the menu option in Wordpress admin.
\nWidget area
\nLocation 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.
\nTo learn more about adding widget areas to Wordpress see our Wordpress tutorial – “Adding A Widget Area To Your Theme Files”.
\nCreate Your Floating Menu
\nTo 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.
\nClick “save” to activate the widget.
\nConfiguring Your Widget
\nThe floating menu can easily be customised using the options available in the widget control panel:
\nEvent:
\nOpen/Close the menu using either ‘hover’ or ‘click’.
\nTab Text:
\nEnter the text that you would like to use for the menu tab.
\nWidth:
\nSet the width of the menu in pixels
\nLocation & Aligment:
\nThe 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
\n- Top Left or Top Right – menu slides down
\n- Bottom Left or Bottom Right – menu slides up
\nFor 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.
\nE.g. To position a menu 50 pixels from the top and 100 pixels from the right you would use the following settings:
\n\n
Floating Speed:
\nThe 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.
\nThe default speed is set to 1.5 secs.
\nAnimation Speed:
\nThe speed in milliseconds to open and close the slide out menu.
\nThe default speed is set to 0.6 secs.
\nAuto-Close Menu:
\nIf checked, the menu will automatically slide closed when the user clicks anywhere in the browser
\nKeep Open:
\nIf checked, the menu tab will remain open at all times.
\nSkin:
\n4 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.
\nNote: 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.
\nFAQ
\n\n\nThe menu appears on the page but does not work. Why?
\nOne 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.
\nAnother 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\nDemo jQuery Floating Menu
\nhttp://designchemical.com/lab/demo-wordpress-jquery-floating-menu-plugin/
\nDownload The Plugin
\nDownload Floating Menu 1.1 (1,511)
\n\nIf you find this plugin useful please rate it at wordpress.org.
\nIf you liked the floating menu plugin you may also like the Slick Menu Plugin.
\nIf 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\nAll 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\nScreenshots
\n\n
Widget in edit mode
\nUpdates
\nVersion 1.1 16th May 2011
\n\n
\n- Added: Option to keep menu open at all times
\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.
\nThe 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.
\nThe plugin offers many options, which can be used to customise the floating content including:
\n\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
\nCheckout the jQuery Floater plugin project page for more information.
\nWordpress Plugin Version
\nThe 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\";}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.
\nThe 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.
\nThe plugin offers many options, which can be used to customise the floating content including:
\n\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
\nCheckout the jQuery Floater plugin project page for more information.
\nWordpress Plugin Version
\nThe 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\";}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.
\nOur 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.
\nOur 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\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
\nView DemoDownload Source Files
\nThe Form HTML
\nA 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\nThe 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
\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
\nOur Form CSS
\nThere 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\nThe Form Validation CSS
\nThe 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\nThe jQuery Code
\nThe 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\nThe comments are fairly self explanatory. So to briefly summarise the jQuery code:
\n\n
\n- When the submit button is clicked the validation process starts by declaring all function variables, including the error message span tag
\n- 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 slate
Loop through all input fields with class “required” and first check if they contain text\n- Validate input fields with class “email” using a standard regex pattern for email address formats
\n- Get the 2 password field values and check if they match
\n- 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
\n- Position each error message span tag to the right of the form row based on the total width of the message
\n- Fade in each error message and alert the user by animating 5px to the left
\n- Fade out and remove the errors when the user clicks on the text input field
\nWith 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.
\nView DemoDownload Source Files
\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.
\nOur 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.
\nOur 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\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
\nView DemoDownload Source Files
\nThe Form HTML
\nA 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\nThe 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
\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
\nOur Form CSS
\nThere 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\nThe Form Validation CSS
\nThe 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\nThe jQuery Code
\nThe 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\nThe comments are fairly self explanatory. So to briefly summarise the jQuery code:
\n\n
\n- When the submit button is clicked the validation process starts by declaring all function variables, including the error message span tag
\n- 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 slate
Loop through all input fields with class “required” and first check if they contain text\n- Validate input fields with class “email” using a standard regex pattern for email address formats
\n- Get the 2 password field values and check if they match
\n- 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
\n- Position each error message span tag to the right of the form row based on the total width of the message
\n- Fade in each error message and alert the user by animating 5px to the left
\n- Fade out and remove the errors when the user clicks on the text input field
\nWith 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.
\nView DemoDownload Source Files
\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
\nRegular 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.
\nIn 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
\nRegular 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.
\nIn this post I have included several example regular expressions that we have used in our web design projects for validating form input.
\nFor 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\nFor 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.
\njQuery To Handle the Submit Button
\nIn 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 > 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\nNow that we have this code to check for errors, we can add any of the examples below to the form.
\nExample 1 – Validates Numeric Characters Only
\nAccepts 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\nExample 2 – No Special Characters
\nAllows 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\nExample 3 – Maximum of 8 Characters
\nAllows 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\nExample 4 – US Phone Number
\nAllows 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
\n- 234-234-1234 = OK
\n- 134-234-1234 = Error
\n- 234-134-1234 = Error
\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\nExample 5 – Validate Date Format
\nAllows date format – mm/dd/yyyy – including “/”. All other combinations will return errors e.g:
\n\n
\n- 01/31/2001 = OK
\n- 31/01/2001 = Error
\n- 1/01/2001 = Error
\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\nExample 6 – Check For Possible Fake Text
\nThis 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
\n- foo = OK
\n- fff = Error
\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\nExample 7 – Check Email Address Format
\nThis is a standard regular expression, which is used to validate email addresses to ensure they follow the standard format:
\n\n
\n- email@email.com = OK
\n- email.email.com = Error
\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\nExample 8 – No Free Email Addresses
\nAnother 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
\n- email@yahoo.com = Error
\n- email@email.com = OK
\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\nExample 9 – Visa Card Number Format
\nFor 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
\n- 4166000000000000 = OK
\n- 4166000000000 = OK
\n- 41660000000000001 = Error
\n- 2166000000000000 = Error
\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\nHopefully some of the above examples will be useful for your forms and also help demonstrate how powerful regular expressions can be.
\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
\nRegular 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.
\nIn 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
\nRegular 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.
\nIn this post I have included several example regular expressions that we have used in our web design projects for validating form input.
\nFor 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\nFor 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.
\njQuery To Handle the Submit Button
\nIn 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 > 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\nNow that we have this code to check for errors, we can add any of the examples below to the form.
\nExample 1 – Validates Numeric Characters Only
\nAccepts 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\nExample 2 – No Special Characters
\nAllows 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\nExample 3 – Maximum of 8 Characters
\nAllows 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\nExample 4 – US Phone Number
\nAllows 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
\n- 234-234-1234 = OK
\n- 134-234-1234 = Error
\n- 234-134-1234 = Error
\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\nExample 5 – Validate Date Format
\nAllows date format – mm/dd/yyyy – including “/”. All other combinations will return errors e.g:
\n\n
\n- 01/31/2001 = OK
\n- 31/01/2001 = Error
\n- 1/01/2001 = Error
\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\nExample 6 – Check For Possible Fake Text
\nThis 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
\n- foo = OK
\n- fff = Error
\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\nExample 7 – Check Email Address Format
\nThis is a standard regular expression, which is used to validate email addresses to ensure they follow the standard format:
\n\n
\n- email@email.com = OK
\n- email.email.com = Error
\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\nExample 8 – No Free Email Addresses
\nAnother 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
\n- email@yahoo.com = Error
\n- email@email.com = OK
\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\nExample 9 – Visa Card Number Format
\nFor 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
\n- 4166000000000000 = OK
\n- 4166000000000 = OK
\n- 41660000000000001 = Error
\n- 2166000000000000 = Error
\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\nHopefully some of the above examples will be useful for your forms and also help demonstrate how powerful regular expressions can be.
\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!
\nWhilst 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.
\nView 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!
\nWhilst 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.
\nView jQuery Tooltips Plugin DemoDownload Source Files
\nBy 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.
\nCreating 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.
\nThe Tooltip Plugin Components
\nIf 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
\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.
\nThe Plugin Code
\nPlugins 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.
\nThe 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\n1. Set Up The Plugin & Add Our Default Options
\nThe 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.
\nWe always prefix our plugins with “dc” so for our jQuery tooltips we are going to use “dcTooltip”.
\nOptions 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\nNow that we have the basic plugin structure in place we can get down to the jQuery code that will generate the tooltip feature.
\n2. Dynamically Generating The Tooltip
\nAs 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.
\nThe 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\nWe have added the additional div tag (class = “top”) so the user can add more advanced styling.
\nIn this first section of our jquery tooltips code we are going to do a number of things:
\n\n
\n- Get the title attribute text insert into the tooltip container and append the tooltip HTML to the item.
\n- Get the tooltip dimensions
\n- Get the dimensions of the element
\n- 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.
\n- 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.
\n- Finally – lets empty the element’s title attribute to prevent the default browser tooltip appearing.
\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\nThat’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.
\n3. Setting Up The Hover Event
\nOur 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.
\nWe 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\nThe 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.
\nNotice 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.
\n4. linkOver Function To Display Tooltip
\nNow 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
\n- First we need to “show” the tooltip since it is currently hidden using CSS.
\n- Set the “bottom” position of the tooltip to the same as our marginTop variable, which we got earlier in the code.
\n- 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”.
\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\n5. linkOut Function To Hide Tooltip
\nOur animation for hiding the jquery tooltip only has two basic steps:
\n\n
\n- 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.
\n- When the first step is complete we need to “hide” the tooltip again.
\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\nThe Complete jQuery Tooltip Plugin Code
\nPutting 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\nSave your plugin file – in our case we are going to use – jquery.dctooltip.1.0.js
\nUsing Your jQuery Tooltips Plugin
\nTo use your jQuery tooltips now becomes very easy since it’s wrapped up as a plugin.
\n1. Add the Plugin
\nAdd 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\n2. Initialise the jQuery Tooltip Plugin
\nTo 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\nTo 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\n3. The Tooltip CSS
\nOur 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.
\nIn 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”.
\nThere 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\nView jQuery Tooltips Plugin DemoDownload Source Files
\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!
\nWhilst 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.
\nView 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!
\nWhilst 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.
\nView jQuery Tooltips Plugin DemoDownload Source Files
\nBy 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.
\nCreating 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.
\nThe Tooltip Plugin Components
\nIf 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
\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.
\nThe Plugin Code
\nPlugins 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.
\nThe 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\n1. Set Up The Plugin & Add Our Default Options
\nThe 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.
\nWe always prefix our plugins with “dc” so for our jQuery tooltips we are going to use “dcTooltip”.
\nOptions 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\nNow that we have the basic plugin structure in place we can get down to the jQuery code that will generate the tooltip feature.
\n2. Dynamically Generating The Tooltip
\nAs 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.
\nThe 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\nWe have added the additional div tag (class = “top”) so the user can add more advanced styling.
\nIn this first section of our jquery tooltips code we are going to do a number of things:
\n\n
\n- Get the title attribute text insert into the tooltip container and append the tooltip HTML to the item.
\n- Get the tooltip dimensions
\n- Get the dimensions of the element
\n- 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.
\n- 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.
\n- Finally – lets empty the element’s title attribute to prevent the default browser tooltip appearing.
\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\nThat’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.
\n3. Setting Up The Hover Event
\nOur 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.
\nWe 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\nThe 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.
\nNotice 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.
\n4. linkOver Function To Display Tooltip
\nNow 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
\n- First we need to “show” the tooltip since it is currently hidden using CSS.
\n- Set the “bottom” position of the tooltip to the same as our marginTop variable, which we got earlier in the code.
\n- 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”.
\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\n5. linkOut Function To Hide Tooltip
\nOur animation for hiding the jquery tooltip only has two basic steps:
\n\n
\n- 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.
\n- When the first step is complete we need to “hide” the tooltip again.
\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\nThe Complete jQuery Tooltip Plugin Code
\nPutting 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\nSave your plugin file – in our case we are going to use – jquery.dctooltip.1.0.js
\nUsing Your jQuery Tooltips Plugin
\nTo use your jQuery tooltips now becomes very easy since it’s wrapped up as a plugin.
\n1. Add the Plugin
\nAdd 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\n2. Initialise the jQuery Tooltip Plugin
\nTo 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\nTo 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\n3. The Tooltip CSS
\nOur 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.
\nIn 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”.
\nThere 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\nView jQuery Tooltips Plugin DemoDownload Source Files
\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.
\nAuto-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.
\nAuto-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.
\nFor 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\";}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.
\nAuto-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.
\nAuto-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.
\nFor 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\";}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\nOur 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.
\n1. Gallery HTML
\nOur 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\n2. The CSS
\nMost 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.
\nThe 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\nWith 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.
\n3. The jQuery Code – Fading Captions
\nOur 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\n4. The jQuery Code – Sliding Captions
\nOne 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\nView jQuery Fading Caption DemoView jQuery Sliding Caption DemoDownload Source Files
\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\nOur 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.
\n1. Gallery HTML
\nOur 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\n2. The CSS
\nMost 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.
\nThe 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\nWith 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.
\n3. The jQuery Code – Fading Captions
\nOur 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\n4. The jQuery Code – Sliding Captions
\nOne 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\nView jQuery Fading Caption DemoView jQuery Sliding Caption DemoDownload Source Files
\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.
\nThis 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.
\nThis 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:
\nMethod 1 – Links With Complete URLs
\nIf 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\nThe above code will therefore identify any link that does not contain http://www.designchemical.com and open this in a new browser window.
\n\nMethod 2 – Only External Links Use Complete URLs
\nIf 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\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.
\nThis 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.
\nThis 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:
\nMethod 1 – Links With Complete URLs
\nIf 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\nThe above code will therefore identify any link that does not contain http://www.designchemical.com and open this in a new browser window.
\n\nMethod 2 – Only External Links Use Complete URLs
\nIf 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\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.
\nVery 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.
\nVery 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
\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.
\nCheckout the jQuery Slick plugin project page for more information.
\nAlso see our Wordpress Slick Menu plugin version.
\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.
\nVery 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.
\nVery 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
\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.
\nCheckout the jQuery Slick plugin project page for more information.
\nAlso see our Wordpress Slick Menu plugin version.
\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.
\nThis enhanced feature allows you to synchronise the accordion menu with the page for users that navigate to the page from other non-accordion links.
\nFor 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.
\nThis enhanced feature allows you to synchronise the accordion menu with the page for users that navigate to the page from other non-accordion links.
\nFor more detailed information see the jQuery Vertical Accordion Menu plugin page or checkout the accordion menu demos.
\nIf you are looking for the Wordpress plugin version please refer to the Wordpress Accordion Menu Plugin page.
\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.
\nThis enhanced feature allows you to synchronise the accordion menu with the page for users that navigate to the page from other non-accordion links.
\nFor 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.
\nThis enhanced feature allows you to synchronise the accordion menu with the page for users that navigate to the page from other non-accordion links.
\nFor more detailed information see the jQuery Vertical Accordion Menu plugin page or checkout the accordion menu demos.
\nIf you are looking for the Wordpress plugin version please refer to the Wordpress Accordion Menu Plugin page.
\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.
\njQuery Plugin
\nPlugin Project Page
\nhttp://www.designchemical.com/lab/jquery-mega-drop-down-menu-plugin/getting-started/
\nDemo Page
\nhttp://www.designchemical.com/lab/jquery-mega-drop-down-menu-plugin/examples/
\nWordpress Plugin jQuery Drop Down Mega Menu Widget
\nPlugin Project Page
\n\nWordpress Demos
\nhttp://www.designchemical.com/lab/demo-wordpress-jquery-mega-menu-plugin/
\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.
\njQuery Plugin
\nPlugin Project Page
\nhttp://www.designchemical.com/lab/jquery-mega-drop-down-menu-plugin/getting-started/
\nDemo Page
\nhttp://www.designchemical.com/lab/jquery-mega-drop-down-menu-plugin/examples/
\nWordpress Plugin jQuery Drop Down Mega Menu Widget
\nPlugin Project Page
\n\nWordpress Demos
\nhttp://www.designchemical.com/lab/demo-wordpress-jquery-mega-menu-plugin/
\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.
\nAnd 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.
\nAnd here is the jQuery code:
\n\n$("#gallery li img").hover(function(){\n $(\'#main-img\').attr(\'src\',$(this).attr(\'src\').replace(\'thumb/\', \'\'));\n});\n\nView The DemoDownload Source Files
\nA great example of how jQuery can be extremely simple and effective.
\nThe Gallery HTML
\nAll 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\nOur 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”.
\nStyling The Gallery
\nDefinitely 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\nAdding Image Preload Function
\nAlthough 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.
\nThe 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\nAnd that’s basically all there is to it.
\nAlthough 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.
\nYou 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!
\nView The DemoDownload Source Files
\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.
\nAnd 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.
\nAnd here is the jQuery code:
\n\n$("#gallery li img").hover(function(){\n $(\'#main-img\').attr(\'src\',$(this).attr(\'src\').replace(\'thumb/\', \'\'));\n});\n\nView The DemoDownload Source Files
\nA great example of how jQuery can be extremely simple and effective.
\nThe Gallery HTML
\nAll 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\nOur 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”.
\nStyling The Gallery
\nDefinitely 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\nAdding Image Preload Function
\nAlthough 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.
\nThe 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\nAnd that’s basically all there is to it.
\nAlthough 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.
\nYou 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!
\nView The DemoDownload Source Files
\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:\"
\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.
\nThe sample … more
\";s:7:\"content\";a:1:{s:7:\"encoded\";s:12001:\"\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.
\nThe sample CSS file in the demo can also be used as a template for your own Wordpress vertical mega menu styles:
\nView Final Menu DemoDownload source code
\nThis 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.
\nThe Objectives
\nFor 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.
\nFootwear Custom Menu
\nFor 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\n
Jackets Sub-Menu
\nUsually 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\n
Sports Bags Sub-Menu
\nAdd background images to each sub-menu.
\n\n
Creating The Vertical Mega Menu
\nThe Basic Mega Menu CSS
\nThe 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\n\n
Still mega but definitely not as pretty!
\nThe 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\nCustom Styling
\nIn 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.
\nIt 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
\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)
\nCustom 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\nCustom CSS For Jackets
\nThe 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\nCustom 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\nThat’s basically it! Using the above techniques you can pretty much customise the menu to suite most requirements.
\nDownload the source code below for a complete working copies of both the basic and customised menus.
\nView Final Menu DemoDownload source code
\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:\"
\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.
\nThe sample … more
\";s:12:\"atom_content\";s:12001:\"\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.
\nThe sample CSS file in the demo can also be used as a template for your own Wordpress vertical mega menu styles:
\nView Final Menu DemoDownload source code
\nThis 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.
\nThe Objectives
\nFor 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.
\nFootwear Custom Menu
\nFor 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\n
Jackets Sub-Menu
\nUsually 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\n
Sports Bags Sub-Menu
\nAdd background images to each sub-menu.
\n\n
Creating The Vertical Mega Menu
\nThe Basic Mega Menu CSS
\nThe 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\n\n
Still mega but definitely not as pretty!
\nThe 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\nCustom Styling
\nIn 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.
\nIt 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
\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)
\nCustom 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\nCustom CSS For Jackets
\nThe 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\nCustom 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\nThat’s basically it! Using the above techniques you can pretty much customise the menu to suite most requirements.
\nDownload the source code below for a complete working copies of both the basic and customised menus.
\nView Final Menu DemoDownload source code
\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.
\nThis 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.
\nThis 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.
\nTo 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.
\nSee the Wordpress Plugin – jQuery Vertical Accordion Menu project page for more information, or Download Version 2.4.
\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.
\nThis 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.
\nThis 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.
\nTo 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.
\nSee the Wordpress Plugin – jQuery Vertical Accordion Menu project page for more information, or Download Version 2.4.
\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.
\nUpdate 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.
\nUpdate the accordion plugin via your plugin admin panel or click to download version 2.3.
\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.
\nUpdate 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.
\nUpdate the accordion plugin via your plugin admin panel or click to download version 2.3.
\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.
\nThe 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.
\nThe 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.
\nDownload JQuery Slick Menu Widget 1.1 (2,914)
\n\nInstallation
\n\n
\n- Upload the plugin through `Plugins > Add New > Upload` interface or upload `jquery-vertical-mega-menu` folder to the `/wp-content/plugins/` directory
\n- Activate the plugin through the ‘Plugins’ menu in WordPress
\n- In the widgets section, select the jQuery Slick Menu widget and add to one of your widget areas
\n- Select one of the WP menus, set the required settings and save your widget
\nUseage
\nIn order to use the slick menu plugin you will need the following:
\nA Wordpress custom menu
\nEither use an existing menu or set one up via the menu option in Wordpress admin.
\nWidget area
\nEither 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.
\nFor 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”.
\nCreate Your Slick Menu
\nTo 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.
\nClick “save” to activate the widget.
\nConfiguring Your Widget
\nThe widget has several settings, which can be used to customise your slick menu:
\nTab Text
\nEnter the text that you would like to use for the jquery slick menu tab.
\nLocation
\nThis 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
\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
\nSee the jquery slick menu demo page for examples.
\nOffset
\nThe 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.
\nAuto-Close Menu
\nCheck this option to automatically close any open menus when the user clicks anywhere in the browser
\nAnimation Speed
\nThe speed at which the sliding menu will open/close
\nSkin
\n8 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.
\nNote: 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.
\nFAQ
\n\n\nThe menu appears on the page but does not work. Why?
\nOne 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.
\nAnother 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\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\nDemo jQuery Slick Menu
\nhttp://designchemical.com/lab/demo-wordpress-jquery-slick-menu-plugin/
\nDownload The Plugin
\nDownload JQuery Slick Menu Widget 1.1 (2,914)
\n\nIf you find this plugin useful please rate it at wordpress.org.
\nIf 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\nAll 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\nScreenshots
\n\n
Widget in edit mode
\n\n
Widget Options For Locations of Slick Menu Tab
\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.
\nThe 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.
\nThe 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.
\nDownload JQuery Slick Menu Widget 1.1 (2,914)
\n\nInstallation
\n\n
\n- Upload the plugin through `Plugins > Add New > Upload` interface or upload `jquery-vertical-mega-menu` folder to the `/wp-content/plugins/` directory
\n- Activate the plugin through the ‘Plugins’ menu in WordPress
\n- In the widgets section, select the jQuery Slick Menu widget and add to one of your widget areas
\n- Select one of the WP menus, set the required settings and save your widget
\nUseage
\nIn order to use the slick menu plugin you will need the following:
\nA Wordpress custom menu
\nEither use an existing menu or set one up via the menu option in Wordpress admin.
\nWidget area
\nEither 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.
\nFor 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”.
\nCreate Your Slick Menu
\nTo 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.
\nClick “save” to activate the widget.
\nConfiguring Your Widget
\nThe widget has several settings, which can be used to customise your slick menu:
\nTab Text
\nEnter the text that you would like to use for the jquery slick menu tab.
\nLocation
\nThis 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
\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
\nSee the jquery slick menu demo page for examples.
\nOffset
\nThe 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.
\nAuto-Close Menu
\nCheck this option to automatically close any open menus when the user clicks anywhere in the browser
\nAnimation Speed
\nThe speed at which the sliding menu will open/close
\nSkin
\n8 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.
\nNote: 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.
\nFAQ
\n\n\nThe menu appears on the page but does not work. Why?
\nOne 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.
\nAnother 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\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\nDemo jQuery Slick Menu
\nhttp://designchemical.com/lab/demo-wordpress-jquery-slick-menu-plugin/
\nDownload The Plugin
\nDownload JQuery Slick Menu Widget 1.1 (2,914)
\n\nIf you find this plugin useful please rate it at wordpress.org.
\nIf 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\nAll 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\nScreenshots
\n\n
Widget in edit mode
\n\n
Widget Options For Locations of Slick Menu Tab
\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:\"
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.
\nToday 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.
\nToday 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.
\nFor 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\nThe Menu Structure
\nIn the Wordpress custom menu admin panel our menu structure looks like this:
\n\n
Very simple – 3 main menu items – 2 with sub-menus.
\nBasic Menu CSS
\nThe 2 important CSS classes that the Wordpress menu system uses are:
\n\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
\nWe 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.
\nThe 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\nAlthough 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.
\nUsing 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\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:\"
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.
\nToday 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.
\nToday 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.
\nFor 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\nThe Menu Structure
\nIn the Wordpress custom menu admin panel our menu structure looks like this:
\n\n
Very simple – 3 main menu items – 2 with sub-menus.
\nBasic Menu CSS
\nThe 2 important CSS classes that the Wordpress menu system uses are:
\n\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
\nWe 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.
\nThe 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\nAlthough 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.
\nUsing 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\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.
\nFor multi-level menus this offers improved useability and provides a visual indication of the options available to the user.
\nTo 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.
\nFor multi-level menus this offers improved useability and provides a visual indication of the options available to the user.
\nTo enable this option just check the “Show Count” box in the widget control panel.
\nCheck out the plugin page for more information.
\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.
\nFor multi-level menus this offers improved useability and provides a visual indication of the options available to the user.
\nTo 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.
\nFor multi-level menus this offers improved useability and provides a visual indication of the options available to the user.
\nTo enable this option just check the “Show Count” box in the widget control panel.
\nCheck out the plugin page for more information.
\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.
\nFor 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.
\nFor 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.
\nThe Search Box HTML
\nTo 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\nGive the input field a unique ID since we will need this to capture the users text.
\nThe Comments List
\nOur 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\nThe jQuery Code
\nThe 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.
\nSince 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\nThis jQuery live search can be applied to any elements by changing the “.commentlist li” selector.
\n\nThe live text search is also used on all of our blog comments.
\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.
\nFor 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.
\nFor 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.
\nThe Search Box HTML
\nTo 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\nGive the input field a unique ID since we will need this to capture the users text.
\nThe Comments List
\nOur 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\nThe jQuery Code
\nThe 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.
\nSince 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\nThis jQuery live search can be applied to any elements by changing the “.commentlist li” selector.
\n\nThe live text search is also used on all of our blog comments.
\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:\"
\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.
\nThe 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:\"\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.
\nThe 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\nThe 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.
\nMega Menu Basics
\nBoth 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.
\nDue to the mega menu’s unique layout there are several parts that we need to consider when putting our design together:
\n\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
\nSetting Up Your Style Sheet
\nAll 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”.
\nUsing these 2 CSS identifiers we can create the style rules, which can be added to our theme style sheet.
\nIf 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.
\n1. The Main Menu
\nThere 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.
\nThe 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\nOne 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.
\njQuery 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\n2. Creating the mega drop down
\nTo create the mega drop down layout the plugin uses several tags/css classes to control the positioning of the sub-menus:
\nMega 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”.
\nThe container allows more advanced styling to be used for the drop down such as the drop-shadow background used in this example.
\nMega 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.
\nFor 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\n3. Styling the sub-menus
\nThe 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\nNow that we have the layout formatted we can add the individual images, which will make our menu more unique.
\nTo 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.
\nWordpress 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\n4. Styling the sub-menu links
\nTo 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\n5. Style non-mega dropdowns
\nThe 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.
\nThe 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\nThat’s basically all that is required to create a more advanced layout for your mega menus.
\nAdd 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.
\nIf 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.
\nThe 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\nDownload
\nDownload 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\";}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:\"
\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.
\nThe objective of the tutorial will be to create a complete set of CSS rules … more
\";s:12:\"atom_content\";s:18195:\"\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.
\nThe 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\nThe 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.
\nMega Menu Basics
\nBoth 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.
\nDue to the mega menu’s unique layout there are several parts that we need to consider when putting our design together:
\n\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
\nSetting Up Your Style Sheet
\nAll 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”.
\nUsing these 2 CSS identifiers we can create the style rules, which can be added to our theme style sheet.
\nIf 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.
\n1. The Main Menu
\nThere 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.
\nThe 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\nOne 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.
\njQuery 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\n2. Creating the mega drop down
\nTo create the mega drop down layout the plugin uses several tags/css classes to control the positioning of the sub-menus:
\nMega 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”.
\nThe container allows more advanced styling to be used for the drop down such as the drop-shadow background used in this example.
\nMega 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.
\nFor 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\n3. Styling the sub-menus
\nThe 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\nNow that we have the layout formatted we can add the individual images, which will make our menu more unique.
\nTo 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.
\nWordpress 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\n4. Styling the sub-menu links
\nTo 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\n5. Style non-mega dropdowns
\nThe 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.
\nThe 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\nThat’s basically all that is required to create a more advanced layout for your mega menus.
\nAdd 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.
\nIf 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.
\nThe 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\nDownload
\nDownload 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\";}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.
\nToday 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.
\nToday 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
\n- jQuery Vertical Accordion Menu Plugin
\n- jQuery Vertical Mega Menu Plugin
\n- jQuery Drill Down iPod Menu Plugin
\nWhen 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.
\n1. The Vertical Accordion Menu
\nThe 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.
\nSetting 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
\nPros:
\nPerfect 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.
\nThe 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.
\nCons:
\n\nFor 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.
\nRecommendation
\nUse for basic sidebar navigation that has parent links with one level of child links.
\nSee the Wordpress Vertical Accordion Menu Plugin page for more information and examples.
\n2. The Vertical Mega Menu
\nThe 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.
\nThese 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.
\nIn 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
\nPros:
\nExcellent 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.
\nWith only one parent link its fairly easy to style the menu to give visual clues as to which is the current active menu option.
\nCons:
\nLarge 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.
\nRecommendation
\nFor navigation using related categories and minimum 3 levels.
\nSee the Wordpress Vertical Mega Menu Widget Plugin for more information and examples.
\n3. The Drill Down Menu – iPod Stlye Menu
\nStill relatively new, the drill down style menu offers an interesting and more fun method for users to navigate your links.
\nFollowing 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
\nPros:
\nPerfect 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.
\nThis 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.
\nDue 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!
\nCons:
\nA 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.
\nMore complicated to backtrack and the menu style makes it difficult/impossible to compare across categories.
\nAs with the vertical mega menu this also requires javascript to create the ipod effect, although CSS styling is fairly straightforward.
\nNot particularly useful with less than 3 levels of navigation or for standard page navigation.
\nRecommendation
\nFor 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.
\nPerfect for selling multi-component style products or navigation systems with a complicated heirarchy, where showing all available options would actually confuse the user.
\nGo to the Wordpress Drill Down iPod Menu Plugin page to see drill down menu demos and more information.
\nSummary
\nThe 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!
\nOne 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\";}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.
\nToday 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.
\nToday 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
\n- jQuery Vertical Accordion Menu Plugin
\n- jQuery Vertical Mega Menu Plugin
\n- jQuery Drill Down iPod Menu Plugin
\nWhen 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.
\n1. The Vertical Accordion Menu
\nThe 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.
\nSetting 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
\nPros:
\nPerfect 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.
\nThe 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.
\nCons:
\n\nFor 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.
\nRecommendation
\nUse for basic sidebar navigation that has parent links with one level of child links.
\nSee the Wordpress Vertical Accordion Menu Plugin page for more information and examples.
\n2. The Vertical Mega Menu
\nThe 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.
\nThese 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.
\nIn 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
\nPros:
\nExcellent 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.
\nWith only one parent link its fairly easy to style the menu to give visual clues as to which is the current active menu option.
\nCons:
\nLarge 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.
\nRecommendation
\nFor navigation using related categories and minimum 3 levels.
\nSee the Wordpress Vertical Mega Menu Widget Plugin for more information and examples.
\n3. The Drill Down Menu – iPod Stlye Menu
\nStill relatively new, the drill down style menu offers an interesting and more fun method for users to navigate your links.
\nFollowing 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
\nPros:
\nPerfect 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.
\nThis 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.
\nDue 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!
\nCons:
\nA 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.
\nMore complicated to backtrack and the menu style makes it difficult/impossible to compare across categories.
\nAs with the vertical mega menu this also requires javascript to create the ipod effect, although CSS styling is fairly straightforward.
\nNot particularly useful with less than 3 levels of navigation or for standard page navigation.
\nRecommendation
\nFor 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.
\nPerfect for selling multi-component style products or navigation systems with a complicated heirarchy, where showing all available options would actually confuse the user.
\nGo to the Wordpress Drill Down iPod Menu Plugin page to see drill down menu demos and more information.
\nSummary
\nThe 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!
\nOne 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\";}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.
\nThis 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.
\nThe 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.
\nThis 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.
\nThe 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.
\nFor horizontal mega menus refer to – Wordpress Mega Menu Widget Plugin.
\nDownload JQuery Vertical Mega Menu Widget 1.3.1 (6,490)
\n\nInstallation
\n\n
\n- Upload the plugin through `Plugins > Add New > Upload` interface or upload `jquery-vertical-mega-menu` folder to the `/wp-content/plugins/` directory
\n- Activate the plugin through the ‘Plugins’ menu in WordPress
\n- In the widgets section, select the jQuery vertical mega menu widget and add to one of your widget areas
\n- Select one of the WP menus, set the required settings and save your widget
\nUseage
\nIn order to use the vertical mega menu plugin you will need the following:
\nA Wordpress custom menu
\nEither 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.
\nWidget area
\nEither 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.
\nFor 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”.
\nCreate Your Vertical Mega Menu
\nTo 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.
\nClick “save” to activate the widget.
\nConfiguring Your Widget
\nThe widget has several parameters that can be configured to help cutomise the mega menu:
\nNumber Items Per Row
\nSelect the number of sub-menu items to be shown on each row of the flyout mega menu.
\nAnimation Effect
\nThe 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.
\nAnimation Direction
\nChoose the direction for the flyout menu – either left or right.
\nAnimation Speed
\nThe speed at which the dropdown menu will open/close
\nSkin
\n8 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
\nFAQ
\n\n\nThe menu appears on the page but does not work. Why?
\nOne 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.
\nAnother 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\nHow should I structure my custom menu to get the best results?
\nThe 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
\n- First level is used for the main menu items
\n- The second level is used to create the sub-menu headings
\n- The 3rd level links are then grouped together under the headings to create the menu options
\nExample – Products –> Category –> Product Ranges
\nTo view a screenshot of the complete menu structure used to create the demo menus – click here
\n\n\nThe menu appears on the page and looks correct but I cant see the flyout menu?
\nMake 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\nHow can I create my own custom CSS style sheet for the menu?
\nSee Wordpress Tutorial – Create Your own Custom Vertical Mega Menu for more information and sample custom CSS.
\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\nDemo jQuery Vertical Mega Menu
\nView The jQuery Vertical Mega Menu Demo
\nDownload The Plugin
\nDownload JQuery Vertical Mega Menu Widget 1.3.1 (6,490)
\n\nIf you find this plugin useful please rate it at wordpress.org.
\nIf 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\nAll 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\nUpdates
\nVersion 1.3 – 19th Apr 2011
\n\n
\n- Fixed: IE Invalid Argument bug in jQuery plugin
\nVersion 1.2 – 15th Apr 2011
\n\n
\n- Fixed: Sub menu positioning bug for bottom menu option
\nVersion 1.1 – 23rd Mar 2011
\n\n
\n- Fixed: IE7 bug with sub-menu widths
\nScreenshots
\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
\nFor 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\";}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.
\nThis 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.
\nThe 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.
\nThis 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.
\nThe 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.
\nFor horizontal mega menus refer to – Wordpress Mega Menu Widget Plugin.
\nDownload JQuery Vertical Mega Menu Widget 1.3.1 (6,490)
\n\nInstallation
\n\n
\n- Upload the plugin through `Plugins > Add New > Upload` interface or upload `jquery-vertical-mega-menu` folder to the `/wp-content/plugins/` directory
\n- Activate the plugin through the ‘Plugins’ menu in WordPress
\n- In the widgets section, select the jQuery vertical mega menu widget and add to one of your widget areas
\n- Select one of the WP menus, set the required settings and save your widget
\nUseage
\nIn order to use the vertical mega menu plugin you will need the following:
\nA Wordpress custom menu
\nEither 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.
\nWidget area
\nEither 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.
\nFor 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”.
\nCreate Your Vertical Mega Menu
\nTo 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.
\nClick “save” to activate the widget.
\nConfiguring Your Widget
\nThe widget has several parameters that can be configured to help cutomise the mega menu:
\nNumber Items Per Row
\nSelect the number of sub-menu items to be shown on each row of the flyout mega menu.
\nAnimation Effect
\nThe 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.
\nAnimation Direction
\nChoose the direction for the flyout menu – either left or right.
\nAnimation Speed
\nThe speed at which the dropdown menu will open/close
\nSkin
\n8 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
\nFAQ
\n\n\nThe menu appears on the page but does not work. Why?
\nOne 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.
\nAnother 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\nHow should I structure my custom menu to get the best results?
\nThe 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
\n- First level is used for the main menu items
\n- The second level is used to create the sub-menu headings
\n- The 3rd level links are then grouped together under the headings to create the menu options
\nExample – Products –> Category –> Product Ranges
\nTo view a screenshot of the complete menu structure used to create the demo menus – click here
\n\n\nThe menu appears on the page and looks correct but I cant see the flyout menu?
\nMake 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\nHow can I create my own custom CSS style sheet for the menu?
\nSee Wordpress Tutorial – Create Your own Custom Vertical Mega Menu for more information and sample custom CSS.
\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\nDemo jQuery Vertical Mega Menu
\nView The jQuery Vertical Mega Menu Demo
\nDownload The Plugin
\nDownload JQuery Vertical Mega Menu Widget 1.3.1 (6,490)
\n\nIf you find this plugin useful please rate it at wordpress.org.
\nIf 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\nAll 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\nUpdates
\nVersion 1.3 – 19th Apr 2011
\n\n
\n- Fixed: IE Invalid Argument bug in jQuery plugin
\nVersion 1.2 – 15th Apr 2011
\n\n
\n- Fixed: Sub menu positioning bug for bottom menu option
\nVersion 1.1 – 23rd Mar 2011
\n\n
\n- Fixed: IE7 bug with sub-menu widths
\nScreenshots
\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
\nFor 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\";}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.
\nVertical 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.
\nVertical mega menus offer better useability over standard flyout style menus with multiple levels.
\nUsing 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
\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
\nSee the jQuery vertical mega menu plugin project pages for complete instructions, demos and to download the plugin including sample code.
\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.
\nVertical 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.
\nVertical mega menus offer better useability over standard flyout style menus with multiple levels.
\nUsing 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
\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
\nSee the jQuery vertical mega menu plugin project pages for complete instructions, demos and to download the plugin including sample code.
\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.
\nBeing able to extract the URL parameter with jQuery is obviously very useful and allows us to then use this value in our jQuery functions.
\nIn 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.
\nBeing able to extract the URL parameter with jQuery is obviously very useful and allows us to then use this value in our jQuery functions.
\nIn our demo jQuery code we are going to take the URL parameter, insert this value into a text block and display on the screen.
\nThe 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\nAnd that’s all there is! Try out the demo to see it in action:
\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.
\nBeing able to extract the URL parameter with jQuery is obviously very useful and allows us to then use this value in our jQuery functions.
\nIn 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.
\nBeing able to extract the URL parameter with jQuery is obviously very useful and allows us to then use this value in our jQuery functions.
\nIn our demo jQuery code we are going to take the URL parameter, insert this value into a text block and display on the screen.
\nThe 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\nAnd that’s all there is! Try out the demo to see it in action:
\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.
\nThe latest update offers the choice of selecting either a “fade In” or “slide down” effect for the mega menu.
\nCheck 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.
\nThe latest update offers the choice of selecting either a “fade In” or “slide down” effect for the mega menu.
\nCheck out the plugin pages for more information and demos.
\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.
\nThe latest update offers the choice of selecting either a “fade In” or “slide down” effect for the mega menu.
\nCheck 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.
\nThe latest update offers the choice of selecting either a “fade In” or “slide down” effect for the mega menu.
\nCheck out the plugin pages for more information and demos.
\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.
\nThe 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.
\nThe 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
\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.
\nSee the jQuery vertical accordion menu plugin project pages for complete instructions, demos and to download the plugin including sample code and skins.
\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.
\nThe 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.
\nThe 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
\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.
\nSee the jQuery vertical accordion menu plugin project pages for complete instructions, demos and to download the plugin including sample code and skins.
\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.
\nSee Random Password Demo Download the source code
\nTo … 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.
\nSee Random Password Demo Download the source code
\nTo actually generate the random password we are going to use a nice little function from jQuery HowTo Blog – jQuery Password Generator.
\nThe 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.
\nTo 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.
\n1. The HTML Form
\nVery 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\nAs 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.
\nGive 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\n2. jQuery Random Password Function
\nNext 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\nFor full details refer back to the authors post.
\nNow 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\nThe 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’!
\nThe final e.preventDefault() stops the browser jumping to the top of the screen when the generate and confirm links are clicked.
\nTo 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.
\nSee Random Password Demo Download the source code
\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.
\nSee Random Password Demo Download the source code
\nTo … 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.
\nSee Random Password Demo Download the source code
\nTo actually generate the random password we are going to use a nice little function from jQuery HowTo Blog – jQuery Password Generator.
\nThe 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.
\nTo 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.
\n1. The HTML Form
\nVery 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\nAs 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.
\nGive 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\n2. jQuery Random Password Function
\nNext 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\nFor full details refer back to the authors post.
\nNow 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\nThe 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’!
\nThe final e.preventDefault() stops the browser jumping to the top of the screen when the generate and confirm links are clicked.
\nTo 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.
\nSee Random Password Demo Download the source code
\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.
\nDrill 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.
\nDrill 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.
\nThe 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
\nCheck out our jQuery Drill Down Menu project pages for more information, drill down menu examples and to download the plugin.
\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.
\nDrill 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.
\nDrill 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.
\nThe 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
\nCheck out our jQuery Drill Down Menu project pages for more information, drill down menu examples and to download the plugin.
\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:
- 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 link for individual ad pages. To use it, make sure you have $flagad in your single ad template
- NEW: Terms of Service displayed for ads (optionally), if displayed, user must select accept.
- NEW: Admin can be notified of ads that expire (optionally).
- NEW: Admin panel now displays start/end date for ads, payment plan (if applicable)
- NEW: Admin panel has separate category for notification email templates (subject and body)
- NEW: Admin can post ads for free in a payment plan.
- NEW: Added IP address tracking for ad posters to improve Akismet spam detection when spam is marked later
- 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.
\";s: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:
- 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: Support added for Featured Ads premium module
- 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:
- 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 Google Sitemap Generator (as separate plugin)
- 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!
\nAs 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.
\nIf 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.
\nHere’s some of what’s new:
\n\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\nBe Aware:\n\n\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.
\nKnown Issues:\n\n\n\n
\n- We haven’t updated the blue admin color scheme yet, so do your testing in the gray zone for best results.
\nRemember, 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.)
\nTheme 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.
\nNote 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\n\";s: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.
\nThis release addresses a vulnerability that allowed Contributor-level users to improperly publish posts.
\nThe issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter.
\nWe 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.
\nDownload 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:
\nApril 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.
\nMay 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.
\nMay 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.
\nMay 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.
\nMay 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.
\nMay 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.
\nJune 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.
\nJune 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.
\nJune 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.
\nJuly 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.
\nJuly 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.
\nJuly 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.
\nJuly 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!
\nJuly 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.
\nWordCamp 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.
\nWe’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.
\nHope 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
\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
\nVersion 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.
\nWe 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.
\nOur release haiku:
\nOnly the geeks know
\n\";s: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:\"
\nWhat half this stuff even means
\nDon’t worry — updateFor 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.)
\nGSoC Logistics:
\n\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
\nWordPress logistics:
\n\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.
\nIf 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.
\nOn 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.
\nOn 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.
\nStarting 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!
\nLocation: 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.
\nThis 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.
\nThere’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.
\nWith 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.)
\nBy the Numbers
\nThere 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.
\nNow 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.)
\nWe’re All in This Together
\nWordPress 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:
\nAaron 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).
\nBonus: 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.
\nThis 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.
\nThree point oh point five
\n
\nEnhances security
\nThree point one comes soonThe release addresses a number of issues and provides two additional enhancements:
\nTwo moderate security issues were fixed that could have allowed a Contributor- or Author-level user to gain further access to the site.
\nOne 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.
\nTwo 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.
\nThanks 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.
\nDownload 3.0.5 or update automatically from the Dashboard > Updates menu in your site’s admin area. Please update immediately.
\n
\nWordPress 3.1 Release Candidate 4 is also now available.
\nThe 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
\n- Deleting a user and reassigning their posts to another user.
\n- Marking multiple users or sites as spam in multisite.
\n- PHP4 compatibility.
\nAs 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
\n- Post it to the Alpha/Beta area in the support forums
\n- Report it to the wp-testers mailing list
\n- Join the development IRC channel and tell us live at irc.freenode.net #wordpress-dev
\n- File a bug ticket on the WordPress Trac
\nTo 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.
\nAfter 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.
\nDownload 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.
\nThe 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
\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.
\nWe hope to enable all the fun new goodies for public use in a future release.
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).
\nBecause 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).
\nOther fixes in RC3 include:
\n\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
\nI’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
\n- Post it to the Alpha/Beta area in the support forums
\n- Report it to the wp-testers mailing list
\n- Join the development IRC channel and tell us live at irc.freenode.net #wordpress-dev
\n- File a bug ticket on the WordPress Trac
\nTo 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).
\nWe’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:
\nPulling the AJAX –
\n
\nsometimes you need to step back
\nand show some restraint.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.
\nBe 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!
\nIt 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.
\nHere’s how I did it.
\n\n
\n- Login to Polldaddy and on the dashboard create a new survey for your contact form.
\n
\n- 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.
\n- Now on to the questions. I created a simple Name, Email and Comment form.
\n
\n- 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
\n
- 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
\n
- You’ll have a form that looks like this.\n
\n
- 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
\n- 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.
\nYou could also use the Javascript embed method, but that loads the survey form in a css popup window. I prefer the iframe method.
\nAs 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!
\nRelated 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
\nResize 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.
\nSimple 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.
\nUpdated plugins
\nIntenseDebate is a feature-rich comment system for WordPress, Blogger, Tumblr and many other blogging/CMS platforms.
\nPosts by Tag provides sidebar widgets which can be used to display posts from a specific set of tags.
\nTwitter 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\nThe 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.
\nSimply 1 week of fun, working, sightseeing, brainstorming, relaxing and inspiring each other.
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.
\nIf you can’t wait to get involved, Karim is looking for a killer logo for the event.
\nWhat 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.
\nThe 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).
\nIf you have any questions, please contact the special support forum or the wp-testers mailing list.
\nIf 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.
\nHave 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!
\nAs 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.
\nIf 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.
\nHere’s some of what’s new:
\n\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\nBe Aware:\n\n\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.
\nKnown Issues:\n\n\n\n
\n- We haven’t updated the blue admin color scheme yet, so do your testing in the gray zone for best results.
\nRemember, 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.)
\nTheme 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.
\nNote 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\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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\n[Visit the Montreal Gazette\'s network of blogs]
\nReady 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?
\nWell, 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.
\nBut 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.
\nLets take a simplistic look at how the browser cache works:
\n\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.”
\nIf 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.”
\nCouple 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.
\nThe 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
\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.
\nThe 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.
\nWhy 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.
\nThat 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.
\nSo, 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.
\nIn 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.
\nWhat 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
\nMultisite 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.
\nSlick Contact Forms creates a widget, which adds a contact form using either a floating, drop down button or a sticky, sliding tab.
\nWCS Custom Permalinks Hotfix is a hotfix for permalink issues encountered with WordPress installations after upgrading to 3.1.x.
\nWCS 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.
\nWP Users Page uses a shortcode to display a list of users under a specific role.
\nUpdated plugins
\nOSM displays maps in your WordPress blog using the OpenLayers technology – no API key is needed.
\nPage.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.
\nElance 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.
\nAnother 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.
\nThe 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.
\nDisclaimer: 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\nWe are hiring immediately for 2 PHP developers to join our team. You should have the following core qualities and experience:
\n\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.
\nThis position is available immediately in our Denver office, and we are only considering local candidates1 at this time.
\nAll of this sound good? I hope so, and I look forward to hearing from you.
\n\n
\n- We are willing to consider candidates who wish to relocate to Denver. [back]
\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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
\nOrangeBox 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).
\nSimple Top Posts is a super simple top posts widget based on comments. Choose weekly, monthly, or all time.
\nUpdated plugins
\nAddToAny: 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.
\nExploit 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
![]()
![]()
![]()
![]()
![]()
![]()
![]()
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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
![]()
![]()
![]()
![]()
![]()
![]()
![]()
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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\nThat’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!
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.
\nToday, in 2011, I took this screenshot of the Distraction-Free Writing interface for the upcoming WordPress 3.2:
\n\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\n[Visit Lollapalooza.com]
\nWant 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.
\nThe 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.
\nWe’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.
\nIf you can’t wait to get your hands on these cool new changes, install the WordPress Beta Tester plugin to grab the latest trunk.
\nAre 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\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
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.
\nThe 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\n
[ Visit the National Broadband Map ]
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\n“The Journal blogs you know and love will be more shareable, more searchable and more connected to the local blogosphere.”
Read more about the WordPress blog launches or visit the Edmonton Journal Blogs page.
\n\nReady 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.
\nAs 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.
\nIf 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.
\nvia The Copycat Stagnation | Adii.
\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: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!
\nDepending 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.
\nHere’s what’s new:
\n\n
\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\nDo 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\nFollow us on Twitter for the latest news: @WPBlackBerry.
\n
![]()
![]()
![]()
![]()
![]()
![]()
![]()
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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
![]()
![]()
![]()
![]()
![]()
![]()
![]()
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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
![]()
![]()
![]()
![]()
![]()
![]()
![]()
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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
![]()
![]()
![]()
![]()
![]()
![]()
![]()
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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.
\nBelow 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\n\n@wordpressdotcom
WordPress.com\nBreaking news for CNN, Time & others leads to over 105M WP.com pageviews in one day, most ever recorded\n\nReady 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
\nCataBlog allows you to catalog pretty much anything you would want and share it through your blog in a simple but elegant gallery.
\nFloating Menu creates a widget, which adds a floating, sticky, drop down menu from any standard WordPress custom menu using jQuery.
\nUpdated plugins
\nFront-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.
\nMute 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?
\nThe 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.
\nWhat 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).
\nIf 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
\nSearch Integrate allows you to add sponsored results to your site search and gain valuable insight into user search behavior.
\nSweetCaptcha offers a cute and interactive CAPTCHA, consisting of a question the user needs to answer by dragging the correct answer.
\nUpdated plugins
\nAmazon Tools allows you to retrieve and display Amazon product information in your blog.
\nJetpack 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.
\nAt 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\nThe 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.
\nYou should have the following core qualities and experience:
\n\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.
\nThis position is available immediately in our Denver office, and we are only considering local candidates1 at this time.
\nAll of this sound good? I hope so, and I look forward to hearing from you.
\n\n
\n- We are willing to consider candidates who wish to relocate to Denver. [back]
\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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:\"
\n
The 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.
\nHow did you get the idea to create a blog about 1000 Awesome things? Does your blog help you become a happier person?
\nNEIL: 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.
\nI 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.
\nOver 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.
\nBut 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.
\nWhy did you choose WordPress and what have you liked most about using it as a publishing service?
\nNEIL: Ha ha, I think I literally Googled “how to start a blog” and clicked on the first link!
\nBut 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.
\nOn 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\n
How did you get a book deal, and when is your second book coming out?
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.
\nThen 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!”
\nObviously, 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.
\nWhen 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.
\nThe Book of (Even More) Awesome comes out today, April 28th!
\nAnything else you’d like to share regarding WordPress?
\nNEIL: 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.
\nMaybe 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.
\nLet’s keep on blogging forever … and let’s always stay strong and stay AWESOME!
\nThank you so much for the chat and for those that check it out I really hope you like The Book of (Even More) Awesome.
\nThanks 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 lifted, WordPress will be receiving a major CSS overhaul for version 3.3, and the developers are asking for your help, advice, and opinions.
\nThe 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.
\nIf 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.
\nYou 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.
\nThis release addresses a vulnerability that allowed Contributor-level users to improperly publish posts.
\nThe issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter.
\nWe 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.
\nDownload 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.”
\nCongratulations 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
\nSpecial Recent Posts is a simple but very powerful plugin/widget for WordPress which displays your recent posts with thumbnails.
\nW4 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.
\nUpdated plugins
\nWP-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:\"
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.
\nIn 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.
\nLet 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.
\nFeatures
\n\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
\nCostello: Who’s on first?\nAbbott: That’s right.\nCostello: What?\nAbbott: Second base.\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).
\nI’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.
\nTo Do
\nThere 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.
\nCredit Where Credit Is Due
\nWhen 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
\n- HTML5 Boilerplate and Initializr
\n- Matthew James Taylor’s Perfect ‘Right-Menu’ 2-Column Liquid Layout
\n- The TwentyTen theme
\n- Nicolas Gallagher’s CSS Drop Shadow demo
\n- Chris Coyer’s Simple jQuery Dropdown menus
\n- Design Festival’s Typography of Quotations & Citations
\n- …and probably many others that I can’t think of right now…
\nI 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.
\nWith that said — feedback welcome!
\n\n\n\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, 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
![]()
![]()
![]()
![]()
![]()
![]()
![]()
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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\nTimberon Classifieds\r\n\r\n \r\n\r\nAdvertisement \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:\"\",\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:\"\",\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\r\n 404 Not Found
nginx \r\n\r\n\r\n'),(2040,97,'_short_url','\r\n404 Not Found \r\n\r\n\r\n 404 Not Found
nginx \r\n\r\n\r\n'),(2041,112,'_short_url','\r\n404 Not Found \r\n\r\n\r\n 404 Not Found
nginx \r\n\r\n\r\n'),(2042,112,'_short_url','\r\n404 Not Found \r\n\r\n\r\n 404 Not Found
nginx \r\n\r\n\r\n'),(2043,934,'_short_url','\r\n404 Not Found \r\n\r\n\r\n 404 Not Found
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:\"\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:\"\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:\"\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\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- Timberon Weather Station
\r\n- Weather Advisories
\r\n- Fire Weather
\r\n\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- Newly Uploaded Photos from Members and Readers\r\nUpload your Photo below... [ngg_uploader id = 4]
\r\n\r\n
\r\nNature Trips ...Trips to explore around the Sacramento Mountains. Click on the albums below...\r\n- Various Timberon Photos\r\nEvents and special occasions, people, activities, and various other Timberon photos.
\r\n\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- 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\n
\r\nVarious Other Photo Albums\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\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','- Looking Off Mountain\r\nVarious area photos.
\r\n- Lincoln National Forest Photos\r\nAround the Sacramento Mountains and National Forest.
\r\n- Fire Photos\r\nPhotos of fires on the mountain... Mostly the Scott Able Fire.
\r\n- Fall Photos\r\nPhotos of Fall foliage... most taken in 2000.
\r\n\r\n\r\n
\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\n \r\n\r\n\r\n [sb_child_list]\r\n[sb_parent] \r\n\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,'','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 Now ◊ Members List ◊ Discussion 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','- Timberon Weather Station
\r\n- Weather Advisories
\r\n- Fire Weather
\r\n\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','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\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 Now ◊ Members List ◊ Discussion 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','\r\n \r\n\r\n\r\n Sub-Menu[sb_child_list]\r\n[sb_parent] \r\nAplly 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\n
\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- Composite Timberon Plat Map
\r\n- Interactive Map supported by Otero County - ArcIMS Viewer\r\nAfter the Page comes up, click on \"Load\" button to start map
\r\n- Otero County Property Database
\r\n\r\n
\r\nTimberon Commercial 1 \r\n- Original Plat
\r\n- Re-Plat A
\r\n\r\n
\r\nSacramento River Estates... \r\n- Original Plat
\r\n- Area 1 Re-Plat A Block 2
\r\n- Re-Plat A Block 2 Lot 10A
\r\n- Re-Plat S Block 2
\r\n- Area 1 Block A Re-Plat V
\r\n- Re-Plat B Block 2
\r\n- Easement Area 1 Block 2
\r\n\r\n
\r\nSacramento Mountain Ranch 1... \r\n- Original Plat
\r\n- Re-Plat A Block 1
\r\n- Block 1 Re-Plat B
\r\n\r\n
\r\nSacramento Mountain Ranch 2... \r\n- Original Plat
\r\n- Block 5 Re-Plat A Lot 1
\r\n- Re-Plat Lot 5 Block 5
\r\n- Re-Plat A Block 5 Lot 4
\r\n- Re-Plat B Block 5 Lot 5
\r\n\r\n
\r\nSacramento Mountain Ranch 3... \r\n- Original Plat
\r\n- Block 7 Re-Plat A
\r\n\r\n
\r\nSacramento Mountain Ranch 4... \r\n- Original Plat
\r\n- Block 13 Re-Plat M
\r\n- Re-Plat Lots 4-5 Block 13
\r\n- Re-Plat Lots 20-21 Block 13
\r\n\r\n
\r\nTimberon Golf Course 1... \r\n- Original Plat
\r\n- Re-Plat Block 23
\r\n\r\n
\r\nTimberon Golf Course 2... \r\n- Original Plat
\r\n- Block 3 Re-Plat A
\r\n\r\n
\r\nTimberon Golf Course 3... \r\n- Original Plat
\r\n- Re-Plat A Block 8
\r\n\r\n
\r\nTimberon Golf Course 4... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 5... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 6... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 7... \r\n- Original Plat
\r\n- Block 16 Re-Plat A
\r\n\r\n
\r\nTimberon Golf Course 8... \r\n- Original Plat
\r\n- Block 6 Amend Re-Plat A
\r\n- Block 6 Re-Plat A
\r\n- Re-Plat A Block 19
\r\n- Re-Plat A Block 20
\r\n\r\n
\r\nTimberon Unit 1... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Unit 2... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Unit 3... \r\n- Original Plat
\r\n- Block 47 Re-Plat M
\r\n\r\n
\r\nTimberon Unit 4... \r\n- Original Plat
\r\n- Block 58 Re-Plat A
\r\n- Block 59 Re-Plat A
\r\n- Block 59 Re-Plat B
\r\n- Re-Plat 10A Block 61
\r\n- Re-Plat A Block 50
\r\n- Re-Plat A Block 53
\r\n- Re-Plat A Block 56
\r\n- Re-Plat A Block 61
\r\n- Re-Plat D Block 57
\r\n\r\n
\r\nTimberon Unit 5... \r\n- Original Plat
\r\n- Block 25 Re-Plat A
\r\n\r\n
\r\nTimberon Unit 6... \r\n- Original Plat
\r\n- Re-Plat A Block 69
\r\n\r\n
\r\nTimberon Unit 7... \r\n- Original Plat
\r\n- T6 Re-Plat
\r\n- Re-Plat A Block 99
\r\n- Re-Plat A Block 100
\r\n\r\n
\r\nTimberon Unit 8... \r\n- Original Plat
\r\n- Block 81 Re-Plat
\r\n- Re-Plat A Block 78
\r\n- Re-Plat A Block 80
\r\n\r\n
\r\nTimberon Unit 9... \r\n- Original Plat
\r\n- Block 85 Re-Plat Lots 11-12
\r\n- Block 92 Re-Plat
\r\n- Block 86 Re-Plat A
\r\n- Re-Plat 1A Block 85
\r\n- Re-Plat A Block 82
\r\n- Re-Plat A Block 90
\r\n- Re-Plat A Block 98
\r\n- Re-Plat B Block 85
\r\n- Re-Plat B Block 91
\r\n- Re-Plat B Block 93
\r\n- Re-Plat C Block 84
\r\n- Re-Plat C Block 85
\r\n- Re-Plat M Block 82
\r\n\r\n
\r\nTimberon Unit 10... \r\n- Original Plat
\r\n- Re-Plat Block 159
\r\n\r\n
\r\nTimberon Unit 12... \r\n- Original Plat
\r\n- Re-Plat 1A Block 111
\r\n- Re-Plat A Block 106
\r\n- Re-Plat A Block 111
\r\n- Re-Plat A Block 112
\r\n- Re-Plat B Block 111
\r\n- Re-Plat D Block 112
\r\n\r\n
\r\nTimberon Unit 13...\r\n- Original Plat
\r\n- Re-Plat A Block 102
\r\n- Re-Plat B Block 103
\r\n- Re-Plat C Block 103
\r\n- Re-Plat C Block 118
\r\n- T12 Re-Plat]
\r\n\r\n
\r\nTimberon Unit 14... \r\n- Original Plat
\r\n- T13 Amended
\r\n\r\n
\r\nTimberon Unit 14A... \r\n- Original Plat
\r\n- Re-Plat 54A Block 126
\r\n- Re-Plat 83A Block 126
\r\n- Re-Plat A Block 100
\r\n- Re-Plat A Block 131
\r\n\r\n
\r\nTimberon Unit 15... \r\n- Original Plat
\r\n- Re-Plat F Block 129
\r\n- Re-Plat A Block 129
\r\n\r\n
\r\nTimberon Unit 17...\r\n- Original Plat
\r\n- Block 165 Re-Plat A
\r\n- Block 165 Re-Plat B
\r\n- Block 168 Re-Plat A
\r\n- Block 163 Re-Plat A
\r\n- Block 172 Re-Plat A
\r\n\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- Original Plat
\r\n- Re-Plat A Block 185
\r\n- Re-Plat A
\r\n\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- Newly Uploaded Photos from Members and Readers\nUpload your Photo below... [ngg_uploader id = 4]
\n\n
\nNature Trips ...Trips to explore around the Sacramento Mountains. Click on the albums below...\n- Various Timberon Photos\nEvents and special occasions, people, activities, and various other Timberon photos.
\n\n
\nSpecial Albums ...Groups of photos by people during a certain time of with a particular theme. Click on Albums Below...\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\n
\nVarious Other Photo Albums\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\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','- Looking Off Mountain\nVarious area photos.
\n- Lincoln National Forest Photos\nAround the Sacramento Mountains and National Forest.
\n- Fire Photos\nPhotos of fires on the mountain... Mostly the Scott Able Fire.
\n- Fall Photos\nPhotos of Fall foliage... most taken in 2000.
\n\n
\nPlat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...\n\nTimberon Airfield 1 \n- Composite Timberon Plat Map
\n- Interactive Map supported by Otero County - ArcIMS Viewer\nAfter the Page comes up, click on \"Load\" button to start map
\n- Otero County Property Database
\n\n
\nTimberon Commercial 1 \n- Original Plat
\n- Re-Plat A
\n\n
\nSacramento River Estates... \n\nSacramento Mountain Ranch 1... \n- Original Plat
\n- Area 1 Re-Plat A Block 2
\n- Re-Plat A Block 2 Lot 10A
\n- Re-Plat S Block 2
\n- Area 1 Block A Re-Plat V
\n- Re-Plat B Block 2
\n- Easement Area 1 Block 2
\n\n
\nSacramento Mountain Ranch 2... \n- Original Plat
\n- Block 5 Re-Plat A Lot 1
\n- Re-Plat Lot 5 Block 5
\n- Re-Plat A Block 5 Lot 4
\n- Re-Plat B Block 5 Lot 5
\n\n
\nSacramento Mountain Ranch 3... \n\nSacramento Mountain Ranch 4... \n- Original Plat
\n- Block 7 Re-Plat A
\n\n
\nTimberon Golf Course 1... \n- Original Plat
\n- Re-Plat Block 23
\n\n
\nTimberon Golf Course 2... \n- Original Plat
\n- Block 3 Re-Plat A
\n\n
\nTimberon Golf Course 3... \n- Original Plat
\n- Re-Plat A Block 8
\n\n
\nTimberon Golf Course 4... \n- Original Plat
\n\n
\nTimberon Golf Course 5... \n- Original Plat
\n\n
\nTimberon Golf Course 6... \n- Original Plat
\n\n
\nTimberon Golf Course 7... \n- Original Plat
\n- Block 16 Re-Plat A
\n\n
\nTimberon Golf Course 8... \n- Original Plat
\n- Block 6 Amend Re-Plat A
\n- Block 6 Re-Plat A
\n- Re-Plat A Block 19
\n- Re-Plat A Block 20
\n\n
\nTimberon Unit 1... \n- Original Plat
\n\n
\nTimberon Unit 2... \n- Original Plat
\n\n
\nTimberon Unit 3... \n- Original Plat
\n- Block 47 Re-Plat M
\n\n
\nTimberon Unit 4... \n- Original Plat
\n- Block 58 Re-Plat A
\n- Block 59 Re-Plat A
\n- Block 59 Re-Plat B
\n- Re-Plat 10A Block 61
\n- Re-Plat A Block 50
\n- Re-Plat A Block 53
\n- Re-Plat A Block 56
\n- Re-Plat A Block 61
\n- Re-Plat D Block 57
\n\n
\nTimberon Unit 5... \n- Original Plat
\n- Block 25 Re-Plat A
\n\n
\nTimberon Unit 6... \n\nTimberon Unit 7... \n\nTimberon Unit 8... \n- Original Plat
\n- Re-Plat A Block 69
\n\n
\nTimberon Unit 9... \n- Original Plat
\n- Block 85 Re-Plat Lots 11-12
\n- Block 92 Re-Plat
\n- Block 86 Re-Plat A
\n- Re-Plat 1A Block 85
\n- Re-Plat A Block 82
\n- Re-Plat A Block 90
\n- Re-Plat A Block 98
\n- Re-Plat B Block 85
\n- Re-Plat B Block 91
\n- Re-Plat B Block 93
\n- Re-Plat C Block 84
\n- Re-Plat C Block 85
\n- Re-Plat M Block 82
\n\n
\nTimberon Unit 10... \n- Original Plat
\n- Re-Plat Block 159
\n\n
\nTimberon Unit 12... \n- Original Plat
\n- Re-Plat 1A Block 111
\n- Re-Plat A Block 106
\n- Re-Plat A Block 111
\n- Re-Plat A Block 112
\n- Re-Plat B Block 111
\n- Re-Plat D Block 112
\n\n
\nTimberon Unit 13...\n- Original Plat
\n- Re-Plat A Block 102
\n- Re-Plat B Block 103
\n- Re-Plat C Block 103
\n- Re-Plat C Block 118
\n- T12 Re-Plat]
\n\n
\nTimberon Unit 14... \n- Original Plat
\n- T13 Amended
\n\n
\nTimberon Unit 14A... \n\nTimberon Unit 15... \n- Original Plat
\n- Re-Plat 54A Block 126
\n- Re-Plat 83A Block 126
\n- Re-Plat A Block 100
\n- Re-Plat A Block 131
\n\n
\nTimberon Unit 17...\n- Original Plat
\n- Block 165 Re-Plat A
\n- Block 165 Re-Plat B
\n- Block 168 Re-Plat A
\n- Block 163 Re-Plat A
\n- Block 172 Re-Plat A
\n\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- Original Plat
\n- Re-Plat A Block 185
\n- Re-Plat A
\n\r\n
\r\nTimberon Units\r\n- Sacramento Mountain Ranches 1
\r\n- Sacramento Mountain Ranches 2
\r\n- Sacramento Mountain Ranches 3
\r\n- Sacramento Mountain Ranches 4
\r\n\r\n
\r\nGolf Course Units\r\n- Timberon Unit 1
\r\n- Timberon Unit 2
\r\n- Timberon Unit 3
\r\n- Timberon Unit 4
\r\n- Timberon Unit 5
\r\n- Timberon Unit 6
\r\n- Timberon Unit 7
\r\n- Timberon Unit 8
\r\n- Timberon Unit 9
\r\n- Timberon Unit 10
\r\n- Timberon Unit 12
\r\n- Timberon Unit 13
\r\n- Timberon Unit 14
\r\n- Timberon Unit 14A
\r\n- Timberon Unit 15
\r\n- Timberon Unit 17
\r\n\r\n
\r\nOther Areas\r\n- Timberon 1 Golf Course
\r\n- Timberon 2 Golf Course
\r\n- Timberon 3 Golf Course
\r\n- Timberon 4 Golf Course
\r\n- Timberon 5 Golf Course
\r\n- Timberon 6 Golf Course
\r\n- Timberon 7 Golf Course
\r\n- Timberon 8 Golf Course
\r\n\r\n
\r\nMore Documents...\r\n- Timberon 1 Airfield
\r\n- Timberon 1 Commercial
\r\n- Sacramento River Estates 1
\r\n- Timberon RV Park
\r\n\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- Supporting Documents
\r\n\n
\nTimberon Units\n- Sacramento Mountain Ranches 1
\n- Sacramento Mountain Ranches 2
\n- Sacramento Mountain Ranches 3
\n- Sacramento Mountain Ranches 4
\n\n
\nGolf Course Units\n- Timberon Unit 1
\n- Timberon Unit 2
\n- Timberon Unit 3
\n- Timberon Unit 4
\n- Timberon Unit 5
\n- Timberon Unit 6
\n- Timberon Unit 7
\n- Timberon Unit 8
\n- Timberon Unit 9
\n- Timberon Unit 10
\n- Timberon Unit 12
\n- Timberon Unit 13
\n- Timberon Unit 14
\n- Timberon Unit 14A
\n- Timberon Unit 15
\n- Timberon Unit 17
\n\n
\nOther Areas\n\nMore Documents...\n- Timberon 1 Golf Course
\n- Timberon 2 Golf Course
\n- Timberon 3 Golf Course
\n- Timberon 4 Golf Course
\n- Timberon 5 Golf Course
\n- Timberon 6 Golf Course
\n- Timberon 7 Golf Course
\n- Timberon 8 Golf Course
\n\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- Supporting Documents
\n\n
\nTimberon Units\n- Sacramento Mountain Ranches 1
\n- Sacramento Mountain Ranches 2
\n- Sacramento Mountain Ranches 3
\n- Sacramento Mountain Ranches 4
\n\n
\nGolf Course Units\n- Timberon Unit 1
\n- Timberon Unit 2
\n- Timberon Unit 3
\n- Timberon Unit 4
\n- Timberon Unit 5
\n- Timberon Unit 6
\n- Timberon Unit 7
\n- Timberon Unit 8
\n- Timberon Unit 9
\n- Timberon Unit 10
\n- Timberon Unit 12
\n- Timberon Unit 13
\n- Timberon Unit 14
\n- Timberon Unit 14A
\n- Timberon Unit 15
\n- Timberon Unit 17
\n\n
\nOther Areas\n\nMore Documents...\n- Timberon 1 Golf Course
\n- Timberon 2 Golf Course
\n- Timberon 3 Golf Course
\n- Timberon 4 Golf Course
\n- Timberon 5 Golf Course
\n- Timberon 6 Golf Course
\n- Timberon 7 Golf Course
\n- Timberon 8 Golf Course
\n\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- Supporting Documents
\n\r\n
\r\nTimberon Units\r\n- Sacramento Mountain Ranches 1
\r\n- Sacramento Mountain Ranches 2
\r\n- Sacramento Mountain Ranches 3
\r\n- Sacramento Mountain Ranches 4
\r\n\r\n
\r\nGolf Course Units\r\n- Timberon Unit 1
\r\n- Timberon Unit 2
\r\n- Timberon Unit 3
\r\n- Timberon Unit 4
\r\n- Timberon Unit 5
\r\n- Timberon Unit 6
\r\n- Timberon Unit 7
\r\n- Timberon Unit 8
\r\n- Timberon Unit 9
\r\n- Timberon Unit 10
\r\n- Timberon Unit 12
\r\n- Timberon Unit 13
\r\n- Timberon Unit 14
\r\n- Timberon Unit 14A
\r\n- Timberon Unit 15
\r\n- Timberon Unit 17
\r\n\r\n
\r\nOther Areas\r\n- Timberon 1 Golf Course
\r\n- Timberon 2 Golf Course
\r\n- Timberon 3 Golf Course
\r\n- Timberon 4 Golf Course
\r\n- Timberon 5 Golf Course
\r\n- Timberon 6 Golf Course
\r\n- Timberon 7 Golf Course
\r\n- Timberon 8 Golf Course
\r\n\r\n
\r\nMore Documents...\r\n- Timberon 1 Airfield
\r\n- Timberon 1 Commercial
\r\n- Sacramento River Estates 1
\r\n- Timberon RV Park
\r\n\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','- Supporting Documents
\r\n\r\n\r\n
\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 \r\n\r\n\r\n Sub-Menu[sb_child_list]\r\n[sb_parent] \r\n\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','- 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\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- 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\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- 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\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- 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\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- 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\nCalendar 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
\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- 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\nCalendar 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
\r\nIBIS has 70 indicator reports that are regularly updated. In addition, two reports present key indicators for each county:\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\n
\r\nHealth Regions:\r\n- County Health Highlights Reports: http://ibis.health.state.nm.us/community/highlight/Selection.html
\r\n- County Indicator Snapshot Reports: http://ibis.health.state.nm.us/community/snapshot/Builder.html
\r\n\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 Now ◊ Members List ◊ Discussion 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- 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\nAdobe PDF Files that open in a \"New Window\"\r\n
\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- Albert\'s Squirrel - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- American Eel - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Armadillo - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Badger - 213kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bald Eagle - 292kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bald Eagle_2 - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Beaver - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bells Vireo - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black Bear - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black Widow Spider - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Billed Magpie - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Footed Ferret - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Tailed Jackrabbit - 213kb Adobe Acrobat (PDF) File from NMGF
\r\n- Blue-Gray Gnatcatcher - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bluntnose Shiner - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Broad-Billed Hummingbird - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Brown Creeper - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Caddis Fly Larvae - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Canada Goose - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Canyon Wren - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Centipedes and Millipedes - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Chihuahua Chub - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Cicada - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coatimundi - 412kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Squawfish - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Squawfish_2 - 423kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Toad - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Common Black-Hawk - 375kb Adobe Acrobat (PDF) File from NMGF
\r\n- Conenose Bedbug - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coral Snake - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coues White-Tailed Deer - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Desert Bighorn Sheep - 409kb Adobe Acrobat (PDF) File from NMGF
\r\n- Elegant Trogon - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Elk - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Flicker - 411kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Topminnow - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Trout - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Trout_2 - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Woodpecker - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Goshawk - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Grasshopper Mouse - 411kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gray-Checkered Whiptail - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Great Blue Heron - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Javelina - 422kb Adobe Acrobat (PDF) File from NMGF
\r\n- Jemez Mountains Salamander - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Kangaroo Rat - 209kb Adobe Acrobat (PDF) File from NMGF
\r\n- Kokanee Salmon - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ladybug - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Largemouth Bass - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Least Tern - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Leopard Frog - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Lesser Prairie Chicken - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Longnose Gar - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Meadow Jumping Mouse - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mexican Gray Wolf - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mountain Bluebird - 319kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mountain Lion - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mourning Cloak Butterfly - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mule Deer - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Narrowhead Gartersnake - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Neotropic Cormorant - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Oryx - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Osprey - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Otter - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pecos Gambusia - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Peregrine Falcon - 301kb Adobe Acrobat (PDF) File from NMGF
\r\n- Peregrine Falcon_2 - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pika - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pinacate Beetle - 214kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pinon Jay - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Prairie Falcon - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Praying Mantis - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pygmy Mouse - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rattlesnakes - 210kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ravens - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Red Fox - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ridge-nosed Rattlesnake - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ringtail - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rio Grande Cutthroat Trout - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rio Grande Silvery Minnow - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- River Cooter - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Roadrunner - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rock Dove - 210kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rock Squirrel - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Sand Dune Lizard - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Shrews - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Socorro Isopod - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Socorro Isopod_2 - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Southern Pocket-Gopher - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spiny Softshell Turtle - 214kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spotted Bat - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spotted Skunk - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Springsnails - 422kb Adobe Acrobat (PDF) File from NMGF
\r\n- Texas Horned Lizard - 423kb Adobe Acrobat (PDF) File from NMGF
\r\n- Thick-Billed Kingbird - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Tundra Swan - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Vinegaroon - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- White Sands Pupfish - 410kb Adobe Acrobat (PDF) File from NMGF
\r\n- White Sands Pupfish_2 - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Breasted Nuthatch - 213kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Sided Jackrabbit - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Tailed Ptarmigan - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Whooping Crane - 412kb Adobe Acrobat (PDF) File from NMGF
\r\n- Whooping Crane_2 - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Woodrat - 786kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yellow-Bellied Marmot - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yellow-Headed Blackbird - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yucca Moth - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Zuni Bluehead Sucker - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n\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- 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\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- 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\nCalendar 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
\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- 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!
\nCalendar 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
\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- The Daugherty Family in the Sacramentos \r\nClick for Additional History Article!
\r\n\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- The Holcomb Ranch Above Timberon \r\nClick for Correspondence with Omer Holcomb!
\r\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\" \r\nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\r\n\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- Timberon Property Owner\'s Association History\r\nClick for Additional History Article!
\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\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\nTimberon Units\r\n- Sacramento Mountain Ranches 1
\r\n- Sacramento Mountain Ranches 2
\r\n- Sacramento Mountain Ranches 3
\r\n- Sacramento Mountain Ranches 4
\r\n\r\n
\r\nGolf Course Units\r\n- Timberon Unit 1
\r\n- Timberon Unit 2
\r\n- Timberon Unit 3
\r\n- Timberon Unit 4
\r\n- Timberon Unit 5
\r\n- Timberon Unit 6
\r\n- Timberon Unit 7
\r\n- Timberon Unit 8
\r\n- Timberon Unit 9
\r\n- Timberon Unit 10
\r\n- Timberon Unit 12
\r\n- Timberon Unit 13
\r\n- Timberon Unit 14
\r\n- Timberon Unit 14A
\r\n- Timberon Unit 15
\r\n- Timberon Unit 17
\r\n\r\n
\r\nOther Areas\r\n- Timberon 1 Golf Course
\r\n- Timberon 2 Golf Course
\r\n- Timberon 3 Golf Course
\r\n- Timberon 4 Golf Course
\r\n- Timberon 5 Golf Course
\r\n- Timberon 6 Golf Course
\r\n- Timberon 7 Golf Course
\r\n- Timberon 8 Golf Course
\r\n\r\n
\r\nMore Documents...\r\n- Timberon 1 Airfield
\r\n- Timberon 1 Commercial
\r\n- Sacramento River Estates 1
\r\n- Timberon RV Park
\r\n\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','- Supporting Documents
\r\n\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','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\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- The Daugherty Family in the Sacramentos \r\nClick for Additional History Article!
\r\n\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- The Holcomb Ranch Above Timberon \r\nClick for Correspondence with Omer Holcomb!
\r\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\"\r\nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\r\n\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- Timberon Property Owner\'s Association History\r\nClick for Additional History Article!
\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\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[nggallery id=18]\r\n\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','- 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\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-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','- Timberon Weather Station
\r\n- Weather Advisories
\r\n- Fire Weather
\r\nApply 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
','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','- 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\n
','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','- Animals
\n- Plants that can be found in this part of New Mexico - Mostly taken from \"Ask your Herbalist\" articles...
\n\r\n\r\n
\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. \"]\r\n \r\n\r\n\r\n Sub-Menu[sb_child_list]\r\n[sb_parent] \r\n[/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
\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- 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!
\nCalendar 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\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','- Bats - 26.91kb Adobe Acrobat (PDF) File
\n- Bark Beetle - 22.92kb Adobe Acrobat (PDF) File
\n- Black Bear - 98.59kb Adobe Acrobat (PDF) File
\n- Blister Beetle - 28.80kb Adobe Acrobat (PDF) File
\n- Bobcat - 33.29kb Adobe Acrobat (PDF) File
\n- Coyote - 45.97kb Adobe Acrobat (PDF) File
\n- Deer Mouse - 19.15kb Adobe Acrobat (PDF) File
\n- Endangered Species - 48.83kb Adobe Acrobat (PDF) File
\n- Dragonfly - 58.08kb Adobe Acrobat (PDF) File
\n- Elk - 85.26kb Adobe Acrobat (PDF) File
\n- Mountain Lion - 90.01kb Adobe Acrobat (PDF) File
\n- Horned Toad - 9.67kb Adobe Acrobat (PDF) File
\n- Mule Deer - 38.64kb Adobe Acrobat (PDF) File
\n- Penasco Chipmunk - 39.26kb Adobe Acrobat (PDF) File
\n- New Mexico Snakes - 85.81kb Adobe Acrobat (PDF) File
\n- Rattlesnake - 72.14kb Adobe Acrobat (PDF) File
\n- Recluse Spider - 95.43kb Adobe Acrobat (PDF) File
\n- Roadrunner - 30.39kb Adobe Acrobat (PDF) File
\n- Skunk - 61.14kb Adobe Acrobat (PDF) File
\n- Wolf - 152.93kb Adobe Acrobat (PDF) File
\n- Turkey - 63.32kb Adobe Acrobat (PDF) File
\n\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\nAdobe PDF Files that open in a \"New Window\" \n
\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- Albert\'s Squirrel - 419kb Adobe Acrobat (PDF) File from NMGF
\n- American Eel - 416kb Adobe Acrobat (PDF) File from NMGF
\n- Armadillo - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Badger - 213kb Adobe Acrobat (PDF) File from NMGF
\n- Bald Eagle - 292kb Adobe Acrobat (PDF) File from NMGF
\n- Bald Eagle_2 - 421kb Adobe Acrobat (PDF) File from NMGF
\n- Beaver - 421kb Adobe Acrobat (PDF) File from NMGF
\n- Bells Vireo - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Black Bear - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Black Widow Spider - 416kb Adobe Acrobat (PDF) File from NMGF
\n- Black-Billed Magpie - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Black-Footed Ferret - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Black-Tailed Jackrabbit - 213kb Adobe Acrobat (PDF) File from NMGF
\n- Blue-Gray Gnatcatcher - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Bluntnose Shiner - 416kb Adobe Acrobat (PDF) File from NMGF
\n- Broad-Billed Hummingbird - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Brown Creeper - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Caddis Fly Larvae - 414kb Adobe Acrobat (PDF) File from NMGF
\n- Canada Goose - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Canyon Wren - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Centipedes and Millipedes - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Chihuahua Chub - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Cicada - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Coatimundi - 412kb Adobe Acrobat (PDF) File from NMGF
\n- Colorado River Squawfish - 415kb Adobe Acrobat (PDF) File from NMGF
\n- Colorado River Squawfish_2 - 423kb Adobe Acrobat (PDF) File from NMGF
\n- Colorado River Toad - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Common Black-Hawk - 375kb Adobe Acrobat (PDF) File from NMGF
\n- Conenose Bedbug - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Coral Snake - 413kb Adobe Acrobat (PDF) File from NMGF
\n- Coues White-Tailed Deer - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Desert Bighorn Sheep - 409kb Adobe Acrobat (PDF) File from NMGF
\n- Elegant Trogon - 415kb Adobe Acrobat (PDF) File from NMGF
\n- Elk - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Flicker - 411kb Adobe Acrobat (PDF) File from NMGF
\n- Gila Topminnow - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Gila Trout - 415kb Adobe Acrobat (PDF) File from NMGF
\n- Gila Trout_2 - 414kb Adobe Acrobat (PDF) File from NMGF
\n- Gila Woodpecker - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Goshawk - 421kb Adobe Acrobat (PDF) File from NMGF
\n- Grasshopper Mouse - 411kb Adobe Acrobat (PDF) File from NMGF
\n- Gray-Checkered Whiptail - 413kb Adobe Acrobat (PDF) File from NMGF
\n- Great Blue Heron - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Javelina - 422kb Adobe Acrobat (PDF) File from NMGF
\n- Jemez Mountains Salamander - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Kangaroo Rat - 209kb Adobe Acrobat (PDF) File from NMGF
\n- Kokanee Salmon - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Ladybug - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Largemouth Bass - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Least Tern - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Leopard Frog - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Lesser Prairie Chicken - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Longnose Gar - 421kb Adobe Acrobat (PDF) File from NMGF
\n- Meadow Jumping Mouse - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Mexican Gray Wolf - 416kb Adobe Acrobat (PDF) File from NMGF
\n- Mountain Bluebird - 319kb Adobe Acrobat (PDF) File from NMGF
\n- Mountain Lion - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Mourning Cloak Butterfly - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Mule Deer - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Narrowhead Gartersnake - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Neotropic Cormorant - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Oryx - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Osprey - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Otter - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Pecos Gambusia - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Peregrine Falcon - 301kb Adobe Acrobat (PDF) File from NMGF
\n- Peregrine Falcon_2 - 421kb Adobe Acrobat (PDF) File from NMGF
\n- Pika - 421kb Adobe Acrobat (PDF) File from NMGF
\n- Pinacate Beetle - 214kb Adobe Acrobat (PDF) File from NMGF
\n- Pinon Jay - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Prairie Falcon - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Praying Mantis - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Pygmy Mouse - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Rattlesnakes - 210kb Adobe Acrobat (PDF) File from NMGF
\n- Ravens - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Red Fox - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Ridge-nosed Rattlesnake - 415kb Adobe Acrobat (PDF) File from NMGF
\n- Ringtail - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Rio Grande Cutthroat Trout - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Rio Grande Silvery Minnow - 419kb Adobe Acrobat (PDF) File from NMGF
\n- River Cooter - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Roadrunner - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Rock Dove - 210kb Adobe Acrobat (PDF) File from NMGF
\n- Rock Squirrel - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Sand Dune Lizard - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Shrews - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Socorro Isopod - 415kb Adobe Acrobat (PDF) File from NMGF
\n- Socorro Isopod_2 - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Southern Pocket-Gopher - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Spiny Softshell Turtle - 214kb Adobe Acrobat (PDF) File from NMGF
\n- Spotted Bat - 414kb Adobe Acrobat (PDF) File from NMGF
\n- Spotted Skunk - 414kb Adobe Acrobat (PDF) File from NMGF
\n- Springsnails - 422kb Adobe Acrobat (PDF) File from NMGF
\n- Texas Horned Lizard - 423kb Adobe Acrobat (PDF) File from NMGF
\n- Thick-Billed Kingbird - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Tundra Swan - 416kb Adobe Acrobat (PDF) File from NMGF
\n- Vinegaroon - 212kb Adobe Acrobat (PDF) File from NMGF
\n- White Sands Pupfish - 410kb Adobe Acrobat (PDF) File from NMGF
\n- White Sands Pupfish_2 - 420kb Adobe Acrobat (PDF) File from NMGF
\n- White-Breasted Nuthatch - 213kb Adobe Acrobat (PDF) File from NMGF
\n- White-Sided Jackrabbit - 419kb Adobe Acrobat (PDF) File from NMGF
\n- White-Tailed Ptarmigan - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Whooping Crane - 412kb Adobe Acrobat (PDF) File from NMGF
\n- Whooping Crane_2 - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Woodrat - 786kb Adobe Acrobat (PDF) File from NMGF
\n- Yellow-Bellied Marmot - 413kb Adobe Acrobat (PDF) File from NMGF
\n- Yellow-Headed Blackbird - 413kb Adobe Acrobat (PDF) File from NMGF
\n- Yucca Moth - 413kb Adobe Acrobat (PDF) File from NMGF
\n- Zuni Bluehead Sucker - 413kb Adobe Acrobat (PDF) File from NMGF
\n\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- 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\n
\r\nIBIS has 70 indicator reports that are regularly updated. In addition, two reports present key indicators for each county:\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\n
\r\nHealth Regions:\r\n- County Health Highlights Reports: http://ibis.health.state.nm.us/community/highlight/Selection.html
\r\n- County Indicator Snapshot Reports: http://ibis.health.state.nm.us/community/snapshot/Builder.html
\r\n\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- 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\n
\r\nAnyone with symptoms is encouraged to seek medical care for diagnosis and treatment. Signs and symptoms of Salmonella infection include:\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\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- 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\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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\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- Apartment A
\r\n- Apartment C
\r\n- Apartment D
\r\n- Apartment E
\r\n\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- 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\nCalendar 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
\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- 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\nCalendar 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\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- Apartment A
\r\n- Apartment C
\r\n- Apartment D
\r\n- Apartment E
\r\n\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- 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\nCalendar 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
\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- 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\nCalendar 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
\n- Restrictive Covenants\nCopies of the Covenants for the different sections of Timberon, in Adobe Acrobat or [PDF] format.
\n- Plat Maps\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.
\n- Road Maps\nA reworked road map of Timberon in Adobe Acrobat or [PDF] format.
\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\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- The Daugherty Family in the Sacramentos \r\nClick for Additional History Article!
\r\n\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- The Holcomb Ranch Above Timberon \r\nClick for Correspondence with Omer Holcomb!
\r\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\"\r\nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\r\n\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- Timberon Property Owner\'s Association History\r\nClick for Additional History Article!
\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\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[nggallery id=18]\r\n\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','- 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\nThe 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\nHunters and outdoor recreationalists may encounter minor delays as a result of these roadblocks.\r\n\r\nTurkey 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\nFor 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\nOff 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\nMany 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\nMore 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\nWood 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\nFire 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\nOfficers 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\nHunters and outdoor recreationalists may encounter minor delays as a result of these roadblocks.\n\nTurkey 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\nFor 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\nOff 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\nMany 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\nMore 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\nWood 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.\nFire 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\nOfficers 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\n
\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- Composite Timberon Plat Map
\r\n- Interactive Map supported by Otero County - ArcIMS Viewer\r\nAfter the Page comes up, click on \"Load\" button to start map
\r\n- Otero County Property Database
\r\n\r\n
\r\nTimberon Commercial 1 \r\n- Original Plat
\r\n- Re-Plat A
\r\n\r\n
\r\nSacramento River Estates... \r\n- Original Plat
\r\n- Area 1 Re-Plat A Block 2
\r\n- Re-Plat A Block 2 Lot 10A
\r\n- Re-Plat S Block 2
\r\n- Area 1 Block A Re-Plat V
\r\n- Re-Plat B Block 2
\r\n- Easement Area 1 Block 2
\r\n\r\n
\r\nSacramento Mountain Ranch 1... \r\n- Original Plat
\r\n- Re-Plat A Block 1
\r\n- Block 1 Re-Plat B
\r\n\r\n
\r\nSacramento Mountain Ranch 2... \r\n- Original Plat
\r\n- Block 5 Re-Plat A Lot 1
\r\n- Re-Plat Lot 5 Block 5
\r\n- Re-Plat A Block 5 Lot 4
\r\n- Re-Plat B Block 5 Lot 5
\r\n\r\n
\r\nSacramento Mountain Ranch 3... \r\n- Original Plat
\r\n- Block 7 Re-Plat A
\r\n\r\n
\r\nSacramento Mountain Ranch 4... \r\n- Original Plat
\r\n- Block 13 Re-Plat M
\r\n- Re-Plat Lots 4-5 Block 13
\r\n- Re-Plat Lots 20-21 Block 13
\r\n\r\n
\r\nTimberon Golf Course 1... \r\n- Original Plat
\r\n- Re-Plat Block 23
\r\n\r\n
\r\nTimberon Golf Course 2... \r\n- Original Plat
\r\n- Block 3 Re-Plat A
\r\n\r\n
\r\nTimberon Golf Course 3... \r\n- Original Plat
\r\n- Re-Plat A Block 8
\r\n\r\n
\r\nTimberon Golf Course 4... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 5... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 6... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 7... \r\n- Original Plat
\r\n- Block 16 Re-Plat A
\r\n\r\n
\r\nTimberon Golf Course 8... \r\n- Original Plat
\r\n- Block 6 Amend Re-Plat A
\r\n- Block 6 Re-Plat A
\r\n- Re-Plat A Block 19
\r\n- Re-Plat A Block 20
\r\n\r\n
\r\nTimberon Unit 1... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Unit 2... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Unit 3... \r\n- Original Plat
\r\n- Block 47 Re-Plat M
\r\n\r\n
\r\nTimberon Unit 4... \r\n- Original Plat
\r\n- Block 58 Re-Plat A
\r\n- Block 59 Re-Plat A
\r\n- Block 59 Re-Plat B
\r\n- Re-Plat 10A Block 61
\r\n- Re-Plat A Block 50
\r\n- Re-Plat A Block 53
\r\n- Re-Plat A Block 56
\r\n- Re-Plat A Block 61
\r\n- Re-Plat D Block 57
\r\n\r\n
\r\nTimberon Unit 5... \r\n- Original Plat
\r\n- Block 25 Re-Plat A
\r\n\r\n
\r\nTimberon Unit 6... \r\n- Original Plat
\r\n- Re-Plat A Block 69
\r\n\r\n
\r\nTimberon Unit 7... \r\n- Original Plat
\r\n- T6 Re-Plat
\r\n- Re-Plat A Block 99
\r\n- Re-Plat A Block 100
\r\n\r\n
\r\nTimberon Unit 8... \r\n- Original Plat
\r\n- Block 81 Re-Plat
\r\n- Re-Plat A Block 78
\r\n- Re-Plat A Block 80
\r\n\r\n
\r\nTimberon Unit 9... \r\n- Original Plat
\r\n- Block 85 Re-Plat Lots 11-12
\r\n- Block 92 Re-Plat
\r\n- Block 86 Re-Plat A
\r\n- Re-Plat 1A Block 85
\r\n- Re-Plat A Block 82
\r\n- Re-Plat A Block 90
\r\n- Re-Plat A Block 98
\r\n- Re-Plat B Block 85
\r\n- Re-Plat B Block 91
\r\n- Re-Plat B Block 93
\r\n- Re-Plat C Block 84
\r\n- Re-Plat C Block 85
\r\n- Re-Plat M Block 82
\r\n\r\n
\r\nTimberon Unit 10... \r\n- Original Plat
\r\n- Re-Plat Block 159
\r\n\r\n
\r\nTimberon Unit 12... \r\n- Original Plat
\r\n- Re-Plat 1A Block 111
\r\n- Re-Plat A Block 106
\r\n- Re-Plat A Block 111
\r\n- Re-Plat A Block 112
\r\n- Re-Plat B Block 111
\r\n- Re-Plat D Block 112
\r\n\r\n
\r\nTimberon Unit 13...\r\n- Original Plat
\r\n- Re-Plat A Block 102
\r\n- Re-Plat B Block 103
\r\n- Re-Plat C Block 103
\r\n- Re-Plat C Block 118
\r\n- T12 Re-Plat]
\r\n\r\n
\r\nTimberon Unit 14... \r\n- Original Plat
\r\n- T13 Amended
\r\n\r\n
\r\nTimberon Unit 14A... \r\n- Original Plat
\r\n- Re-Plat 54A Block 126
\r\n- Re-Plat 83A Block 126
\r\n- Re-Plat A Block 100
\r\n- Re-Plat A Block 131
\r\n\r\n
\r\nTimberon Unit 15... \r\n- Original Plat
\r\n- Re-Plat F Block 129
\r\n- Re-Plat A Block 129
\r\n\r\n
\r\nTimberon Unit 17...\r\n- Original Plat
\r\n- Block 165 Re-Plat A
\r\n- Block 165 Re-Plat B
\r\n- Block 168 Re-Plat A
\r\n- Block 163 Re-Plat A
\r\n- Block 172 Re-Plat A
\r\n\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 Now ◊ Members List ◊ Discussion 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','- Original Plat
\r\n- Re-Plat A Block 185
\r\n- Re-Plat A
\r\nAplly 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 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 \n\n\n Sub-Menu[sb_child_list]\n[sb_parent] \n\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- The Daugherty Family in the Sacramentos \nClick for Additional History Article!
\n\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- The Holcomb Ranch Above Timberon \nClick for Correspondence with Omer Holcomb!
\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\" \nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\n\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- Timberon Property Owner\'s Association History\nClick for Additional History Article!
\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\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
\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','- 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.
\n- Smoking is limited to an enclosed vehicle or a smoking approved building.
\n- Possessing, discharging or using any kind of firework or other pyrotechnic device.
\n- Welding, or operating acetylene or other torch with open flame.
\n- 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).
\n- Chainsaw use will not be allowed between the hours of 10:00 a.m through midnight.
\n\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
\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- Timberon Weather Station
\r\n- Weather Advisories
\r\n- Fire Weather
\r\n\r\n
\r\nIBIS has 70 indicator reports that are regularly updated. In addition, two reports present key indicators for each county:\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\n
\r\nHealth Regions:\r\n- County Health Highlights Reports: http://ibis.health.state.nm.us/community/highlight/Selection.html
\r\n- County Indicator Snapshot Reports: http://ibis.health.state.nm.us/community/snapshot/Builder.html
\r\n\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- 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\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- 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\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','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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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…
\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.\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
','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. \"]- 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[/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
\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- 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\nAdobe PDF Files that open in a \"New Window\"\r\n
\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- Albert\'s Squirrel - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- American Eel - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Armadillo - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Badger - 213kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bald Eagle - 292kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bald Eagle_2 - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Beaver - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bells Vireo - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black Bear - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black Widow Spider - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Billed Magpie - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Footed Ferret - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Tailed Jackrabbit - 213kb Adobe Acrobat (PDF) File from NMGF
\r\n- Blue-Gray Gnatcatcher - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bluntnose Shiner - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Broad-Billed Hummingbird - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Brown Creeper - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Caddis Fly Larvae - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Canada Goose - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Canyon Wren - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Centipedes and Millipedes - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Chihuahua Chub - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Cicada - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coatimundi - 412kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Squawfish - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Squawfish_2 - 423kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Toad - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Common Black-Hawk - 375kb Adobe Acrobat (PDF) File from NMGF
\r\n- Conenose Bedbug - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coral Snake - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coues White-Tailed Deer - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Desert Bighorn Sheep - 409kb Adobe Acrobat (PDF) File from NMGF
\r\n- Elegant Trogon - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Elk - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Flicker - 411kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Topminnow - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Trout - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Trout_2 - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Woodpecker - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Goshawk - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Grasshopper Mouse - 411kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gray-Checkered Whiptail - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Great Blue Heron - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Javelina - 422kb Adobe Acrobat (PDF) File from NMGF
\r\n- Jemez Mountains Salamander - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Kangaroo Rat - 209kb Adobe Acrobat (PDF) File from NMGF
\r\n- Kokanee Salmon - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ladybug - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Largemouth Bass - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Least Tern - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Leopard Frog - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Lesser Prairie Chicken - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Longnose Gar - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Meadow Jumping Mouse - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mexican Gray Wolf - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mountain Bluebird - 319kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mountain Lion - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mourning Cloak Butterfly - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mule Deer - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Narrowhead Gartersnake - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Neotropic Cormorant - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Oryx - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Osprey - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Otter - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pecos Gambusia - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Peregrine Falcon - 301kb Adobe Acrobat (PDF) File from NMGF
\r\n- Peregrine Falcon_2 - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pika - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pinacate Beetle - 214kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pinon Jay - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Prairie Falcon - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Praying Mantis - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pygmy Mouse - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rattlesnakes - 210kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ravens - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Red Fox - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ridge-nosed Rattlesnake - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ringtail - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rio Grande Cutthroat Trout - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rio Grande Silvery Minnow - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- River Cooter - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Roadrunner - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rock Dove - 210kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rock Squirrel - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Sand Dune Lizard - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Shrews - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Socorro Isopod - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Socorro Isopod_2 - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Southern Pocket-Gopher - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spiny Softshell Turtle - 214kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spotted Bat - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spotted Skunk - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Springsnails - 422kb Adobe Acrobat (PDF) File from NMGF
\r\n- Texas Horned Lizard - 423kb Adobe Acrobat (PDF) File from NMGF
\r\n- Thick-Billed Kingbird - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Tundra Swan - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Vinegaroon - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- White Sands Pupfish - 410kb Adobe Acrobat (PDF) File from NMGF
\r\n- White Sands Pupfish_2 - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Breasted Nuthatch - 213kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Sided Jackrabbit - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Tailed Ptarmigan - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Whooping Crane - 412kb Adobe Acrobat (PDF) File from NMGF
\r\n- Whooping Crane_2 - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Woodrat - 786kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yellow-Bellied Marmot - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yellow-Headed Blackbird - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yucca Moth - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Zuni Bluehead Sucker - 415kb Adobe Acrobat (PDF) File from NMGF
\r\nAdobe PDF Files that open in a \"New Window\"\n
\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- Albert\'s Squirrel - 419kb Adobe Acrobat (PDF) File from NMGF
\n- American Eel - 416kb Adobe Acrobat (PDF) File from NMGF
\n- Armadillo - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Badger - 213kb Adobe Acrobat (PDF) File from NMGF
\n- Bald Eagle - 292kb Adobe Acrobat (PDF) File from NMGF
\n- Bald Eagle_2 - 421kb Adobe Acrobat (PDF) File from NMGF
\n- Beaver - 421kb Adobe Acrobat (PDF) File from NMGF
\n- Bells Vireo - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Black Bear - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Black Widow Spider - 416kb Adobe Acrobat (PDF) File from NMGF
\n- Black-Billed Magpie - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Black-Footed Ferret - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Black-Tailed Jackrabbit - 213kb Adobe Acrobat (PDF) File from NMGF
\n- Blue-Gray Gnatcatcher - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Bluntnose Shiner - 416kb Adobe Acrobat (PDF) File from NMGF
\n- Broad-Billed Hummingbird - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Brown Creeper - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Caddis Fly Larvae - 414kb Adobe Acrobat (PDF) File from NMGF
\n- Canada Goose - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Canyon Wren - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Centipedes and Millipedes - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Chihuahua Chub - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Cicada - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Coatimundi - 412kb Adobe Acrobat (PDF) File from NMGF
\n- Colorado River Squawfish - 415kb Adobe Acrobat (PDF) File from NMGF
\n- Colorado River Squawfish_2 - 423kb Adobe Acrobat (PDF) File from NMGF
\n- Colorado River Toad - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Common Black-Hawk - 375kb Adobe Acrobat (PDF) File from NMGF
\n- Conenose Bedbug - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Coral Snake - 413kb Adobe Acrobat (PDF) File from NMGF
\n- Coues White-Tailed Deer - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Desert Bighorn Sheep - 409kb Adobe Acrobat (PDF) File from NMGF
\n- Elegant Trogon - 415kb Adobe Acrobat (PDF) File from NMGF
\n- Elk - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Flicker - 411kb Adobe Acrobat (PDF) File from NMGF
\n- Gila Topminnow - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Gila Trout - 415kb Adobe Acrobat (PDF) File from NMGF
\n- Gila Trout_2 - 414kb Adobe Acrobat (PDF) File from NMGF
\n- Gila Woodpecker - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Goshawk - 421kb Adobe Acrobat (PDF) File from NMGF
\n- Grasshopper Mouse - 411kb Adobe Acrobat (PDF) File from NMGF
\n- Gray-Checkered Whiptail - 413kb Adobe Acrobat (PDF) File from NMGF
\n- Great Blue Heron - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Javelina - 422kb Adobe Acrobat (PDF) File from NMGF
\n- Jemez Mountains Salamander - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Kangaroo Rat - 209kb Adobe Acrobat (PDF) File from NMGF
\n- Kokanee Salmon - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Ladybug - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Largemouth Bass - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Least Tern - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Leopard Frog - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Lesser Prairie Chicken - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Longnose Gar - 421kb Adobe Acrobat (PDF) File from NMGF
\n- Meadow Jumping Mouse - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Mexican Gray Wolf - 416kb Adobe Acrobat (PDF) File from NMGF
\n- Mountain Bluebird - 319kb Adobe Acrobat (PDF) File from NMGF
\n- Mountain Lion - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Mourning Cloak Butterfly - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Mule Deer - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Narrowhead Gartersnake - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Neotropic Cormorant - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Oryx - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Osprey - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Otter - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Pecos Gambusia - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Peregrine Falcon - 301kb Adobe Acrobat (PDF) File from NMGF
\n- Peregrine Falcon_2 - 421kb Adobe Acrobat (PDF) File from NMGF
\n- Pika - 421kb Adobe Acrobat (PDF) File from NMGF
\n- Pinacate Beetle - 214kb Adobe Acrobat (PDF) File from NMGF
\n- Pinon Jay - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Prairie Falcon - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Praying Mantis - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Pygmy Mouse - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Rattlesnakes - 210kb Adobe Acrobat (PDF) File from NMGF
\n- Ravens - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Red Fox - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Ridge-nosed Rattlesnake - 415kb Adobe Acrobat (PDF) File from NMGF
\n- Ringtail - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Rio Grande Cutthroat Trout - 418kb Adobe Acrobat (PDF) File from NMGF
\n- Rio Grande Silvery Minnow - 419kb Adobe Acrobat (PDF) File from NMGF
\n- River Cooter - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Roadrunner - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Rock Dove - 210kb Adobe Acrobat (PDF) File from NMGF
\n- Rock Squirrel - 212kb Adobe Acrobat (PDF) File from NMGF
\n- Sand Dune Lizard - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Shrews - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Socorro Isopod - 415kb Adobe Acrobat (PDF) File from NMGF
\n- Socorro Isopod_2 - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Southern Pocket-Gopher - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Spiny Softshell Turtle - 214kb Adobe Acrobat (PDF) File from NMGF
\n- Spotted Bat - 414kb Adobe Acrobat (PDF) File from NMGF
\n- Spotted Skunk - 414kb Adobe Acrobat (PDF) File from NMGF
\n- Springsnails - 422kb Adobe Acrobat (PDF) File from NMGF
\n- Texas Horned Lizard - 423kb Adobe Acrobat (PDF) File from NMGF
\n- Thick-Billed Kingbird - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Tundra Swan - 416kb Adobe Acrobat (PDF) File from NMGF
\n- Vinegaroon - 212kb Adobe Acrobat (PDF) File from NMGF
\n- White Sands Pupfish - 410kb Adobe Acrobat (PDF) File from NMGF
\n- White Sands Pupfish_2 - 420kb Adobe Acrobat (PDF) File from NMGF
\n- White-Breasted Nuthatch - 213kb Adobe Acrobat (PDF) File from NMGF
\n- White-Sided Jackrabbit - 419kb Adobe Acrobat (PDF) File from NMGF
\n- White-Tailed Ptarmigan - 420kb Adobe Acrobat (PDF) File from NMGF
\n- Whooping Crane - 412kb Adobe Acrobat (PDF) File from NMGF
\n- Whooping Crane_2 - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Woodrat - 786kb Adobe Acrobat (PDF) File from NMGF
\n- Yellow-Bellied Marmot - 417kb Adobe Acrobat (PDF) File from NMGF
\n- Yellow-Headed Blackbird - 419kb Adobe Acrobat (PDF) File from NMGF
\n- Yucca Moth - 211kb Adobe Acrobat (PDF) File from NMGF
\n- Zuni Bluehead Sucker - 415kb Adobe Acrobat (PDF) File from NMGF
\n\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- 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\nAdobe PDF Files that open in a \"New Window\"\r\n
\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. \"]- Albert\'s Squirrel - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- American Eel - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Armadillo - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Badger - 213kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bald Eagle - 292kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bald Eagle_2 - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Beaver - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bells Vireo - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black Bear - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black Widow Spider - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Billed Magpie - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Footed Ferret - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Tailed Jackrabbit - 213kb Adobe Acrobat (PDF) File from NMGF
\r\n- Blue-Gray Gnatcatcher - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bluntnose Shiner - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Broad-Billed Hummingbird - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Brown Creeper - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Caddis Fly Larvae - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Canada Goose - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Canyon Wren - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Centipedes and Millipedes - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Chihuahua Chub - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Cicada - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coatimundi - 412kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Squawfish - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Squawfish_2 - 423kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Toad - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Common Black-Hawk - 375kb Adobe Acrobat (PDF) File from NMGF
\r\n- Conenose Bedbug - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coral Snake - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coues White-Tailed Deer - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Desert Bighorn Sheep - 409kb Adobe Acrobat (PDF) File from NMGF
\r\n- Elegant Trogon - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Elk - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Flicker - 411kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Topminnow - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Trout - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Trout_2 - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Woodpecker - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Goshawk - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Grasshopper Mouse - 411kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gray-Checkered Whiptail - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Great Blue Heron - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Javelina - 422kb Adobe Acrobat (PDF) File from NMGF
\r\n- Jemez Mountains Salamander - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Kangaroo Rat - 209kb Adobe Acrobat (PDF) File from NMGF
\r\n- Kokanee Salmon - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ladybug - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Largemouth Bass - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Least Tern - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Leopard Frog - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Lesser Prairie Chicken - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Longnose Gar - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Meadow Jumping Mouse - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mexican Gray Wolf - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mountain Bluebird - 319kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mountain Lion - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mourning Cloak Butterfly - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mule Deer - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Narrowhead Gartersnake - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Neotropic Cormorant - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Oryx - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Osprey - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Otter - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pecos Gambusia - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Peregrine Falcon - 301kb Adobe Acrobat (PDF) File from NMGF
\r\n- Peregrine Falcon_2 - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pika - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pinacate Beetle - 214kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pinon Jay - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Prairie Falcon - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Praying Mantis - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pygmy Mouse - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rattlesnakes - 210kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ravens - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Red Fox - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ridge-nosed Rattlesnake - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ringtail - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rio Grande Cutthroat Trout - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rio Grande Silvery Minnow - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- River Cooter - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Roadrunner - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rock Dove - 210kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rock Squirrel - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Sand Dune Lizard - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Shrews - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Socorro Isopod - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Socorro Isopod_2 - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Southern Pocket-Gopher - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spiny Softshell Turtle - 214kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spotted Bat - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spotted Skunk - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Springsnails - 422kb Adobe Acrobat (PDF) File from NMGF
\r\n- Texas Horned Lizard - 423kb Adobe Acrobat (PDF) File from NMGF
\r\n- Thick-Billed Kingbird - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Tundra Swan - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Vinegaroon - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- White Sands Pupfish - 410kb Adobe Acrobat (PDF) File from NMGF
\r\n- White Sands Pupfish_2 - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Breasted Nuthatch - 213kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Sided Jackrabbit - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Tailed Ptarmigan - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Whooping Crane - 412kb Adobe Acrobat (PDF) File from NMGF
\r\n- Whooping Crane_2 - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Woodrat - 786kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yellow-Bellied Marmot - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yellow-Headed Blackbird - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yucca Moth - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Zuni Bluehead Sucker - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n[/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 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 \r\n\r\n\r\n Sub-Menu[sb_child_list]\r\n[sb_parent] \r\n\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- The Daugherty Family in the Sacramentos \r\nClick for Additional History Article!
\r\n\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- The Holcomb Ranch Above Timberon \r\nClick for Correspondence with Omer Holcomb!
\r\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\" \r\nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\r\n\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- Timberon Property Owner\'s Association History\r\nClick for Additional History Article!
\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\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
','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','- 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\r\n\r\n
\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. \"]\r\n \r\n\r\n\r\n Sub-Menu[sb_child_list]\r\n[sb_parent] \r\n[/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\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 \r\n\r\n\r\n Sub-Menu[sb_child_list]\r\n[sb_parent] \r\n\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- The Daugherty Family in the Sacramentos \r\nClick for Additional History Article!
\r\n\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- The Holcomb Ranch Above Timberon \r\nClick for Correspondence with Omer Holcomb!
\r\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\" \r\nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\r\n\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- Timberon Property Owner\'s Association History\r\nClick for Additional History Article!
\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\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\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- Apartment A
\r\n- Apartment C
\r\n- Apartment D
\r\n- Apartment E
\r\n\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- 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\nCalendar 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
\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- 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\nCalendar 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
','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- 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\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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','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
\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','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
\n
\nTimberon Units\n- Sacramento Mountain Ranches 1
\n- Sacramento Mountain Ranches 2
\n- Sacramento Mountain Ranches 3
\n- Sacramento Mountain Ranches 4
\n\n
\nGolf Course Units\n- Timberon Unit 1
\n- Timberon Unit 2
\n- Timberon Unit 3
\n- Timberon Unit 4
\n- Timberon Unit 5
\n- Timberon Unit 6
\n- Timberon Unit 7
\n- Timberon Unit 8
\n- Timberon Unit 9
\n- Timberon Unit 10
\n- Timberon Unit 12
\n- Timberon Unit 13
\n- Timberon Unit 14
\n- Timberon Unit 14A
\n- Timberon Unit 15
\n- Timberon Unit 17
\n\n
\nOther Areas\n\nMore Documents...\n- Timberon 1 Golf Course
\n- Timberon 2 Golf Course
\n- Timberon 3 Golf Course
\n- Timberon 4 Golf Course
\n- Timberon 5 Golf Course
\n- Timberon 6 Golf Course
\n- Timberon 7 Golf Course
\n- Timberon 8 Golf Course
\n\n
\n\n- Supporting Documents
\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\n
\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- Composite Timberon Plat Map
\r\n- Interactive Map supported by Otero County - ArcIMS Viewer\r\nAfter the Page comes up, click on \"Load\" button to start map
\r\n- Otero County Property Database
\r\n\r\n
\r\nTimberon Commercial 1 \r\n- Original Plat
\r\n- Re-Plat A
\r\n\r\n
\r\nSacramento River Estates... \r\n- Original Plat
\r\n- Area 1 Re-Plat A Block 2
\r\n- Re-Plat A Block 2 Lot 10A
\r\n- Re-Plat S Block 2
\r\n- Area 1 Block A Re-Plat V
\r\n- Re-Plat B Block 2
\r\n- Easement Area 1 Block 2
\r\n\r\n
\r\nSacramento Mountain Ranch 1... \r\n- Original Plat
\r\n- Re-Plat A Block 1
\r\n- Block 1 Re-Plat B
\r\n\r\n
\r\nSacramento Mountain Ranch 2... \r\n- Original Plat
\r\n- Block 5 Re-Plat A Lot 1
\r\n- Re-Plat Lot 5 Block 5
\r\n- Re-Plat A Block 5 Lot 4
\r\n- Re-Plat B Block 5 Lot 5
\r\n\r\n
\r\nSacramento Mountain Ranch 3... \r\n- Original Plat
\r\n- Block 7 Re-Plat A
\r\n\r\n
\r\nSacramento Mountain Ranch 4... \r\n- Original Plat
\r\n- Block 13 Re-Plat M
\r\n- Re-Plat Lots 4-5 Block 13
\r\n- Re-Plat Lots 20-21 Block 13
\r\n\r\n
\r\nTimberon Golf Course 1... \r\n- Original Plat
\r\n- Re-Plat Block 23
\r\n\r\n
\r\nTimberon Golf Course 2... \r\n- Original Plat
\r\n- Block 3 Re-Plat A
\r\n\r\n
\r\nTimberon Golf Course 3... \r\n- Original Plat
\r\n- Re-Plat A Block 8
\r\n\r\n
\r\nTimberon Golf Course 4... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 5... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 6... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 7... \r\n- Original Plat
\r\n- Block 16 Re-Plat A
\r\n\r\n
\r\nTimberon Golf Course 8... \r\n- Original Plat
\r\n- Block 6 Amend Re-Plat A
\r\n- Block 6 Re-Plat A
\r\n- Re-Plat A Block 19
\r\n- Re-Plat A Block 20
\r\n\r\n
\r\nTimberon Unit 1... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Unit 2... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Unit 3... \r\n- Original Plat
\r\n- Block 47 Re-Plat M
\r\n\r\n
\r\nTimberon Unit 4... \r\n- Original Plat
\r\n- Block 58 Re-Plat A
\r\n- Block 59 Re-Plat A
\r\n- Block 59 Re-Plat B
\r\n- Re-Plat 10A Block 61
\r\n- Re-Plat A Block 50
\r\n- Re-Plat A Block 53
\r\n- Re-Plat A Block 56
\r\n- Re-Plat A Block 61
\r\n- Re-Plat D Block 57
\r\n\r\n
\r\nTimberon Unit 5... \r\n- Original Plat
\r\n- Block 25 Re-Plat A
\r\n\r\n
\r\nTimberon Unit 6... \r\n- Original Plat
\r\n- Re-Plat A Block 69
\r\n\r\n
\r\nTimberon Unit 7... \r\n- Original Plat
\r\n- T6 Re-Plat
\r\n- Re-Plat A Block 99
\r\n- Re-Plat A Block 100
\r\n\r\n
\r\nTimberon Unit 8... \r\n- Original Plat
\r\n- Block 81 Re-Plat
\r\n- Re-Plat A Block 78
\r\n- Re-Plat A Block 80
\r\n\r\n
\r\nTimberon Unit 9... \r\n- Original Plat
\r\n- Block 85 Re-Plat Lots 11-12
\r\n- Block 92 Re-Plat
\r\n- Block 86 Re-Plat A
\r\n- Re-Plat 1A Block 85
\r\n- Re-Plat A Block 82
\r\n- Re-Plat A Block 90
\r\n- Re-Plat A Block 98
\r\n- Re-Plat B Block 85
\r\n- Re-Plat B Block 91
\r\n- Re-Plat B Block 93
\r\n- Re-Plat C Block 84
\r\n- Re-Plat C Block 85
\r\n- Re-Plat M Block 82
\r\n\r\n
\r\nTimberon Unit 10... \r\n- Original Plat
\r\n- Re-Plat Block 159
\r\n\r\n
\r\nTimberon Unit 12... \r\n- Original Plat
\r\n- Re-Plat 1A Block 111
\r\n- Re-Plat A Block 106
\r\n- Re-Plat A Block 111
\r\n- Re-Plat A Block 112
\r\n- Re-Plat B Block 111
\r\n- Re-Plat D Block 112
\r\n\r\n
\r\nTimberon Unit 13...\r\n- Original Plat
\r\n- Re-Plat A Block 102
\r\n- Re-Plat B Block 103
\r\n- Re-Plat C Block 103
\r\n- Re-Plat C Block 118
\r\n- T12 Re-Plat]
\r\n\r\n
\r\nTimberon Unit 14... \r\n- Original Plat
\r\n- T13 Amended
\r\n\r\n
\r\nTimberon Unit 14A... \r\n- Original Plat
\r\n- Re-Plat 54A Block 126
\r\n- Re-Plat 83A Block 126
\r\n- Re-Plat A Block 100
\r\n- Re-Plat A Block 131
\r\n\r\n
\r\nTimberon Unit 15... \r\n- Original Plat
\r\n- Re-Plat F Block 129
\r\n- Re-Plat A Block 129
\r\n\r\n
\r\nTimberon Unit 17...\r\n- Original Plat
\r\n- Block 165 Re-Plat A
\r\n- Block 165 Re-Plat B
\r\n- Block 168 Re-Plat A
\r\n- Block 163 Re-Plat A
\r\n- Block 172 Re-Plat A
\r\n\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- Original Plat
\r\n- Re-Plat A Block 185
\r\n- Re-Plat A
\r\n\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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.
\n- Smoking is limited to an enclosed vehicle or a smoking approved building.
\n- Possessing, discharging or using any kind of firework or other pyrotechnic device.
\n- Welding, or operating acetylene or other torch with open flame.
\n- 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).
\n- Chainsaw use will not be allowed between the hours of 10:00 a.m through midnight.
\n\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- 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.
\r\n- Smoking is limited to an enclosed vehicle or a smoking approved building.
\r\n- Possessing, discharging or using any kind of firework or other pyrotechnic device.
\r\n- Welding, or operating acetylene or other torch with open flame.
\r\n- 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).
\r\n- Chainsaw use will not be allowed between the hours of 10:00 a.m through midnight.
\r\n\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- 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\nCalendar 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\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','\r\n \r\n\r\n\r\n [sb_child_list]\r\n[sb_parent] \r\nnotices 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\n
\r\nTimberon Units\r\n- Sacramento Mountain Ranches 1
\r\n- Sacramento Mountain Ranches 2
\r\n- Sacramento Mountain Ranches 3
\r\n- Sacramento Mountain Ranches 4
\r\n\r\n
\r\nGolf Course Units\r\n- Timberon Unit 1
\r\n- Timberon Unit 2
\r\n- Timberon Unit 3
\r\n- Timberon Unit 4
\r\n- Timberon Unit 5
\r\n- Timberon Unit 6
\r\n- Timberon Unit 7
\r\n- Timberon Unit 8
\r\n- Timberon Unit 9
\r\n- Timberon Unit 10
\r\n- Timberon Unit 12
\r\n- Timberon Unit 13
\r\n- Timberon Unit 14
\r\n- Timberon Unit 14A
\r\n- Timberon Unit 15
\r\n- Timberon Unit 17
\r\n\r\n
\r\nOther Areas\r\n- Timberon 1 Golf Course
\r\n- Timberon 2 Golf Course
\r\n- Timberon 3 Golf Course
\r\n- Timberon 4 Golf Course
\r\n- Timberon 5 Golf Course
\r\n- Timberon 6 Golf Course
\r\n- Timberon 7 Golf Course
\r\n- Timberon 8 Golf Course
\r\n\r\n
\r\nMore Documents...\r\n- Timberon 1 Airfield
\r\n- Timberon 1 Commercial
\r\n- Sacramento River Estates 1
\r\n- Timberon RV Park
\r\n\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- Supporting Documents
\r\n\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- 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\nCalendar 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
\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- 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!
\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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!
\nCalendar 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
\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- 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!
\nCalendar 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
\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- 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!
\nCalendar 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\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- Apartment A
\n- Apartment C
\n- Apartment D
\n- Apartment E
\n\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- 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!
\nCalendar 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
\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\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.
','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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- Newly Uploaded Photos from Members and Readers\r\nUpload your Photo below... [ngg_uploader id = 4]
\r\n\r\n
\r\nNature Trips ...Trips to explore around the Sacramento Mountains. Click on the albums below...\r\n- Various Timberon Photos\r\nEvents and special occasions, people, activities, and various other Timberon photos.
\r\n\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- 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\n
\r\nVarious Other Photo Albums\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\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- Looking Off Mountain\r\nVarious area photos.
\r\n- Lincoln National Forest Photos\r\nAround the Sacramento Mountains and National Forest.
\r\n- Fire Photos\r\nPhotos of fires on the mountain... Mostly the Scott Able Fire.
\r\n- Fall Photos\r\nPhotos of Fall foliage... most taken in 2000.
\r\n\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- 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\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- The Daugherty Family in the Sacramentos \r\nClick for Additional History Article!
\r\n\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- The Holcomb Ranch Above Timberon \r\nClick for Correspondence with Omer Holcomb!
\r\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\" \r\nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\r\n\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- Timberon Property Owner\'s Association History\r\nClick for Additional History Article!
\r\n\r\n\r\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\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]\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
\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- 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!
\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\r\nProtect your Home\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\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- 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\n
\r\nWhen Wildfire Threatens\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\n
\r\nIf Advised to Evacuate, Do So Immediately\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\n
\r\nTime Permitting, Protect your Home Inside\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\n
\r\nOutside\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\n
\r\nImportant Family Documents Keep these records in a waterproof, portable container:\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\n
\r\nEvacuation Routes\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\n
\r\n- North Gate road to Cloudcroft.
\r\n- South Gate road to Pinon, El Paso and Alamogordo (see map).
\r\nTake Merlin Drive out of Timberon to Hoover Dr. Continue to South Gate.
\r\nDirt road for appx. 17 miles from South Gate to pavement toward Pinon.
\r\nDirt 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
\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- 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\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[gallery link=\"file\" columns=\"1\" orderby=\"rand\"]\r\n\r\n\r\n\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
','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','- 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\nI 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\n
\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- Composite Timberon Plat Map
\r\n- Interactive Map supported by Otero County - ArcIMS Viewer\r\nAfter the Page comes up, click on \"Load\" button to start map
\r\n- Otero County Property Database
\r\n\r\n
\r\nTimberon Commercial 1 \r\n- Original Plat
\r\n- Re-Plat A
\r\n\r\n
\r\nSacramento River Estates... \r\n- Original Plat
\r\n- Area 1 Re-Plat A Block 2
\r\n- Re-Plat A Block 2 Lot 10A
\r\n- Re-Plat S Block 2
\r\n- Area 1 Block A Re-Plat V
\r\n- Re-Plat B Block 2
\r\n- Easement Area 1 Block 2
\r\n\r\n
\r\nSacramento Mountain Ranch 1... \r\n- Original Plat
\r\n- Re-Plat A Block 1
\r\n- Block 1 Re-Plat B
\r\n\r\n
\r\nSacramento Mountain Ranch 2... \r\n- Original Plat
\r\n- Block 5 Re-Plat A Lot 1
\r\n- Re-Plat Lot 5 Block 5
\r\n- Re-Plat A Block 5 Lot 4
\r\n- Re-Plat B Block 5 Lot 5
\r\n\r\n
\r\nSacramento Mountain Ranch 3... \r\n- Original Plat
\r\n- Block 7 Re-Plat A
\r\n\r\n
\r\nSacramento Mountain Ranch 4... \r\n- Original Plat
\r\n- Block 13 Re-Plat M
\r\n- Re-Plat Lots 4-5 Block 13
\r\n- Re-Plat Lots 20-21 Block 13
\r\n\r\n
\r\nTimberon Golf Course 1... \r\n- Original Plat
\r\n- Re-Plat Block 23
\r\n\r\n
\r\nTimberon Golf Course 2... \r\n- Original Plat
\r\n- Block 3 Re-Plat A
\r\n\r\n
\r\nTimberon Golf Course 3... \r\n- Original Plat
\r\n- Re-Plat A Block 8
\r\n\r\n
\r\nTimberon Golf Course 4... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 5... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 6... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 7... \r\n- Original Plat
\r\n- Block 16 Re-Plat A
\r\n\r\n
\r\nTimberon Golf Course 8... \r\n- Original Plat
\r\n- Block 6 Amend Re-Plat A
\r\n- Block 6 Re-Plat A
\r\n- Re-Plat A Block 19
\r\n- Re-Plat A Block 20
\r\n\r\n
\r\nTimberon Unit 1... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Unit 2... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Unit 3... \r\n- Original Plat
\r\n- Block 47 Re-Plat M
\r\n\r\n
\r\nTimberon Unit 4... \r\n- Original Plat
\r\n- Block 58 Re-Plat A
\r\n- Block 59 Re-Plat A
\r\n- Block 59 Re-Plat B
\r\n- Re-Plat 10A Block 61
\r\n- Re-Plat A Block 50
\r\n- Re-Plat A Block 53
\r\n- Re-Plat A Block 56
\r\n- Re-Plat A Block 61
\r\n- Re-Plat D Block 57
\r\n\r\n
\r\nTimberon Unit 5... \r\n- Original Plat
\r\n- Block 25 Re-Plat A
\r\n\r\n
\r\nTimberon Unit 6... \r\n- Original Plat
\r\n- Re-Plat A Block 69
\r\n\r\n
\r\nTimberon Unit 7... \r\n- Original Plat
\r\n- T6 Re-Plat
\r\n- Re-Plat A Block 99
\r\n- Re-Plat A Block 100
\r\n\r\n
\r\nTimberon Unit 8... \r\n- Original Plat
\r\n- Block 81 Re-Plat
\r\n- Re-Plat A Block 78
\r\n- Re-Plat A Block 80
\r\n\r\n
\r\nTimberon Unit 9... \r\n- Original Plat
\r\n- Block 85 Re-Plat Lots 11-12
\r\n- Block 92 Re-Plat
\r\n- Block 86 Re-Plat A
\r\n- Re-Plat 1A Block 85
\r\n- Re-Plat A Block 82
\r\n- Re-Plat A Block 90
\r\n- Re-Plat A Block 98
\r\n- Re-Plat B Block 85
\r\n- Re-Plat B Block 91
\r\n- Re-Plat B Block 93
\r\n- Re-Plat C Block 84
\r\n- Re-Plat C Block 85
\r\n- Re-Plat M Block 82
\r\n\r\n
\r\nTimberon Unit 10... \r\n- Original Plat
\r\n- Re-Plat Block 159
\r\n\r\n
\r\nTimberon Unit 12... \r\n- Original Plat
\r\n- Re-Plat 1A Block 111
\r\n- Re-Plat A Block 106
\r\n- Re-Plat A Block 111
\r\n- Re-Plat A Block 112
\r\n- Re-Plat B Block 111
\r\n- Re-Plat D Block 112
\r\n\r\n
\r\nTimberon Unit 13...\r\n- Original Plat
\r\n- Re-Plat A Block 102
\r\n- Re-Plat B Block 103
\r\n- Re-Plat C Block 103
\r\n- Re-Plat C Block 118
\r\n- T12 Re-Plat]
\r\n\r\n
\r\nTimberon Unit 14... \r\n- Original Plat
\r\n- T13 Amended
\r\n\r\n
\r\nTimberon Unit 14A... \r\n- Original Plat
\r\n- Re-Plat 54A Block 126
\r\n- Re-Plat 83A Block 126
\r\n- Re-Plat A Block 100
\r\n- Re-Plat A Block 131
\r\n\r\n
\r\nTimberon Unit 15... \r\n- Original Plat
\r\n- Re-Plat F Block 129
\r\n- Re-Plat A Block 129
\r\n\r\n
\r\nTimberon Unit 17...\r\n- Original Plat
\r\n- Block 165 Re-Plat A
\r\n- Block 165 Re-Plat B
\r\n- Block 168 Re-Plat A
\r\n- Block 163 Re-Plat A
\r\n- Block 172 Re-Plat A
\r\n\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','- Original Plat
\r\n- Re-Plat A Block 185
\r\n- Re-Plat A
\r\n\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
','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- 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\nAdobe PDF Files that open in a \"New Window\" \r\n
\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- Albert\'s Squirrel - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- American Eel - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Armadillo - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Badger - 213kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bald Eagle - 292kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bald Eagle_2 - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Beaver - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bells Vireo - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black Bear - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black Widow Spider - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Billed Magpie - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Footed Ferret - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Tailed Jackrabbit - 213kb Adobe Acrobat (PDF) File from NMGF
\r\n- Blue-Gray Gnatcatcher - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bluntnose Shiner - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Broad-Billed Hummingbird - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Brown Creeper - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Caddis Fly Larvae - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Canada Goose - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Canyon Wren - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Centipedes and Millipedes - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Chihuahua Chub - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Cicada - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coatimundi - 412kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Squawfish - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Squawfish_2 - 423kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Toad - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Common Black-Hawk - 375kb Adobe Acrobat (PDF) File from NMGF
\r\n- Conenose Bedbug - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coral Snake - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coues White-Tailed Deer - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Desert Bighorn Sheep - 409kb Adobe Acrobat (PDF) File from NMGF
\r\n- Elegant Trogon - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Elk - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Flicker - 411kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Topminnow - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Trout - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Trout_2 - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Woodpecker - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Goshawk - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Grasshopper Mouse - 411kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gray-Checkered Whiptail - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Great Blue Heron - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Javelina - 422kb Adobe Acrobat (PDF) File from NMGF
\r\n- Jemez Mountains Salamander - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Kangaroo Rat - 209kb Adobe Acrobat (PDF) File from NMGF
\r\n- Kokanee Salmon - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ladybug - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Largemouth Bass - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Least Tern - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Leopard Frog - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Lesser Prairie Chicken - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Longnose Gar - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Meadow Jumping Mouse - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mexican Gray Wolf - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mountain Bluebird - 319kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mountain Lion - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mourning Cloak Butterfly - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mule Deer - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Narrowhead Gartersnake - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Neotropic Cormorant - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Oryx - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Osprey - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Otter - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pecos Gambusia - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Peregrine Falcon - 301kb Adobe Acrobat (PDF) File from NMGF
\r\n- Peregrine Falcon_2 - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pika - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pinacate Beetle - 214kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pinon Jay - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Prairie Falcon - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Praying Mantis - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pygmy Mouse - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rattlesnakes - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ravens - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Red Fox - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ridge-nosed Rattlesnake - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ringtail - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rio Grande Cutthroat Trout - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rio Grande Silvery Minnow - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- River Cooter - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Roadrunner - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rock Dove - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rock Squirrel - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Sand Dune Lizard - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Shrews - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Socorro Isopod - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Socorro Isopod_2 - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Southern Pocket-Gopher - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spiny Softshell Turtle - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spotted Bat - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spotted Skunk - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Springsnails - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Texas Horned Lizard - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Thick-Billed Kingbird - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Tundra Swan - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Vinegaroon - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- White Sands Pupfish - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- White Sands Pupfish_2 - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Breasted Nuthatch - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Sided Jackrabbit - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Tailed Ptarmigan - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Whooping Crane - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Whooping Crane_2 - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Woodrat - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yellow-Bellied Marmot - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yellow-Headed Blackbird - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yucca Moth - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Zuni Bluehead Sucker - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n\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- 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\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- 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\nThe following persons are exempt from this order:\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\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- 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“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\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,'','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
\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“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
\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“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.\nThe following persons are exempt from this order:\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\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- 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“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.\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-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\nThe following persons are exempt from this order:\r\n\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\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\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\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-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
\nProtect your Home\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\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- 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\n
\nWhen Wildfire Threatens\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\n
\nIf Advised to Evacuate, Do So Immediately\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\n
\nTime Permitting, Protect your Home Inside\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\n
\nOutside\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\n
\nImportant Family Documents Keep these records in a waterproof, portable container:\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\n
\nEvacuation Routes\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\n
\n- North Gate road to Cloudcroft.
\n- South Gate road to Pinon, El Paso and Alamogordo (see map).
\nTake Merlin Drive out of Timberon to Hoover Dr. Continue to South Gate.
\nDirt road for appx. 17 miles from South Gate to pavement toward Pinon.
\nDirt 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
\nEvacuation Card This is a rich text (.rtf) file attachment that can be downloaded and viewed in any word processor to print out.\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\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','\n\n[gallery link=\"file\" columns=\"1\" orderby=\"rand\"]\n\n\nBefore Wildfire Threatens\r\nPlan Ahead\r\n\r\n
\r\nProtect your Home\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\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- 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\n
\r\nWhen Wildfire Threatens\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\n
\r\nIf Advised to Evacuate, Do So Immediately\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\n
\r\nTime Permitting, Protect your Home Inside\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\n
\r\nOutside\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\n
\r\nImportant Family Documents Keep these records in a waterproof, portable container:\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\n
\r\nEvacuation Routes\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\n
\r\n- North Gate road to Cloudcroft.
\r\n- South Gate road to Pinon, El Paso and Alamogordo (see map).
\r\nTake Merlin Drive out of Timberon to Hoover Dr. Continue to South Gate.
\r\nDirt road for appx. 17 miles from South Gate to pavement toward Pinon.
\r\nDirt 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
\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- 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\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','\r\n\r\n[gallery columns=\"1\" orderby=\"rand\"]\r\n\r\n\r\nBefore Wildfire Threatens\r\nPlan Ahead\r\n\r\n
\r\nProtect your Home\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\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- 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\n
\r\nWhen Wildfire Threatens\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\n
\r\nIf Advised to Evacuate, Do So Immediately\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\n
\r\nTime Permitting, Protect your Home Inside\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\n
\r\nOutside\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\n
\r\nImportant Family Documents Keep these records in a waterproof, portable container:\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\n
\r\nEvacuation Routes\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\n
\r\n- North Gate road to Cloudcroft.
\r\n- South Gate road to Pinon, El Paso and Alamogordo (see map).
\r\nTake Merlin Drive out of Timberon to Hoover Dr. Continue to South Gate.
\r\nDirt road for appx. 17 miles from South Gate to pavement toward Pinon.
\r\nDirt 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
\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- 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\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','\r\n\r\n[gallery columns=\"1\" orderby=\"rand\"]\r\n\r\n\r\nBefore Wildfire Threatens\r\nPlan Ahead\r\n\r\n
\r\nProtect your Home\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\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- 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\n
\r\nWhen Wildfire Threatens\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\n
\r\nIf Advised to Evacuate, Do So Immediately\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\n
\r\nTime Permitting, Protect your Home Inside\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\n
\r\nOutside\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\n
\r\nImportant Family Documents Keep these records in a waterproof, portable container:\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\n
\r\nEvacuation Routes\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\n
\r\n- North Gate road to Cloudcroft.
\r\n- South Gate road to Pinon, El Paso and Alamogordo (see map).
\r\nTake Merlin Drive out of Timberon to Hoover Dr. Continue to South Gate.
\r\nDirt road for appx. 17 miles from South Gate to pavement toward Pinon.
\r\nDirt 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
\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- 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\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\r\n\r\n[gallery link=\"file\" columns=\"1\" orderby=\"rand\"]\r\n\r\n\r\n\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- 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!
\nCalendar 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
\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- 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\nCalendar 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
\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- 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\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,'','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\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','\r\n \r\n\r\n\r\n Sub-Menu[sb_child_list]\r\n[sb_parent] \r\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\n Sub-Menu[sb_child_list] \n\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- 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\nCalendar 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
\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- 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\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- 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\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- The Daugherty Family in the Sacramentos \nClick for Additional History Article!
\n\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- The Holcomb Ranch Above Timberon \nClick for Correspondence with Omer Holcomb!
\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\" \nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\n\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- Timberon Property Owner\'s Association History\nClick for Additional History Article!
\n\n\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\n\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"][/caption]\n\n
[/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
','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- 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\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\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.
','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
\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- 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\nCalendar 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','\r\n\r\n
\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 \r\n\r\n\r\n Sub-Menu[sb_child_list]\r\n[sb_parent] \r\n\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- The Daugherty Family in the Sacramentos \r\nClick for Additional History Article!
\r\n\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- The Holcomb Ranch Above Timberon \r\nClick for Correspondence with Omer Holcomb!
\r\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\" \r\nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\r\n\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- Timberon Property Owner\'s Association History\r\nClick for Additional History Article!
\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\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 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- The Daugherty Family in the Sacramentos \r\nClick for Additional History Article!
\r\n\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- The Holcomb Ranch Above Timberon \r\nClick for Correspondence with Omer Holcomb!
\r\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\" \r\nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\r\n\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- Timberon Property Owner\'s Association History\r\nClick for Additional History Article!
\r\n\r\n\r\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\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]\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
\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- The Daugherty Family in the Sacramentos \r\nClick for Additional History Article!
\r\n\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- The Holcomb Ranch Above Timberon \r\nClick for Correspondence with Omer Holcomb!
\r\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\" \r\nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\r\n\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- Timberon Property Owner\'s Association History\r\nClick for Additional History Article!
\r\n\r\n\r\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\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]\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
\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- The Daugherty Family in the Sacramentos \r\nClick for Additional History Article!
\r\n\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- The Holcomb Ranch Above Timberon \r\nClick for Correspondence with Omer Holcomb!
\r\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\" \r\nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\r\n\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- Timberon Property Owner\'s Association History\r\nClick for Additional History Article!
\r\n\r\n\r\n[caption id=\"attachment_1128\" align=\"aligncenter\" width=\"300\" caption=\"Shack by the old Carissa Springs\"]\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]\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
\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- 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\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- 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\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- 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\nCalendar 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
\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- 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\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- 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!
\nCalendar 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
','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','- 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\nThe 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.\nHunters and outdoor recreationalists may encounter minor delays as a result of these roadblocks.\nTurkey 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.\nFor 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.\nOff 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.\nMany 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.\nMore 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/\nWood 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.\nFire 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.\nOfficers 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[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\n \r\n\r\nContact \r\n\r\n \r\n
\r\nTimberon Units\r\n- Sacramento Mountain Ranches 1
\r\n- Sacramento Mountain Ranches 2
\r\n- Sacramento Mountain Ranches 3
\r\n- Sacramento Mountain Ranches 4
\r\n\r\n
\r\nGolf Course Units\r\n- Timberon Unit 1
\r\n- Timberon Unit 2
\r\n- Timberon Unit 3
\r\n- Timberon Unit 4
\r\n- Timberon Unit 5
\r\n- Timberon Unit 6
\r\n- Timberon Unit 7
\r\n- Timberon Unit 8
\r\n- Timberon Unit 9
\r\n- Timberon Unit 10
\r\n- Timberon Unit 12
\r\n- Timberon Unit 13
\r\n- Timberon Unit 14
\r\n- Timberon Unit 14A
\r\n- Timberon Unit 15
\r\n- Timberon Unit 17
\r\n\r\n
\r\nOther Areas\r\n- Timberon 1 Golf Course
\r\n- Timberon 2 Golf Course
\r\n- Timberon 3 Golf Course
\r\n- Timberon 4 Golf Course
\r\n- Timberon 5 Golf Course
\r\n- Timberon 6 Golf Course
\r\n- Timberon 7 Golf Course
\r\n- Timberon 8 Golf Course
\r\n\r\n
\r\nMore Documents...\r\n- Timberon 1 Airfield
\r\n- Timberon 1 Commercial
\r\n- Sacramento River Estates 1
\r\n- Timberon RV Park
\r\n\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 Now ◊ Members List ◊ Discussion 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','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?','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- Supporting Documents
\r\n![]()
','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?','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
![]()
','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','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','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','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','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?','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?','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
\r\nIBIS has 70 indicator reports that are regularly updated. In addition, two reports present key indicators for each county:\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\n
\r\nHealth Regions:\r\n- County Health Highlights Reports: http://ibis.health.state.nm.us/community/highlight/Selection.html
\r\n- County Indicator Snapshot Reports: http://ibis.health.state.nm.us/community/snapshot/Builder.html
\r\n\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- 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\n
\nAnyone with symptoms is encouraged to seek medical care for diagnosis and treatment. Signs and symptoms of Salmonella infection include:\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\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- 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\n
\nAnyone with symptoms is encouraged to seek medical care for diagnosis and treatment. Signs and symptoms of Salmonella infection include:\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\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','- 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.
\nIf 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\nWe 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\nThe 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.\nWe 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.\nThe 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.\nWe 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.\nThe 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
\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\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- 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\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\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- 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 \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\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- 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\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- Newly Uploaded Photos from Members and Readers\r\nUpload your Photo below... [ngg_uploader id = 4]
\r\n\r\n
\r\nNature Trips ...Trips to explore around the Sacramento Mountains. Click on the albums below...\r\n- Various Timberon Photos\r\nEvents and special occasions, people, activities, and various other Timberon photos.
\r\n\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- 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\n
\r\nVarious Other Photo Albums\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\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- Looking Off Mountain\r\nVarious area photos.
\r\n- Lincoln National Forest Photos\r\nAround the Sacramento Mountains and National Forest.
\r\n- Fire Photos\r\nPhotos of fires on the mountain... Mostly the Scott Able Fire.
\r\n- Fall Photos\r\nPhotos of Fall foliage... most taken in 2000.
\r\n\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- 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\nAdobe PDF Files that open in a \"New Window\" \r\n
\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','- Albert\'s Squirrel - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- American Eel - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Armadillo - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Badger - 213kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bald Eagle - 292kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bald Eagle_2 - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Beaver - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bells Vireo - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black Bear - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black Widow Spider - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Billed Magpie - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Footed Ferret - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Black-Tailed Jackrabbit - 213kb Adobe Acrobat (PDF) File from NMGF
\r\n- Blue-Gray Gnatcatcher - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Bluntnose Shiner - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Broad-Billed Hummingbird - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Brown Creeper - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Caddis Fly Larvae - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Canada Goose - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Canyon Wren - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Centipedes and Millipedes - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Chihuahua Chub - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Cicada - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coatimundi - 412kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Squawfish - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Squawfish_2 - 423kb Adobe Acrobat (PDF) File from NMGF
\r\n- Colorado River Toad - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Common Black-Hawk - 375kb Adobe Acrobat (PDF) File from NMGF
\r\n- Conenose Bedbug - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coral Snake - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Coues White-Tailed Deer - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Desert Bighorn Sheep - 409kb Adobe Acrobat (PDF) File from NMGF
\r\n- Elegant Trogon - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Elk - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Flicker - 411kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Topminnow - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Trout - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Trout_2 - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gila Woodpecker - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Goshawk - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Grasshopper Mouse - 411kb Adobe Acrobat (PDF) File from NMGF
\r\n- Gray-Checkered Whiptail - 413kb Adobe Acrobat (PDF) File from NMGF
\r\n- Great Blue Heron - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Javelina - 422kb Adobe Acrobat (PDF) File from NMGF
\r\n- Jemez Mountains Salamander - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Kangaroo Rat - 209kb Adobe Acrobat (PDF) File from NMGF
\r\n- Kokanee Salmon - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ladybug - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Largemouth Bass - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Least Tern - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Leopard Frog - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Lesser Prairie Chicken - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Longnose Gar - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Meadow Jumping Mouse - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mexican Gray Wolf - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mountain Bluebird - 319kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mountain Lion - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mourning Cloak Butterfly - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Mule Deer - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Narrowhead Gartersnake - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Neotropic Cormorant - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Oryx - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Osprey - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Otter - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pecos Gambusia - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Peregrine Falcon - 301kb Adobe Acrobat (PDF) File from NMGF
\r\n- Peregrine Falcon_2 - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pika - 421kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pinacate Beetle - 214kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pinon Jay - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Prairie Falcon - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Praying Mantis - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Pygmy Mouse - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rattlesnakes - 210kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ravens - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Red Fox - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ridge-nosed Rattlesnake - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Ringtail - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rio Grande Cutthroat Trout - 418kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rio Grande Silvery Minnow - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- River Cooter - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Roadrunner - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rock Dove - 210kb Adobe Acrobat (PDF) File from NMGF
\r\n- Rock Squirrel - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- Sand Dune Lizard - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Shrews - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Socorro Isopod - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n- Socorro Isopod_2 - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Southern Pocket-Gopher - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spiny Softshell Turtle - 214kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spotted Bat - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Spotted Skunk - 414kb Adobe Acrobat (PDF) File from NMGF
\r\n- Springsnails - 422kb Adobe Acrobat (PDF) File from NMGF
\r\n- Texas Horned Lizard - 423kb Adobe Acrobat (PDF) File from NMGF
\r\n- Thick-Billed Kingbird - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Tundra Swan - 416kb Adobe Acrobat (PDF) File from NMGF
\r\n- Vinegaroon - 212kb Adobe Acrobat (PDF) File from NMGF
\r\n- White Sands Pupfish - 410kb Adobe Acrobat (PDF) File from NMGF
\r\n- White Sands Pupfish_2 - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Breasted Nuthatch - 213kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Sided Jackrabbit - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- White-Tailed Ptarmigan - 420kb Adobe Acrobat (PDF) File from NMGF
\r\n- Whooping Crane - 412kb Adobe Acrobat (PDF) File from NMGF
\r\n- Whooping Crane_2 - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Woodrat - 786kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yellow-Bellied Marmot - 417kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yellow-Headed Blackbird - 419kb Adobe Acrobat (PDF) File from NMGF
\r\n- Yucca Moth - 211kb Adobe Acrobat (PDF) File from NMGF
\r\n- Zuni Bluehead Sucker - 415kb Adobe Acrobat (PDF) File from NMGF
\r\n\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
\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- Newly Uploaded Photos from Members and Readers\r\nUpload your Photo below... [ngg_uploader id = 4]
\r\n\r\n
\r\nNature Trips ...Trips to explore around the Sacramento Mountains. Click on the albums below...\r\n- Various Timberon Photos\r\nEvents and special occasions, people, activities, and various other Timberon photos.
\r\n\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- 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\n
\r\nVarious Other Photo Albums\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\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','- Looking Off Mountain\r\nVarious area photos.
\r\n- Lincoln National Forest Photos\r\nAround the Sacramento Mountains and National Forest.
\r\n- Fire Photos\r\nPhotos of fires on the mountain... Mostly the Scott Able Fire.
\r\n- Fall Photos\r\nPhotos of Fall foliage... most taken in 2000.
\r\n\r\n\r\n
\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\n\r\nAdvertisement \r\n\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
\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- 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\nCalendar 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
\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- 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\nCalendar 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\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- Apartment A
\r\n- Apartment C
\r\n- Apartment D
\r\n- Apartment E
\r\n\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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\n
\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- Composite Timberon Plat Map
\r\n- Interactive Map supported by Otero County - ArcIMS Viewer\r\nAfter the Page comes up, click on \"Load\" button to start map
\r\n- Otero County Property Database
\r\n\r\n
\r\nTimberon Commercial 1 \r\n- Original Plat
\r\n- Re-Plat A
\r\n\r\n
\r\nSacramento River Estates... \r\n- Original Plat
\r\n- Area 1 Re-Plat A Block 2
\r\n- Re-Plat A Block 2 Lot 10A
\r\n- Re-Plat S Block 2
\r\n- Area 1 Block A Re-Plat V
\r\n- Re-Plat B Block 2
\r\n- Easement Area 1 Block 2
\r\n\r\n
\r\nSacramento Mountain Ranch 1... \r\n- Original Plat
\r\n- Re-Plat A Block 1
\r\n- Block 1 Re-Plat B
\r\n\r\n
\r\nSacramento Mountain Ranch 2... \r\n- Original Plat
\r\n- Block 5 Re-Plat A Lot 1
\r\n- Re-Plat Lot 5 Block 5
\r\n- Re-Plat A Block 5 Lot 4
\r\n- Re-Plat B Block 5 Lot 5
\r\n\r\n
\r\nSacramento Mountain Ranch 3... \r\n- Original Plat
\r\n- Block 7 Re-Plat A
\r\n\r\n
\r\nSacramento Mountain Ranch 4... \r\n- Original Plat
\r\n- Block 13 Re-Plat M
\r\n- Re-Plat Lots 4-5 Block 13
\r\n- Re-Plat Lots 20-21 Block 13
\r\n\r\n
\r\nTimberon Golf Course 1... \r\n- Original Plat
\r\n- Re-Plat Block 23
\r\n\r\n
\r\nTimberon Golf Course 2... \r\n- Original Plat
\r\n- Block 3 Re-Plat A
\r\n\r\n
\r\nTimberon Golf Course 3... \r\n- Original Plat
\r\n- Re-Plat A Block 8
\r\n\r\n
\r\nTimberon Golf Course 4... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 5... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 6... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 7... \r\n- Original Plat
\r\n- Block 16 Re-Plat A
\r\n\r\n
\r\nTimberon Golf Course 8... \r\n- Original Plat
\r\n- Block 6 Amend Re-Plat A
\r\n- Block 6 Re-Plat A
\r\n- Re-Plat A Block 19
\r\n- Re-Plat A Block 20
\r\n\r\n
\r\nTimberon Unit 1... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Unit 2... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Unit 3... \r\n- Original Plat
\r\n- Block 47 Re-Plat M
\r\n\r\n
\r\nTimberon Unit 4... \r\n- Original Plat
\r\n- Block 58 Re-Plat A
\r\n- Block 59 Re-Plat A
\r\n- Block 59 Re-Plat B
\r\n- Re-Plat 10A Block 61
\r\n- Re-Plat A Block 50
\r\n- Re-Plat A Block 53
\r\n- Re-Plat A Block 56
\r\n- Re-Plat A Block 61
\r\n- Re-Plat D Block 57
\r\n\r\n
\r\nTimberon Unit 5... \r\n- Original Plat
\r\n- Block 25 Re-Plat A
\r\n\r\n
\r\nTimberon Unit 6... \r\n- Original Plat
\r\n- Re-Plat A Block 69
\r\n\r\n
\r\nTimberon Unit 7... \r\n- Original Plat
\r\n- T6 Re-Plat
\r\n- Re-Plat A Block 99
\r\n- Re-Plat A Block 100
\r\n\r\n
\r\nTimberon Unit 8... \r\n- Original Plat
\r\n- Block 81 Re-Plat
\r\n- Re-Plat A Block 78
\r\n- Re-Plat A Block 80
\r\n\r\n
\r\nTimberon Unit 9... \r\n- Original Plat
\r\n- Block 85 Re-Plat Lots 11-12
\r\n- Block 92 Re-Plat
\r\n- Block 86 Re-Plat A
\r\n- Re-Plat 1A Block 85
\r\n- Re-Plat A Block 82
\r\n- Re-Plat A Block 90
\r\n- Re-Plat A Block 98
\r\n- Re-Plat B Block 85
\r\n- Re-Plat B Block 91
\r\n- Re-Plat B Block 93
\r\n- Re-Plat C Block 84
\r\n- Re-Plat C Block 85
\r\n- Re-Plat M Block 82
\r\n\r\n
\r\nTimberon Unit 10... \r\n- Original Plat
\r\n- Re-Plat Block 159
\r\n\r\n
\r\nTimberon Unit 12... \r\n- Original Plat
\r\n- Re-Plat 1A Block 111
\r\n- Re-Plat A Block 106
\r\n- Re-Plat A Block 111
\r\n- Re-Plat A Block 112
\r\n- Re-Plat B Block 111
\r\n- Re-Plat D Block 112
\r\n\r\n
\r\nTimberon Unit 13...\r\n- Original Plat
\r\n- Re-Plat A Block 102
\r\n- Re-Plat B Block 103
\r\n- Re-Plat C Block 103
\r\n- Re-Plat C Block 118
\r\n- T12 Re-Plat]
\r\n\r\n
\r\nTimberon Unit 14... \r\n- Original Plat
\r\n- T13 Amended
\r\n\r\n
\r\nTimberon Unit 14A... \r\n- Original Plat
\r\n- Re-Plat 54A Block 126
\r\n- Re-Plat 83A Block 126
\r\n- Re-Plat A Block 100
\r\n- Re-Plat A Block 131
\r\n\r\n
\r\nTimberon Unit 15... \r\n- Original Plat
\r\n- Re-Plat F Block 129
\r\n- Re-Plat A Block 129
\r\n\r\n
\r\nTimberon Unit 17...\r\n- Original Plat
\r\n- Block 165 Re-Plat A
\r\n- Block 165 Re-Plat B
\r\n- Block 168 Re-Plat A
\r\n- Block 163 Re-Plat A
\r\n- Block 172 Re-Plat A
\r\n\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- Original Plat
\r\n- Re-Plat A Block 185
\r\n- Re-Plat A
\r\n\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- 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\nCalendar 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
','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','- 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\r\n
\r\n- Composite Timberon Plat Map
\r\n- Interactive Map supported by Otero County - ArcIMS Viewer
\r\n
\r\nAfter the Page comes up, click on \"Load\" button to start map- Otero County Property Database
\r\nPlat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...
\r\nTimberon Airfield 1
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat A
\r\nTimberon Commercial 1
\r\n\r\n
\r\n- Original Plat
\r\n- Area 1 Re-Plat A Block 2
\r\n- Re-Plat A Block 2 Lot 10A
\r\n- Re-Plat S Block 2
\r\n- Area 1 Block A Re-Plat V
\r\n- Re-Plat B Block 2
\r\n- Easement Area 1 Block 2
\r\nSacramento River Estates...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat A Block 1
\r\n- Block 1 Re-Plat B
\r\nSacramento Mountain Ranch 1...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 5 Re-Plat A Lot 1
\r\n- Re-Plat Lot 5 Block 5
\r\n- Re-Plat A Block 5 Lot 4
\r\n- Re-Plat B Block 5 Lot 5
\r\nSacramento Mountain Ranch 2...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 7 Re-Plat A
\r\nSacramento Mountain Ranch 3...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 13 Re-Plat M
\r\n- Re-Plat Lots 4-5 Block 13
\r\n- Re-Plat Lots 20-21 Block 13
\r\nSacramento Mountain Ranch 4...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat Block 23
\r\nTimberon Golf Course 1...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 3 Re-Plat A
\r\nTimberon Golf Course 2...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat A Block 8
\r\nTimberon Golf Course 3...
\r\n\r\n
\r\n- Original Plat
\r\nTimberon Golf Course 4...
\r\n\r\n
\r\n- Original Plat
\r\nTimberon Golf Course 5...
\r\n\r\n
\r\n- Original Plat
\r\nTimberon Golf Course 6...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 16 Re-Plat A
\r\nTimberon Golf Course 7...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 6 Amend Re-Plat A
\r\n- Block 6 Re-Plat A
\r\n- Re-Plat A Block 19
\r\n- Re-Plat A Block 20
\r\nTimberon Golf Course 8...
\r\n\r\n
\r\n- Original Plat
\r\nTimberon Unit 1...
\r\n\r\n
\r\n- Original Plat
\r\nTimberon Unit 2...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 47 Re-Plat M
\r\nTimberon Unit 3...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 58 Re-Plat A
\r\n- Block 59 Re-Plat A
\r\n- Block 59 Re-Plat B
\r\n- Re-Plat 10A Block 61
\r\n- Re-Plat A Block 50
\r\n- Re-Plat A Block 53
\r\n- Re-Plat A Block 56
\r\n- Re-Plat A Block 61
\r\n- Re-Plat D Block 57
\r\nTimberon Unit 4...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 25 Re-Plat A
\r\nTimberon Unit 5...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat A Block 69
\r\nTimberon Unit 6...
\r\n\r\n
\r\n- Original Plat
\r\n- T6 Re-Plat
\r\n- Re-Plat A Block 99
\r\n- Re-Plat A Block 100
\r\nTimberon Unit 7...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 81 Re-Plat
\r\n- Re-Plat A Block 78
\r\n- Re-Plat A Block 80
\r\nTimberon Unit 8...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 85 Re-Plat Lots 11-12
\r\n- Block 92 Re-Plat
\r\n- Block 86 Re-Plat A
\r\n- Re-Plat 1A Block 85
\r\n- Re-Plat A Block 82
\r\n- Re-Plat A Block 90
\r\n- Re-Plat A Block 98
\r\n- Re-Plat B Block 85
\r\n- Re-Plat B Block 91
\r\n- Re-Plat B Block 93
\r\n- Re-Plat C Block 84
\r\n- Re-Plat C Block 85
\r\n- Re-Plat M Block 82
\r\nTimberon Unit 9...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat Block 159
\r\nTimberon Unit 10...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat 1A Block 111
\r\n- Re-Plat A Block 106
\r\n- Re-Plat A Block 111
\r\n- Re-Plat A Block 112
\r\n- Re-Plat B Block 111
\r\n- Re-Plat D Block 112
\r\nTimberon Unit 12...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat A Block 102
\r\n- Re-Plat B Block 103
\r\n- Re-Plat C Block 103
\r\n- Re-Plat C Block 118
\r\n- T12 Re-Plat]
\r\nTimberon Unit 13...
\r\n\r\n
\r\n- Original Plat
\r\n- T13 Amended
\r\nTimberon Unit 14...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat 54A Block 126
\r\n- Re-Plat 83A Block 126
\r\n- Re-Plat A Block 100
\r\n- Re-Plat A Block 131
\r\nTimberon Unit 14A...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat F Block 129
\r\n- Re-Plat A Block 129
\r\nTimberon Unit 15...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 165 Re-Plat A
\r\n- Block 165 Re-Plat B
\r\n- Block 168 Re-Plat A
\r\n- Block 163 Re-Plat A
\r\n- Block 172 Re-Plat A
\r\nTimberon Unit 17...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat A Block 185
\r\n- Re-Plat A
\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','
\n
\nPlat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...\n\nTimberon Airfield 1 \n- Composite Timberon Plat Map
\n- Interactive Map supported by Otero County - ArcIMS Viewer\nAfter the Page comes up, click on \"Load\" button to start map
\n- Otero County Property Database
\n\n
\nTimberon Commercial 1 \n- Original Plat
\n- Re-Plat A
\n\n
\nSacramento River Estates... \n\nSacramento Mountain Ranch 1... \n- Original Plat
\n- Area 1 Re-Plat A Block 2
\n- Re-Plat A Block 2 Lot 10A
\n- Re-Plat S Block 2
\n- Area 1 Block A Re-Plat V
\n- Re-Plat B Block 2
\n- Easement Area 1 Block 2
\n\n
\nSacramento Mountain Ranch 2... \n- Original Plat
\n- Block 5 Re-Plat A Lot 1
\n- Re-Plat Lot 5 Block 5
\n- Re-Plat A Block 5 Lot 4
\n- Re-Plat B Block 5 Lot 5
\n\n
\nSacramento Mountain Ranch 3... \n\nSacramento Mountain Ranch 4... \n- Original Plat
\n- Block 7 Re-Plat A
\n\n
\nTimberon Golf Course 1... \n- Original Plat
\n- Re-Plat Block 23
\n\n
\nTimberon Golf Course 2... \n- Original Plat
\n- Block 3 Re-Plat A
\n\n
\nTimberon Golf Course 3... \n- Original Plat
\n- Re-Plat A Block 8
\n\n
\nTimberon Golf Course 4... \n- Original Plat
\n\n
\nTimberon Golf Course 5... \n- Original Plat
\n\n
\nTimberon Golf Course 6... \n- Original Plat
\n\n
\nTimberon Golf Course 7... \n- Original Plat
\n- Block 16 Re-Plat A
\n\n
\nTimberon Golf Course 8... \n- Original Plat
\n- Block 6 Amend Re-Plat A
\n- Block 6 Re-Plat A
\n- Re-Plat A Block 19
\n- Re-Plat A Block 20
\n\n
\nTimberon Unit 1... \n- Original Plat
\n\n
\nTimberon Unit 2... \n- Original Plat
\n\n
\nTimberon Unit 3... \n- Original Plat
\n- Block 47 Re-Plat M
\n\n
\nTimberon Unit 4... \n- Original Plat
\n- Block 58 Re-Plat A
\n- Block 59 Re-Plat A
\n- Block 59 Re-Plat B
\n- Re-Plat 10A Block 61
\n- Re-Plat A Block 50
\n- Re-Plat A Block 53
\n- Re-Plat A Block 56
\n- Re-Plat A Block 61
\n- Re-Plat D Block 57
\n\n
\nTimberon Unit 5... \n- Original Plat
\n- Block 25 Re-Plat A
\n\n
\nTimberon Unit 6... \n\nTimberon Unit 7... \n\nTimberon Unit 8... \n- Original Plat
\n- Re-Plat A Block 69
\n\n
\nTimberon Unit 9... \n- Original Plat
\n- Block 85 Re-Plat Lots 11-12
\n- Block 92 Re-Plat
\n- Block 86 Re-Plat A
\n- Re-Plat 1A Block 85
\n- Re-Plat A Block 82
\n- Re-Plat A Block 90
\n- Re-Plat A Block 98
\n- Re-Plat B Block 85
\n- Re-Plat B Block 91
\n- Re-Plat B Block 93
\n- Re-Plat C Block 84
\n- Re-Plat C Block 85
\n- Re-Plat M Block 82
\n\n
\nTimberon Unit 10... \n- Original Plat
\n- Re-Plat Block 159
\n\n
\nTimberon Unit 12... \n- Original Plat
\n- Re-Plat 1A Block 111
\n- Re-Plat A Block 106
\n- Re-Plat A Block 111
\n- Re-Plat A Block 112
\n- Re-Plat B Block 111
\n- Re-Plat D Block 112
\n\n
\nTimberon Unit 13...\n- Original Plat
\n- Re-Plat A Block 102
\n- Re-Plat B Block 103
\n- Re-Plat C Block 103
\n- Re-Plat C Block 118
\n- T12 Re-Plat]
\n\n
\nTimberon Unit 14... \n- Original Plat
\n- T13 Amended
\n\n
\nTimberon Unit 14A... \n\nTimberon Unit 15... \n- Original Plat
\n- Re-Plat 54A Block 126
\n- Re-Plat 83A Block 126
\n- Re-Plat A Block 100
\n- Re-Plat A Block 131
\n\n
\nTimberon Unit 17...\n- Original Plat
\n- Block 165 Re-Plat A
\n- Block 165 Re-Plat B
\n- Block 168 Re-Plat A
\n- Block 163 Re-Plat A
\n- Block 172 Re-Plat A
\n\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','- Original Plat
\n- Re-Plat A Block 185
\n- Re-Plat A
\n\r\n
\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- Composite Timberon Plat Map
\r\n- Interactive Map supported by Otero County - ArcIMS Viewer\r\nAfter the Page comes up, click on \"Load\" button to start map
\r\n- Otero County Property Database
\r\n\r\n
\r\nTimberon Commercial 1 \r\n- Original Plat
\r\n- Re-Plat A
\r\n\r\n
\r\nSacramento River Estates... \r\n- Original Plat
\r\n- Area 1 Re-Plat A Block 2
\r\n- Re-Plat A Block 2 Lot 10A
\r\n- Re-Plat S Block 2
\r\n- Area 1 Block A Re-Plat V
\r\n- Re-Plat B Block 2
\r\n- Easement Area 1 Block 2
\r\n\r\n
\r\nSacramento Mountain Ranch 1... \r\n- Original Plat
\r\n- Re-Plat A Block 1
\r\n- Block 1 Re-Plat B
\r\n\r\n
\r\nSacramento Mountain Ranch 2... \r\n- Original Plat
\r\n- Block 5 Re-Plat A Lot 1
\r\n- Re-Plat Lot 5 Block 5
\r\n- Re-Plat A Block 5 Lot 4
\r\n- Re-Plat B Block 5 Lot 5
\r\n\r\n
\r\nSacramento Mountain Ranch 3... \r\n- Original Plat
\r\n- Block 7 Re-Plat A
\r\n\r\n
\r\nSacramento Mountain Ranch 4... \r\n- Original Plat
\r\n- Block 13 Re-Plat M
\r\n- Re-Plat Lots 4-5 Block 13
\r\n- Re-Plat Lots 20-21 Block 13
\r\n\r\n
\r\nTimberon Golf Course 1... \r\n- Original Plat
\r\n- Re-Plat Block 23
\r\n\r\n
\r\nTimberon Golf Course 2... \r\n- Original Plat
\r\n- Block 3 Re-Plat A
\r\n\r\n
\r\nTimberon Golf Course 3... \r\n- Original Plat
\r\n- Re-Plat A Block 8
\r\n\r\n
\r\nTimberon Golf Course 4... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 5... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 6... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Golf Course 7... \r\n- Original Plat
\r\n- Block 16 Re-Plat A
\r\n\r\n
\r\nTimberon Golf Course 8... \r\n- Original Plat
\r\n- Block 6 Amend Re-Plat A
\r\n- Block 6 Re-Plat A
\r\n- Re-Plat A Block 19
\r\n- Re-Plat A Block 20
\r\n\r\n
\r\nTimberon Unit 1... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Unit 2... \r\n- Original Plat
\r\n\r\n
\r\nTimberon Unit 3... \r\n- Original Plat
\r\n- Block 47 Re-Plat M
\r\n\r\n
\r\nTimberon Unit 4... \r\n- Original Plat
\r\n- Block 58 Re-Plat A
\r\n- Block 59 Re-Plat A
\r\n- Block 59 Re-Plat B
\r\n- Re-Plat 10A Block 61
\r\n- Re-Plat A Block 50
\r\n- Re-Plat A Block 53
\r\n- Re-Plat A Block 56
\r\n- Re-Plat A Block 61
\r\n- Re-Plat D Block 57
\r\n\r\n
\r\nTimberon Unit 5... \r\n- Original Plat
\r\n- Block 25 Re-Plat A
\r\n\r\n
\r\nTimberon Unit 6... \r\n- Original Plat
\r\n- Re-Plat A Block 69
\r\n\r\n
\r\nTimberon Unit 7... \r\n- Original Plat
\r\n- T6 Re-Plat
\r\n- Re-Plat A Block 99
\r\n- Re-Plat A Block 100
\r\n\r\n
\r\nTimberon Unit 8... \r\n- Original Plat
\r\n- Block 81 Re-Plat
\r\n- Re-Plat A Block 78
\r\n- Re-Plat A Block 80
\r\n\r\n
\r\nTimberon Unit 9... \r\n- Original Plat
\r\n- Block 85 Re-Plat Lots 11-12
\r\n- Block 92 Re-Plat
\r\n- Block 86 Re-Plat A
\r\n- Re-Plat 1A Block 85
\r\n- Re-Plat A Block 82
\r\n- Re-Plat A Block 90
\r\n- Re-Plat A Block 98
\r\n- Re-Plat B Block 85
\r\n- Re-Plat B Block 91
\r\n- Re-Plat B Block 93
\r\n- Re-Plat C Block 84
\r\n- Re-Plat C Block 85
\r\n- Re-Plat M Block 82
\r\n\r\n
\r\nTimberon Unit 10... \r\n- Original Plat
\r\n- Re-Plat Block 159
\r\n\r\n
\r\nTimberon Unit 12... \r\n- Original Plat
\r\n- Re-Plat 1A Block 111
\r\n- Re-Plat A Block 106
\r\n- Re-Plat A Block 111
\r\n- Re-Plat A Block 112
\r\n- Re-Plat B Block 111
\r\n- Re-Plat D Block 112
\r\n\r\n
\r\nTimberon Unit 13...\r\n- Original Plat
\r\n- Re-Plat A Block 102
\r\n- Re-Plat B Block 103
\r\n- Re-Plat C Block 103
\r\n- Re-Plat C Block 118
\r\n- T12 Re-Plat]
\r\n\r\n
\r\nTimberon Unit 14... \r\n- Original Plat
\r\n- T13 Amended
\r\n\r\n
\r\nTimberon Unit 14A... \r\n- Original Plat
\r\n- Re-Plat 54A Block 126
\r\n- Re-Plat 83A Block 126
\r\n- Re-Plat A Block 100
\r\n- Re-Plat A Block 131
\r\n\r\n
\r\nTimberon Unit 15... \r\n- Original Plat
\r\n- Re-Plat F Block 129
\r\n- Re-Plat A Block 129
\r\n\r\n
\r\nTimberon Unit 17...\r\n- Original Plat
\r\n- Block 165 Re-Plat A
\r\n- Block 165 Re-Plat B
\r\n- Block 168 Re-Plat A
\r\n- Block 163 Re-Plat A
\r\n- Block 172 Re-Plat A
\r\n\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- Original Plat
\r\n- Re-Plat A Block 185
\r\n- Re-Plat A
\r\n\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- The Daugherty Family in the Sacramentos \nClick for Additional History Article!
\n\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- The Holcomb Ranch Above Timberon \nClick for Correspondence with Omer Holcomb!
\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\"\nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\n\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- Timberon Property Owner\'s Association History\nClick for Additional History Article!
\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. \"]\n\n\n\n\n\n\n\n\n[nggallery id=18]\n[/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\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- The Daugherty Family in the Sacramentos \r\nClick for Additional History Article!
\r\n\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- The Holcomb Ranch Above Timberon \r\nClick for Correspondence with Omer Holcomb!
\r\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\"\r\nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\r\n\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- Timberon Property Owner\'s Association History\r\nClick for Additional History Article!
\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\n\r\n\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\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- The Daugherty Family in the Sacramentos \r\nClick for Additional History Article!
\r\n\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- The Holcomb Ranch Above Timberon \r\nClick for Correspondence with Omer Holcomb!
\r\n\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- The Judge Paul Moss Book Entitled \"Rough and Ready\"\r\nFull Version 15.9 MB Sacramento Mountains Part 1.1 MB
\r\n\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- Timberon Property Owner\'s Association History\r\nClick for Additional History Article!
\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. \"]\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[/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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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!
\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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!
\nCalendar 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\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','\r\n \r\n\r\nAdvertisement \r\n\n\n
\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','\n \n\nAdvertisement \n\r\n\r\n
\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\nAdvertisement \r\n\r\n\r\n
\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 \r\n\r\nAdvertisement \r\n\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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- 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\nCalendar 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
\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\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.
','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
\r\n- Composite Timberon Plat Map
\r\n- Interactive Map supported by Otero County - ArcIMS Viewer
\r\n
\r\nAfter the Page comes up, click on \"Load\" button to start map- Otero County Property Database
\r\nPlat Maps are supplied by the Otero County Mapping Department - Last Updated 05-10-2010 - High Resolution PDF files...
\r\nTimberon Airfield 1
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat A
\r\nTimberon Commercial 1
\r\n\r\n
\r\n- Original Plat
\r\n- Area 1 Re-Plat A Block 2
\r\n- Re-Plat A Block 2 Lot 10A
\r\n- Re-Plat S Block 2
\r\n- Area 1 Block A Re-Plat V
\r\n- Re-Plat B Block 2
\r\n- Easement Area 1 Block 2
\r\nSacramento River Estates...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat A Block 1
\r\n- Block 1 Re-Plat B
\r\nSacramento Mountain Ranch 1...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 5 Re-Plat A Lot 1
\r\n- Re-Plat Lot 5 Block 5
\r\n- Re-Plat A Block 5 Lot 4
\r\n- Re-Plat B Block 5 Lot 5
\r\nSacramento Mountain Ranch 2...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 7 Re-Plat A
\r\nSacramento Mountain Ranch 3...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 13 Re-Plat M
\r\n- Re-Plat Lots 4-5 Block 13
\r\n- Re-Plat Lots 20-21 Block 13
\r\nSacramento Mountain Ranch 4...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat Block 23
\r\nTimberon Golf Course 1...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 3 Re-Plat A
\r\nTimberon Golf Course 2...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat A Block 8
\r\nTimberon Golf Course 3...
\r\n\r\n
\r\n- Original Plat
\r\nTimberon Golf Course 4...
\r\n\r\n
\r\n- Original Plat
\r\nTimberon Golf Course 5...
\r\n\r\n
\r\n- Original Plat
\r\nTimberon Golf Course 6...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 16 Re-Plat A
\r\nTimberon Golf Course 7...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 6 Amend Re-Plat A
\r\n- Block 6 Re-Plat A
\r\n- Re-Plat A Block 19
\r\n- Re-Plat A Block 20
\r\nTimberon Golf Course 8...
\r\n\r\n
\r\n- Original Plat
\r\nTimberon Unit 1...
\r\n\r\n
\r\n- Original Plat
\r\nTimberon Unit 2...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 47 Re-Plat M
\r\nTimberon Unit 3...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 58 Re-Plat A
\r\n- Block 59 Re-Plat A
\r\n- Block 59 Re-Plat B
\r\n- Re-Plat 10A Block 61
\r\n- Re-Plat A Block 50
\r\n- Re-Plat A Block 53
\r\n- Re-Plat A Block 56
\r\n- Re-Plat A Block 61
\r\n- Re-Plat D Block 57
\r\nTimberon Unit 4...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 25 Re-Plat A
\r\nTimberon Unit 5...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat A Block 69
\r\nTimberon Unit 6...
\r\n\r\n
\r\n- Original Plat
\r\n- T6 Re-Plat
\r\n- Re-Plat A Block 99
\r\n- Re-Plat A Block 100
\r\nTimberon Unit 7...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 81 Re-Plat
\r\n- Re-Plat A Block 78
\r\n- Re-Plat A Block 80
\r\nTimberon Unit 8...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 85 Re-Plat Lots 11-12
\r\n- Block 92 Re-Plat
\r\n- Block 86 Re-Plat A
\r\n- Re-Plat 1A Block 85
\r\n- Re-Plat A Block 82
\r\n- Re-Plat A Block 90
\r\n- Re-Plat A Block 98
\r\n- Re-Plat B Block 85
\r\n- Re-Plat B Block 91
\r\n- Re-Plat B Block 93
\r\n- Re-Plat C Block 84
\r\n- Re-Plat C Block 85
\r\n- Re-Plat M Block 82
\r\nTimberon Unit 9...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat Block 159
\r\nTimberon Unit 10...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat 1A Block 111
\r\n- Re-Plat A Block 106
\r\n- Re-Plat A Block 111
\r\n- Re-Plat A Block 112
\r\n- Re-Plat B Block 111
\r\n- Re-Plat D Block 112
\r\nTimberon Unit 12...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat A Block 102
\r\n- Re-Plat B Block 103
\r\n- Re-Plat C Block 103
\r\n- Re-Plat C Block 118
\r\n- T12 Re-Plat]
\r\nTimberon Unit 13...
\r\n\r\n
\r\n- Original Plat
\r\n- T13 Amended
\r\nTimberon Unit 14...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat 54A Block 126
\r\n- Re-Plat 83A Block 126
\r\n- Re-Plat A Block 100
\r\n- Re-Plat A Block 131
\r\nTimberon Unit 14A...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat F Block 129
\r\n- Re-Plat A Block 129
\r\nTimberon Unit 15...
\r\n\r\n
\r\n- Original Plat
\r\n- Block 165 Re-Plat A
\r\n- Block 165 Re-Plat B
\r\n- Block 168 Re-Plat A
\r\n- Block 163 Re-Plat A
\r\n- Block 172 Re-Plat A
\r\nTimberon Unit 17...
\r\n\r\n
\r\n- Original Plat
\r\n- Re-Plat A Block 185
\r\n- Re-Plat A
\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\r\nAdvertisement \r\n
\r\n\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\nTimberon Classifieds\r\n\r\n \r\n\r\nAdvertisement \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:\"
\";s:24:\"content-title-char-limit\";i:0;s:24:\"content-title-word-limit\";i:0;s:24:\"content-title-use-filter\";s:7:\"preview\";s:20:\"content-title-filter\";s:9:\"the_title\";s:34:\"content-title-protect-magic-quotes\";b:1;s:26:\"content-title-default-text\";s:0:\"\";s:17:\"content-text-cols\";i:80;s:17:\"content-text-rows\";i:10;s:22:\"content-text-quicktags\";b:0;s:26:\"content-text-restrict-tags\";b:0;s:27:\"content-text-allowable-tags\";s:77:\"
\";s:23:\"content-text-char-limit\";i:0;s:23:\"content-text-word-limit\";i:0;s:21:\"content-text-required\";b:1;s:23:\"content-text-use-filter\";s:7:\"preview\";s:19:\"content-text-filter\";s:11:\"the_content\";s:17:\"content-text-kses\";b:1;s:25:\"content-text-default-text\";s:0:\"\";s:33:\"content-text-protect-magic-quotes\";b:1;s:18:\"content-text-title\";s:9:\"Post Text\";s:12:\"title-enable\";b:1;s:11:\"text-enable\";b:1;s:26:\"content-title-default_text\";s:0:\"\";s:25:\"content-text-default_text\";s:0:\"\";s:11:\"tdomf-title\";s:7:\"Content\";s:10:\"tdomf-hack\";b:1;s:18:\"tdomf-preview-hack\";b:0;}'),(3,1,'tdomf_autorespondemail_widget','a:6:{s:7:\"subject\";s:56:\"Your submission \'%%SUBMISSIONTITLE%%\' has been recieved!\";s:4:\"body\";s:186:\"Hi %%USERNAME%%,\r\n\r\nYour submission %%SUBMISSIONTITLE%% has been recieved and will be online shortly\r\nThank you for using this service\r\nBest Regards\r\n\";s:4:\"link\";s:0:\"\";s:11:\"tdomf-title\";s:18:\"Auto Respond Email\";s:10:\"tdomf-hack\";b:1;s:18:\"tdomf-preview-hack\";b:0;}'),(4,1,'tdomf_excerpt_widget','a:18:{s:12:\"excerpt-cols\";i:40;s:12:\"excerpt-rows\";i:10;s:17:\"excerpt-quicktags\";b:0;s:21:\"excerpt-restrict-tags\";b:1;s:22:\"excerpt-allowable-tags\";s:77:\"
\";s:18:\"excerpt-char-limit\";i:0;s:18:\"excerpt-word-limit\";i:0;s:16:\"excerpt-required\";b:1;s:18:\"excerpt-use-filter\";s:7:\"preview\";s:14:\"excerpt-filter\";s:11:\"the_excerpt\";s:12:\"excerpt-kses\";b:0;s:20:\"excerpt-default-text\";s:0:\"\";s:28:\"excerpt-protect-magic-quotes\";b:1;s:13:\"excerpt-title\";s:12:\"Excerpt Text\";s:20:\"excerpt-default_text\";s:0:\"\";s:11:\"tdomf-title\";s:7:\"Excerpt\";s:10:\"tdomf-hack\";b:1;s:18:\"tdomf-preview-hack\";b:0;}'),(5,1,'tdomf_permalink_widget','a:6:{s:8:\"required\";b:0;s:7:\"default\";s:7:\"http://\";s:4:\"test\";b:0;s:11:\"tdomf-title\";s:9:\"Permalink\";s:10:\"tdomf-hack\";b:1;s:18:\"tdomf-preview-hack\";b:0;}'),(6,1,'tdomf_whoami_widget','a:9:{s:11:\"name-enable\";b:1;s:13:\"name-required\";b:1;s:12:\"email-enable\";b:1;s:14:\"email-required\";b:1;s:14:\"webpage-enable\";b:0;s:16:\"webpage-required\";b:0;s:11:\"tdomf-title\";s:8:\"Who Am I\";s:10:\"tdomf-hack\";b:1;s:18:\"tdomf-preview-hack\";b:0;}'),(7,1,'imagecaptcha','a:3:{s:11:\"tdomf-title\";s:13:\"Image Captcha\";s:10:\"tdomf-hack\";b:0;s:18:\"tdomf-preview-hack\";b:0;}'),(8,1,'tdomf_recaptcha_widget','a:15:{s:9:\"publickey\";s:63:\"6LcuT8ASAAAAAJGAkaEIV58Q1i0EDVoFAxqnUhKh EIV58Q1i0EDVoFAxqnUhKh\";s:10:\"privatekey\";s:41:\"6LcuT8ASAAAAAN-aXTwlHjya6V49n7QNKNjtBCPh \";s:5:\"theme\";s:3:\"red\";s:8:\"language\";s:2:\"en\";s:5:\"xhtml\";b:0;s:6:\"plugin\";b:1;s:9:\"text-rows\";i:10;s:9:\"quicktags\";b:0;s:13:\"restrict-tags\";b:1;s:14:\"allowable-tags\";s:77:\"
\";s:10:\"char-limit\";i:0;s:10:\"word-limit\";i:0;s:11:\"tdomf-title\";s:9:\"reCaptcha\";s:10:\"tdomf-hack\";b:0;s:18:\"tdomf-preview-hack\";b:0;}'),(9,1,'tdomf_iagree_widget','a:5:{s:4:\"text\";s:48:\"I agree with the posting policy.\";s:10:\"error-text\";s:76:\"You must agree with posting policy policy before submission!\";s:11:\"tdomf-title\";s:7:\"I Agree\";s:10:\"tdomf-hack\";b:1;s:18:\"tdomf-preview-hack\";b:0;}'),(10,1,'tdomf_upload_widget','a:21:{s:4:\"path\";s:45:\"/home/timberon/blog//wp-content/uploads/tdomf\";s:5:\"types\";s:29:\".txt .doc .pdf .jpg .gif .zip\";s:4:\"size\";i:1048576;s:3:\"min\";i:0;s:3:\"max\";i:3;s:3:\"cmd\";s:0:\"\";s:6:\"attach\";b:1;s:1:\"a\";b:0;s:3:\"img\";b:0;s:6:\"custom\";b:1;s:10:\"custom-key\";s:13:\"Download Link\";s:10:\"post-title\";b:0;s:8:\"attach-a\";b:1;s:12:\"post-thumb-a\";b:0;s:7:\"thumb-a\";b:0;s:3:\"url\";s:55:\"http://www.timberon.info/blog/wp-content/uploads/tdomf/\";s:9:\"nohandler\";b:0;s:5:\"title\";s:12:\"Upload Files\";s:10:\"tdomf-hack\";b:0;s:18:\"tdomf-preview-hack\";b:0;s:14:\"attach-thumb-a\";b:0;}'),(11,1,'tdomf_1qcaptcha_widget','a:5:{s:8:\"question\";s:34:\"What community is this site about?\";s:6:\"answer\";s:8:\"Timberon\";s:11:\"tdomf-title\";s:18:\"1 Question Captcha\";s:10:\"tdomf-hack\";b:1;s:18:\"tdomf-preview-hack\";b:0;}'),(12,1,'tdomf_text_widget1','a:4:{s:4:\"text\";s:0:\"\";s:5:\"title\";s:4:\"Text\";s:10:\"tdomf-hack\";b:1;s:18:\"tdomf-preview-hack\";b:0;}'),(13,1,'tdomf_customfields_widget_1','a:53:{s:21:\"customfields-s-1-size\";i:1;s:25:\"customfields-s-1-required\";b:0;s:33:\"customfields-s-1-default-selected\";s:0:\"\";s:23:\"customfields-s-1-values\";a:0:{}s:35:\"customfields-s-1-multiple-selection\";b:0;s:22:\"customfields-s-1-title\";s:0:\"\";s:26:\"customfields-cb-1-required\";b:0;s:32:\"customfields-cb-1-required-value\";b:1;s:31:\"customfields-cb-1-default-value\";b:1;s:22:\"customfields-cb-1-text\";s:0:\"\";s:22:\"customfields-ta-1-cols\";i:40;s:22:\"customfields-ta-1-rows\";i:10;s:27:\"customfields-ta-1-quicktags\";b:0;s:31:\"customfields-ta-1-restrict-tags\";b:1;s:32:\"customfields-ta-1-allowable-tags\";s:77:\"