-- phpMyAdmin SQL Dump
-- version 2.8.2.4
-- http://www.phpmyadmin.net
-- 
-- Host: localhost:3306
-- Generation Time: May 09, 2011 at 09:08 PM
-- Server version: 5.1.52
-- PHP Version: 5.2.6
-- 
-- Database: `FM_MySQL_Wordpress`
-- 

-- --------------------------------------------------------

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

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=79 DEFAULT CHARSET=utf8 AUTO_INCREMENT=79 ;

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


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_comments`
-- 

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_approved` (`comment_approved`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`)
) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=utf8 AUTO_INCREMENT=43 ;

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


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_custom_headers`
-- 

CREATE TABLE `wp_custom_headers` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `post_id` bigint(11) NOT NULL DEFAULT '0',
  `url` varchar(255) NOT NULL DEFAULT '',
  `header_type` varchar(255) NOT NULL DEFAULT '',
  `filetype` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

-- 
-- Dumping data for table `wp_custom_headers`
-- 

INSERT INTO `wp_custom_headers` (`id`, `post_id`, `url`, `header_type`, `filetype`) VALUES (1, 54, 'header-int.png', 'media', 'png');

-- --------------------------------------------------------

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

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

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

INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES (1, 'http://codex.wordpress.org/', 'Documentation', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(2, 'http://wordpress.org/development/', 'WordPress Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/development/feed/'),
(3, 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(4, 'http://wordpress.org/support/', 'Support Forum', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''),
(7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '');

-- --------------------------------------------------------

-- 
-- Table structure for table `wp_ngg_album`
-- 

CREATE TABLE `wp_ngg_album` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `previewpic` bigint(20) NOT NULL DEFAULT '0',
  `albumdesc` mediumtext,
  `sortorder` longtext NOT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `wp_ngg_album`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_ngg_gallery`
-- 

CREATE TABLE `wp_ngg_gallery` (
  `gid` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `path` mediumtext,
  `title` mediumtext,
  `galdesc` mediumtext,
  `pageid` bigint(20) NOT NULL DEFAULT '0',
  `previewpic` bigint(20) NOT NULL DEFAULT '0',
  `author` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`gid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

-- 
-- Dumping data for table `wp_ngg_gallery`
-- 

INSERT INTO `wp_ngg_gallery` (`gid`, `name`, `path`, `title`, `galdesc`, `pageid`, `previewpic`, `author`) VALUES (1, 'friendshipmanor', 'wp-content/gallery/friendshipmanor', 'friendshipmanor', '', 57, 3, 2);

-- --------------------------------------------------------

-- 
-- Table structure for table `wp_ngg_pictures`
-- 

CREATE TABLE `wp_ngg_pictures` (
  `pid` bigint(20) NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) NOT NULL DEFAULT '0',
  `galleryid` bigint(20) NOT NULL DEFAULT '0',
  `filename` varchar(255) NOT NULL,
  `description` mediumtext,
  `alttext` mediumtext,
  `imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `exclude` tinyint(4) DEFAULT '0',
  `sortorder` bigint(20) NOT NULL DEFAULT '0',
  `meta_data` longtext,
  PRIMARY KEY (`pid`),
  KEY `post_id` (`post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

-- 
-- Dumping data for table `wp_ngg_pictures`
-- 

INSERT INTO `wp_ngg_pictures` (`pid`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `imagedate`, `exclude`, `sortorder`, `meta_data`) VALUES (1, 0, 1, '44asdfrm0hdk0nt.jpg', 'Handcrafted by our talented residents!', '44asdfrm0hdk0nt', '2010-12-01 21:49:03', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:435;s:6:"height";i:580;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(2, 0, 1, 'handmade-card.jpg', 'Come visit our lovely community!', 'handmade-card', '2010-12-01 21:49:04', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:400;s:6:"height";i:285;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(3, 0, 1, 'image01.jpg', 'It\\''s always spring at Friendship Manor', 'image01', '2010-12-01 21:49:05', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:201;s:6:"height";i:251;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(4, 0, 1, 'sunset.jpg', 'Santa Barbara has all the beauty the west coast can offer.', 'sunset', '2010-12-01 22:18:32', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";b:0;s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:800;s:6:"height";i:600;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}'),
(5, 0, 1, 'photo.jpg', '', 'Back Camera', '2010-12-03 11:47:12', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";s:5:"F 2.4";s:6:"credit";b:0;s:6:"camera";s:6:"iPhone";s:7:"caption";b:0;s:17:"created_timestamp";s:25:"December 3, 2010 11:47 am";s:9:"copyright";b:0;s:12:"focal_length";s:7:"3.85 mm";s:3:"iso";i:640;s:13:"shutter_speed";s:8:"1/20 sec";s:5:"flash";s:9:"Not fired";s:5:"title";s:11:"Back Camera";s:8:"keywords";b:0;s:5:"width";i:478;s:6:"height";i:640;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}');

-- --------------------------------------------------------

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

CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `blog_id` int(11) NOT NULL DEFAULT '0',
  `option_name` varchar(64) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=19857 DEFAULT CHARSET=utf8 AUTO_INCREMENT=19857 ;

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

INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 0, 'siteurl', 'http://friendship-manor.org/wordpress', 'yes'),
(2, 0, 'blogname', 'Friendship Manor', 'yes'),
(3, 0, 'blogdescription', 'Senior Living, Senior Housing &amp; Apartments in Santa Barbara (Goleta), California', 'yes'),
(4, 0, 'users_can_register', '0', 'yes'),
(5, 0, 'admin_email', 'dan@friendship-manor.org', 'yes'),
(6, 0, 'start_of_week', '1', 'yes'),
(7, 0, 'use_balanceTags', '1', 'yes'),
(8, 0, 'use_smilies', '1', 'yes'),
(9, 0, 'require_name_email', '1', 'yes'),
(10, 0, 'comments_notify', '1', 'yes'),
(11, 0, 'posts_per_rss', '10', 'yes'),
(12, 0, 'rss_use_excerpt', '1', 'yes'),
(13, 0, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 0, 'mailserver_login', 'login@example.com', 'yes'),
(15, 0, 'mailserver_pass', 'password', 'yes'),
(16, 0, 'mailserver_port', '110', 'yes'),
(17, 0, 'default_category', '1', 'yes'),
(18, 0, 'default_comment_status', 'closed', 'yes'),
(19, 0, 'default_ping_status', 'closed', 'yes'),
(20, 0, 'default_pingback_flag', '', 'yes'),
(21, 0, 'default_post_edit_rows', '14', 'yes'),
(22, 0, 'posts_per_page', '10', 'yes'),
(23, 0, 'date_format', 'F j, Y', 'yes'),
(24, 0, 'time_format', 'g:i a', 'yes'),
(25, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 0, 'links_recently_updated_prepend', '<em>', 'yes'),
(27, 0, 'links_recently_updated_append', '</em>', 'yes'),
(28, 0, 'links_recently_updated_time', '120', 'yes'),
(29, 0, 'comment_moderation', '1', 'yes'),
(30, 0, 'moderation_notify', '1', 'yes'),
(31, 0, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(32, 0, 'gzipcompression', '0', 'yes'),
(33, 0, 'hack_file', '0', 'yes'),
(34, 0, 'blog_charset', 'UTF-8', 'yes'),
(35, 0, 'moderation_keys', '', 'no'),
(36, 0, 'active_plugins', 'a:6:{i:0;s:19:"akismet/akismet.php";i:1;s:29:"nextgen-gallery/nggallery.php";i:2;s:31:"page-links-to/page-links-to.php";i:3;s:42:"serverbuddy-by-pluginbuddy/serverbuddy.php";i:4;s:70:"wp-responder-email-autoresponder-and-newsletter-plugin/wpresponder.php";i:5;s:23:"wp-syntax/wp-syntax.php";}', 'yes'),
(37, 0, 'home', 'http://friendship-manor.org/', 'yes'),
(38, 0, 'category_base', '', 'yes'),
(39, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(40, 0, 'advanced_edit', '0', 'yes'),
(41, 0, 'comment_max_links', '2', 'yes'),
(42, 0, 'gmt_offset', '0', 'yes'),
(43, 0, 'default_email_category', '1', 'yes'),
(44, 0, 'recently_edited', 'a:5:{i:0;s:98:"/var/www/vhosts/friendship-manor.org/httpdocs/wordpress/wp-content/themes/Essence-Golden/style.css";i:2;s:99:"/var/www/vhosts/friendship-manor.org/httpdocs/wordpress/wp-content/themes/Essence-Golden/footer.php";i:3;s:96:"/var/www/vhosts/friendship-manor.org/httpdocs/wordpress/wp-content/themes/Essence-Golden/404.php";i:4;s:94:"/var/www/vhosts/friendship-manor.org/httpdocs/wordpress/wp-content/plugins/akismet/akismet.php";i:5;s:110:"/var/www/vhosts/friendship-manor.org/httpdocs/wordpress/wp-content/themes/Essence-Golden/sidebar_left_page.php";}', 'no'),
(45, 0, 'template', 'Essence-Golden', 'yes'),
(46, 0, 'stylesheet', 'Essence-Golden', 'yes'),
(47, 0, 'comment_whitelist', '1', 'yes'),
(48, 0, 'blacklist_keys', '', 'no'),
(49, 0, 'comment_registration', '', 'yes'),
(50, 0, 'rss_language', 'en', 'yes'),
(51, 0, 'html_type', 'text/html', 'yes'),
(52, 0, 'use_trackback', '0', 'yes'),
(53, 0, 'default_role', 'subscriber', 'yes'),
(54, 0, 'db_version', '15477', 'yes'),
(55, 0, 'uploads_use_yearmonth_folders', '1', 'yes'),
(56, 0, 'upload_path', '', 'yes'),
(57, 0, 'blog_public', '1', 'yes'),
(58, 0, 'default_link_category', '2', 'yes'),
(59, 0, 'show_on_front', 'posts', 'yes'),
(60, 0, 'tag_base', '', 'yes'),
(61, 0, 'show_avatars', '1', 'yes'),
(62, 0, 'avatar_rating', 'G', 'yes'),
(63, 0, 'upload_url_path', '', 'yes'),
(64, 0, 'thumbnail_size_w', '150', 'yes'),
(65, 0, 'thumbnail_size_h', '150', 'yes'),
(66, 0, 'thumbnail_crop', '1', 'yes'),
(67, 0, 'medium_size_w', '300', 'yes'),
(68, 0, 'medium_size_h', '300', 'yes'),
(69, 0, 'avatar_default', 'mystery', 'yes'),
(70, 0, 'enable_app', '', 'yes'),
(71, 0, 'enable_xmlrpc', '', 'yes'),
(72, 0, 'large_size_w', '1024', 'yes'),
(73, 0, 'large_size_h', '1024', 'yes'),
(74, 0, 'image_default_link_type', 'file', 'yes'),
(75, 0, 'image_default_size', '', 'yes'),
(76, 0, 'image_default_align', '', 'yes'),
(77, 0, 'close_comments_for_old_posts', '', 'yes'),
(78, 0, 'close_comments_days_old', '14', 'yes'),
(79, 0, 'thread_comments', '1', 'yes'),
(80, 0, 'thread_comments_depth', '5', 'yes'),
(81, 0, 'page_comments', '', 'yes'),
(82, 0, 'comments_per_page', '50', 'yes'),
(83, 0, 'default_comments_page', 'newest', 'yes'),
(84, 0, 'comment_order', 'asc', 'yes'),
(85, 0, 'sticky_posts', 'a:0:{}', 'yes'),
(86, 0, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(87, 0, 'widget_text', 'a:8:{i:2;a:0:{}i:3;a:3:{s:5:"title";s:26:"Frequently Asked Questions";s:4:"text";s:320:"<p>Have questions? Find answers to several commonly asked questions about Friendship Manor and senior living by <a href="http://friendship-manor.org/about/frequently-asked-questions/">clicking here</a>.</p>\n<p>&nbsp;</p>\n<h2><a href="http://friendship-manor.org/category/newsreleases/">Our Vision for the Future</a></h2>";s:6:"filter";b:1;}i:5;a:3:{s:5:"title";s:0:"";s:4:"text";s:1198:"<h2><a href="/wordpress/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Home</a></h2>\n<h2><a href="/wordpress/about/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">About Us</a></h2>\n<ul>\n<li><a href="/wordpress/about/description-and-history/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Description &amp; History</a></li>\n<li><a href="/wordpress/about/board-staff/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Board &amp; Staff</a></li>\n<li><a href="/wordpress/about/testimonials?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Testimonials</a></li>\n<li><a href="/wordpress/frequently-asked-questions/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Frequently Asked Questions</a></li>\n</ul>\n<h2><a href="/wordpress/our-services/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Our Services</a></h2>\n<ul><li><a href="/wordpress/amenities?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Amenities</a></li>\n<li><a href="/wordpress/units/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Units</a></li>\n<li><a href="/wordpress/activities?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Activities</a></li>\n<li><a href="/wordpress/resident-gallery/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Resident Gallery</a></li>\n</ul>\n<h2><a href="/wordpress/information-center?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Information Center</a></h2>\n<ul>\n<li><a href="/wordpress/category/whats-new/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">What''s New</a></li>\n<li><a href="/wordpress/category/newsreleases/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">News Releases</a></li>\n<li><a href="/wordpress/category/selectednewsstories/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Selected News Stories</a></li>\n<li><a href="/wordpress/category/newsletter?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Newsletter</a></li>\n<li><a href="/wordpress/category/events?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Events</a></li>\n</ul>\n<h2><a href="/wordpress/contact-us/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Contact Us</a></h2>";s:6:"filter";b:0;}i:6;a:3:{s:5:"title";s:0:"";s:4:"text";s:901:"<h2><a href="/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Home</a></h2>\n<h2><a href="/about/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">About Us</a></h2>\n<ul>\n<li><a href="/about/history/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Description &amp; History</a></li>\n<li><a href="/about/board-staff/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Board &amp; Staff</a></li>\n<!-- li><a href="/wordpress/about/testimonials?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Testimonials</a></li -->\n</ul>\n<h2><a href="/wordpress/our-services/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Our Services</a></h2>\n<ul><li><a href="/wordpress/amenities?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Amenities</a></li>\n<li><a href="/units/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Units</a></li>\n<li><a href="/activities?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Activities</a></li>\n</ul>\n<h2><a href="/information-center?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Information Center</a></h2>\n<ul>\n<li><a href="/category/whats-new/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">What''s New</a></li>\n<li><a href="/category/newsreleases/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">News Releases</a></li>\n<li><a href="/category/selectednewsstories/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Selected News Stories</a></li>\n<li><a href="/category/newsletter?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Newsletter</a></li>\n<li><a href="/category/events?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Events</a></li>\n</ul>\n<h2><a href="/contact-us/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Contact Us</a></h2>";s:6:"filter";b:0;}i:7;a:3:{s:5:"title";s:0:"";s:4:"text";s:1234:"<h2><a href="/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Home</a></h2>\n<h2><a href="/wordpress/about/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="about">About Us</a></h2>\n<ul>\n<li><a href="/wordpress/about/history?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="history">Description &amp; History</a></li>\n<li><a href="/wordpress/about/board-staff/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="board">Board &amp; Staff</a></li>\n<!-- <li><a href="/wordpress/about/testimonials?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="testimonials">Testimonials</a></li>-->\n</ul>\n<h2><a href="/wordpress/our-services/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="services">Our Services</a></h2>\n<ul><li><a href="/wordpress/amenities?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="amenities">Amenities</a></li>\n<li><a href="/wordpress/units/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="units">Units</a></li>\n<li><a href="/wordpress/activities?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="activities">Activities</a></li>\n</ul>\n<h2><a href="/wordpress/information-center?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="info-center">Information Center</a></h2>\n<ul>\n<li><a href="/category/whats-new/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="whatsnew">What''s New</a></li>\n<li><a href="/category/newsreleases/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="newsreleases">News Releases</a></li>\n<li><a href="/category/selectednewsstories/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="newsstories">Selected News Stories</a></li>\n<li><a href="/category/newsletter?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="newsletter">Newsletter</a></li>\n<li><a href="/category/events?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="events">Events</a></li>\n</ul>\n<h2><a href="/wordpress/contact-us/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" class="contactus">Contact Us</a></h2>";s:6:"filter";b:0;}i:8;a:3:{s:5:"title";s:0:"";s:4:"text";s:1198:"<h2><a href="/wordpress/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Home</a></h2>\n<h2><a href="/wordpress/about/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">About Us</a></h2>\n<ul>\n<li><a href="/wordpress/about/description-and-history/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Description &amp; History</a></li>\n<li><a href="/wordpress/about/board-staff/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Board &amp; Staff</a></li>\n<li><a href="/wordpress/about/testimonials?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Testimonials</a></li>\n<li><a href="/wordpress/frequently-asked-questions/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Frequently Asked Questions</a></li>\n</ul>\n<h2><a href="/wordpress/our-services/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Our Services</a></h2>\n<ul><li><a href="/wordpress/amenities?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Amenities</a></li>\n<li><a href="/wordpress/units/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Units</a></li>\n<li><a href="/wordpress/activities?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Activities</a></li>\n<li><a href="/wordpress/resident-gallery/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Resident Gallery</a></li>\n</ul>\n<h2><a href="/wordpress/information-center?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Information Center</a></h2>\n<ul>\n<li><a href="/wordpress/category/whats-new/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">What''s New</a></li>\n<li><a href="/wordpress/category/newsreleases/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">News Releases</a></li>\n<li><a href="/wordpress/category/selectednewsstories/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Selected News Stories</a></li>\n<li><a href="/wordpress/category/newsletter?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Newsletter</a></li>\n<li><a href="/wordpress/category/events?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Events</a></li>\n</ul>\n<h2><a href="/wordpress/contact-us/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Contact Us</a></h2>";s:6:"filter";b:0;}i:9;a:3:{s:5:"title";s:0:"";s:4:"text";s:171:"<div style="position: fixed right bottom; margin-top: 50px; "><img src="/wordpress/wp-content/themes/Essence-Golden/images/home-couple.png" alt="Friendship Manor" /></div>";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(88, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(89, 0, 'timezone_string', '', 'yes'),
(90, 0, 'embed_autourls', '1', 'yes'),
(91, 0, 'embed_size_w', '', 'yes'),
(92, 0, 'embed_size_h', '600', 'yes'),
(93, 0, 'page_for_posts', '0', 'yes'),
(94, 0, 'page_on_front', '0', 'yes'),
(95, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:71:{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:21:"NextGEN Upload images";b:1;s:22:"NextGEN Manage gallery";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:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'),
(96, 0, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(97, 0, 'widget_recent-posts', 'a:2:{i:3;a:2:{s:5:"title";s:11:"Recent News";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(98, 0, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'),
(99, 0, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(100, 0, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(101, 0, 'sidebars_widgets', 'a:10:{s:19:"wp_inactive_widgets";a:12:{i:0;s:7:"pages-2";i:1;s:10:"calendar-2";i:2;s:7:"links-2";i:3;s:6:"text-2";i:4;s:5:"rss-2";i:5;s:11:"tag_cloud-2";i:6;s:10:"nav_menu-2";i:7;s:8:"search-2";i:8;s:17:"recent-comments-2";i:9;s:10:"archives-2";i:10;s:12:"categories-2";i:11;s:6:"meta-2";}s:9:"sidebar-1";a:1:{i:0;s:6:"text-7";}s:9:"sidebar-2";a:1:{i:0;s:6:"text-8";}s:9:"sidebar-3";a:1:{i:0;s:6:"text-6";}s:9:"sidebar-4";a:1:{i:0;s:6:"text-5";}s:9:"sidebar-5";a:0:{}s:9:"sidebar-6";a:1:{i:0;s:6:"text-3";}s:9:"sidebar-7";a:1:{i:0;s:14:"recent-posts-3";}s:9:"sidebar-8";a:1:{i:0;s:6:"text-9";}s:13:"array_version";i:3;}', 'yes'),
(102, 0, 'cron', 'a:7:{i:1304998883;a:1:{s:11:"wpr_cronjob";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:18:"every_five_minutes";s:4:"args";a:0:{}s:8:"interval";i:300;}}}i:1305002726;a:1:{s:24:"akismet_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1305023810;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1305023825;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1305045783;a:1:{s:15:"wpr_send_errors";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1305053783;a:2:{s:17:"wpr_tutorial_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:16:"wpr_updates_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(103, 0, '_transient_doing_cron', '1304998594', 'yes'),
(109, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(108, 0, '_site_transient_update_themes', 'O:8:"stdClass":1:{s:12:"last_checked";i:1304981946;}', 'yes'),
(110, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(111, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(112, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(113, 0, 'widget_nav_menu', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(114, 0, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:27:"http://friendship-manor.org";s:4:"link";s:103:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://friendship-manor.org/";s:3:"url";s:146:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://friendship-manor.org/wordpress/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:33:"http://wordpress.org/development/";s:3:"url";s:38:"http://wordpress.org/development/feed/";s:5:"title";s:14:"WordPress Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:7:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes'),
(199, 0, 'current_theme', 'Essence Golden', 'yes'),
(116, 0, '_transient_timeout_feed_d50741452d718562018d6eb25bb77c43', '1278455829', 'no'),
(117, 0, '_transient_feed_d50741452d718562018d6eb25bb77c43', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:1:"\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"link:http://friendship-manor.org/wordpress/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"http://blogsearch.google.com/blogsearch?scoring=d&ie=ISO-8859-1&num=10&q=link:http://friendship-manor.org/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:84:"Your search - <b>link:http://friendship-manor.org/wordpress/</b> - did not match any documents.   ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:4:"date";s:29:"Tue, 06 Jul 2010 11:55:06 GMT";s:6:"pragma";s:8:"no-cache";s:7:"expires";s:29:"Fri, 01 Jan 1990 00:00:00 GMT";s:13:"cache-control";s:25:"no-cache, must-revalidate";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"set-cookie";s:138:"PREF=ID=393e65c5140501a7:TM=1278417306:LM=1278417306:S=lycfRN_zkulT6Xrn; expires=Thu, 05-Jul-2012 11:55:06 GMT; path=/; domain=.google.com";s:22:"x-content-type-options";s:7:"nosniff";s:6:"server";s:4:"bsfe";}s:5:"build";s:14:"20090627192103";}', 'no'),
(118, 0, '_transient_timeout_feed_mod_d50741452d718562018d6eb25bb77c43', '1278455829', 'no'),
(119, 0, '_transient_feed_mod_d50741452d718562018d6eb25bb77c43', '1278412629', 'no'),
(5117, 0, '_transient_timeout_feed_mod_91ffa6fdd4507160c6eb770bfe5be568', '1295593412', 'no'),
(5118, 0, '_transient_feed_mod_91ffa6fdd4507160c6eb770bfe5be568', '1295550212', 'no'),
(19800, 0, '_transient_feed_mod_e1a7ff0dfc14c99e56b0d508c0f132be', '1304968094', 'no'),
(5119, 0, '_transient_timeout_feed_0ff4b43bd116a9d8720d689c80e7dfd4', '1295593412', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (5120, 0, '_transient_feed_0ff4b43bd116a9d8720d689c80e7dfd4', '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:"Wed, 05 Jan 2011 16:39: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:"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:37:"http://wordpress.org/?v=3.1-RC2-17330";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:44:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 3.1 Release Candidate 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 01 Jan 2011 23:57: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: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=1649";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"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:"The second release candidate for WordPress 3.1 is now available. The requisite haiku: Rounding up stragglers Last few bugs for 3.1 Go test RC2 As I outlined in the announcement post for RC1, release candidates are the last stop before the final release. It means we think we&#8217;re done, and we again have no 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:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2973:"<p>The second release candidate for WordPress 3.1 is now available. The requisite haiku:</p>\n<p>Rounding up stragglers<br />\nLast few bugs for 3.1<br />\nGo test RC2</p>\n<p>As I outlined in <a title="WordPress 3.1 Release Candidate" href="http://wordpress.org/news/2010/12/wordpress-3-1-release-candidate/">the announcement post for RC1</a>, release candidates are the last stop before the final release. It means we think we&#8217;re done, and we again have no bugs to squash. But with tens of millions of users, many server configurations and setups, and thousands of plugins and themes, it&#8217;s still possible we&#8217;ve missed something.</p>\n<p>Beta 1 came on Thanksgiving, RC1 on Christmas, and RC2 on New Year&#8217;s Day. We won&#8217;t be waiting for another holiday for the final release, though, so <strong>if you haven&#8217;t tested WordPress 3.1 yet, now is the time!</strong></p>\n<p>Select changes since RC1:</p>\n<ul>\n<li>The security fixes included in WordPress 3.0.4</li>\n<li>Fix issues related to handling a static front page</li>\n<li>Fixes and enhancements for the pagination buttons</li>\n<li>Fix searching for partial usernames</li>\n<li>Properly reactivate plugins after editing them</li>\n<li>Always show the current author in the author dropdown when editing a post</li>\n<li>Fixes for attachment taxonomies</li>\n<li>Fix node removal for the admin bar</li>\n<li>Fix the custom post type show_in_menu argument</li>\n<li>Various fixes for right-to-left languages</li>\n<li>and <a href="http://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=17204&amp;stop_rev=17149&amp;limit=100&amp;verbose=on">a few dozen more changes</a></li>\n</ul>\n<p>If you are testing the release candidate and think you&#8217;ve found a bug, there are a few ways to let us know:</p>\n<ul>\n<li>Post it to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a></li>\n<li>Report it to the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers mailing list</a></li>\n<li>Join the development IRC channel and tell us live at irc.freenode.net #wordpress-dev</li>\n<li>File a bug ticket on the <a href="http://core.trac.wordpress.org/">WordPress Trac</a></li>\n</ul>\n<p>To test WordPress 3.1, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.1-RC2.zip">download the release candidate here</a> (zip).</p>\n<p>If any known issues crop up, you&#8217;ll be able to <a href="http://core.trac.wordpress.org/report/5">find them here</a>. If you&#8217;d like to know which levers to pull in your testing, <a href="http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/">check out a list of features</a> in our Beta 1 post.</p>\n<p><a href="http://wordpress.org/wordpress-3.1-RC2.zip">Download WordPress 3.1 RC 2</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:31:"3.0.4 Important Security Update";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wordpress.org/news/2010/12/3-0-4-update/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/news/2010/12/3-0-4-update/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Dec 2010 21: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: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=1641";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"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:"Version 3.0.4 of WordPress, available immediately through the update page in your dashboard or for download here, is a very important update to apply to your sites as soon as possible because it fixes a core security bug in our HTML sanitation library, called KSES. I would rate this release as &#8220;critical.&#8221; This issue affects [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:1207:"<p>Version 3.0.4 of WordPress, available immediately through the update page in your dashboard or <a href="http://wordpress.org/download/">for download here</a>, is a very important update to apply to your sites as soon as possible because it fixes a core security bug in our HTML sanitation library, called KSES. I would rate this release as &#8220;critical.&#8221;</p>\n<p>This issue affects all versions of WordPress prior to 3.0.4, so if you are still on a 2.X release you need to update as well.</p>\n<p>I realize an update during the holidays is no fun, but this one is worth putting down the eggnog for. In the spirit of the holidays, consider helping your friends as well.</p>\n<p>If you are a security researcher, we&#8217;d appreciate you <a href="http://core.trac.wordpress.org/changeset/17172/branches/3.0">taking a look over this changeset</a> as well to review our update. We&#8217;ve given it a lot of thought and review but since this is so core we want as many brains on it as possible. Thanks to <a href="http://www.sneaked.net">Mauro Gentile</a> and <a title="duck undah" href="http://joncave.co.uk">Jon Cave (duck_)</a> who discovered and alerted us to these XSS vulnerabilities first.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2010/12/3-0-4-update/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s: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:26:"Coming Up: Meet the Makers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2010/12/coming-up-meet-the-makers/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/news/2010/12/coming-up-meet-the-makers/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 20:34:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1633";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:374:"I am often asked how decisions are made for WordPress, who&#8217;s involved in decision-making, and how the open source project is structured in general. WordPress is a meritocracy, meaning that anyone can get involved, and a combination of the quality of someone&#8217;s contributions and their level of interest/time commitment will determine how much influence they [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2899:"<p>I am often asked how decisions are made for WordPress, who&#8217;s involved in decision-making, and how the open source project is structured in general. WordPress is a meritocracy, meaning that anyone can get involved, and a combination of the quality of someone&#8217;s contributions and their level of interest/time commitment will determine how much influence they have over decisions. Because these factors vary, we have several levels of contributors to the core WordPress application, ranging from full-time lead developers to casual one-patch contributors.</p>\n<p>I loved it when that Intel commercial in 2009 gave Ajay Bhatt, co-inventor of the USB, some recognition as a rock star of geekland (though I hated it that it wasn&#8217;t actually Ajay Bhatt, but an actor &#8212; way to kill the message, Intel).<sup>1</sup> In WordPress-land, most people know who Matt Mullenweg is, but most of the other leaders and contributors are much less visible. Moving forward, I&#8217;m going to be posting profiles here of some of our more dedicated contributors.</p>\n<p>Why now? We&#8217;re coming up on the second annual WordPress core leadership meetup in January 2011, and we&#8217;re thinking we&#8217;ll hold a video town hall at some point during our time together. Between now and then the profiles I post will be of the core developers who will be at the meetup. After that, I&#8217;ll be branching out and posting about other contributors, including developers, designers, forum moderators, etc.</p>\n<p>I&#8217;ll post here in January when we have dates/times set for the video town hall. In the meantime, you can submit questions for us to answer then in the forum thread <a title="Suggestions thread" href="http://wordpress.org/support/topic/what-should-2011-hold-for-wordpress?">What Should 2011 Hold for WordPress?</a></p>\n<p>To get a sense of how all these people fit together and how decisions are made, you can check out the presentation I did at WordCamp Portland in October on <a title="How WordPress Decisions Get Made video" href="http://wordpress.tv/2010/09/18/jane-wells-how-wordpress-decisions-get-made/">How WordPress Decisions Get Made</a><span style="font-size: 11.6667px">.</span></p>\n<p><sup>1 &#8211; And how lame is it that Conan O&#8217;Brien&#8217;s interview with the real Ajay Bhatt is no longer available on the The Tonight Show&#8217;s website, and everyone&#8217;s embedded videos are blank? I found a copy of it <a title="Conan interviews the real Ajay Bhatt" href="http://vimeo.com/10662430">here</a>. And here&#8217;s the <a title="Intel rock star commercial" href="http://video.intel.com/?fr_story=8d8f50ebfdded3db4eb14514d66e4f9628f653b5&amp;rf=sitemap">original Intel commercial</a> if you were living under a rock and never saw it. <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </sup></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/news/2010/12/coming-up-meet-the-makers/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:31:"WordPress 3.1 Release Candidate";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2010/12/wordpress-3-1-release-candidate/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/news/2010/12/wordpress-3-1-release-candidate/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 25 Dec 2010 23:59: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: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=1606";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"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 first release candidate (RC1) for WordPress 3.1 is now available. An RC comes after the beta period and before final release. That means we think we&#8217;re done. We currently have no known issues or bugs to squash. But with tens of millions of users, a variety of configurations, and thousands of plugins, it&#8217;s possible [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2568:"<p>The first release candidate (RC1) for WordPress 3.1 is now available.</p>\n<p>An RC comes after the beta period and before final release. That means we think we&#8217;re done. We currently have no known issues or bugs to squash. But with tens of millions of users, a variety of configurations, and thousands of plugins, it&#8217;s possible we&#8217;ve missed something. So if you haven&#8217;t tested WordPress 3.1 yet, now is the time! Please though, not on your live site unless you&#8217;re extra adventurous.</p>\n<p>Things to keep in mind:</p>\n<ul>\n<li>With <a href="http://core.trac.wordpress.org/milestone/3.1">nearly 700 tickets closed</a>, there are tons of changes. Plugin and theme authors, <strong>please test your plugins and themes now</strong>, so that if there is a compatibility issue, we can figure it out before the final release.</li>\n<li><strong>Users</strong> are also encouraged to test things out. If you find problems, let your plugin/theme authors know so they can figure out the cause.</li>\n<li>If any known issues crop up, you&#8217;ll be able to <a href="http://core.trac.wordpress.org/report/5">find them here</a>.</li>\n</ul>\n<p>If you are testing the release candidate and think you&#8217;ve found a bug, there are a few ways to let us know:</p>\n<ul>\n<li>Post it to the <a href="http://wordpress.org/support/forum/alphabeta/">Alpha/Beta area in the support forums</a></li>\n<li>Report it to the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers mailing list</a></li>\n<li>Join the development IRC channel and tell us live at irc.freenode.net #wordpress-dev</li>\n<li>File a bug ticket on the <a href="http://core.trac.wordpress.org/">WordPress Trac</a></li>\n</ul>\n<p>To test WordPress 3.1, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.1-RC1.zip">download the release candidate here</a> (zip).</p>\n<p>We <a href="http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/">released</a> WordPress 3.1 Beta 1 on Thanksgiving, so it&#8217;s only fitting that the release candidate comes as a Christmas present. Happy holidays and happy testing!</p>\n<p><a href="http://wordpress.org/wordpress-3.1-RC1.zip">Download WordPress 3.1 RC 1</a></p>\n<p><em>If you&#8217;d like to know which levers to pull in your testing, <a href="http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/">check out a list of features</a> in our Beta 1 post.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/news/2010/12/wordpress-3-1-release-candidate/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:20:"WordPress 3.1 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2010/12/wordpress-3-1-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2010/12/wordpress-3-1-beta-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 15 Dec 2010 03:18: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: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: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:"";}i:2;a:5:{s:4:"data";s:3:"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:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1572";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"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:"Haikus from Jane on her 39th birthday: Practice makes perfect is what they say about things, but sometimes it&#8217;s not. In this case it is not practice but refinement, and then more testing. You can help WordPress! Now: 3.1, beta 2 is here; needs testing. But! Remember this: Only install on test sites, as YMMV. [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1689:"<p>Haikus from Jane on her 39th birthday:</p>\n<blockquote><p>Practice makes perfect<br />\nis what they say about things,<br />\nbut sometimes it&#8217;s not.</p>\n<p>In this case it is<br />\nnot practice but refinement,<br />\nand then more testing.</p>\n<p>You can help WordPress!<br />\nNow: 3.1, beta 2<br />\nis here; needs testing.</p>\n<p>But! Remember this:<br />\n<strong>Only install on test sites</strong>,<br />\nas YMMV.</p></blockquote>\n<p>The second beta of WordPress 3.1 is now available!</p>\n<p>For things to test, please review our <a href="http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/">Beta 1 release announcement</a>. A <a href="http://core.trac.wordpress.org/report/5">list of known issues</a> can be found on our bug tracker.</p>\n<p>Already have a test install that you want to switch over to the beta? <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">Try the beta tester plugin</a>. Please test 3.1 on a test site, not on your live site, as interactions with plugins that haven&#8217;t been updated may be unpredictable, and we can&#8217;t predict (see how that works?) whether something will break or not&#8230; that&#8217;s why we&#8217;re asking people to help us test everything! <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' /> </p>\n<p>Testers, don&#8217;t forget to use the <a href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers mailing list</a> to discuss bugs you encounter. Plugin and theme authors, please test your plugins for compatibility.</p>\n<p><a href="http://wordpress.org/wordpress-3.1-beta2.zip">Download the WordPress 3.1 Beta 2</a> now.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2010/12/wordpress-3-1-beta-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:15:"WordPress 3.0.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2010/12/wordpress-3-0-3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2010/12/wordpress-3-0-3/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 08 Dec 2010 18:35: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: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:6:"xmlrpc";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1557";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"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.0.3 is available and is a security update for all previous WordPress versions. This release fixes issues in the remote publishing interface, which under certain circumstances allowed Author- and Contributor-level users to improperly edit, publish, or delete posts. These issues only affect sites that have remote publishing enabled. Remote publishing is disabled by default, but [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Peter Westwood";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:892:"<p><a href="http://wordpress.org/download/">WordPress 3.0.3 is available</a> and is a security update for all previous WordPress versions.</p>\n<p><a href="http://codex.wordpress.org/Version_3.0.3">This release</a> fixes issues in the remote publishing interface, which under certain circumstances allowed Author- and Contributor-level users to improperly edit, publish, or delete posts.</p>\n<p><strong>These issues only affect sites that have remote publishing enabled.</strong></p>\n<p>Remote publishing is disabled by default, but you may have enabled it to use a remote publishing client such as one of the WordPress mobile apps. You can check these settings on the &#8220;Settings → Writing&#8221; screen.</p>\n<p><a href="http://wordpress.org/download/">Download 3.0.3</a> or update automatically from the &#8220;Dashboard → Updates&#8221; screen in your site&#8217;s admin area.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2010/12/wordpress-3-0-3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;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.0.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/2010/11/wordpress-3-0-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/2010/11/wordpress-3-0-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, 30 Nov 2010 23:33: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: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=1550";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"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:"WordPress 3.0.2 is available and is a mandatory security update for all previous WordPress versions. Haiku has become traditional: Fixed on day zero One-click update makes you safe This used to be hard This maintenance release fixes a moderate security issue that could allow a malicious Author-level user to gain further access to the 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:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:933:"<p><a href="http://wordpress.org/download/">WordPress 3.0.2 is available</a> and is a mandatory security update for all previous WordPress versions. Haiku has become traditional:</p>\n<p>Fixed on day zero<br />\nOne-click update makes you safe<br />\nThis used to be hard</p>\n<p><a href="http://codex.wordpress.org/Version_3.0.2">This maintenance release</a> fixes a moderate security issue that could allow a malicious Author-level user to gain further access to the site, addresses a handful of bugs, and provides some additional security enhancements. Big thanks to <a href="http://blog.sjinks.pro/wordpress/">Vladimir Kolesnikov</a> for detailed and responsible disclosure of the security issue!</p>\n<p><a href="http://wordpress.org/download/">Download 3.0.2</a> or update automatically from the Dashboard &gt; Updates menu in your site&#8217;s admin area. You should update immediately even if you do not have untrusted users.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2010/11/wordpress-3-0-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:7;a:6:{s:4:"data";s:50:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 3.1 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/2010/11/wordpress-3-1-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/2010/11/wordpress-3-1-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, 25 Nov 2010 16:40: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:4:{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:3:"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:"";}i:2;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:3;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=1532";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:328:"It&#8217;s that time in the release cycle again, when all the features are basically done, and we&#8217;re just squashing bugs. To the brave of heart and giving of soul: Won&#8217;t you help us test the new version of WordPress? As always, this is software still in development and we don&#8217;t recommend that you run 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: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:5870:"<p>It&#8217;s that time in the release cycle again, when all the features are basically done, and we&#8217;re just squashing bugs. To the brave of heart and giving of soul: Won&#8217;t you help us test the new version of WordPress? As always, this is software still in development and <strong>we don&#8217;t recommend that you run it on your normal live site</strong> &#8212; set up a test site just to play with the new version. If you break it (find a bug), report it, and if you&#8217;re a developer, try to help us fix it. (Especially you U.S. types who are taking a long weekend for Thanksgiving! <img src=''http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif'' alt='':)'' class=''wp-smiley'' />  )</p>\n<p>If all goes well, we hope to release WordPress 3.1 to the world at large by the end of the year, though that is (as always) subject to change/dependent 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.</p>\n<p>If you want to be a beta tester, you should check out the Codex article on <a title="Reporting Bugs for WordPress" href="http://codex.wordpress.org/Reporting_Bugs">how to report bugs</a>. Some of the new features to check out include:</p>\n<ul>\n<li>Post Formats (<a title="http://core.trac.wordpress.org/ticket/14746" href="http://core.trac.wordpress.org/ticket/14746">#14746</a>)</li>\n<li>Theme Search (<a title="http://core.trac.wordpress.org/ticket/14936" href="http://core.trac.wordpress.org/ticket/14936">#14936</a>)</li>\n<li>Internal Linking (<a title="http://core.trac.wordpress.org/ticket/11420" href="http://core.trac.wordpress.org/ticket/11420">#11420</a>)</li>\n<li>Admin Bar (<a title="http://core.trac.wordpress.org/ticket/14772" href="http://core.trac.wordpress.org/ticket/14772">#14772</a>)</li>\n<li>Ajaxified Admin (<a title="http://core.trac.wordpress.org/ticket/14579" href="http://core.trac.wordpress.org/ticket/14579">#14579</a>)</li>\n<li>Updated Tiny MCE (<a title="http://core.trac.wordpress.org/ticket/12574" href="http://core.trac.wordpress.org/ticket/12574">#12574</a>)</li>\n<li>Multi-taxonomy Queries (<a title="http://core.trac.wordpress.org/ticket/12891" href="http://core.trac.wordpress.org/ticket/12891">#12891</a>)</li>\n<li>Custom Post Type Index Pages (<a title="http://core.trac.wordpress.org/ticket/13818" href="http://core.trac.wordpress.org/ticket/13818">#13818</a>)</li>\n<li>Admin CSS Cleanup (<a title="http://core.trac.wordpress.org/ticket/14770" href="http://core.trac.wordpress.org/ticket/14770">#14770</a>)</li>\n<li>User Admin (<a title="http://core.trac.wordpress.org/ticket/14696" href="http://core.trac.wordpress.org/ticket/14696">#14696</a>)</li>\n<li>Network Admin (<a title="http://core.trac.wordpress.org/ticket/14435" href="http://core.trac.wordpress.org/ticket/14435">#14435</a>)</li>\n<li>Password Reset Redux (<a href="http://core.trac.wordpress.org/ticket/5919">#5919</a>)</li>\n</ul>\n<p>There are also some known issues: things that aren&#8217;t *quite* finished, but that weren&#8217;t worth holding up the beta release. They will be fixed before 3.1 is released for general use. Note that as things get fixed, the beta release will update nightly. What you should know:</p>\n<ul>\n<li>Fatal error: Call to a member function is_page() on a non-object in /wp-includes/query.php. is_page() may be <a href="http://codex.wordpress.org/Conditional_Tags">any conditional tag</a>. This issue occurs when a theme or plugin is doing something wrong. Some code is checking the value of a conditional tag before we actually set up the Query, which means they don&#8217;t work yet. In 3.0, they silently failed and always returned false. In 3.1 Beta 1, this is throwing a fatal error. This will be handled in the final release, so use this opportunity to fix your plugins. (<a title="http://core.trac.wordpress.org/ticket/14579" href="http://core.trac.wordpress.org/ticket/14729">#14729</a>)</li>\n<li>All known issues slated for fixing before launch are <a href="http://core.trac.wordpress.org/query?status=reopened&amp;status=assigned&amp;status=reviewing&amp;status=new&amp;status=accepted&amp;group=status&amp;milestone=3.1">listed in Trac</a>. Please check this list to see if a bug is already on the list before reporting it.</li>\n</ul>\n<p>Remember, if you find something you think is a bug, report it! You can bring it up in the <a title="Alpha/Beta Support Forum" href="http://wordpress.org/support/forum/alphabeta">alpha/beta forum</a>, you can email it to the <a title="WP-testers mailing list info page" href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers list</a>, or if you&#8217;ve confirmed that other people are experiencing the same bug, you can report it on the <a title="WordPress Core Trac" href="http://core.trac.wordpress.org/">WordPress Core Trac</a>. (I recommend starting in the forum or on the mailing list.)</p>\n<p>Theme and plugin authors, if you haven&#8217;t been following the 3.1, please start now so that you can update your themes and plugins to be compatible with the newest version of WordPress.</p>\n<p>Note to developers: WordPress is built by the contributions of hundreds of developers. If you&#8217;d like to see this release come out on time, I encourage you to pitch in. Even if you don&#8217;t have time to do testing on the beta version, you could help us by contributing a fix for one of the <a title="3.1 bugs that need a patch" href="http://core.trac.wordpress.org/report/16">many bugs</a> we already know about.</p>\n<p>To those of you in the U.S., have a lovely long holiday weekend, and if you&#8217;re looking for something to occupy your post-turkey hours, we hope you&#8217;ll take the beta for a spin!</p>\n<p><a title="Download WordPress 3.1 Beta 1" href="http://wordpress.org/wordpress-3.1-beta1.zip">Download WordPress 3.1 Beta 1</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2010/11/wordpress-3-1-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:8;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:21:"Android Update: 1.3.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:55:"http://wordpress.org/news/2010/11/android-update-1-3-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:64:"http://wordpress.org/news/2010/11/android-update-1-3-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:"Thu, 25 Nov 2010 03:00:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:7:"Cousins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"android";s: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:"mobile";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1536";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:316:"This post will be short and to the point: Dan Roundhill announced that a new version of WordPress for Android has been released, fixing numerous bugs and adding the ability to set post status from within the app. Version 1.3.8 hit the Android Market today. For more details, check out the post on the WordPress [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:427:"<p>This post will be short and to the point: Dan Roundhill announced that a new version of WordPress for Android has been released, fixing numerous bugs and adding the ability to set post status from within the app. Version 1.3.8 hit the Android Market today. For more details, check out the<a href="http://android.wordpress.org/2010/11/24/version-1-3-8-post-status-bug-fixes/"> post on the WordPress for Android blog</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2010/11/android-update-1-3-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: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: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:24:"WordPress Wins CMS Award";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://wordpress.org/news/2010/11/cms-award/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/news/2010/11/cms-award/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 15:49: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:1:{i:0;a:5:{s:4:"data";s:6:"Awards";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=1527";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:322:"I was just informed that WordPress, in head-to-head voting against Joomla and Drupal, has won this year&#8217;s Open Source CMS Hall of Fame award. We have to be careful because if this trend continues people might think WordPress is a real CMS, useful for more than just a blog. This would ruin our stealth campaign [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:693:"<p>I was just informed that WordPress, in head-to-head voting against <a href="http://joomla.org/">Joomla</a> and <a href="http://drupal.org/">Drupal</a>, has won this year&#8217;s <a href="http://www.packtpub.com/open-source-awards-home">Open Source CMS Hall of Fame award</a>.</p>\n<p>We have to be careful because if this trend continues people might  think WordPress is a real CMS, useful for more than just a blog. This  would ruin our <a href="http://wordpress.org/showcase/">stealth campaign</a> and might bring dozens of new users to  the WordPress community. If you could keep this on the DL we&#8217;d  appreciate it.</p>\n<p>We don&#8217;t want WordPress to develop a reputation.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:49:"http://wordpress.org/news/2010/11/cms-award/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:"Thu, 20 Jan 2011 19:32:59 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:"Wed, 05 Jan 2011 16:39:14 GMT";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (2787, 0, 'wpr_sent_posts', 'off,73,336', 'yes'),
(2726, 0, '_transient_timeout_feed_bf031d40b8a67b3432a902efa890c934', '1291435822', 'no'),
(2727, 0, '_transient_feed_bf031d40b8a67b3432a902efa890c934', '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:26:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n	";s:7:"attribs";a: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:10:"MoltedLava";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:21:"http://moltedlava.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:23:"Freelance Web Developer";s: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, 21 Nov 2010 09:14: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:"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.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:2:{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:16:"Second Blog 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:55:"http://moltedlava.com/blog/2010/11/21/second-blog-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:64:"http://moltedlava.com/blog/2010/11/21/second-blog-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:"Sun, 21 Nov 2010 09:14: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:8:"Catzilla";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://moltedlava.com/?p=110";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:23:"This is the second 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:3:"Raj";s: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:37:"<p>This is the second blog post.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://moltedlava.com/blog/2010/11/21/second-blog-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:"";}}}}}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:"First Email 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:55:"http://moltedlava.com/blog/2010/11/21/first-email-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:64:"http://moltedlava.com/blog/2010/11/21/first-email-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:"Sun, 21 Nov 2010 09:13: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:8:"Catzilla";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://moltedlava.com/?p=108";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:22:"First post in the 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:3:"Raj";s: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:38:"<p>First post in the post series.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://moltedlava.com/blog/2010/11/21/first-email-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:38:"http://feeds.feedburner.com/Moltedlava";}}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:2:{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:10:"moltedlava";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"browserFriendly";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: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:"FKV+0VyMGcBR9XnRKu/l5dACddM";s:13:"last-modified";s:29:"Fri, 03 Dec 2010 16:09:01 GMT";s:4:"date";s:29:"Fri, 03 Dec 2010 16:26:07 GMT";s:7:"expires";s:29:"Fri, 03 Dec 2010 16:26:07 GMT";s:13:"cache-control";s:18:"private, max-age=0";s:22:"x-content-type-options";s:7:"nosniff";s:16:"x-xss-protection";s:13:"1; mode=block";s:6:"server";s:3:"GSE";}s:5:"build";s:14:"20090627192103";}', 'no'),
(1557, 0, 'akismet_available_servers', 'a:4:{s:12:"72.233.69.89";b:1;s:12:"66.135.58.61";b:1;s:12:"66.135.58.62";b:1;s:12:"72.233.69.88";b:1;}', 'yes'),
(212, 0, 'wporg_popular_tags', 'O:8:"stdClass":2:{s:7:"timeout";i:1291238697;s:6:"cached";a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"1983";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"1404";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"1207";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1056";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1036";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1002";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:3:"762";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:3:"669";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:3:"612";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:3:"601";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:3:"585";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"571";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"521";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"465";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"453";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"412";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"365";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"356";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"329";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"299";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"299";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"298";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"275";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"275";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"275";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"274";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"274";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"268";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"268";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"263";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"260";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"259";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"258";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"249";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"249";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"244";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"243";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"237";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"235";}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";s:3:"226";}}}', 'no'),
(287, 0, 'ithemes-serverbuddy', 'a:0:{}', 'no'),
(5125, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1295593413', 'no'),
(5126, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1295550213', 'no'),
(5133, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1295593414', 'no'),
(5134, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1295550214', 'no'),
(217, 0, 'mods_Essence Golden', 'a:3:{s:18:"nav_menu_locations";a:1:{s:7:"primary";i:3;}s:16:"header_textcolor";s:5:"blank";s:12:"header_image";s:79:"http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/header-tag.png";}', 'yes'),
(218, 0, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:1:{i:0;i:3;}}', 'yes'),
(228, 0, 'exclude_pages', 'a:0:{}', 'yes'),
(284, 0, 'recently_activated', 'a:0:{}', 'yes'),
(233, 0, 'txfx_plt_schema_version', '3', 'yes'),
(174, 0, 'db_upgraded', '', 'yes'),
(903, 0, 'wpr_notification_custom_email', 'admin_email', 'yes'),
(885, 0, 'wpr_tutorial_active', 'on', 'yes'),
(886, 0, 'wpr_tutorial_activation_date', '1287428183', 'yes'),
(887, 0, 'wpr_tutorial_current_index', '0', 'yes'),
(888, 0, 'wpr_updates_active', 'on', 'yes'),
(889, 0, 'wpr_updates_lastdate', '1287428183', 'yes'),
(891, 0, 'widget_widget_wpr_forms', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(4763, 0, '_transient_timeout_plugin_slugs', '1295638254', 'no'),
(4764, 0, '_transient_plugin_slugs', 'a:10:{i:0;s:19:"akismet/akismet.php";i:1;s:33:"dynamic-headers/custom-header.php";i:2;s:50:"google-analytics-for-wordpress/googleanalytics.php";i:3;s:9:"hello.php";i:4;s:29:"nextgen-gallery/nggallery.php";i:5;s:31:"page-links-to/page-links-to.php";i:6;s:21:"pagemash/pagemash.php";i:7;s:42:"serverbuddy-by-pluginbuddy/serverbuddy.php";i:8;s:23:"wp-syntax/wp-syntax.php";i:9;s:70:"wp-responder-email-autoresponder-and-newsletter-plugin/wpresponder.php";}', 'no'),
(143, 0, '_transient_random_seed', 'e4f0a6f17304d5056eb94e38d7c67a0e', 'yes'),
(4469, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":7:{s:8:"response";s:7:"upgrade";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"package";s:40:"http://wordpress.org/wordpress-3.1.2.zip";s:7:"current";s:5:"3.1.2";s:6:"locale";s:5:"en_US";s:11:"php_version";s:3:"4.3";s:13:"mysql_version";s:5:"4.1.2";}}s:12:"last_checked";i:1304981945;s:15:"version_checked";s:5:"3.0.4";}', 'yes'),
(177, 0, 'it-options', 'a:26:{s:20:"ithemes-contact-page";a:2:{s:9:"recipient";s:24:"dan@friendship-manor.org";s:7:"subject";s:42:"Contact Form Message from Friendship Manor";}s:14:"feedburner_url";s:0:"";s:13:"contact_phone";s:0:"";s:13:"contact_email";s:0:"";s:14:"homepage_title";s:7:"Welcome";s:13:"homepage_copy";s:442:"Our residents and their families feel at peace knowing that our property doesn''t just provide an apartment, but creates an atmosphere where there are things to do, friendships to make, and where a positive vibrant energy is a way of life. Our caring and warm-hearted staff make a huge difference in each of our resident''s lives.\r\n<p style="text-align: right; margin-top: 4px; font-size: 18px !important; font-weight: bold;">(805) 968-0771</p>";s:17:"background_option";s:0:"";s:16:"background_color";s:0:"";s:17:"background_repeat";s:0:"";s:16:"background_image";s:0:"";s:21:"background_attachment";s:0:"";s:19:"background_position";s:0:"";s:13:"include_pages";a:0:{}s:12:"include_cats";a:0:{}s:12:"tracking_pos";s:6:"footer";s:14:"tag_as_keyword";s:3:"yes";s:9:"cat_index";s:2:"no";s:21:"identify_widget_areas";s:2:"no";s:24:"background_preview_width";s:0:"";s:25:"background_preview_height";s:0:"";s:14:"favicon_option";s:7:"default";s:21:"default_favicon_image";s:89:"http://friendship-manor.org/wordpress/wp-content/themes/Essence-Golden/images/favicon.ico";s:22:"favicon_preview_height";s:4:"16px";s:23:"ithemes_featured_images";a:24:{s:5:"sleep";d:2;s:4:"fade";d:1;s:9:"fade_sort";s:7:"ordered";s:5:"width";i:380;s:6:"height";i:250;s:9:"image_ids";a:4:{i:1;a:3:{s:13:"attachment_id";i:10;s:3:"url";s:0:"";s:5:"order";s:1:"2";}i:2;a:3:{s:13:"attachment_id";i:114;s:3:"url";s:0:"";s:5:"order";s:1:"4";}i:3;a:3:{s:13:"attachment_id";i:115;s:3:"url";s:0:"";s:5:"order";s:1:"3";}i:4;a:3:{s:13:"attachment_id";i:116;s:3:"url";s:0:"";s:5:"order";s:1:"5";}}s:13:"entry-order-1";s:0:"";s:3:"url";s:0:"";s:4:"link";s:0:"";s:15:"open_new_window";s:0:"";s:11:"enable_fade";s:1:"1";s:14:"enable_overlay";s:0:"";s:22:"overlay_text_alignment";s:6:"center";s:30:"overlay_text_vertical_position";s:6:"bottom";s:20:"overlay_text_padding";s:0:"";s:19:"overlay_header_text";s:0:"";s:19:"overlay_header_size";s:0:"";s:20:"overlay_header_color";s:7:"#FF0000";s:22:"overlay_subheader_text";s:0:"";s:22:"overlay_subheader_size";s:0:"";s:23:"overlay_subheader_color";s:7:"#FF0000";s:13:"entry-order-3";s:0:"";s:13:"entry-order-2";s:0:"";s:13:"entry-order-4";s:0:"";}s:13:"favicon_image";s:0:"";s:8:"tracking";s:0:"";}', 'yes'),
(1561, 0, '_transient_timeout_feed_mod_94bc6e7dd050c2a74ce39668c35643cd', '1289487369', 'no'),
(1562, 0, '_transient_feed_mod_94bc6e7dd050c2a74ce39668c35643cd', '1289444169', 'no'),
(2786, 0, 'wpr_last_post_date', '2010-12-03 19:52:00', 'yes'),
(876, 0, 'wpr_confirm_subject', 'Response Required: Please confirm your request for information', 'yes'),
(877, 0, 'wpr_confirm_body', 'We''ve received your request for information. Your information \r\nwill be sent to you \r\nas soon as you VERIFY your email address. This will help us \r\nprotect you from spam.\r\n\r\n[!confirm!]\r\n\r\nIf you do not want to confirm, simply ignore this message. \r\n\r\n[!address!]\r\n\r\nRequest Generated By:\r\n[!ipaddress!]\r\n[!date!]\r\n[!url!]', 'yes'),
(878, 0, 'wpr_confirmed_subject', 'Welcome to [!newslettername!]', 'yes'),
(879, 0, 'wpr_confirmed_body', 'Hi [!name!],\r\n\r\nWelcome to [!newslettername!] newsletter. You have verified your e-mail address and will soon start to receive information from us. If you subscribed to a e-course or post series it will be delivered to you automatically over the next few days.\r\n\r\nWith Regards,\r\n[!sitename!]', 'yes'),
(881, 0, 'wpr_address', 'Friendship Manor info@friendship-manor.org', 'yes'),
(882, 0, 'wpr_hourlylimit', '100', 'yes'),
(176, 0, 'can_compress_scripts', '1', 'yes'),
(1559, 0, '_transient_timeout_feed_94bc6e7dd050c2a74ce39668c35643cd', '1289487369', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (1560, 0, '_transient_feed_94bc6e7dd050c2a74ce39668c35643cd', '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:40:"Plugin Buddy | Premium 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:"link";a:1:{i:0;a:5:{s:4:"data";s:22:"http://pluginbuddy.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:29:"Just another WordPress weblog";s: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, 09 Nov 2010 19:48: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:"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.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:41:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"3 Vital Functions of a Complete WordPress Backup Strategy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://pluginbuddy.com/3-vital-functions-of-a-complete-wordpress-backup-strategy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://pluginbuddy.com/3-vital-functions-of-a-complete-wordpress-backup-strategy/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 19:48: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:1:{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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://pluginbuddy.com/?p=1068";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:331:"There are a number of WordPress backup solutions out there. But if you&#8217;ve ever actually had to use one of these solutions, you know that rarely does all your content reappear the way it was. That backup file alone is not a fail-safe. A complete WordPress backup strategy must include these three vital elements: Backup, [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Brad Ulrich";s: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:2538:"<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/xO4HhT6iP80?fs=1&amp;hl=en_US&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/xO4HhT6iP80?fs=1&amp;hl=en_US&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>\n<p>There are a number of WordPress backup solutions out there. But if you&#8217;ve ever actually had to use one of these solutions, you know that rarely does all your content reappear the way it was. That backup file alone is not a fail-safe. A complete WordPress backup strategy must include these three vital elements: Backup, Restore and Migration. BackupBuddy backs up all of your content: posts, images, themes, plugins — your whole WordPress web site. All at once.</p>\n<p>The next essential step is restoration. BackupBuddy makes it easy to get your site back exactly the way it was. Because it backs up all of your content (via e-mail, FTP or Amazon S3), it can put it all back with confidence. No more hoping your images come through. Or sifting through a backup file searching for missing pieces.</p>\n<p>Another thing that sets BackupBuddy apart from other backup solutions is its ability to migrate your site from one server or URL to another. Your WordPress install is tied directly to your site URL. If you tried to copy everything to a new server or URL, all the links would break and there would be some serious cleanup to do. BackupBuddy makes migration easy. Just upload the backup to the new location, run the import script and BackupBuddy takes care of the rest for you. This function is an essential time-saver for developers who build sites on their own sandbox or development server and want to quickly move it over to the client’s server. With BackupBuddy, you can build the entire site and when it’s ready to go, migrate it over to the live location. What used to be a difficult and time consuming task now takes less than 5 minutes.</p>\n<p>A WordPress backup solution isn&#8217;t complete without backup, restore and migration. And BackupBuddy has all three.</p>\n<p><a href="http://pluginbuddy.com/backupbuddy-vaultpress/">See how BackupBuddy stacks up against VaultPress.</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:86:"http://pluginbuddy.com/3-vital-functions-of-a-complete-wordpress-backup-strategy/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:48:"New CMS Mobile Theme added to PluginBuddy Mobile";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://pluginbuddy.com/new-cms-mobile-theme-added-to-pluginbuddy-mobile/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:81:"http://pluginbuddy.com/new-cms-mobile-theme-added-to-pluginbuddy-mobile/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Nov 2010 16:22:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s: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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://pluginbuddy.com/?p=1052";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:308:"Today we are announcing a new addition to the Mobile plugin we launched a few months ago. We have heard from many members of our awesome community that they wanted a CMS theme in the Mobile plugin, so that is exactly what we have added. Don&#8217;t forget, Mobile is included for free with the purchase [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Matt Danner";s: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:2236:"<p>Today we are announcing a new addition to the <a title="wordpress mobile" href="http://pluginbuddy.com/purchase/mobile/">Mobile plugin</a> we launched a few months ago. We have heard from many members of our awesome community that they wanted a CMS theme in the Mobile plugin, so that is exactly what we have added.</p>\n<p>Don&#8217;t forget,<strong> Mobile is included for <a href="http://ithemes.com/get-pluginbuddy-mobile-free-with-any-theme-purchase/">free with the purchase of any theme from iThemes</a>.</strong></p>\n<p>The new theme is called <strong>Starter CMS</strong>, and once you update to the latest version of <a title="wordpress mobile" href="http://pluginbuddy.com/purchase/mobile/">Mobile</a>, you will automatically have it. With this new theme, you can easily create a static page to use as the homepage on your mobile theme.</p>\n<p style="text-align: center;"><a title="wordpress mobile" href="../purchase/mobile/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a"><strong>LEARN MORE ABOUT PLUGINBUDDY MOBILE HERE</strong></a></p>\n<p>Check out this video for more details.</p>\n<p><iframe src="http://player.vimeo.com/video/16468347?title=0&amp;byline=0&amp;portrait=0&amp;color=9e9e9e" width="510" height="319" frameborder="0"></iframe></p>\n<p>There are other neat things you can do as well. Here is another quick video that shows how you could use the new Starter CMS theme to embed iPhone ready videos on your mobile site.</p>\n<p><iframe src="http://player.vimeo.com/video/16468659?title=0&amp;byline=0&amp;portrait=0&amp;color=9e9e9e" width="510" height="319" frameborder="0"></iframe></p>\n<p>This is an update that came directly from requests by our users. We are creating projects for our community, and it is vital to us that we know what you want. Be sure to join us every Tuesday at 11am CST for <a href="http://ithemes.tv">iThemesTV</a>, where you can get the latest news from iThemes, PluginBuddy, and WebDesign.com, and you can also chat live with us to tell us what you need. You can also leave feedback for us in our <a href="http://ithemes.com/support">support forum</a>.</p>\n<p style="text-align: center;"><a title="wordpress mobile" href="http://pluginbuddy.com/purchase/mobile/"><strong>LEARN MORE ABOUT PLUGINBUDDY MOBILE HERE</strong></a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:77:"http://pluginbuddy.com/new-cms-mobile-theme-added-to-pluginbuddy-mobile/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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: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:54:"New Image Carousel Plugin Added to DisplayBuddy Series";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://pluginbuddy.com/new-image-carousel-plugin-added-to-displaybuddy-series/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:87:"http://pluginbuddy.com/new-image-carousel-plugin-added-to-displaybuddy-series/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 15:03:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s: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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://pluginbuddy.com/?p=1035";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:346:"Carousel, the new plugin in the DisplayBuddy series, lets you display a rotating set of images anywhere on your site with customizable content and effects. Multiple groups of images may be created for use anywhere on your site. Each group can be fully customized. For purchase details about Carousel plugin in the DisplayBuddy series, click [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Cory";s: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:1900:"<p><strong>Carousel</strong>, the new plugin in the <a title="displaybuddy" href="http://pluginbuddy.com/purchase/displaybuddy/">DisplayBuddy series</a>, lets you display a rotating set of images anywhere on your  site with customizable content and effects. Multiple groups of images  may be created for use anywhere on your site. Each group can be fully  customized.</p>\n<p style="text-align: center;"><a title="displaybuddy" href="../purchase/displaybuddy/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a"><strong>For purchase details about Carousel plugin in the DisplayBuddy series, click here.</strong></a></p>\n<p><strong>Here are some of the features included:</strong></p>\n<ul>\n<li>Upload images or use existing Media Library images.</li>\n<li>Fully customizable speeds &amp; display options.</li>\n<li>Horizontal &amp; vertical modes.</li>\n<li>Optional navigation elements, pause on hover, &amp; more.</li>\n<li>Unlimited groups of images.</li>\n<li>Widget support</li>\n<li>Shortcode support</li>\n<li>Automatic upgrades</li>\n</ul>\n<p><strong>Here&#8217;s a video on the new Carousel plugin by PluginBuddy:</strong></p>\n<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/P41kZYE9Vg8?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/P41kZYE9Vg8?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>\n<p style="text-align: center;"><a title="displaybuddy" href="http://pluginbuddy.com/purchase/displaybuddy/"><strong>For purchase details about Carousel plugin in the DisplayBuddy series, click here.</strong></a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:83:"http://pluginbuddy.com/new-image-carousel-plugin-added-to-displaybuddy-series/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:53:"DisplayBuddy Online Workshop for New Slideshow Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://pluginbuddy.com/displaybuddy-online-workshop-for-new-slideshow-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:86:"http://pluginbuddy.com/displaybuddy-online-workshop-for-new-slideshow-plugin/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 19: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:8:"category";a:2:{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: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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://pluginbuddy.com/?p=1026";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:225:"Benjamin Bradley from our WebDesign.com training division did a webinar for our community on the DisplayBuddy series new Slideshow and Video Showcase plugins. Here are the replays, divided into 6 parts to make viewing easier:";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Cory";s: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:1410:"<p>Benjamin Bradley from our <a title="web design training" href="http://webdesign.com/training">WebDesign.com training division</a> did a webinar for our community on the DisplayBuddy series <a title="display buddy" href="http://pluginbuddy.com/new-slideshow-plugin-released-for-displaybuddy-series/">new Slideshow and Video Showcase plugins</a>.</p>\n<p>Here are the replays, divided into 6 parts to make viewing easier:</p>\n<p><iframe src="http://player.vimeo.com/video/16067159?title=0&amp;byline=0&amp;portrait=0&amp;color=9e9e9e" width="524" height="328" frameborder="0"></iframe></p>\n<p><iframe src="http://player.vimeo.com/video/16067282?title=0&amp;byline=0&amp;portrait=0&amp;color=9e9e9e" width="524" height="328" frameborder="0"></iframe></p>\n<p><iframe src="http://player.vimeo.com/video/16067424?title=0&amp;byline=0&amp;portrait=0&amp;color=9e9e9e" width="524" height="328" frameborder="0"></iframe></p>\n<p><iframe src="http://player.vimeo.com/video/16067552?title=0&amp;byline=0&amp;portrait=0&amp;color=9e9e9e" width="524" height="328" frameborder="0"></iframe></p>\n<p><iframe src="http://player.vimeo.com/video/16177260?title=0&amp;byline=0&amp;portrait=0&amp;color=9e9e9e" width="524" height="328" frameborder="0"></iframe></p>\n<p><iframe src="http://player.vimeo.com/video/16177347?title=0&amp;byline=0&amp;portrait=0&amp;color=9e9e9e" width="524" height="328" frameborder="0"></iframe></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:82:"http://pluginbuddy.com/displaybuddy-online-workshop-for-new-slideshow-plugin/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:53:"New Slideshow Plugin Released for DisplayBuddy Series";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://pluginbuddy.com/new-slideshow-plugin-released-for-displaybuddy-series/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://pluginbuddy.com/new-slideshow-plugin-released-for-displaybuddy-series/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 13:51:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s: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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://pluginbuddy.com/?p=1011";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:323:"Dustin just released the next big plugin for the DisplayBuddy series called Slideshow (see below for a quick video tour). We think it&#8217;s going to be a hit with our community as it allows you to display image in widget ready areas with some amazing new transition effects. Here&#8217;s a description of what it is [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Cory";s: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:1983:"<p>Dustin just released the next big plugin for the <a title="display buddy" href="http://pluginbuddy.com/purchase/displaybuddy/">DisplayBuddy</a> series called <strong>Slideshow</strong> (see below for a quick video tour).</p>\n<p>We think it&#8217;s going to be a hit with our community as it allows you to display image in widget ready areas with some amazing new transition effects.</p>\n<p><strong>Here&#8217;s a description of what it is and does:</strong></p>\n<p>Slideshow lets you display image slideshows anywhere on your site with fully customizable animated transitions and advanced effects. Multiple groups of images may be created for use anywhere on your site. Each group can be fully customized.</p>\n<ul>\n<li> 50 transition special effects including random options.</li>\n<li>Upload images or use existing Media Library images.</li>\n<li>Fully customizable speeds &amp; display options.</li>\n<li>Captions over images.</li>\n<li>Optional navigation elements, pause on hover, &amp; more.</li>\n<li>Unlimited groups of images.</li>\n<li>Widget support</li>\n<li>Shortcode support</li>\n<li>Automatic upgrades</li>\n</ul>\n<p>You can get <a title="slideshow" href="http://pluginbuddy.com/purchase/displaybuddy/">Slideshow</a> with several other plugins bundled in the <a title="displaybuddy" href="http://pluginbuddy.com/purchase/displaybuddy/">DisplayBuddy series</a> at PluginBuddy.</p>\n<p style="text-align: center;"><a title="display wordpress" href="../purchase/displaybuddy/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a"><strong>Click here to purchase, or get more information on Slideshow in the DisplayBuddy plugin package </strong></a></p>\n<p><iframe src="http://player.vimeo.com/video/16012326?title=0&amp;byline=0&amp;portrait=0&amp;color=9e9e9e" width="524" height="295" frameborder="0"></iframe></p>\n<p style="text-align: center;"><a title="display wordpress" href="../purchase/displaybuddy/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a"><strong>Click here to purchase, or get more information on Slideshow in the DisplayBuddy plugin package </strong></a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:82:"http://pluginbuddy.com/new-slideshow-plugin-released-for-displaybuddy-series/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:5;a:6:{s:4:"data";s:41:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:55:"Copious Comments: New WordPress Plugin for DisplayBuddy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://pluginbuddy.com/copious-comments-new-wordpress-plugin-for-displaybuddy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:87:"http://pluginbuddy.com/copious-comments-new-wordpress-plugin-for-displaybuddy/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 21:17:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s: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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://pluginbuddy.com/?p=972";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:325:"Copious Comments, a new plugin in our DisplayBuddy series, displays a list of your top posts with customizable graphical representation when added to a widget or inserted with a shortcode. Here&#8217;s a quick video to show you what it does &#8230; Copious Comments plugin is part of the DisplayBuddy series, learn more 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:4:"Cory";s: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:920:"<p><strong>Copious Comments</strong>, a new plugin in our <a href="http://pluginbuddy.com/purchase/displaybuddy/">DisplayBuddy series</a>, displays a list of your top posts with customizable graphical representation when added to a widget or inserted with a shortcode. </p>\n<p>Here&#8217;s a quick video to show you what it does &#8230;</p>\n<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/Y_KBV1GnM0U?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Y_KBV1GnM0U?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>\n<p>Copious Comments plugin is part of the DisplayBuddy series, <a href="http://pluginbuddy.com/purchase/displaybuddy/">learn more here</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:83:"http://pluginbuddy.com/copious-comments-new-wordpress-plugin-for-displaybuddy/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:42:"New Layouts Added to Featured Posts Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://pluginbuddy.com/new-layouts-added-to-featured-posts-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:75:"http://pluginbuddy.com/new-layouts-added-to-featured-posts-plugin/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 16:54:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://pluginbuddy.com/?p=962";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:356:"Our DisplayBuddy plugin series at PluginBuddy.com has been a hit … and we&#8217;ve heard your requests … you wanted new layouts in the Featured Post plugin &#8230; so we&#8217;ve added 4 brand-new layouts for Featured Post plugin. See the new layouts in action here: We&#8217;ve also added another plugin to the DisplayBuddy series and it&#8217;s [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Cory";s: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:1529:"<p>Our <a title="display buddy" href="http://pluginbuddy.com/purchase/displaybuddy/">DisplayBuddy plugin series</a> at PluginBuddy.com has been a hit … and we&#8217;ve heard your requests … you wanted new layouts in the Featured Post plugin &#8230; so we&#8217;ve added 4 brand-new layouts for Featured Post plugin.</p>\n<p><strong>See the new layouts in action here:</strong></p>\n<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/8lAIKkA5OkI?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/8lAIKkA5OkI?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>\n<p>We&#8217;ve also added another plugin to the DisplayBuddy series and it&#8217;s called Copious Comments. It allows you to share, in bar graph style, what your most commented posts on in any widget ready area.</p>\n<p>Here&#8217;s a video about Copious Comments plugin:</p>\n<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/Y_KBV1GnM0U?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Y_KBV1GnM0U?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:71:"http://pluginbuddy.com/new-layouts-added-to-featured-posts-plugin/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:7;a:6:{s:4:"data";s:41:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"Using DisplayBuddy: Free Webinar Tomorrow";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://pluginbuddy.com/using-displaybuddy-free-webinar-tomorrow/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://pluginbuddy.com/using-displaybuddy-free-webinar-tomorrow/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 14:56:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://pluginbuddy.com/?p=947";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:346:"Through our WebDesign.com training division, we will be offering a free webinar on DisplayBuddy Wednesday, Oct. 6 from 11a.m.-noon Learn how to take advantage of the built in power of DisplayBuddy, our series of plugins that allow you to add or showcase images and text easily on your WordPress sites. Utilizing the different parts included [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Cory";s: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:873:"<p>Through our WebDesign.com training division, we will be offering a free webinar on <a title="display buddy" href="http://pluginbuddy.com/purchase/displaybuddy/">DisplayBuddy</a> Wednesday, Oct. 6 from 11a.m.-noon</p>\n<p>Learn how to take advantage of the built in power of <a title="displaybuddy" href="http://pluginbuddy.com/purchase/displaybuddy/">DisplayBuddy</a>, our series of plugins that allow you to add or showcase images and text easily on your WordPress sites.</p>\n<p>Utilizing the   different parts included in the DisplayBuddy series from Rotating Images, Featured Posts, Billboard,   Rotating Text, and  how to customize each display series for   maximum exposure.  <strong></strong></p>\n<p><strong>Reserve your webinar spot today: </strong><a href="https://www2.gotomeeting.com/register/516558266">https://www2.gotomeeting.com/register/516558266</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:69:"http://pluginbuddy.com/using-displaybuddy-free-webinar-tomorrow/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:43:"New Layouts Coming for FeaturedPosts Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://pluginbuddy.com/new-layouts-coming-for-featuredposts-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:76:"http://pluginbuddy.com/new-layouts-coming-for-featuredposts-plugin/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 17:10:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://pluginbuddy.com/?p=939";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:288:"We have been working hard to add even more awesomeness to the FeaturedPosts plugin, and the next step is to add some cool layouts for you to use. Here is a sneak peek at a few of the layouts we are working on: These layouts come packed with their own default settings and styles, so [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Matt Danner";s: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:1372:"<p>We have been working hard to add even more awesomeness to the FeaturedPosts plugin, and the next step is to add some cool layouts for you to use.</p>\n<p><strong>Here is a sneak peek at a few of the layouts we are working on:</strong></p>\n<p><a href="../wp-content/uploads/2010/10/layout2.png?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" rel="lightbox[939]"><img class="alignleft size-full wp-image-941" title="layout2" src="../wp-content/uploads/2010/10/layout2.png" alt="" width="569" height="323" /></a></p>\n<p><a href="http://pluginbuddy.com/wp-content/uploads/2010/10/layout1.png" rel="lightbox[939]"><img class="alignleft size-full wp-image-940" title="layout1" src="http://pluginbuddy.com/wp-content/uploads/2010/10/layout1.png" alt="" width="571" height="320" /></a></p>\n<p>These layouts come packed with their own default settings and styles, so you easily and quickly add one to your site. We have at least two more besides these that we will be rolling out later this week as well. Keep on the lookout, and be ready to download these as soon as they drop.</p>\n<p>As a pretty sweet bonus, you will FeaturedPosts will also allow you to make your own awesome designs and add them to the layouts folder. <strong>It&#8217;s like a theme for your slider.</strong> You aren&#8217;t interested in building your own? That&#8217;s ok too. <strong>These new designs will be available later this week.</strong></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:72:"http://pluginbuddy.com/new-layouts-coming-for-featuredposts-plugin/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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: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:52:"How to Collect Testimonials Then Display Them Easily";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://pluginbuddy.com/how-to-collect-testimonials-then-display-them-easily/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://pluginbuddy.com/how-to-collect-testimonials-then-display-them-easily/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2010 15:29:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://pluginbuddy.com/?p=930";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"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:"We regularly collect and share our own customer testimonials. They are an amazing way to inform prospects how our people are using and talking about them &#8230; in their own language. It&#8217;s also called social proof &#8212; that other people are actually buying and using your products. Aweber just posted a great article on how [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Cory";s: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:719:"<p>We regularly collect and <a title="wordpress testimonials" href="http://ithemes.com/testimonials/">share our own customer testimonials</a>. They are an amazing way to inform prospects how our people are using and talking about them &#8230; in their own language.</p>\n<p>It&#8217;s also called social proof &#8212; that other people are actually buying and using your products.</p>\n<p>Aweber just posted a great article on <a href="http://www.aweber.com/blog/email-marketing/how-to-collect-testimonials.htm">how to collect testimonials here</a>. And with <a title="wordpress plugins" href="../purchase/displaybuddy/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">DisplayBuddy&#8217;s Rotating Text plugin</a> you can show those in your widget-ready sidebars!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:81:"http://pluginbuddy.com/how-to-collect-testimonials-then-display-them-easily/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:28:"http://pluginbuddy.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:"";}}}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:4:"date";s:29:"Thu, 11 Nov 2010 03:05:23 GMT";s:6:"server";s:120:"Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8m DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635";s:12:"x-powered-by";s:10:"PHP/5.2.13";s:10:"x-pingback";s:33:"http://pluginbuddy.com/xmlrpc.php";s:4:"etag";s:34:""7a137391ce51050369decce62d4aede1"";s:13:"last-modified";s:29:"Tue, 09 Nov 2010 19:48:25 GMT";s:10:"connection";s:5:"close";s:12:"content-type";s:23:"text/xml; charset=UTF-8";}s:5:"build";s:14:"20090627192103";}', 'no'),
(1563, 0, '_transient_timeout_94bc6e7dd050c2a74ce39668c35643cd', '1289444469', 'no'),
(1564, 0, '_transient_94bc6e7dd050c2a74ce39668c35643cd', '<li>- <a href="http://pluginbuddy.com/3-vital-functions-of-a-complete-wordpress-backup-strategy/">3 Vital Functions of a Complete  ...</a></li><li>- <a href="http://pluginbuddy.com/new-cms-mobile-theme-added-to-pluginbuddy-mobile/">New CMS Mobile Theme added to Pl ...</a></li><li>- <a href="http://pluginbuddy.com/new-image-carousel-plugin-added-to-displaybuddy-series/">New Image Carousel Plugin Added  ...</a></li><li>- <a href="http://pluginbuddy.com/displaybuddy-online-workshop-for-new-slideshow-plugin/">DisplayBuddy Online Workshop for ...</a></li><li>- <a href="http://pluginbuddy.com/new-slideshow-plugin-released-for-displaybuddy-series/">New Slideshow Plugin Released fo ...</a></li>', 'no'),
(1567, 0, '_transient_timeout_feed_mod_2685d92621c4f83a0bac7ebffa7670ad', '1289487369', 'no'),
(1568, 0, '_transient_feed_mod_2685d92621c4f83a0bac7ebffa7670ad', '1289444169', 'no'),
(1565, 0, '_transient_timeout_feed_2685d92621c4f83a0bac7ebffa7670ad', '1289487369', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (1566, 0, '_transient_feed_2685d92621c4f83a0bac7ebffa7670ad', '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:21:"Twitter / pluginbuddy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:30:"http://twitter.com/pluginbuddy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Twitter updates from Dustin Bolton / pluginbuddy.";s:7:"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:105:"pluginbuddy: Learn about WordPress and SEO with @michaeltorbert today - free webinar http://bit.ly/c0snOL";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: Learn about WordPress and SEO with @michaeltorbert today - free webinar http://bit.ly/c0snOL";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 10 Nov 2010 16:41: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:56:"http://twitter.com/pluginbuddy/statuses/2400403152969728";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://twitter.com/pluginbuddy/statuses/2400403152969728";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:152:"pluginbuddy: RT @vsellis: WOW @corymiller just used #backupBuddy to do my first site migration, was so easy I almost feel guilty THANK YOU @pluginbuddy!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: RT @vsellis: WOW @corymiller just used #backupBuddy to do my first site migration, was so easy I almost feel guilty THANK YOU @pluginbuddy!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 10 Nov 2010 14:38:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"http://twitter.com/pluginbuddy/statuses/2369561219309568";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://twitter.com/pluginbuddy/statuses/2369561219309568";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:142:"pluginbuddy: Give ideas & feedback on what we''re doing @ithemes @pluginbuddy @webdesigncom today at our Townhall Meeting- http://bit.ly/9LScLX";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: Give ideas & feedback on what we''re doing @ithemes @pluginbuddy @webdesigncom today at our Townhall Meeting- http://bit.ly/9LScLX";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 15:14: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:56:"http://twitter.com/pluginbuddy/statuses/2016216944218112";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://twitter.com/pluginbuddy/statuses/2016216944218112";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:153:"pluginbuddy: RT @hyermish: Very pleased to being using BackupBuddy @mattdanner - got it hooked up to use my S3 service. Very sweet and thanks for 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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:153:"pluginbuddy: RT @hyermish: Very pleased to being using BackupBuddy @mattdanner - got it hooked up to use my S3 service. Very sweet and thanks for 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 08 Nov 2010 20:49: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:56:"http://twitter.com/pluginbuddy/statuses/1738201739821056";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://twitter.com/pluginbuddy/statuses/1738201739821056";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:121:"pluginbuddy: Join us for a special Townhall Meeting for @ithemes @pluginbuddy @webdesigncom tomorrow http://bit.ly/9LScLX";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: Join us for a special Townhall Meeting for @ithemes @pluginbuddy @webdesigncom tomorrow http://bit.ly/9LScLX";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 15:10: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:56:"http://twitter.com/pluginbuddy/statuses/1652721799135232";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://twitter.com/pluginbuddy/statuses/1652721799135232";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:82:"pluginbuddy: New CMS Mobile Theme added to PluginBuddy Mobile http://bit.ly/aHb06M";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: New CMS Mobile Theme added to PluginBuddy Mobile http://bit.ly/aHb06M";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Nov 2010 16:23: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:51:"http://twitter.com/pluginbuddy/statuses/29586007769";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/29586007769";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:153:"pluginbuddy: #WordPress All In One For Dummies pre-sale: http://tinyurl.com/29ochpc  my co-authors: @corymiller303 @andrea_r @kevinpalmer @michaeltorbert";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: #WordPress All In One For Dummies pre-sale: http://tinyurl.com/29ochpc  my co-authors: @corymiller303 @andrea_r @kevinpalmer @michaeltorbert";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 02 Nov 2010 13:10: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:51:"http://twitter.com/pluginbuddy/statuses/29467961893";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/29467961893";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:112:"pluginbuddy: DisplayBuddy now has EIGHT (8) plugins! Check it out! http://pluginbuddy.com/purchase/displaybuddy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: DisplayBuddy now has EIGHT (8) plugins! Check it out! http://pluginbuddy.com/purchase/displaybuddy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Nov 2010 22:37: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/pluginbuddy/statuses/29412735425";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/29412735425";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:121:"pluginbuddy: Join us for our first townhall community meeting & share your input on what we''re doing http://bit.ly/bgxvJt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: Join us for our first townhall community meeting & share your input on what we''re doing http://bit.ly/bgxvJt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 01 Nov 2010 21:45:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:51:"http://twitter.com/pluginbuddy/statuses/29408819513";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/29408819513";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:47:"pluginbuddy: Cupcake! http://yfrog.com/5059fggj";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: Cupcake! http://yfrog.com/5059fggj";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 18:25: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:51:"http://twitter.com/pluginbuddy/statuses/29112113804";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/29112113804";s: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:67:"<a href="http://twitter.com/" rel="nofollow">Twitter for iPhone</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: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:151:"pluginbuddy: DisplayBuddy Suite (8 plugins) will be increasing in price soon. Get it before that happens! http://pluginbuddy.com/purchase/displaybuddy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: DisplayBuddy Suite (8 plugins) will be increasing in price soon. Get it before that happens! http://pluginbuddy.com/purchase/displaybuddy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 21:07: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:51:"http://twitter.com/pluginbuddy/statuses/29023246545";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/29023246545";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:98:"pluginbuddy: BackupBuddy now supports limiting the number of stored archives. http://bit.ly/91kMEi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:98:"pluginbuddy: BackupBuddy now supports limiting the number of stored archives. http://bit.ly/91kMEi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 22:26: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:51:"http://twitter.com/pluginbuddy/statuses/28930364864";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/28930364864";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:133:"pluginbuddy: Get $100 off our @webdesigncom WP training by using code "PROFESSOR" (expires Oct. 31) + free shirt http://bit.ly/9rfgB0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: Get $100 off our @webdesigncom WP training by using code "PROFESSOR" (expires Oct. 31) + free shirt http://bit.ly/9rfgB0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 19:55: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:51:"http://twitter.com/pluginbuddy/statuses/28919594143";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/28919594143";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:88:"pluginbuddy: New Image Carousel Plugin Added to DisplayBuddy Series http://bit.ly/ajL3V9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: New Image Carousel Plugin Added to DisplayBuddy Series http://bit.ly/ajL3V9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 15:26:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:51:"http://twitter.com/pluginbuddy/statuses/28899935453";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/28899935453";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:89:"pluginbuddy: DisplayBuddy Carousel coming soon! Check out this demo: http://bit.ly/aFzjtm";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: DisplayBuddy Carousel coming soon! Check out this demo: http://bit.ly/aFzjtm";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 19:06: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/pluginbuddy/statuses/28817450790";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/28817450790";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:134:"pluginbuddy: RT @GrantGriffiths: @palmaphoto If you are looking for a backup solution, we recommend BackupBuddy - http://bit.ly/do5AVC";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: RT @GrantGriffiths: @palmaphoto If you are looking for a backup solution, we recommend BackupBuddy - http://bit.ly/do5AVC";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 17:17: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:51:"http://twitter.com/pluginbuddy/statuses/28809908826";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/28809908826";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:97:"pluginbuddy: Just posted DisplayBuddy video workshop on new Slideshow plugin http://bit.ly/cgwRXD";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: Just posted DisplayBuddy video workshop on new Slideshow plugin http://bit.ly/cgwRXD";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 19:51:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:51:"http://twitter.com/pluginbuddy/statuses/28720181562";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/28720181562";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:121:"pluginbuddy: Check out new free #WordPress web design training coming in November from @webdesigncom http://bit.ly/cjj6IT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: Check out new free #WordPress web design training coming in November from @webdesigncom http://bit.ly/cjj6IT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 16:16: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/pluginbuddy/statuses/28705336734";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/28705336734";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:104:"pluginbuddy: Create a video-based website with @iThemesBuilder - free webinar today http://bit.ly/axxEDk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:104:"pluginbuddy: Create a video-based website with @iThemesBuilder - free webinar today http://bit.ly/axxEDk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2010 14:23: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:51:"http://twitter.com/pluginbuddy/statuses/28695490728";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/28695490728";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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:112:"pluginbuddy: Free launch webinar on new Slideshow & Video Showcase plugins today in ~3hours http://bit.ly/b4LCJQ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"pluginbuddy: Free launch webinar on new Slideshow & Video Showcase plugins today in ~3hours http://bit.ly/b4LCJQ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 13:20: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:51:"http://twitter.com/pluginbuddy/statuses/28025797606";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pluginbuddy/statuses/28025797606";s: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:63:"<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</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: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/108700480.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:22:{s:4:"date";s:29:"Thu, 11 Nov 2010 03:05:30 GMT";s:6:"server";s:2:"hi";s:6:"status";s:6:"200 OK";s:13:"x-transaction";s:22:"1289444730-20633-51388";s:17:"x-ratelimit-limit";s:3:"150";s:4:"etag";s:34:""abf0fc7af7536faa1d99044bcab4999b"";s:13:"last-modified";s:29:"Thu, 11 Nov 2010 03:05:30 GMT";s:21:"x-ratelimit-remaining";s:3:"149";s:9:"x-runtime";s:7:"0.01250";s:12:"content-type";s:34:"application/rss+xml; charset=utf-8";s:14:"content-length";s:5:"13640";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:17:"x-ratelimit-reset";s:10:"1289448330";s:10:"set-cookie";a:3:{i:0;s:99:"k=38.113.115.196.1289444730213706; path=/; expires=Thu, 18-Nov-10 03:05:30 GMT; domain=.twitter.com";i:1;s:74:"guest_id=128944473021776251; path=/; expires=Sat, 11 Dec 2010 03:05:30 GMT";i:2;s:255:"_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCGol5TgsAToHaWQiJTNmNDBiNGIxM2I5Y2I0%250AMzdkMDE1YWMwNTQyZTU4MjJiIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy%250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--325c84f6751d36e18735ca2d11470b9acb300ac3; domain=.twitter.com; path=/";}s:4:"vary";s:15:"Accept-Encoding";s:16:"x-xss-protection";s:13:"1; mode=block";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:10:"connection";s:5:"close";}s:5:"build";s:14:"20090627192103";}', 'no'),
(1569, 0, '_transient_timeout_2685d92621c4f83a0bac7ebffa7670ad', '1289444469', 'no'),
(1570, 0, '_transient_2685d92621c4f83a0bac7ebffa7670ad', '<li>- <a href="http://twitter.com/pluginbuddy/statuses/2400403152969728">Learn about WordPress and SEO wi ...</a></li><li>- <a href="http://twitter.com/pluginbuddy/statuses/2369561219309568">RT @vsellis: WOW @corymiller jus ...</a></li><li>- <a href="http://twitter.com/pluginbuddy/statuses/2016216944218112">Give ideas &amp; feedback on wha ...</a></li><li>- <a href="http://twitter.com/pluginbuddy/statuses/1738201739821056">RT @hyermish: Very pleased to be ...</a></li><li>- <a href="http://twitter.com/pluginbuddy/statuses/1652721799135232">Join us for a special Townhall M ...</a></li>', 'no'),
(341, 0, 'category_children', 'a:0:{}', 'yes'),
(5127, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1295593414', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (5128, 0, '_transient_feed_a5420c83891a9c88ad2a4f04584a5efc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n	\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/popular/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 19:28: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2539";s:7:"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:27:"Matt Mullenweg on "Akismet"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/extend/plugins/akismet/#post-15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"15@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:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"uberdose on "All in One SEO Pack"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"753@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:36:"Takayuki Miyoshi on "Contact Form 7"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2141@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:29:"andy on "WordPress.com Stats"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/extend/plugins/stats/#post-1355";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 06 May 2007 02:15:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"1355@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:124:"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com&#039;s stat 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:"";}}}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:"andy";s: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:42:"Mike Challis on "Fast Secure Contact Form"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/si-contact-form/#post-12636";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Aug 2009 01:20:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12636@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:"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. Packed with settings and features.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mike Challis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:27:"donncha on "WP Super Cache"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Nov 2007 11:40:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2572@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:73:"A very fast caching engine for WordPress that produces static html files.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"donncha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Arne on "Google XML Sitemaps"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"132@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Arne";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:30:"Alex Rabe on "NextGEN Gallery"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"1169@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:108:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"eight7teen on "SexyBookmarks"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/sexybookmarks/#post-9249";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 22 Feb 2009 11:30: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:41:"9249@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:104:"Adds an attractive social bookmarking menu to your posts, pages, index, or any combination of the 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:"eight7teen";s: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:96:"nicashmu on "Post video players, slideshow albums, photo galleries and music / podcast playlist"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://wordpress.org/extend/plugins/video-playlist-and-gallery-plugin/#post-23415";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Jan 2011 16:16:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23415@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:73:"Post your videos, photo galleries/flash slideshows easily and in seconds.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"nicashmu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:51:"micropat on "AddToAny: Share/Bookmark/Email Button"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/add-to-any/#post-498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Mar 2007 23:08:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"498@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:140:"Help people share, bookmark, and email your posts &#38; pages using any service, such as Facebook, Twitter, Google Buzz, Digg and many more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"micropat";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:28:"ringmaster on "WP-DB-Backup"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wp-db-backup/#post-472";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Mar 2007 04:41: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:40:"472@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:44:"On-demand backup of your WordPress database.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"ringmaster";s: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:38:"Brian Colinger on "WordPress Importer"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18101@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:96:"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:36:"whiteshadow on "Broken Link Checker"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/broken-link-checker/#post-2441";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Oct 2007 21:35:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2441@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:"This plugin will check your posts, comments and other content for broken links and missing images, and notify you if any are found.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"whiteshadow";s: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:28:"casibus on "ourSTATS Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 29 May 2010 14:16:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18282@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:51:"create a widget for the ourstats.de counter service";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"casibus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/popular";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 20 Jan 2011 19:33:00 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2007-03-09 22:11:30";s:14:"content-length";s:4:"7743";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'),
(373, 0, 'dhnd_max_size', '400', 'yes'),
(374, 0, 'dhnd_default', 'header-int.png', 'yes'),
(375, 0, 'dhnd_homepage', 'header.png', 'yes'),
(376, 0, 'dhnd_footer_link', '', 'yes'),
(377, 0, 'dhnd_image_dir', 'wp-content/header-images/', 'yes'),
(378, 0, 'dhnd_header.png_alt', 'Friendship Manor Santa Barbara Goleta', 'yes'),
(379, 0, 'dhnd_header-int.png_alt', 'Friendship Manor - Santa Barbara Goleta', 'yes'),
(1558, 0, 'akismet_connectivity_time', '1295030996', 'yes'),
(5115, 0, '_transient_timeout_feed_91ffa6fdd4507160c6eb770bfe5be568', '1295593412', 'no'),
(5116, 0, '_transient_feed_91ffa6fdd4507160c6eb770bfe5be568', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:1:"\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:64:"link:http://friendship-manor.org/wordpress/ - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:116:"http://blogsearch.google.com/blogsearch?scoring=d&ie=ISO-8859-1&num=10&q=link:http://friendship-manor.org/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:98:"Your search - <b>link:http://friendship-manor.org/wordpress/</b> - did not match any documents.   ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:4:"date";s:29:"Thu, 20 Jan 2011 19:32:58 GMT";s:6:"pragma";s:8:"no-cache";s:7:"expires";s:29:"Fri, 01 Jan 1990 00:00:00 GMT";s:13:"cache-control";s:25:"no-cache, must-revalidate";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"set-cookie";s:138:"PREF=ID=f337c37739b3f8c4:TM=1295551978:LM=1295551978:S=xZQQIT9WO4OBzTVi; expires=Sat, 19-Jan-2013 19:32:58 GMT; path=/; domain=.google.com";s:22:"x-content-type-options";s:7:"nosniff";s:6:"server";s:4:"bsfe";s:16:"x-xss-protection";s:13:"1; mode=block";}s:5:"build";s:14:"20090627192103";}', 'no'),
(5135, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1295593414', 'no'),
(5136, 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, 20 Jan 2011 19:26:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2539";s:7:"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:26:"ed4becky on "rootsPersona"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/rootspersona/#post-23836";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 21:40:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23836@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:110:"rootsPersona creates one or more pages of family history using data imported from a Gedcom file (version 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"ed4becky";s: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:31:"seevolution on "WP SeeVolution"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wp-seevolution/#post-21517";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 19:48: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:42:"21517@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:135:"Allows for the installation of SeeVolution code in WordPress.  Your theme _MUST_ call wp_footer() for this plugin to function properly.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"seevolution";s: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:43:"Joey Schuurbiers on "i-Dump Sidebar Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/i-dump-sidebar-widget/#post-23835";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 21:26: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:42:"23835@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:99:"The i-Dump Sidebar Widget will show down your uploaded photos made with your iPhone in 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:16:"Joey Schuurbiers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"edersonpeka on "Media Downloader"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/media-downloader/#post-15705";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 02 Feb 2010 03:13:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"15705@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:126:"Lists MP3 files from a folder. Portuguese: Lista arquivos MP3 de um diretório. Spanish: Lista todos los MP3 de un directorio.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"edersonpeka";s: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:27:"masterleep on "ML Raw 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:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/ml-raw-html/#post-23861";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 00:02: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:"23861@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:64:"Simple, efficient, and flexible raw html support via shortcodes.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"masterleep";s: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:"minimus on "Simple Ads 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:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/simple-ads-manager/#post-23363";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 01 Jan 2011 21:19: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:42:"23363@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:80:"Advertisment rotation system with a flexible logic of displaying advertisements.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"minimus";s: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:36:"ydubois on "YD WPMU Bloglist Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/extend/plugins/yd-wpmu-bloglist-widget/#post-16078";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 18 Feb 2010 15:36: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:42:"16078@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:"Sidebar widget and template function to display an ordered blog list of subsites (with post count) on a page of the WordPress MU main site.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"ydubois";s: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:24:"bettercodes on "BC 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:55:"http://wordpress.org/extend/plugins/bc-maps/#post-23581";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 11 Jan 2011 13:02: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:"23581@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:98:"This Plugins gives Buddypress and bettercodes a user, groups and Projects geo localisation feature";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"bettercodes";s: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:50:"msimpson on "Contact Form 7 to Database Extension"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:84:"http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/#post-19767";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 02:24: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:42:"19767@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:86:"Extension to the Contact Form 7 plugin that saves submitted form data to the database.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"msimpson";s: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:31:"wpdevelop on "Booking Calendar"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/booking/#post-12395";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Aug 2009 21:15: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:42:"12395@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Booking Calendar - its plugin for online reservation and availability checking service for 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:9:"wpdevelop";s: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:24:"satollo on "Hyper Cache"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/hyper-cache/#post-5170";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Apr 2008 12:16:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"5170@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:119:"Hyper Cache is flexible and easy to configure cache system for WordPress. It&#039;s aim is to work on any installation.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"satollo";s: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:35:"allis741 on "WP Social Bookmarking"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/wp-social-bookmarking/#post-19739";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 31 Jul 2010 16:38:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"19739@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:83:"WP Social Bookmarking plugin syndicates your blog posts in social networking 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:"allis741";s: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:34:"David Dean on "BP Group Hierarchy"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/bp-group-hierarchy/#post-23014";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 14:20: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:"23014@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:43:"Allows BuddyPress groups to have subgroups.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"David Dean";s: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:56:"raulillana on "Awebsome! Comment Author Mail Validation"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://wordpress.org/extend/plugins/awebsome-comment-author-mail-validation/#post-23742";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 15 Jan 2011 08: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23742@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:123:"Awebsome! Comment Author Mail Validation adds a new option to the &#34;Before a comment appears&#34; Discussion subsection.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"raulillana";s: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:25:"bettercodes on "BC oAuth"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/bc-oauth/#post-23412";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Jan 2011 14:06:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23412@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:119:"This Plugin gives Wordpress, Buddypress and bettercodes - with oAuth a Single-Sign-On - login and singup functionality.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"bettercodes";s: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, 20 Jan 2011 19:33:01 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-01-18 21:40:20";s:14:"content-length";s:4:"7852";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (5137, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1295593414', 'no'),
(5138, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1295550214', 'no'),
(896, 0, 'wpr_smtpenabled', '0', 'yes'),
(897, 0, 'wpr_smtphostname', '', 'yes'),
(898, 0, 'wpr_smtpport', '', 'yes'),
(899, 0, 'wpr_smtprequireauth', '0', 'yes'),
(900, 0, 'wpr_smtpusername', '', 'yes'),
(901, 0, 'wpr_smtppassword', '', 'yes'),
(902, 0, 'wpr_smtpsecure', 'none', 'yes'),
(5011, 0, '_transient_timeout_feed_4fa38da71e0f5c4f921a79abe092e831', '1295514774', 'no'),
(5012, 0, '_transient_feed_4fa38da71e0f5c4f921a79abe092e831', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:29:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"alex.rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:18:"http://alexrabe.de";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:32:"ALEX RABE | learning by doing...";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 09 Jan 2011 18:02:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"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:3:{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:14:"WordTube 2.4.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://alexrabe.de/2011/01/09/wordtube-2-4-0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:54:"http://alexrabe.de/2011/01/09/wordtube-2-4-0/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 09 Jan 2011 18:02:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Plugins";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://alexrabe.de/?p=769";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:299:"No I&#8217;m not dead, just take a longer break&#8230; or should I say : Blame it on my Playstation 3 ? Anyway just released in this minutes a new WordTube version which added the ability to sort a playlist. Not that big thing, the next step should be a integration of HTML5 video tags.\nHave a [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"alex.rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:410:"<p>No I&#8217;m not dead, just take a longer break&#8230; 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.</p>\n<p>Have a nice sunday !</p>\n<img src="http://feeds.feedburner.com/~r/alexrabe/~4/1PFQ_OQrFQY" height="1" width="1"/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"http://alexrabe.de/2011/01/09/wordtube-2-4-0/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s: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: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:32:"NextGEN Gallery V1.7.0 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:63:"http://alexrabe.de/2010/12/11/nextgen-gallery-v1-7-0-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:72:"http://alexrabe.de/2010/12/11/nextgen-gallery-v1-7-0-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:"Sat, 11 Dec 2010 09:47: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:2:{i:0;a:5:{s:4:"data";s:15:"NextGEN Gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:15:"NextGEN-Gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://alexrabe.de/?p=767";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"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:"The new version is now avaiable. Here are a list of the most important changes :\n\nNEW : Publish a new post direct from the gallery admin page\nNEW : Added filter hook &#8216;ngg_get_image_metadata&#8217; to add more exif/iptc information\nNEW : Adding Autocomplete field to TinyMCE Popup and Album page\nNEW : More methods for XMLRPC interface\nChanged : 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:9:"alex.rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1361:"<p>The new version is now avaiable. Here are a list of the most important changes :</p>\n<ul>\n<li>NEW : Publish a new post direct from the gallery admin page</li>\n<li>NEW : Added filter hook &#8216;ngg_get_image_metadata&#8217; to add more exif/iptc information</li>\n<li>NEW : Adding Autocomplete field to TinyMCE Popup and Album page</li>\n<li>NEW : More methods for XMLRPC interface</li>\n<li>Changed : New hooks for gallery table (THX to Alexander Schneider)</li>\n<li>Changed : Introduce jQuery dialog as new UI element</li>\n<li>Changed : Call TinyMCE window via admin-ajax</li>\n<li>Bugfix : Better support for SSL blogs</li>\n<li>Bugfix : Install/Upgrade failed when table prefix contain captial letters</li>\n<li>Bugfix : Fix validation issues in Media-RSS</li>\n<li>Bugifx : Empty tags in XMP Meta causes PHP error</li>\n<li>Bugifx : Rework load mechanism for slideshow</li>\n<li>Bugfix : Copy meta data when image is copied</li>\n<li>Bugfix : Icon Support for Ozh&#8217; Admin Drop Down Menu</li>\n<li>Bugfix : Use correct sort order in slideshow</li>\n</ul>\n<p>Please report problems ONLY at the forums, Thanks !</p>\n<p class="download"><a href="http://wordpress.org/extend/plugins/nextgen-gallery">Download NextGEN Gallery Version 1.7.0</a><br />\nRelease @ WordPress.org</p>\n<img src="http://feeds.feedburner.com/~r/alexrabe/~4/ZA7EmMHmWw8" height="1" width="1"/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:68:"http://alexrabe.de/2010/12/11/nextgen-gallery-v1-7-0-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:"56";s: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:27:"NextGEN Gallery V1.7.0 RC 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:58:"http://alexrabe.de/2010/12/05/nextgen-gallery-v1-7-0-rc-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:67:"http://alexrabe.de/2010/12/05/nextgen-gallery-v1-7-0-rc-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:"Sun, 05 Dec 2010 19:26: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:2:{i:0;a:5:{s:4:"data";s:15:"NextGEN Gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:15:"NextGEN-Gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://alexrabe.de/?p=763";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:143:"My internal tests are fine, so last week for testing. Please download the new release candidate and let me know if you encounter any problems.\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"alex.rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:238:"<p>My internal tests are fine, so last week for testing. Please download the new release candidate and let me know if you encounter any problems.</p>\n<img src="http://feeds.feedburner.com/~r/alexrabe/~4/7-ilOAtEHvo" height="1" width="1"/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"http://alexrabe.de/2010/12/05/nextgen-gallery-v1-7-0-rc-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:"23";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:2:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";s:4:"href";s:36:"http://feeds.feedburner.com/alexrabe";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"rel";s:3:"hub";s:4:"href";s:32:"http://pubsubhubbub.appspot.com/";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:4:"info";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:1:{s:3:"uri";s:8:"alexrabe";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"etag";s:27:"xPrTnAxYPGnhzlBZ6dGId8NVOFQ";s:13:"last-modified";s:29:"Wed, 19 Jan 2011 21:01:40 GMT";s:4:"date";s:29:"Wed, 19 Jan 2011 21:42:05 GMT";s:7:"expires";s:29:"Wed, 19 Jan 2011 21:42:05 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'),
(2728, 0, '_transient_timeout_feed_mod_bf031d40b8a67b3432a902efa890c934', '1291435822', 'no'),
(2729, 0, '_transient_feed_mod_bf031d40b8a67b3432a902efa890c934', '1291392622', 'no'),
(5121, 0, '_transient_timeout_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4', '1295593412', 'no'),
(5122, 0, '_transient_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4', '1295550212', 'no'),
(19799, 0, '_transient_timeout_feed_mod_e1a7ff0dfc14c99e56b0d508c0f132be', '1305011294', 'no'),
(19856, 0, 'wpr_next_cron', '1304998895', 'yes'),
(19849, 0, '_site_transient_timeout_theme_roots', '1305001760', 'yes'),
(19850, 0, '_site_transient_theme_roots', 'a:2:{s:14:"Essence-Golden";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes'),
(2644, 0, 'uninstall_plugins', 'a:2:{i:0;b:0;s:29:"nextgen-gallery/nggallery.php";a:2:{i:0;s:9:"nggLoader";i:1;s:9:"uninstall";}}', 'yes'),
(2645, 0, 'ngg_options', 'a:69:{s:11:"gallerypath";s:19:"wp-content/gallery/";s:9:"deleteImg";s:1:"1";s:9:"swfUpload";b:1;s:13:"usePermalinks";b:0;s:14:"graphicLibrary";s:2:"gd";s:14:"imageMagickDir";s:15:"/usr/local/bin/";s:11:"useMediaRSS";b:0;s:10:"usePicLens";b:0;s:12:"activateTags";b:0;s:10:"appendType";s:4:"tags";s:9:"maxImages";s:2:"12";s:10:"thumbwidth";i:100;s:11:"thumbheight";i:75;s:8:"thumbfix";b:1;s:12:"thumbquality";i:100;s:8:"imgWidth";i:800;s:9:"imgHeight";i:600;s:10:"imgQuality";i:85;s:17:"imgCacheSinglePic";b:1;s:9:"imgBackup";b:1;s:13:"imgAutoResize";b:0;s:9:"galImages";s:2:"20";s:17:"galPagedGalleries";i:0;s:10:"galColumns";s:1:"0";s:12:"galShowSlide";s:1:"1";s:12:"galTextSlide";s:19:"[Show as slideshow]";s:14:"galTextGallery";s:19:"[Show picture list]";s:12:"galShowOrder";s:7:"gallery";s:7:"galSort";s:9:"sortorder";s:10:"galSortDir";s:3:"ASC";s:10:"galNoPages";s:1:"1";s:13:"galImgBrowser";b:0;s:12:"galHiddenImg";s:1:"1";s:10:"galAjaxNav";b:0;s:11:"thumbEffect";s:7:"shutter";s:9:"thumbCode";s:33:"class="shutterset_%GALLERY_NAME%"";s:5:"wmPos";s:8:"botRight";s:6:"wmXpos";i:5;s:6:"wmYpos";i:5;s:6:"wmType";s:4:"text";s:6:"wmPath";s:0:"";s:6:"wmFont";s:9:"arial.ttf";s:6:"wmSize";i:10;s:6:"wmText";s:16:"Friendship Manor";s:7:"wmColor";s:6:"000000";s:8:"wmOpaque";s:3:"100";s:8:"enableIR";b:0;s:7:"slideFx";s:4:"fade";s:5:"irURL";s:0:"";s:12:"irXHTMLvalid";b:0;s:7:"irAudio";s:0:"";s:7:"irWidth";i:320;s:8:"irHeight";i:240;s:9:"irShuffle";b:1;s:17:"irLinkfromdisplay";b:1;s:16:"irShownavigation";b:0;s:11:"irShowicons";b:0;s:11:"irWatermark";b:0;s:13:"irOverstretch";s:4:"true";s:12:"irRotatetime";i:10;s:12:"irTransition";s:6:"random";s:10:"irKenburns";b:0;s:11:"irBackcolor";s:6:"000000";s:12:"irFrontcolor";s:6:"FFFFFF";s:12:"irLightcolor";s:6:"CC0000";s:13:"irScreencolor";s:6:"000000";s:11:"activateCSS";b:1;s:7:"CSSfile";s:13:"nggallery.css";s:11:"installDate";i:1291238732;}', 'yes'),
(2646, 0, 'ngg_db_version', '1.6.0', 'yes'),
(2647, 0, 'widget_ngg-mrssw', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(2648, 0, 'widget_slideshow', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(2649, 0, 'widget_ngg-images', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(5129, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1295593414', 'no'),
(5130, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1295550214', 'no'),
(2643, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1304981945;s:7:"checked";a:10:{s:19:"akismet/akismet.php";s:5:"2.4.0";s:33:"dynamic-headers/custom-header.php";s:5:"3.5.3";s:50:"google-analytics-for-wordpress/googleanalytics.php";s:5:"4.0.9";s:9:"hello.php";s:5:"1.5.1";s:29:"nextgen-gallery/nggallery.php";s:5:"1.6.2";s:31:"page-links-to/page-links-to.php";s:3:"2.4";s:21:"pagemash/pagemash.php";s:5:"1.3.0";s:42:"serverbuddy-by-pluginbuddy/serverbuddy.php";s:5:"0.1.6";s:23:"wp-syntax/wp-syntax.php";s:5:"0.9.8";s:70:"wp-responder-email-autoresponder-and-newsletter-plugin/wpresponder.php";s:7:"4.9.5.1";}s:8:"response";a:5:{s:19:"akismet/akismet.php";O:8:"stdClass":5:{s:2:"id";s:2:"15";s:4:"slug";s:7:"akismet";s:11:"new_version";s:5:"2.5.3";s:3:"url";s:44:"http://wordpress.org/extend/plugins/akismet/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/akismet.2.5.3.zip";}s:50:"google-analytics-for-wordpress/googleanalytics.php";O:8:"stdClass":5:{s:2:"id";s:3:"965";s:4:"slug";s:30:"google-analytics-for-wordpress";s:11:"new_version";s:3:"4.1";s:3:"url";s:67:"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/";s:7:"package";s:76:"http://downloads.wordpress.org/plugin/google-analytics-for-wordpress.4.1.zip";}s:29:"nextgen-gallery/nggallery.php";O:8:"stdClass":5:{s:2:"id";s:3:"592";s:4:"slug";s:15:"nextgen-gallery";s:11:"new_version";s:5:"1.7.4";s:3:"url";s:52:"http://wordpress.org/extend/plugins/nextgen-gallery/";s:7:"package";s:57:"http://downloads.wordpress.org/plugin/nextgen-gallery.zip";}s:23:"wp-syntax/wp-syntax.php";O:8:"stdClass":6:{s:2:"id";s:3:"383";s:4:"slug";s:9:"wp-syntax";s:11:"new_version";s:5:"0.9.9";s:14:"upgrade_notice";s:45:"Compatible with WP &gt;= 3.0 and latest GeSHi";s:3:"url";s:46:"http://wordpress.org/extend/plugins/wp-syntax/";s:7:"package";s:57:"http://downloads.wordpress.org/plugin/wp-syntax.0.9.9.zip";}s:70:"wp-responder-email-autoresponder-and-newsletter-plugin/wpresponder.php";O:8:"stdClass":5:{s:2:"id";s:5:"15633";s:4:"slug";s:54:"wp-responder-email-autoresponder-and-newsletter-plugin";s:11:"new_version";s:5:"5.1.1";s:3:"url";s:91:"http://wordpress.org/extend/plugins/wp-responder-email-autoresponder-and-newsletter-plugin/";s:7:"package";s:102:"http://downloads.wordpress.org/plugin/wp-responder-email-autoresponder-and-newsletter-plugin.5.1.1.zip";}}}', 'yes'),
(2650, 0, 'ngg_next_update', '1295557971', 'yes'),
(5013, 0, '_transient_timeout_feed_mod_4fa38da71e0f5c4f921a79abe092e831', '1295514774', 'no'),
(5014, 0, '_transient_feed_mod_4fa38da71e0f5c4f921a79abe092e831', '1295471574', 'no'),
(5123, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1295593413', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (5124, 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:110:"WordPress.tv: Stefanos Kofopoulos: WordPress made for humans. The space in between SEO and usability greatness";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=4799";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:126:"http://wordpress.tv/2010/10/02/stefanos-kofopoulos-wordpress-made-for-humans-the-space-in-between-seo-and-usability-greatness/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1834:"<div id="x-video-19" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4799/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4799/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4799&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/10/02/stefanos-kofopoulos-wordpress-made-for-humans-the-space-in-between-seo-and-usability-greatness/"><img alt="stefanos-kofopoulos" src="http://videos.videopress.com/E1lnAt3r/stefanos-kofopoulos_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 16:45:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Ivan Shaovchev";s: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:68:"Weblog Tools Collection: WordPress Continuing to Gain CMS Popularity";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=9550";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/MIogKf_jWmU/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:666:"<p><a href="http://wordpress.org/">WordPress</a> is continuing its climb to CMS fame, according to <a href="http://www.waterandstone.com/sites/default/files/2010%20OSCMS%20Report.pdf">some impressive stats by Water &amp; Stone</a>.</p>\n<p>Of note in the report, &#8220;The Big Three &#8212; WordPress, Joomla! and Drupal &#8212; remain ?rmly in command of the market,&#8221; and &#8220;WordPress has taken the lead in brand strength after a strong growth year.&#8221;</p>\n<p>The report itself is quite detailed, and well worth an evening or weekend read.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/MIogKf_jWmU" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 14:00: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: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: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:54:"Weblog Tools Collection: Akismet Is That Much Prettier";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=9544";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/sRcgBSrKoMY/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1401:"<p>When <a href="http://blog.akismet.com/2011/01/14/akismet-plugin-2-5-2-for-wordpress/">Akismet 2.5.2 was released</a>, Joseph Scott mentioned that the team was working on something special that had not been changed since 2008. Yesterday, the Akismet team <a href="http://blog.akismet.com/2011/01/18/adios-flash-charts/">announced</a> that the previous method of using Flash to generate the charts has disappeared. Instead, the graphs are now generated by something called <a href="http://code.google.com/p/flot/">flot.js</a> which is an open source chart library built on jQuery. </p>\n<div id="attachment_9545" class="wp-caption aligncenter"><a href="http://weblogtoolscollection.com/archives/2011/01/19/akismet-is-that-much-prettier/akismet_stats_sm/" rel="attachment wp-att-9545"><img src="http://weblogtoolscollection.com/wp-content/uploads/2011/01/akismet_stats_sm-269x300.jpg" alt="" title="akismet_stats_sm" width="269" height="300" class="size-medium wp-image-9545" /></a><p class="wp-caption-text">New Graphs In Akismet</p></div>\n<p>Using Flot.js gives the team more flexibility in determining how stats are displayed. The stats page also loads faster but the biggest improvement this new approach has is that any device that supports Javascript will be able to view the graphs. </p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/sRcgBSrKoMY" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Jan 2011 22:04: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:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:59:"Weblog Tools Collection: WordPress Plugin Releases for 1/19";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9542";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/0ZpieYMZaPM/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2147:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/affiliate-easel-for-amazon/"><strong>Affiliate Easel for Amazon</strong></a> can add single items or a full web store to your site. You can easily include affiliate links, images, text, prices and other data within a post or create entire multi-page categories on their own pages.</p>\n<p><a href="http://wordpress.org/extend/plugins/cool-video-gallery/"><strong>Cool Video Gallery</strong></a> is a a video gallery plugin to manage video galleries, with a feature to upload videos and group them into galleries, and option to playback videos in a Shadowbox popup.</p>\n<p><a href="http://myrepono.com/wordpress-backup-plugin/"><strong>myRepono WordPress Backup</strong></a> automates your WordPress, website &amp; database backups using the myRepono remote website backup service.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.cleancode.co.nz/cleancodenz-exclude-pages-wordpress-plugin"><strong>CleanCodeNZ Exclude Pages</strong></a> hides pages from navigation or other purposes using custom fields.</p>\n<p><a href="http://www.cleancode.co.nz/cleancodenz-geo-posts-wordpress-plugin"><strong>CleanCodeNZ Geo Posts</strong></a> creates custom post types with geo locations for back end data entering.</p>\n<p><a href="http://www.jqueryslider.org/"><strong>jQuery Slider</strong></a> automatically creates a jQuery slideshow that features 4 recent posts.</p>\n<p><a href="http://wordpress.org/extend/plugins/theme-check/"><strong>Theme-Check</strong></a> is an easy way to test your theme and make sure it&#8217;s up to spec with the latest theme review standards. With it, you can run all the same automated testing tools on your theme that WordPress.org uses for theme submissions.</p>\n<p><a href="http://www.watchcount.com/ebay-wordpress-plugin.php"><strong>WatchCount.com WordPress Plugin</strong></a> allows you to display the most popular eBay items and auctions in real-time, directly on your blog. You can also display eBay items from any particular seller.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/0ZpieYMZaPM" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 19 Jan 2011 14:00:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:53:"Weblog Tools Collection: Decreasing WP Auto Save Time";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9535";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/VkXvxYDnyt4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1225:"<p>How many times has the auto save feature in WordPress saved your butt? By default, WordPress auto saves posts every 60 seconds. Paul Maloney of WPZine.com <a href="http://wpzine.com/how-to-adjust-your-autosave-timings/">has a snippet of code</a> that you can add to your WPConfig file to decrease that time to increase peace of mind. If you don&#8217;t want to use the auto save feature, think about increasing the time to a week instead of disabling it completely. </p>\n<p>While reading about this tip by Paul, I started to wonder if Post Revisions were tied to auto saves because if they were, decreasing the auto save time would substantially increase the number of post revisions which in turn, would substantially increase the size of the database over time. After performing some simple tests, I discovered that auto saves are <strong>NOT</strong> tied to Post Revisions. Unlike Post Revisions, there is only one auto save that is continuously over written. Also, Post Revisions are only created after the user saves the post either as a draft or an edit to an existing post. Just some food for thought. </p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/VkXvxYDnyt4" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Jan 2011 21:22:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:28:"Akismet: Adiós flash charts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://blog.akismet.com/?p=490";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://blog.akismet.com/2011/01/18/adios-flash-charts/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2869:"<p>Since the Akismet stats were first introduced (back in Oct 2008, <a href="http://blog.akismet.com/2011/01/14/akismet-plugin-2-5-2-for-wordpress/">the hint Joseph mentioned</a>) they have required flash. Nowadays, there are several disadvantages to using flash for charts:</p>\n<ol>\n<li>None of the iOS devices support it</li>\n<li>There&#8217;s often a delay before chart data can be displayed</li>\n<li>We are forced to rely on a third-party .swf file which can&#8217;t be modified</li>\n</ol>\n<p>We&#8217;ve redesigned the Akismet stats page to bring it in line visually with the rest of the WordPress admin. There are new view options: the last two months, the last six months, the last year, or all time.</p>\n<p><a href="http://akismet.files.wordpress.com/2011/01/akismet_stats_full.jpg"><img class="alignnone size-full wp-image-508" title="Akismet_stats_sm" src="http://akismet.files.wordpress.com/2011/01/akismet_stats_sm.jpg?w=552&h=615" alt="" width="552" height="615" /></a></p>\n<p>Not only does the page look better, it also loads faster thanks to <a href="http://code.google.com/p/flot/">flot.js</a>.  Flot is a great little open source chart library for jQuery.  Flot give us complete flexibility over how we display stats, and it allows you to view stats on any device that supports JS.</p>\n<p>We hope you enjoy this update!</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/490/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/490/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/akismet.wordpress.com/490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/akismet.wordpress.com/490/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/akismet.wordpress.com/490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/akismet.wordpress.com/490/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/490/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/490/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/490/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/490/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=490&subd=akismet&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Jan 2011 18:20:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Dave Martin";s: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:48:"WordPress.tv: Brandon Dove: The Pluggable Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=4750";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/12/03/brandon-dove-the-pluggable-plugin/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1768:"<div id="x-video-6" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4750/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4750&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/12/03/brandon-dove-the-pluggable-plugin/"><img alt="Brandon Dove" src="http://videos.videopress.com/Y538el83/brandon_dove_wcla_2010_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Jan 2011 18:15:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"The Frosty";s: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:61:"WordPress.tv: David Gadarian: how to designing your own theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=4748";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/12/03/david-gadarian-how-to-designing-your-own-theme/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1785:"<div id="x-video-7" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4748/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4748/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4748/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4748/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4748/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4748/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4748/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4748/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4748/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4748/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4748/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4748/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4748/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4748/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4748&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/12/03/david-gadarian-how-to-designing-your-own-theme/"><img alt="David Gadarian" src="http://videos.videopress.com/yGR7uYno/david_gadarian_wcla_2010_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Jan 2011 18:15:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"The Frosty";s: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:90:"WordPress.tv: Munir Mandviwalla: Re-imagining Higher Education As An Open Source Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=5086";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"http://wordpress.tv/2010/10/30/munir-mandviwalla-re-imagining-higher-education-as-an-open-source-community/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1866:"<div id="x-video-10" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5086/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5086/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5086/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5086/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5086/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5086/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5086/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5086/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5086/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5086/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5086/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5086/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5086/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5086/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5086&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/10/30/munir-mandviwalla-re-imagining-higher-education-as-an-open-source-community/"><img alt="Munir Mandviwalla: Re-imagining higher education as an open sour" src="http://videos.videopress.com/rk8WtzRy/m_mandviwalla_wcp10_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Jan 2011 15:45: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:7:"Anthony";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:63:"Weblog Tools Collection: Get a T-Shirt for Supporting 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=9533";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/gDMbIlFIxiE/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:917:"<p><a href="http://ithemes.com/">iThemes</a> is doing their part to support <a href="http://wordpress.org/">WordPress</a> by offering <a href="http://give.ithemes.com/">a free t-shirt</a> with every <a href="http://wordpressfoundation.org/">WordPress Foundation</a> donation in excess of $50.</p>\n<p>According to <a href="http://ithemes.com/donate-to-wordpress-foundation-and-get-a-free-t-shirt/">the official instructions</a>, simply <a href="http://wordpressfoundation.org/donate/">donate to the WordPress Foundation</a>, send a copy of your receipt along with a mailing address and shirt size to giveback (at) ithemes (dot) com, and patiently wait 2 &#8211; 4 weeks for your shirt.</p>\n<p>Well, what are you waiting for? It&#8217;s time to support your favorite blogging platform and get a free shirt!</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/gDMbIlFIxiE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 18 Jan 2011 14:00:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:25:"Akismet: Brief DNS outage";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://blog.akismet.com/?p=516";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://blog.akismet.com/2011/01/17/brief-dns-outage/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2568:"<p>On Jan 17th at 20:52 UTC there was a network outage that caused the Akismet.com DNS servers to be unavailable for 12 minutes.  The problem has since been fixed, and everything is back to normal now.</p>\n<p>This means that for some blogs, there was a brief window where the Akismet API servers were unavailable.  If you&#8217;re running version 2.5 or later of the Akismet plugin, any spam or comments during that window were held in the moderation queue, then re-checked a few minutes later.</p>\n<p>We apologise for the inconvenience.  If you&#8217;re running WordPress 3.0+ and haven&#8217;t already upgraded to version 2.5 of the Akismet plugin, we&#8217;d like to remind you to update, since the new plugin includes features specifically designed to recover from a situation where your blog can&#8217;t reach the Akismet API servers.</p>\n<p>If you&#8217;re ever in doubt, you can see independent third-party availability monitoring of the <a href="http://status.automattic.com/9931/136079/Akismet-API">Akismet API servers here</a>.</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/akismet.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/akismet.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/akismet.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/akismet.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/516/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/516/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/516/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=516&subd=akismet&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 17 Jan 2011 22: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: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: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:67:"Weblog Tools Collection: Installing WordPress Without A Domain Name";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9529";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/oASy7G95Is4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:731:"<p>Miriam Schwab of WPGarage.com has a <a href="http://wpgarage.com/tips/install-wordpress-without-domain-name/">neat little tip</a> that explains how to install WordPress without using a domain name. The trick involves editing the Hosts file on a Windows machine to specify a domain name for the server address the site is hosted on. Mike Little who published a comment on the article made note that it&#8217;s not a Windows only trick but can also be performed on Linux/Unix and Mac OSX. This trick enables the previous site to stay online until the last minute where a simple DNS change will switch to the new site. </p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/oASy7G95Is4" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 17 Jan 2011 20: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:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:58:"Weblog Tools Collection: WordPress Theme Releases for 1/17";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=9522";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/a-eUjg2bTIk/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2012:"<p><img class="alignnone size-full wp-image-9523" title="chipzero" src="http://weblogtoolscollection.com/wp-content/uploads/2011/01/chipzero.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/chip-zero"><strong>Chip Zero</strong></a> is stylish, customizable, flexible, readable, and professional with a custom menu and background.</p>\n<p><img class="alignnone size-full wp-image-9524" title="colorshading" src="http://weblogtoolscollection.com/wp-content/uploads/2011/01/colorshading.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/color-shading"><strong>Color Shading</strong></a> is a clean and content-focused theme for bloggers with a customizable color scheme.</p>\n<p><img class="alignnone size-full wp-image-9525" title="globalnews" src="http://weblogtoolscollection.com/wp-content/uploads/2011/01/globalnews.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://www.blogging-inside.de/global-green-theme-fuer-wordpress-3-0_23431.html"><strong>Global News</strong></a> is 1000px wide with 3 columns. It comes with 10 widget areas and about 40 theme options.</p>\n<p><img class="alignnone size-full wp-image-9526" title="modernblue" src="http://weblogtoolscollection.com/wp-content/uploads/2011/01/modernblue.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/modern-blue-style"><strong>Modern Blue Style</strong></a> is a modern and simple style layout, with a left menu, strictly optimized code structure, and widgetbar.</p>\n<p><img class="alignnone size-full wp-image-9527" title="optimizare" src="http://weblogtoolscollection.com/wp-content/uploads/2011/01/optimizare.jpg" alt="" width="150" height="108" /></p>\n<p><a href="http://wordpress.org/extend/themes/optimizare"><strong>Optimizare</strong></a> is a light and clean business theme with custom options.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/a-eUjg2bTIk" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 17 Jan 2011 14: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:"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: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:52:"Weblog Tools Collection: WordPress License Clarified";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=9520";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/xOQROzxCLvA/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1243:"<p>The <a href="http://wordpress.org/">WordPress</a> developers have just <a href="http://wpdevel.wordpress.com/2011/01/14/clarification-in-licensing-language/">clarified its license</a> as &#8220;<a href="http://en.wikipedia.org/wiki/GNU_General_Public_License">GPL</a> version 2 or later,&#8221; putting an end to some frequent confusion.</p>\n<blockquote><p>WordPress contains libraries which are licensed under the GPL &#8220;version 2 or any later version,&#8221; which obviously excludes version 1 of the GPL. Here is the reality: the GPL version 1 is effectively irrelevant. It hasn&#8217;t been a commonly used license since before Matt Mullenweg was in third grade! Clarifying WordPress as being licensed under the GPL &#8220;version 2 or later&#8221; resolves these niggling library licensing concerns or ambiguities, and clarifies where WordPress stands.</p></blockquote>\n<p>As with any licensing discussion, <a href="http://wpdevel.wordpress.com/2011/01/14/clarification-in-licensing-language/">the post</a> has generated some interesting comments, which makes for some entertaining (if not educational) weekend reading.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/xOQROzxCLvA" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 16 Jan 2011 14:00:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:37:"Matt: Basquiat exhibit, Snow in Paris";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=37311";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:23509:"<p>Went to Basquiat exhibit, wandering around Paris in the snow, lunch with Elliot, Social Media Club, Le Web pre-party, some tripe.</p>\n<p><span id="more-37311"></span></p>\n\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5875-3/#image" title="MCM_5875"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5875-195x129.jpg" class="attachment-thumbnail" alt="MCM_5875" title="MCM_5875" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5876-3/#image" title="MCM_5876"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5876-195x129.jpg" class="attachment-thumbnail" alt="MCM_5876" title="MCM_5876" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5878-2/#image" title="MCM_5878"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5878-139x210.jpg" class="attachment-thumbnail" alt="MCM_5878" title="MCM_5878" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5881-3/#image" title="MCM_5881"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5881-195x129.jpg" class="attachment-thumbnail" alt="MCM_5881" title="MCM_5881" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5882-3/#image" title="MCM_5882"><img width="195" height="115" src="http://s.ma.tt/files/2010/12/MCM_5882-195x115.jpg" class="attachment-thumbnail" alt="MCM_5882" title="MCM_5882" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5884-4/#image" title="MCM_5884"><img width="195" height="123" src="http://s.ma.tt/files/2010/12/MCM_5884-195x123.jpg" class="attachment-thumbnail" alt="MCM_5884" title="MCM_5884" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5885-2/#image" title="MCM_5885"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5885-195x129.jpg" class="attachment-thumbnail" alt="MCM_5885" title="MCM_5885" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5886-2/#image" title="MCM_5886"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5886-139x210.jpg" class="attachment-thumbnail" alt="MCM_5886" title="MCM_5886" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5887-4/#image" title="MCM_5887"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5887-195x129.jpg" class="attachment-thumbnail" alt="MCM_5887" title="MCM_5887" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5889-2/#image" title="MCM_5889"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5889-195x129.jpg" class="attachment-thumbnail" alt="MCM_5889" title="MCM_5889" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5894-4/#image" title="MCM_5894"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5894-195x129.jpg" class="attachment-thumbnail" alt="MCM_5894" title="MCM_5894" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5895-3/#image" title="MCM_5895"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5895-195x129.jpg" class="attachment-thumbnail" alt="Barthelomew''s" title="MCM_5895" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5897-2/#image" title="MCM_5897"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5897-195x129.jpg" class="attachment-thumbnail" alt="MCM_5897" title="MCM_5897" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5898-2/#image" title="MCM_5898"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5898-195x129.jpg" class="attachment-thumbnail" alt="MCM_5898" title="MCM_5898" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5899/#image" title="MCM_5899"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5899-195x129.jpg" class="attachment-thumbnail" alt="MCM_5899" title="MCM_5899" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5900-3/#image" title="MCM_5900"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5900-195x129.jpg" class="attachment-thumbnail" alt="MCM_5900" title="MCM_5900" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5901-3/#image" title="MCM_5901"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5901-195x129.jpg" class="attachment-thumbnail" alt="MCM_5901" title="MCM_5901" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5902-2/#image" title="MCM_5902"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5902-195x129.jpg" class="attachment-thumbnail" alt="MCM_5902" title="MCM_5902" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5903-2/#image" title="MCM_5903"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5903-139x210.jpg" class="attachment-thumbnail" alt="MCM_5903" title="MCM_5903" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5904-4/#image" title="MCM_5904"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5904-195x129.jpg" class="attachment-thumbnail" alt="MCM_5904" title="MCM_5904" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5905-3/#image" title="MCM_5905"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5905-195x129.jpg" class="attachment-thumbnail" alt="MCM_5905" title="MCM_5905" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5906-2/#image" title="MCM_5906"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5906-195x129.jpg" class="attachment-thumbnail" alt="MCM_5906" title="MCM_5906" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5908-2/#image" title="MCM_5908"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5908-195x129.jpg" class="attachment-thumbnail" alt="MCM_5908" title="MCM_5908" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5909-3/#image" title="MCM_5909"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5909-195x129.jpg" class="attachment-thumbnail" alt="MCM_5909" title="MCM_5909" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5910-2/#image" title="MCM_5910"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5910-195x129.jpg" class="attachment-thumbnail" alt="MCM_5910" title="MCM_5910" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5911-2/#image" title="MCM_5911"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5911-139x210.jpg" class="attachment-thumbnail" alt="MCM_5911" title="MCM_5911" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5913-2/#image" title="MCM_5913"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5913-139x210.jpg" class="attachment-thumbnail" alt="MCM_5913" title="MCM_5913" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5914-3/#image" title="MCM_5914"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5914-195x129.jpg" class="attachment-thumbnail" alt="MCM_5914" title="MCM_5914" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5916-2/#image" title="MCM_5916"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5916-195x129.jpg" class="attachment-thumbnail" alt="MCM_5916" title="MCM_5916" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5920-3/#image" title="MCM_5920"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5920-195x129.jpg" class="attachment-thumbnail" alt="MCM_5920" title="MCM_5920" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5921-3/#image" title="MCM_5921"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5921-195x129.jpg" class="attachment-thumbnail" alt="MCM_5921" title="MCM_5921" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5922-3/#image" title="MCM_5922"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5922-195x129.jpg" class="attachment-thumbnail" alt="MCM_5922" title="MCM_5922" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5924-2/#image" title="MCM_5924"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5924-195x129.jpg" class="attachment-thumbnail" alt="MCM_5924" title="MCM_5924" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5927-3/#image" title="MCM_5927"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5927-195x129.jpg" class="attachment-thumbnail" alt="MCM_5927" title="MCM_5927" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5928/#image" title="MCM_5928"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5928-195x129.jpg" class="attachment-thumbnail" alt="MCM_5928" title="MCM_5928" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5931-2/#image" title="MCM_5931"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5931-195x129.jpg" class="attachment-thumbnail" alt="MCM_5931" title="MCM_5931" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5933-3/#image" title="MCM_5933"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5933-195x129.jpg" class="attachment-thumbnail" alt="MCM_5933" title="MCM_5933" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5934-3/#image" title="MCM_5934"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5934-195x129.jpg" class="attachment-thumbnail" alt="MCM_5934" title="MCM_5934" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5937-3/#image" title="MCM_5937"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5937-195x129.jpg" class="attachment-thumbnail" alt="MCM_5937" title="MCM_5937" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5939-2/#image" title="MCM_5939"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5939-195x129.jpg" class="attachment-thumbnail" alt="MCM_5939" title="MCM_5939" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5941-2/#image" title="MCM_5941"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5941-195x129.jpg" class="attachment-thumbnail" alt="MCM_5941" title="MCM_5941" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5942-3/#image" title="MCM_5942"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5942-195x129.jpg" class="attachment-thumbnail" alt="MCM_5942" title="MCM_5942" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5945-3/#image" title="MCM_5945"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5945-195x129.jpg" class="attachment-thumbnail" alt="MCM_5945" title="MCM_5945" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5946-3/#image" title="MCM_5946"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5946-195x129.jpg" class="attachment-thumbnail" alt="MCM_5946" title="MCM_5946" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5948/#image" title="MCM_5948"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5948-139x210.jpg" class="attachment-thumbnail" alt="MCM_5948" title="MCM_5948" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5950-4/#image" title="MCM_5950"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5950-195x129.jpg" class="attachment-thumbnail" alt="MCM_5950" title="MCM_5950" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5951-2/#image" title="MCM_5951"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5951-195x129.jpg" class="attachment-thumbnail" alt="Heel in snow" title="MCM_5951" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5952-2/#image" title="MCM_5952"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5952-195x129.jpg" class="attachment-thumbnail" alt="MCM_5952" title="MCM_5952" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5953-2/#image" title="MCM_5953"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5953-195x129.jpg" class="attachment-thumbnail" alt="MCM_5953" title="MCM_5953" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5955-3/#image" title="MCM_5955"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5955-195x129.jpg" class="attachment-thumbnail" alt="MCM_5955" title="MCM_5955" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5956-3/#image" title="MCM_5956"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5956-195x129.jpg" class="attachment-thumbnail" alt="MCM_5956" title="MCM_5956" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5958-2/#image" title="MCM_5958"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5958-195x129.jpg" class="attachment-thumbnail" alt="MCM_5958" title="MCM_5958" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5962-3/#image" title="MCM_5962"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5962-195x129.jpg" class="attachment-thumbnail" alt="MCM_5962" title="MCM_5962" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5963-2/#image" title="MCM_5963"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5963-195x129.jpg" class="attachment-thumbnail" alt="Chateau Haut-Bailly" title="MCM_5963" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5964-2/#image" title="MCM_5964"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5964-195x129.jpg" class="attachment-thumbnail" alt="MCM_5964" title="MCM_5964" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5965/#image" title="MCM_5965"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5965-195x129.jpg" class="attachment-thumbnail" alt="MCM_5965" title="MCM_5965" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5968/#image" title="MCM_5968"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5968-195x129.jpg" class="attachment-thumbnail" alt="MCM_5968" title="MCM_5968" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5969-3/#image" title="MCM_5969"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5969-195x129.jpg" class="attachment-thumbnail" alt="MCM_5969" title="MCM_5969" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5970-2/#image" title="MCM_5970"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5970-195x129.jpg" class="attachment-thumbnail" alt="MCM_5970" title="MCM_5970" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5971-3/#image" title="MCM_5971"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5971-195x129.jpg" class="attachment-thumbnail" alt="MCM_5971" title="MCM_5971" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5972-2/#image" title="MCM_5972"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5972-195x129.jpg" class="attachment-thumbnail" alt="MCM_5972" title="MCM_5972" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5974-4/#image" title="MCM_5974"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5974-195x129.jpg" class="attachment-thumbnail" alt="MCM_5974" title="MCM_5974" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5975-3/#image" title="MCM_5975"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5975-195x129.jpg" class="attachment-thumbnail" alt="MCM_5975" title="MCM_5975" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5976-3/#image" title="MCM_5976"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5976-195x129.jpg" class="attachment-thumbnail" alt="MCM_5976" title="MCM_5976" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5977/#image" title="MCM_5977"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5977-139x210.jpg" class="attachment-thumbnail" alt="MCM_5977" title="MCM_5977" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5979-3/#image" title="MCM_5979"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5979-195x129.jpg" class="attachment-thumbnail" alt="MCM_5979" title="MCM_5979" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5980-2/#image" title="MCM_5980"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5980-195x129.jpg" class="attachment-thumbnail" alt="MCM_5980" title="MCM_5980" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5981-3/#image" title="MCM_5981"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5981-195x129.jpg" class="attachment-thumbnail" alt="MCM_5981" title="MCM_5981" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5982-2/#image" title="MCM_5982"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5982-195x129.jpg" class="attachment-thumbnail" alt="MCM_5982" title="MCM_5982" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5983-2/#image" title="MCM_5983"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5983-195x129.jpg" class="attachment-thumbnail" alt="MCM_5983" title="MCM_5983" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5984-3/#image" title="MCM_5984"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5984-195x129.jpg" class="attachment-thumbnail" alt="MCM_5984" title="MCM_5984" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5985-2/#image" title="MCM_5985"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5985-139x210.jpg" class="attachment-thumbnail" alt="MCM_5985" title="MCM_5985" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5986-2/#image" title="MCM_5986"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5986-195x129.jpg" class="attachment-thumbnail" alt="MCM_5986" title="MCM_5986" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5987-2/#image" title="MCM_5987"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5987-139x210.jpg" class="attachment-thumbnail" alt="MCM_5987" title="MCM_5987" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5990/#image" title="MCM_5990"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5990-195x129.jpg" class="attachment-thumbnail" alt="MCM_5990" title="MCM_5990" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_5996/#image" title="MCM_5996"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5996-195x129.jpg" class="attachment-thumbnail" alt="MCM_5996" title="MCM_5996" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6003/#image" title="MCM_6003"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6003-195x129.jpg" class="attachment-thumbnail" alt="MCM_6003" title="MCM_6003" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6008-2/#image" title="MCM_6008"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6008-195x129.jpg" class="attachment-thumbnail" alt="MCM_6008" title="MCM_6008" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6009-2/#image" title="MCM_6009"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6009-195x129.jpg" class="attachment-thumbnail" alt="MCM_6009" title="MCM_6009" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6015-2/#image" title="MCM_6015"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6015-195x129.jpg" class="attachment-thumbnail" alt="MCM_6015" title="MCM_6015" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6017-2/#image" title="MCM_6017"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6017-139x210.jpg" class="attachment-thumbnail" alt="MCM_6017" title="MCM_6017" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6019/#image" title="MCM_6019"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6019-195x129.jpg" class="attachment-thumbnail" alt="MCM_6019" title="MCM_6019" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6024-2/#image" title="MCM_6024"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6024-195x129.jpg" class="attachment-thumbnail" alt="MCM_6024" title="MCM_6024" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6025/#image" title="MCM_6025"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6025-195x129.jpg" class="attachment-thumbnail" alt="MCM_6025" title="MCM_6025" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6029-2/#image" title="MCM_6029"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6029-139x210.jpg" class="attachment-thumbnail" alt="MCM_6029" title="MCM_6029" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6032/#image" title="MCM_6032"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6032-195x129.jpg" class="attachment-thumbnail" alt="MCM_6032" title="MCM_6032" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6037-2/#image" title="MCM_6037"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6037-195x129.jpg" class="attachment-thumbnail" alt="MCM_6037" title="MCM_6037" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6040-3/#image" title="MCM_6040"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6040-139x210.jpg" class="attachment-thumbnail" alt="MCM_6040" title="MCM_6040" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6041-2/#image" title="MCM_6041"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6041-195x129.jpg" class="attachment-thumbnail" alt="MCM_6041" title="MCM_6041" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6042-2/#image" title="MCM_6042"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6042-139x210.jpg" class="attachment-thumbnail" alt="MCM_6042" title="MCM_6042" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6043-2/#image" title="MCM_6043"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6043-195x129.jpg" class="attachment-thumbnail" alt="Tripe!" title="MCM_6043" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6044/#image" title="MCM_6044"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6044-195x129.jpg" class="attachment-thumbnail" alt="MCM_6044" title="MCM_6044" /></a>\n<a href="http://ma.tt/2010/12/basquiat-exhibit-snow-in-paris/mcm_6045-2/#image" title="MCM_6045"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6045-195x129.jpg" class="attachment-thumbnail" alt="MCM_6045" title="MCM_6045" /></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:"Sat, 15 Jan 2011 22:15:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"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: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:59:"Weblog Tools Collection: WordPress Plugin Releases for 1/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:40:"http://weblogtoolscollection.com/?p=9517";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/3_a7ibkvKz0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1942:"<h3>New plugins</h3>\n<p><a href="http://eskapism.se/code-playground/simple-front-end-edit-buttons/"><strong>Simple Front End Edit Buttons</strong></a> adds functions for adding edit buttons on the front end of your website. With these icons you can change the order/priority of a page without the need to change the order manually within WordPress.</p>\n<p><a href="http://wordpress.org/extend/plugins/slickr-flickr/"><strong>Slickr Flickr</strong></a> displays photos from your Flickr account either as gallery, a galleria, or as an unbranded slideshow in posts, pages, or sidebar widgets. You can place a large number of slidehows on the same page.</p>\n<p><a href="https://github.com/andrewspittle/WP-Linkblog/"><strong>WP Linkblog</strong></a> filters the permalinks of WordPress posts to look for a link URL and sets that as the permalink for posts.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/akismet/"><strong>Akismet</strong></a> checks your comments against the Akismet web service to see if they look like spam or not and lets you review the spam it catches under your blog&#8217;s &#8220;Comments&#8221; admin screen.</p>\n<p><a href="http://wordpress.org/extend/plugins/custom-contact-forms/"><strong>Custom Contact Forms</strong></a> is a highly customizable and intuitive contact form plugin for WordPress.</p>\n<p><a href="http://winwar.co.uk/plugins/incomment-comment-referrer/"><strong>InComment Comment Referrer</strong></a> lets you know where the users entered your site when they leave a comment.</p>\n<p><a href="http://wordpress.org/extend/plugins/store-locator/"><strong>Store Locator</strong></a> empowers you to efficiently display and manage your important stores, locations, or other points of interest on your website in a manner that&#8217;s easily searchable by visitors.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/3_a7ibkvKz0" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 15 Jan 2011 14: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: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: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:19:"Matt: Z-Typing Game";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=37309";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ma.tt/2011/01/z-typing-game/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:249:"<p><a href="http://www.phoboslab.org/ztype/">Z-Type is a game that helps you practice typing</a>. Fantastic to play when you&#8217;re <a href="http://www.dvzine.org/">switching to Dvorak</a>. Hat tip: <a href="http://foolswisdom.com/">Lloyd</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 15 Jan 2011 01:16: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: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:67:"Weblog Tools Collection: Resource For Brand New WordPress.com Users";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9514";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/SiXqXk25qYM/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:865:"<p>If you&#8217;re thinking about signing up to WordPress.com or are a brand new user, head on over to <a href="http://learn.wordpress.com/">LearnWordPress.com</a>. <a href="http://en.blog.wordpress.com/2011/01/14/want-to-share-learn-wordpress/">Announced by Erica Johnson</a> on the WordPress.com blog today, LearnWordPress provides a step-by-step tutorial that includes lessons to start a blog, customizing your site, and connecting with other bloggers on the WordPress.com network.</p>\n<p>The tutorials that I browsed through were media rich with images and videos outlining exactly where to go and what do to. If you know someone that recently signed up to WordPress.com or is having trouble using the service, definitely pass this link on to them. </p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/SiXqXk25qYM" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Jan 2011 20:53:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:43:"Akismet: Akismet plugin 2.5.2 for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://blog.akismet.com/?p=497";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://blog.akismet.com/2011/01/14/akismet-plugin-2-5-2-for-wordpress/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3441:"<p>Today we&#8217;ve released another update for the Akismet plugin for WordPress, version 2.5.2.   Check the Plugins tab of your wp-admin dashboard and follow the instructions to auto-update.  If you don&#8217;t use the WordPress auto update feature, you can manually download the zip package from the <a href="http://wordpress.org/extend/plugins/akismet/">Akismet plugin page on WordPress.org</a>.</p>\n<p>Like the previous 2.5.x versions of this plugin, it requires WordPress 3.0 or higher.  If you haven&#8217;t upgraded to WordPress 3.0 (version 3.0.4 is the most recent) now is the time to take a look.  <a href="http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-2/">WordPress 3.1 is at release candidate 2</a> so expect to see WordPress 3.1 coming out in the near feature.</p>\n<p>Version 2.5.2 of the Akismet WordPress plugin includes some minor fixes and improvments:</p>\n<ul>\n<li>Increases the HTTP request timeout</li>\n<li>Fixed a typo in one of the function names</li>\n<li>Increases the height on the Akismet stats page to avoid double scroll bars</li>\n<li>Adjusts the style of author approved count and comment author name</li>\n<li>Specifically check for super admins when doing a user role look up on multisite installs</li>\n</ul>\n<p>All of these improvements are also live on all <a href="http://wordpress.com/">WordPress.com</a> hosted sites.</p>\n<p>The Akismet plugin for WordPress isn&#8217;t the only thing we&#8217;ve been working on recently.  We have a treat for Akismet users that will go live next week.  </p>\n<p>What is it you ask?  I&#8217;ll give you a hint.  It is an update to a feature that has stayed more or less the same since late 2008.  I think you&#8217;ll really like it.  Now, no more hints, you&#8217;ll just have to wait until next week when it goes live <img src="http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif" alt=":-)" class="wp-smiley" /> </p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/akismet.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/akismet.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/akismet.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/akismet.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/497/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/497/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/497/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=497&subd=akismet&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Jan 2011 18:38:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Joseph Scott";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:105:"Weblog Tools Collection: Why You Should Never Search For Free WordPress Themes in Google or Anywhere Else";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=9511";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/8Ql8CCgV2bw/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2618:"<p><a href="http://wpmu.org/why-you-should-never-search-for-free-wordpress-themes-in-google-or-anywhere-else/">Why You Should Never Search For Free WordPress Themes in Google or Anywhere Else</a>: Siobhan on WPMU.org has a nicely illustrated, researched and explained article on why users should never search for &#8220;Free WordPress Themes&#8221; in Google or any other search engine. Not enough can be said to avoid the malicious theme hawkers on the Internet and I appreciate the work and the explanation.</p>\n<p>The problem is that most users, who are new to the ways of WordPress, will still use Google to search for themes and will download the first link that provides them with a free theme that catches their fancy. I would go so far as to say that somewhat knowledgeable users might still be tempted to ignore any possible bad effects from these themes; e.g. users continue to flock to sites that provide collections of serial numbers online in spite of being riddled with porn and adware. My opinion is that there are two ways to solve the problem or at least throttle down the preponderance of malicious themes installed on hapless WordPress blogs. Both options come with their pros and cons but one is a resolution closer to home.</p>\n<ul>\n<li>The WordPress application automatically checks installed themes for malicious content and notifies the blogger of the problem, still leaving it up to them to continue installing it or not. This solution is a double edged sword because malicious theme vendors could use the feature to test and hide their malice better. It also smack of &#8220;big brother&#8221; and is judgmental of a business model that is not explicitly illegal. This test could be run from local code and could have an auto update feature that updates rules from Trac. There are lots of ways to accomplish this.</li>\n<li>Google stops being legally blind and does something (better) about malicious sites. I know that there is a lot of talk about Google search providing worthless results for searches that attract a lot of attention and that they are looking to re-invent themselves. No matter how soon the search engines change their order of doing business, it will be outside of our control and malicious theme vendors will voodoo SEO kung fu are a dime a dozen.</li>\n</ul>\n<p>Have you installed a theme without caring whether it contained malicious code or not? Would you pay attention to theme warnings if there was one? Are we going to offer an official Theme Checker?</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/8Ql8CCgV2bw" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Jan 2011 18:00: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:"Mark Ghosh";s: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:51:"Weblog Tools Collection: 2011 Blogging Resolutions?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=9508";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/nY9ISDfh1Q0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:604:"<p>The new year is here, so what are your blogging resolutions for 2011?</p>\n<p>Are you going to try posting more often? Are you going to replace your outdated theme? Perhaps you&#8217;re finally going to take your blog to the profressional level, or maybe you&#8217;re considering starting a blog in the first place?</p>\n<p>No matter what your plan is, we want to know! Please let us know in the comments below how you plan to change the way you blog or just change your blog itself in 2011.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/nY9ISDfh1Q0" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Jan 2011 14:00:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:23:"Matt: Now On Wikiquotes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=37305";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:39:"http://ma.tt/2011/01/now-on-wikiquotes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"<p>I was on <a href="http://steppinofftheedge.com/podcast/philosophy-of-open-source/">the Steppin&#8217; Off the Edge podcast</a> the other day and mentioned I don&#8217;t have a Wikiquotes page. Well, <a href="http://en.wikiquote.org/wiki/Matt_Mullenweg">now I do. If I&#8217;ve ever said something you enjoyed or inspired you, drop it on that page.</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Jan 2011 02:55:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:21:"Matt: TripIt Acquired";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=37302";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:37:"http://ma.tt/2011/01/tripit-acquired/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:450:"<p>Some good news today, <a href="http://blog.tripit.com/2011/01/tripit-joins-concur-to-become-bigger-better-and-stronger.html">TripIt is joining up with Concur</a>. I&#8217;m excited about this because I travel all the time and I&#8217;m curious to see the TripIt approach and team working in the space with a larger team and more resources. <img src="http://s.ma.tt/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Jan 2011 17:58:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:58:"Weblog Tools Collection: WordPress Theme Releases for 1/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:40:"http://weblogtoolscollection.com/?p=9501";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/uaPHkcPVKqg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1154:"<p><img class="alignnone size-full wp-image-9502" title="allorange" src="http://weblogtoolscollection.com/wp-content/uploads/2011/01/allorange.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/all-orange"><strong>All Orange</strong></a> is a universal, stylish orange theme for WordPress.</p>\n<p><img class="alignnone size-full wp-image-9503" title="quik" src="http://weblogtoolscollection.com/wp-content/uploads/2011/01/quik.jpg" alt="" width="150" height="101" /></p>\n<p><a href="http://www.wpexplorer.com/quik-community-blog-wordpress-theme.html"><strong>Quik</strong></a> is a clean, SEO friendly, and quick loading regular and community blog WordPress theme.</p>\n<p><img class="alignnone size-full wp-image-9504" title="snowsummit" src="http://weblogtoolscollection.com/wp-content/uploads/2011/01/snowsummit.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/snow-summit"><strong>Snow Summit</strong></a> is a flexible theme with 7 available color schemes.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/uaPHkcPVKqg" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 13 Jan 2011 14:00:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:39:"Matt: Hotel Costes, Guy Savoy, George V";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=37066";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ma.tt/2010/12/guy-savoy/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:24173:"<p>Drinks at Hotel Costes, a fantastic Le Web dinner at Guy Savoy&#8217;s restaurant including some peaks behind the scenes and a tour of the kitchen, and closing out the night with some cognac at George V. A lovely night.</p>\n<p><span id="more-37066"></span></p>\n\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5644-2/#image" title="MCM_5644"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5644-195x129.jpg" class="attachment-thumbnail" alt="Eiffel Tower" title="MCM_5644" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5645-3/#image" title="MCM_5645"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5645-195x129.jpg" class="attachment-thumbnail" alt="MCM_5645" title="MCM_5645" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5648-3/#image" title="MCM_5648"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5648-195x129.jpg" class="attachment-thumbnail" alt="Fireplace at Hoste Costes" title="MCM_5648" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5649-2/#image" title="MCM_5649"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5649-139x210.jpg" class="attachment-thumbnail" alt="MCM_5649" title="MCM_5649" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5651-3/#image" title="MCM_5651"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5651-139x210.jpg" class="attachment-thumbnail" alt="MCM_5651" title="MCM_5651" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5652-2/#image" title="MCM_5652"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5652-195x129.jpg" class="attachment-thumbnail" alt="Restaurant Guy Savoy" title="MCM_5652" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5654-3/#image" title="MCM_5654"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5654-195x129.jpg" class="attachment-thumbnail" alt="MCM_5654" title="MCM_5654" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5655-4/#image" title="MCM_5655"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5655-139x210.jpg" class="attachment-thumbnail" alt="MCM_5655" title="MCM_5655" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5658-3/#image" title="MCM_5658"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5658-195x129.jpg" class="attachment-thumbnail" alt="MCM_5658" title="MCM_5658" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5660/#image" title="MCM_5660"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5660-195x129.jpg" class="attachment-thumbnail" alt="MCM_5660" title="MCM_5660" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5665-3/#image" title="MCM_5665"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5665-195x129.jpg" class="attachment-thumbnail" alt="MCM_5665" title="MCM_5665" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5666/#image" title="MCM_5666"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5666-139x210.jpg" class="attachment-thumbnail" alt="MCM_5666" title="MCM_5666" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5668-2/#image" title="MCM_5668"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5668-139x210.jpg" class="attachment-thumbnail" alt="MCM_5668" title="MCM_5668" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5673-3/#image" title="MCM_5673"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5673-195x129.jpg" class="attachment-thumbnail" alt="MCM_5673" title="MCM_5673" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5675/#image" title="MCM_5675"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5675-195x129.jpg" class="attachment-thumbnail" alt="MCM_5675" title="MCM_5675" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5676/#image" title="MCM_5676"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5676-195x129.jpg" class="attachment-thumbnail" alt="MCM_5676" title="MCM_5676" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5678/#image" title="MCM_5678"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5678-139x210.jpg" class="attachment-thumbnail" alt="MCM_5678" title="MCM_5678" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5681-3/#image" title="MCM_5681"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5681-195x129.jpg" class="attachment-thumbnail" alt="MCM_5681" title="MCM_5681" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5687/#image" title="MCM_5687"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5687-195x129.jpg" class="attachment-thumbnail" alt="MCM_5687" title="MCM_5687" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5688/#image" title="MCM_5688"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5688-195x129.jpg" class="attachment-thumbnail" alt="Colors of cavier" title="MCM_5688" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5689-4/#image" title="MCM_5689"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5689-195x129.jpg" class="attachment-thumbnail" alt="With cream on top" title="MCM_5689" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5692/#image" title="MCM_5692"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5692-195x129.jpg" class="attachment-thumbnail" alt="The menu for the night" title="MCM_5692" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5694-4/#image" title="MCM_5694"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5694-195x129.jpg" class="attachment-thumbnail" alt="Rouget Barbet " /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5695-2/#image" title="MCM_5695"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5695-139x210.jpg" class="attachment-thumbnail" alt="Soupe de potiron à la truffe blanche d''Alba" title="MCM_5695" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5704-3/#image" title="MCM_5704"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5704-195x129.jpg" class="attachment-thumbnail" alt="MCM_5704" title="MCM_5704" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5710-2/#image" title="MCM_5710"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5710-139x210.jpg" class="attachment-thumbnail" alt="MCM_5710" title="MCM_5710" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5711-3/#image" title="MCM_5711"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5711-195x129.jpg" class="attachment-thumbnail" alt="MCM_5711" title="MCM_5711" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5712-4/#image" title="MCM_5712"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5712-195x129.jpg" class="attachment-thumbnail" alt="MCM_5712" title="MCM_5712" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5715-2/#image" title="MCM_5715"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5715-195x129.jpg" class="attachment-thumbnail" alt="MCM_5715" title="MCM_5715" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5716-4/#image" title="MCM_5716"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5716-195x129.jpg" class="attachment-thumbnail" alt="MCM_5716" title="MCM_5716" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5722-3/#image" title="MCM_5722"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5722-139x210.jpg" class="attachment-thumbnail" alt="MCM_5722" title="MCM_5722" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5724-4/#image" title="MCM_5724"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5724-195x129.jpg" class="attachment-thumbnail" alt="Soupe d''artichaut à la truffe noire, brioche feuilletée aux champignons et truffes" title="MCM_5724" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5726-2/#image" title="MCM_5726"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5726-195x129.jpg" class="attachment-thumbnail" alt="MCM_5726" title="MCM_5726" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5727/#image" title="MCM_5727"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5727-195x129.jpg" class="attachment-thumbnail" alt="Train de côtes de veau clouté à la truffe, pommes boulangères d''hiver" title="MCM_5727" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5728-3/#image" title="MCM_5728"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5728-195x129.jpg" class="attachment-thumbnail" alt="MCM_5728" title="MCM_5728" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5730-2/#image" title="MCM_5730"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5730-195x129.jpg" class="attachment-thumbnail" alt="MCM_5730" title="MCM_5730" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5731-3/#image" title="MCM_5731"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5731-195x129.jpg" class="attachment-thumbnail" alt="MCM_5731" title="MCM_5731" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5734/#image" title="MCM_5734"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5734-195x129.jpg" class="attachment-thumbnail" alt="MCM_5734" title="MCM_5734" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5738-3/#image" title="MCM_5738"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5738-195x129.jpg" class="attachment-thumbnail" alt="MCM_5738" title="MCM_5738" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5741/#image" title="MCM_5741"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5741-139x210.jpg" class="attachment-thumbnail" alt="MCM_5741" title="MCM_5741" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5743-2/#image" title="MCM_5743"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5743-139x210.jpg" class="attachment-thumbnail" alt="MCM_5743" title="MCM_5743" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5746-3/#image" title="MCM_5746"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5746-195x129.jpg" class="attachment-thumbnail" alt="MCM_5746" title="MCM_5746" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5749/#image" title="MCM_5749"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5749-195x129.jpg" class="attachment-thumbnail" alt="MCM_5749" title="MCM_5749" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5751-3/#image" title="MCM_5751"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5751-195x129.jpg" class="attachment-thumbnail" alt="MCM_5751" title="MCM_5751" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5753/#image" title="MCM_5753"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5753-195x129.jpg" class="attachment-thumbnail" alt="MCM_5753" title="MCM_5753" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5754/#image" title="MCM_5754"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5754-195x129.jpg" class="attachment-thumbnail" alt="MCM_5754" title="MCM_5754" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5760-2/#image" title="MCM_5760"><img width="195" height="130" src="http://s.ma.tt/files/2010/12/MCM_5760-195x130.jpg" class="attachment-thumbnail" alt="MCM_5760" title="MCM_5760" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5761-3/#image" title="MCM_5761"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5761-139x210.jpg" class="attachment-thumbnail" alt="MCM_5761" title="MCM_5761" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5763-2/#image" title="MCM_5763"><img width="195" height="130" src="http://s.ma.tt/files/2010/12/MCM_5763-195x130.jpg" class="attachment-thumbnail" alt="MCM_5763" title="MCM_5763" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5766-4/#image" title="MCM_5766"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5766-195x129.jpg" class="attachment-thumbnail" alt="MCM_5766" title="MCM_5766" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5769-4/#image" title="MCM_5769"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5769-139x210.jpg" class="attachment-thumbnail" alt="MCM_5769" title="MCM_5769" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5771-3/#image" title="MCM_5771"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5771-195x129.jpg" class="attachment-thumbnail" alt="MCM_5771" title="MCM_5771" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5772-2/#image" title="MCM_5772"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5772-195x129.jpg" class="attachment-thumbnail" alt="MCM_5772" title="MCM_5772" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5773-3/#image" title="MCM_5773"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5773-195x129.jpg" class="attachment-thumbnail" alt="MCM_5773" title="MCM_5773" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5774-2/#image" title="MCM_5774"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5774-139x210.jpg" class="attachment-thumbnail" alt="MCM_5774" title="MCM_5774" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5776-3/#image" title="MCM_5776"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5776-195x129.jpg" class="attachment-thumbnail" alt="Chateau Haut-Brion 2000" title="MCM_5776" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5779-3/#image" title="MCM_5779"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5779-195x129.jpg" class="attachment-thumbnail" alt="MCM_5779" title="MCM_5779" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5783/#image" title="MCM_5783"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5783-195x129.jpg" class="attachment-thumbnail" alt="MCM_5783" title="MCM_5783" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5786-2/#image" title="MCM_5786"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5786-195x129.jpg" class="attachment-thumbnail" alt="MCM_5786" title="MCM_5786" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5787-3/#image" title="MCM_5787"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5787-195x129.jpg" class="attachment-thumbnail" alt="MCM_5787" title="MCM_5787" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5788-2/#image" title="MCM_5788"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5788-195x129.jpg" class="attachment-thumbnail" alt="MCM_5788" title="MCM_5788" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5789-2/#image" title="MCM_5789"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5789-195x129.jpg" class="attachment-thumbnail" alt="MCM_5789" title="MCM_5789" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5790-3/#image" title="MCM_5790"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5790-139x210.jpg" class="attachment-thumbnail" alt="Underground office" title="MCM_5790" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5791/#image" title="MCM_5791"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5791-195x129.jpg" class="attachment-thumbnail" alt="MCM_5791" title="MCM_5791" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5792/#image" title="MCM_5792"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5792-195x129.jpg" class="attachment-thumbnail" alt="MCM_5792" title="MCM_5792" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5793-4/#image" title="MCM_5793"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5793-139x210.jpg" class="attachment-thumbnail" alt="MCM_5793" title="MCM_5793" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5797-2/#image" title="MCM_5797"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5797-195x129.jpg" class="attachment-thumbnail" alt="MCM_5797" title="MCM_5797" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5799-4/#image" title="MCM_5799"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5799-139x210.jpg" class="attachment-thumbnail" alt="MCM_5799" title="MCM_5799" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5800-3/#image" title="MCM_5800"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5800-195x129.jpg" class="attachment-thumbnail" alt="MCM_5800" title="MCM_5800" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5801-2/#image" title="MCM_5801"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5801-195x129.jpg" class="attachment-thumbnail" alt="MCM_5801" title="MCM_5801" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5802-3/#image" title="MCM_5802"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5802-139x210.jpg" class="attachment-thumbnail" alt="MCM_5802" title="MCM_5802" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5803-2/#image" title="MCM_5803"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5803-195x129.jpg" class="attachment-thumbnail" alt="MCM_5803" title="MCM_5803" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5807-2/#image" title="MCM_5807"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5807-195x129.jpg" class="attachment-thumbnail" alt="MCM_5807" title="MCM_5807" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5823-4/#image" title="MCM_5823"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5823-195x129.jpg" class="attachment-thumbnail" alt="MCM_5823" title="MCM_5823" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5826-3/#image" title="MCM_5826"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5826-195x129.jpg" class="attachment-thumbnail" alt="MCM_5826" title="MCM_5826" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5828-4/#image" title="MCM_5828"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5828-195x129.jpg" class="attachment-thumbnail" alt="MCM_5828" title="MCM_5828" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5831-3/#image" title="MCM_5831"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5831-195x129.jpg" class="attachment-thumbnail" alt="MCM_5831" title="MCM_5831" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5833-4/#image" title="MCM_5833"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5833-195x129.jpg" class="attachment-thumbnail" alt="MCM_5833" title="MCM_5833" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5834-2/#image" title="MCM_5834"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5834-139x210.jpg" class="attachment-thumbnail" alt="MCM_5834" title="MCM_5834" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5835-2/#image" title="MCM_5835"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5835-139x210.jpg" class="attachment-thumbnail" alt="MCM_5835" title="MCM_5835" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5836-3/#image" title="MCM_5836"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5836-139x210.jpg" class="attachment-thumbnail" alt="MCM_5836" title="MCM_5836" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5843-3/#image" title="MCM_5843"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5843-195x129.jpg" class="attachment-thumbnail" alt="MCM_5843" title="MCM_5843" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5847-2/#image" title="MCM_5847"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5847-195x129.jpg" class="attachment-thumbnail" alt="MCM_5847" title="MCM_5847" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5848-2/#image" title="MCM_5848"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5848-195x129.jpg" class="attachment-thumbnail" alt="MCM_5848" title="MCM_5848" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5850-3/#image" title="MCM_5850"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5850-195x129.jpg" class="attachment-thumbnail" alt="MCM_5850" title="MCM_5850" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5851-3/#image" title="MCM_5851"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5851-195x129.jpg" class="attachment-thumbnail" alt="MCM_5851" title="MCM_5851" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5852-4/#image" title="MCM_5852"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5852-139x210.jpg" class="attachment-thumbnail" alt="MCM_5852" title="MCM_5852" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5853-2/#image" title="MCM_5853"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5853-195x129.jpg" class="attachment-thumbnail" alt="MCM_5853" title="MCM_5853" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5854-3/#image" title="MCM_5854"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5854-195x129.jpg" class="attachment-thumbnail" alt="MCM_5854" title="MCM_5854" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5855-2/#image" title="MCM_5855"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5855-139x210.jpg" class="attachment-thumbnail" alt="MCM_5855" title="MCM_5855" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5856-3/#image" title="MCM_5856"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5856-139x210.jpg" class="attachment-thumbnail" alt="MCM_5856" title="MCM_5856" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5857-3/#image" title="MCM_5857"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5857-139x210.jpg" class="attachment-thumbnail" alt="MCM_5857" title="MCM_5857" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5858-2/#image" title="MCM_5858"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5858-195x129.jpg" class="attachment-thumbnail" alt="MCM_5858" title="MCM_5858" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5859-3/#image" title="MCM_5859"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5859-195x129.jpg" class="attachment-thumbnail" alt="MCM_5859" title="MCM_5859" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5860-4/#image" title="MCM_5860"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5860-195x129.jpg" class="attachment-thumbnail" alt="MCM_5860" title="MCM_5860" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5861-3/#image" title="MCM_5861"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5861-195x129.jpg" class="attachment-thumbnail" alt="MCM_5861" title="MCM_5861" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5862-3/#image" title="MCM_5862"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5862-195x129.jpg" class="attachment-thumbnail" alt="MCM_5862" title="MCM_5862" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5864-3/#image" title="MCM_5864"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5864-195x129.jpg" class="attachment-thumbnail" alt="MCM_5864" title="MCM_5864" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5865/#image" title="MCM_5865"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5865-195x129.jpg" class="attachment-thumbnail" alt="MCM_5865" title="MCM_5865" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5868-3/#image" title="MCM_5868"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5868-195x129.jpg" class="attachment-thumbnail" alt="MCM_5868" title="MCM_5868" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5870-3/#image" title="MCM_5870"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_5870-139x210.jpg" class="attachment-thumbnail" alt="MCM_5870" title="MCM_5870" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5872-4/#image" title="MCM_5872"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5872-195x129.jpg" class="attachment-thumbnail" alt="MCM_5872" title="MCM_5872" /></a>\n<a href="http://ma.tt/2010/12/guy-savoy/mcm_5873-2/#image" title="MCM_5873"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_5873-195x129.jpg" class="attachment-thumbnail" alt="MCM_5873" title="MCM_5873" /></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:"Thu, 13 Jan 2011 05: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: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: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 For iOS 2.6.4 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9496";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/KrSb8x6akV4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1469:"<p>Isaac Keyet has announced on the WordPress For iOS blog that version 2.6.4 has <a href="http://ios.wordpress.org/2011/01/12/wordpress-for-ios-update-available/">hit the app store</a>. This version of the app has gone through careful screening especially within the Media Uploader and Post Write/Edit areas. One of the more annoying bugs has been fixed where line breaks would inconsistently be inserted into the code while some line breaks would be removed when editing posts. As for the media uploader, users should now be able to handle multiple file uploads without the app crashing. While a number of other bugs have been squashed, the team is already working on the 2.6.5 update. On the agenda for 2.6.5 is:</p>\n<ul>\n<li>Priority #1 is always to fix the issues you are reporting, so go ahead and download 2.6.4 and tell us your thoughts!</li>\n<li>The rare duplication of content bug (some of you have reported that new posts sometimes inherits details from previous posts). We got a good lead on this.</li>\n<li>Media uploader sometimes scales up small images if Original size is chosen.</li>\n<li>Managing Pages in WordPress for iOS is a really bad experience, which we want to improve overall.</li>\n</ul>\n<p>If you run into any problems with 2.6.4, you&#8217;re encouraged to <a href="http://ios.forums.wordpress.org/">report them</a> on the forums.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/KrSb8x6akV4" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 12 Jan 2011 20:00:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:68:"Weblog Tools Collection: WordPress for iOS Mobile App 2.6.4 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9494";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/iPbhxyrSXhE/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:920:"<p>The talented team behind the <a href="http://ios.wordpress.org/">WordPress for iOS app</a> has <a href="http://ios.wordpress.org/2011/01/12/wordpress-for-ios-update-available/">released</a> &#8220;the most stable release of WordPress for iOS in a long time.&#8221;</p>\n<blockquote><p>This version cures <a href="http://ios.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.6.4">numerous bugs</a> and has been tested especially carefully in two areas: Media Uploader and Post Write/Edit.</p></blockquote>\n<p>The team is already hard at work on 2.6.5, so don&#8217;t be a stranger to the <a href="http://ios.forums.wordpress.org/">support forums</a> if you find any problems.</p>\n<p>Do you use the WordPress for iOS mobile app? Do you think this release was an improvement over the last?</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/iPbhxyrSXhE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 12 Jan 2011 14:00: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: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: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:45:"WP iPhone: WordPress for iOS Update 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:31:"http://ios.wordpress.org/?p=906";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ios.wordpress.org/2011/01/12/wordpress-for-ios-update-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:14955:"<p>We&#8217;ve focused on the feedback we&#8217;ve gotten from the past two releases to make 2.6.4 the most stable release of WordPress for iOS in a long time. This version cures numerous bugs and has been tested especially carefully in two areas: <strong>Media Uploader</strong> and <strong>Post Write/Edit</strong>.<br />\n<a href="http://ios.wordpress.org/2011/01/12/wordpress-for-ios-update-available/wp-ios-264/" rel="attachment wp-att-917"><img src="http://wpiphone.files.wordpress.com/2011/01/wp-ios-264.png?w=250&h=250" alt="WordPress for iOS version 2.6.4 is now available in the App Store." title="wp-ios-264" width="250" height="250" class="size-full wp-image-917 alignright" /></a><br />\nThe last WordPress for iOS version (2.6.3) introduced a bug where the app would save line breaks inconsistently in the code, and also remove line breaks when editing posts. These bugs have been resolved.</p>\n<p>We think we&#8217;ve also fixed many of the issues around the Media Uploader (before if you uploaded many pictures it sometimes wouldn&#8217;t work or even crash the app). Now we&#8217;re able to upload tons of images without the app crashing, we&#8217;re really hoping it works better for all of you as well.</p>\n<p>As always though &#8211; please let us know if not! We&#8217;re making this app for you, and your feedback is invaluable.</p>\n<h3>WordPress for iOS 2.6.4 Bug Fixes</h3>\n<p>The new WordPress for iOS Update is available now in the App Store and fixes 20+ bugs &amp; crashes.</p>\n<table class="listing tickets" cellspacing="1">\n<thead>\n<tr>\n<th class="id">\n            <a href="http://ios.wordpress.org/query?status=closed&resolution=fixed&milestone=2.6.4&group=resolution&report=15&order=id" title="Sort by Ticket (ascending)">Ticket</a>\n          </th>\n<th class="summary">\n            <a href="http://ios.wordpress.org/query?status=closed&resolution=fixed&milestone=2.6.4&group=resolution&report=15&order=summary" title="Sort by Summary (ascending)">Summary</a>\n          </th>\n<th class="priority asc">\n            <a href="http://ios.wordpress.org/query?status=closed&resolution=fixed&milestone=2.6.4&group=resolution&report=15&desc=1&order=priority" title="Sort by Priority (descending)">Priority</a>\n          </th>\n<th class="component">\n            <a href="http://ios.wordpress.org/query?status=closed&resolution=fixed&milestone=2.6.4&group=resolution&report=15&order=component" title="Sort by Component (ascending)">Component</a>\n          </th>\n</tr>\n</thead>\n<tbody>\n<tr class="even prio1">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/579">#579</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/579">App doesn&#8217;t save line breaks (confirmed)</a>\n                    </td>\n<td class="priority">\n                      blocker\n                    </td>\n<td class="component">\n                      Compose\n                    </td>\n</tr>\n<tr class="odd prio2">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/556">#556</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/556">Autosave Recovery No Longer Working (confirmed)</a>\n                    </td>\n<td class="priority">\n                      critical\n                    </td>\n<td class="component">\n                      Posts\n                    </td>\n</tr>\n<tr class="even prio2">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/572">#572</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/572">(iPad Only) Crash on Pages tab after Deleting Page draft</a>\n                    </td>\n<td class="priority">\n                      critical\n                    </td>\n<td class="component">\n                      Pages\n                    </td>\n</tr>\n<tr class="odd prio2">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/573">#573</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/573">Adding a video plays it on background</a>\n                    </td>\n<td class="priority">\n                      critical\n                    </td>\n<td class="component">\n                      Media\n                    </td>\n</tr>\n<tr class="even prio2">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/576">#576</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/576">&#8220;link help box&#8221; runs off screen, broken link formatting (unconfirmed)</a>\n                    </td>\n<td class="priority">\n                      critical\n                    </td>\n<td class="component">\n                      Compose\n                    </td>\n</tr>\n<tr class="odd prio2">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/587">#587</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/587">CoreData Crash with Pages on iPad</a>\n                    </td>\n<td class="priority">\n                      critical\n                    </td>\n<td class="component">\n                      Pages\n                    </td>\n</tr>\n<tr class="even prio2">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/589">#589</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/589">unable to add blogs protected with the HTTP-Authentication</a>\n                    </td>\n<td class="priority">\n                      critical\n                    </td>\n<td class="component">\n                      Add Blog/Site\n                    </td>\n</tr>\n<tr class="odd prio2">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/596">#596</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/596">Pages overview doesn&#8217;t load existing pages on first load</a>\n                    </td>\n<td class="priority">\n                      critical\n                    </td>\n<td class="component">\n                      Pages\n                    </td>\n</tr>\n<tr class="even prio3">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/554">#554</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/554">Losing content when loading other posts</a>\n                    </td>\n<td class="priority">\n                      major\n                    </td>\n<td class="component">\n                      Posts\n                    </td>\n</tr>\n<tr class="odd prio3">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/557">#557</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/557">weird issues using the basic HTTP Auth</a>\n                    </td>\n<td class="priority">\n                      major\n                    </td>\n<td class="component">\n                      Settings\n                    </td>\n</tr>\n<tr class="even prio3">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/574">#574</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/574">Improvements on the  XML-RPC parsing process</a>\n                    </td>\n<td class="priority">\n                      major\n                    </td>\n<td class="component">\n                      XML-RPC\n                    </td>\n</tr>\n<tr class="odd prio3">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/575">#575</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/575">User Agent is Incorrect when Uploading Files</a>\n                    </td>\n<td class="priority">\n                      major\n                    </td>\n<td class="component">\n                      Media\n                    </td>\n</tr>\n<tr class="even prio3">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/580">#580</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/580">Offline Saving/Publishing flawed</a>\n                    </td>\n<td class="priority">\n                      major\n                    </td>\n<td class="component">\n                      Add Blog/Site\n                    </td>\n</tr>\n<tr class="odd prio3">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/582">#582</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/582">Media uploading copy</a>\n                    </td>\n<td class="priority">\n                      major\n                    </td>\n<td class="component">\n                      Media\n                    </td>\n</tr>\n<tr class="even prio3">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/588">#588</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/588">Media Upload Issues</a>\n                    </td>\n<td class="priority">\n                      major\n                    </td>\n<td class="component">\n                      Media\n                    </td>\n</tr>\n<tr class="odd prio3">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/593">#593</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/593">Changing Status of a post in Edit is broken</a>\n                    </td>\n<td class="priority">\n                      major\n                    </td>\n<td class="component">\n                      Publishing\n                    </td>\n</tr>\n<tr class="even prio4">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/559">#559</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/559">Posts not refreshing on first run</a>\n                    </td>\n<td class="priority">\n                      minor\n                    </td>\n<td class="component">\n                      Posts\n                    </td>\n</tr>\n<tr class="odd prio4">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/564">#564</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/564">&#8216;Load More&#8217; showing when not needed</a>\n                    </td>\n<td class="priority">\n                      minor\n                    </td>\n<td class="component">\n                      Posts\n                    </td>\n</tr>\n<tr class="even prio4">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/584">#584</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/584">Media list should be ascending</a>\n                    </td>\n<td class="priority">\n                      minor\n                    </td>\n<td class="component">\n                      Media\n                    </td>\n</tr>\n<tr class="odd prio4">\n<td class="id"><a class="closed" title="View ticket" href="http://ios.wordpress.org/ticket/585">#585</a></td>\n<td class="summary">\n                      <a title="View ticket" href="http://ios.wordpress.org/ticket/585">Text overflows on the iPad in certain conditions</a>\n                    </td>\n<td class="priority">\n                      minor\n                    </td>\n<td class="component">\n                      Posts\n                    </td>\n</tr>\n</tbody>\n</table>\n<p><strong>Enhancements</strong></p>\n<ul>\n<li>Added option to set any size to uploaded pictures.</li>\n<li>Media list is now ascending, makes it easier if you have a lot of content.</li>\n</ul>\n<p><a href="http://ios.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.6.4">View closed 2.6.4 tickets in Trac</a>.</p>\n<h3>The Next Version</h3>\n<p>We hope you like the updates, but we were unable to fix all of the issues in this release. We&#8217;re already working hard on 2.6.5 to continue on the <a href="http://ios.trac.wordpress.org/query?group=status&milestone=2.6.5">bug crusade</a>. On a very high level, this is the plan for 2.6.5 currently:</p>\n<ol>\n<li>Priority #1 is always to fix the issues you are reporting, so go ahead and download 2.6.4 and tell us your thoughts!</li>\n<li>The rare duplication of content bug (some of you have reported that new posts sometimes inherits details from previous posts). We got a good lead on this.</li>\n<li>Media uploader sometimes scales up small images if Original size is chosen.</li>\n<li>Managing Pages in WordPress for iOS is a really bad experience, which we want to improve overall.</li>\n</ol>\n<p>Be sure to check out <a href="http://ios.forums.wordpress.org">the forums</a> and follow <a href="http://twitter.com/@WordPressiOS">@WordPressiOS on Twitter</a>.</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/906/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpiphone.wordpress.com/906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpiphone.wordpress.com/906/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpiphone.wordpress.com/906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpiphone.wordpress.com/906/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpiphone.wordpress.com/906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpiphone.wordpress.com/906/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpiphone.wordpress.com/906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpiphone.wordpress.com/906/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpiphone.wordpress.com/906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpiphone.wordpress.com/906/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpiphone.wordpress.com/906/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpiphone.wordpress.com/906/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ios.wordpress.org&blog=3882653&post=906&subd=wpiphone&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 12 Jan 2011 01:21:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:18:"Matt: Twenty-seven";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=37285";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ma.tt/2011/01/twenty-seven/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6234:"<p>Today is a fun day &#8212; 2011-1-11 (not 1:11 PM anymore, I&#8217;m a slow writer) and I&#8217;m turning 27. This is the time of the year I always look back, and from <a title="Last year''s birthday post" href="http://ma.tt/2010/01/twenty-six/">last year&#8217;s resolutions I actually did pretty well</a>. I was able to simplify a number of areas of my life, including reducing the number of computers running in my place. I bought my first apartment and <a title="A few photos at the end of this gallery" href="http://ma.tt/2010/10/blue-angels-golden-gate/">remodeled it</a>. I slowed down my eating by chewing more, a vignette that made <a href="http://www.amazon.com/4-Hour-Body-Uncommon-Incredible-Superhuman/dp/030746363X">Tim&#8217;s new Four Hour Body book</a>. <a href="http://ma.tt/2010/06/new-summer-design/">Redesigned this site</a>. I didn&#8217;t bike at all, but walked a ton. I started exercising with a kettlebell over the summer and was pretty consistent about it until last month, with some noticeable improvements in strength and energy. Got all the old photo galleries imported going all the way to 2002.</p>\n<p>I petered out on Farscape, and didn&#8217;t display my photography anywhere in print, so a wash there. I spent a week in the woods with <a href="http://dentedreality.com.au/">Beau</a> at <a href="http://ma.tt/2010/04/back-feeling-good/">Tracker camp</a>. I joined the board of the non-profit <a href="http://grist.org/">Grist</a>, and was able to expand charitable donations to cover more organizations than previously, including <a href="http://charitywater.org/">Charity: Water</a>, <a title="Free Software Foundation" href="http://fsf.org/">FSF</a>, <a href="http://apache.org/">Apache</a>, <a href="http://archive.org/">Archive.org</a>, <a href="http://samasource.org/">Samasource</a>, <a title="Electronic Freedom Foundation" href="http://eff.org/">EFF</a>, and <a title="Gray Area Foundation for the Arts" href="http://www.gaffta.org/">GAFFTA</a>. I had <a title="An airborne marriage" href="http://twitter.com/photomatt/status/5257204277977089">a tweet go viral</a> and end up on Time and CBS (I still need to blog about that), and a<a title="1.0 Is the Loneliest Numbers" href="http://ma.tt/2010/11/one-point-oh/"> blog post about shipping go viral</a> and get over a hundred thousand visitors. (With an interesting traffic pattern too &#8212; lots of Twitter and Facebook like you would expect, but 92% of the traffic from the long tail or blogs like <a href="http://daringfireball.net/">Daring Fireball</a>.)</p>\n<p>Speaking of launches, was lucky to hit all the big ones I had planned in the beginning of the year in that abbreviation-coded list: <a href="http://vaultpress.com/">VaultPress</a>, <a href="http://akismet.com/">new Akismet</a>, <a href="http://wordpress.org/extend/mobile/">mobile WordPress apps for every platform</a>, <a href="http://ma.tt/themes/">Ma.tt themes</a>, <a href="http://audrey.co/">Audrey Capital</a>, <a href="http://wordpressfoundation.org/">WordPress Foundation</a>. Also hired 28 new <a href="http://automattic.com/">Automatticians</a>, added 7.2 million blogs to <a href="http://wordpress.com/">WP.com</a>, and had 38 million downloads from <a href="http://wordpress.org/">WordPress.org</a>.</p>\n<p>This year, along lines of simplifying, I have six main goals:</p>\n<ul>\n<li>Increase the release frequency of core WordPress, I think we can hit our goal of three major releases this year. (Only did one last year &#8212; 3.0.)</li>\n<li>Keep reading the New Yorker every week, and hopefully work in a few more books every month.</li>\n<li>Launch a new jazz-related site I&#8217;ve been working on sporadically.</li>\n<li>Finally upload my un-uploaded photos for 2005-2010.</li>\n<li>Keep exercising regularly. (The first time I have a health-related resolution, if you believe it!)</li>\n<li>Launch secret new thing, code abbreviation JP. <img src="http://s.ma.tt/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </li>\n</ul>\n<p>It&#8217;s not a resolution, but I think I&#8217;m going to spend a lot more time in Houston in 2011. As for some other stats: 208 posts here on ma.tt (up Y/Y for first time since 2007), 535 posts <a href="http://matt.wordpress.com/">on my moblog</a>, 4,456 comments, and posted <a href="http://ma.tt/gallery/">2,432 photos</a>. The top five posts were <a href="http://ma.tt/2010/11/one-point-oh/" target="_blank">1.0 Is the Loneliest Number</a>, <a href="http://ma.tt/2003/10/wildcard-dns-and-sub-domains/" target="_blank">Wildcard DNS and Sub Domains</a>, <a href="http://ma.tt/2010/06/headers-of-twenty-ten/" target="_blank">The Headers of Twenty Ten</a>, <a href="http://ma.tt/2004/07/25/os-x-hostname/" target="_blank">Change OS X Computer Name</a>, and <a href="http://ma.tt/2010/03/sonos-vs-squeezebox/" target="_blank">Sonos vs Squeezebox</a>, but most of the traffic was to the home page. My top emailers were <a href="http://toni.org/">Toni</a>, <a href="http://rosegoldman.com/">Rose</a>, <a href="http://blog.numenity.org/">Paul</a>, my Mom, and <a href="http://raanan.com/">Raanan</a> with 3,028 emails between them. I sent 10,813 emails to about 2,228 people.</p>\n<p>According to <a href="http://www.tripit.com/">TripIt</a>, which I love and use constantly, I was on the road 227 days out of the year, traveling 122,066 miles across 59 cities and 17 countries.</p>\n<p>27 is a really awkward age &#8212; I&#8217;m not young anymore but still before the looming 30. It&#8217;s inbetween. That said, I think 2011 is going to be a year where a lot of things come together and a lot of the foundations laid down in 2010 (and when I was 26) come to fruition.</p>\n<p><em>This is the ninth year I’ve blogged my birthday: <a href="http://ma.tt/2003/01/bday/">19</a>, <a href="http://ma.tt/2004/01/so-im-20/">20</a>, <a href="http://ma.tt/2005/01/hot-barely-legal-matt/">21</a>, <a href="http://ma.tt/2006/01/matt-22/">22</a> (this one is funny), <a href="http://ma.tt/2007/01/twenty-three/">23</a>, <a href="http://ma.tt/2008/01/twenty-four/">24</a>, <a href="http://ma.tt/2009/01/twenty-five/">25</a>, and <a href="http://ma.tt/2010/01/twenty-six/">26</a>.</em></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 12 Jan 2011 00:32:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:55:"Weblog Tools Collection: Pretty URL For WordPress Login";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=9490";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/DyQtyLuZpRc/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:733:"<p>In a typical WordPress installation http://yoursite.com/wp-login.php is used to log in to the back-end of the site with the addition of a sub-domain if it&#8217;s in use. Personally, I have this link bookmarked so I don&#8217;t have to type it in all the time but Chris Coyier of Digging Into WordPress.com <a href="http://digwp.com/2011/01/simpler-login-url/">has shared a tip</a> to make the log-in URL a bit more pretty. It&#8217;s a simple rule added to your .htaccess file. With Chris&#8217;s tip applied, the log-in URL will look like http://yoursite.com/login which is much easier to remember than wp-login.php.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/DyQtyLuZpRc" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Jan 2011 20:00:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:30;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:57:"Weblog Tools Collection: The anatomy of a WordPress theme";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9487";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/45I3OcriI_0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:587:"<p><a href="http://yoast.com/wordpress-theme-anatomy/">The anatomy of a WordPress theme</a>: Joost de Valk from Yoast has posted a fantastic infographic (<a href="http://cdn2.yoast.com/wp-content/uploads/2011/01/anatomy-wordpress-yoast.png">a very tall and descriptive image</a>) of all the details on how a WordPress theme works. Very interesting for new theme developers, and a good frame of reference for WordPress DIYers looking to find a quick solution to a theme issue.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/45I3OcriI_0" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Jan 2011 16:39: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:"Mark Ghosh";s: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:59:"Weblog Tools Collection: WordPress Plugin Releases for 1/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:40:"http://weblogtoolscollection.com/?p=9485";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/KaMVHXQxpsA/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1725:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/attachment-file-icons/"><strong>Attachment File Icons</strong></a> displays file type icons adjacent to files uploaded to pages/posts.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://crunchmeme.com/plugins/all-in-one-webmaster/"><strong>All in One Webmaster</strong></a> has options to add Google, Bing, Alexa, Blog Catalog, Yahoo’s Webmaster and Analytics code (meta tags).</p>\n<p><a href="http://crunchmeme.com/plugins/facebook-members/"><strong>Facebook Members</strong></a> enables Facebook Page owners to attract and gain Likes from their own website.</p>\n<p><a href="http://wordpress.org/extend/plugins/polaroid-gallery/"><strong>Polaroid Gallery</strong></a> is used to overlay images as polaroid pictures on the current page or post and uses your WordPress Media Library.</p>\n<p><a href="http://crunchmeme.com/plugins/twitter-goodies/"><strong>Twitter Goodies</strong></a> shows your twitter profile/search tweets under your Sidebar Area (Widget), Post and/or Pages.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-missed-schedule/"><strong>WP Missed Schedule</strong></a> allows you to fix missed schedule posts.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-overview-lite/"><strong>WP Overview (lite)</strong></a> shows an overview and memory usage on the WordPress Dashboard.</p>\n<p><a href="http://ocaoimh.ie/wp-super-cache/"><strong>WP Super Cache</strong></a> is a static caching plugin for WordPress. It generates html files that are served directly by Apache without processing comparatively heavy PHP scripts.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/KaMVHXQxpsA" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Jan 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: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: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:31:"Matt: Rodin, Versailles, Louvre";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=36917";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/12/rodin-versailles-louvre/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:36058:"<p>Visited the Musée Rodin, Versailles which had the <a href="http://intransit.blogs.nytimes.com/2010/09/13/murakamis-creations-invade-versailles/">Takashi Murakami exhibit</a>, and finally the Louvre.</p>\n<p><span id="more-36917"></span></p>\n\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6241-3/#image" title="MCM_6241"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6241-195x129.jpg" class="attachment-thumbnail" alt="MCM_6241" title="MCM_6241" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6244-3/#image" title="MCM_6244"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6244-139x210.jpg" class="attachment-thumbnail" alt="MCM_6244" title="MCM_6244" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6245-3/#image" title="MCM_6245"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6245-195x129.jpg" class="attachment-thumbnail" alt="MCM_6245" title="MCM_6245" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6246-2/#image" title="MCM_6246"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6246-139x210.jpg" class="attachment-thumbnail" alt="MCM_6246" title="MCM_6246" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6247-3/#image" title="MCM_6247"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6247-139x210.jpg" class="attachment-thumbnail" alt="MCM_6247" title="MCM_6247" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6248-2/#image" title="MCM_6248"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6248-139x210.jpg" class="attachment-thumbnail" alt="MCM_6248" title="MCM_6248" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6249-2/#image" title="MCM_6249"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6249-195x129.jpg" class="attachment-thumbnail" alt="MCM_6249" title="MCM_6249" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6251-3/#image" title="MCM_6251"><img width="195" height="126" src="http://s.ma.tt/files/2010/12/MCM_6251-195x126.jpg" class="attachment-thumbnail" alt="MCM_6251" title="MCM_6251" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6252-3/#image" title="MCM_6252"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6252-139x210.jpg" class="attachment-thumbnail" alt="MCM_6252" title="MCM_6252" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6254-2/#image" title="MCM_6254"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6254-195x129.jpg" class="attachment-thumbnail" alt="MCM_6254" title="MCM_6254" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6255-3/#image" title="MCM_6255"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6255-139x210.jpg" class="attachment-thumbnail" alt="MCM_6255" title="MCM_6255" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6256-3/#image" title="MCM_6256"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6256-139x210.jpg" class="attachment-thumbnail" alt="MCM_6256" title="MCM_6256" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6258-2/#image" title="MCM_6258"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6258-139x210.jpg" class="attachment-thumbnail" alt="MCM_6258" title="MCM_6258" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6259-2/#image" title="MCM_6259"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6259-139x210.jpg" class="attachment-thumbnail" alt="MCM_6259" title="MCM_6259" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6260-2/#image" title="MCM_6260"><img width="195" height="126" src="http://s.ma.tt/files/2010/12/MCM_6260-195x126.jpg" class="attachment-thumbnail" alt="MCM_6260" title="MCM_6260" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6261-3/#image" title="MCM_6261"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6261-195x129.jpg" class="attachment-thumbnail" alt="MCM_6261" title="MCM_6261" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6262-3/#image" title="MCM_6262"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6262-139x210.jpg" class="attachment-thumbnail" alt="MCM_6262" title="MCM_6262" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6263-2/#image" title="MCM_6263"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6263-195x129.jpg" class="attachment-thumbnail" alt="MCM_6263" title="MCM_6263" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6264-3/#image" title="MCM_6264"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6264-195x129.jpg" class="attachment-thumbnail" alt="MCM_6264" title="MCM_6264" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6265-4/#image" title="MCM_6265"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6265-195x129.jpg" class="attachment-thumbnail" alt="MCM_6265" title="MCM_6265" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6266-3/#image" title="MCM_6266"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6266-195x129.jpg" class="attachment-thumbnail" alt="MCM_6266" title="MCM_6266" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6267-3/#image" title="MCM_6267"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6267-139x210.jpg" class="attachment-thumbnail" alt="MCM_6267" title="MCM_6267" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6268-2/#image" title="MCM_6268"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6268-139x210.jpg" class="attachment-thumbnail" alt="MCM_6268" title="MCM_6268" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6269-2/#image" title="MCM_6269"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6269-195x129.jpg" class="attachment-thumbnail" alt="MCM_6269" title="MCM_6269" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6270-4/#image" title="MCM_6270"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6270-195x129.jpg" class="attachment-thumbnail" alt="MCM_6270" title="MCM_6270" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6271-2/#image" title="MCM_6271"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6271-195x129.jpg" class="attachment-thumbnail" alt="MCM_6271" title="MCM_6271" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6272/#image" title="MCM_6272"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6272-195x129.jpg" class="attachment-thumbnail" alt="MCM_6272" title="MCM_6272" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6273-3/#image" title="MCM_6273"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6273-139x210.jpg" class="attachment-thumbnail" alt="MCM_6273" title="MCM_6273" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6274-3/#image" title="MCM_6274"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6274-195x129.jpg" class="attachment-thumbnail" alt="MCM_6274" title="MCM_6274" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6275/#image" title="MCM_6275"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6275-195x129.jpg" class="attachment-thumbnail" alt="MCM_6275" title="MCM_6275" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6277-3/#image" title="MCM_6277"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6277-139x210.jpg" class="attachment-thumbnail" alt="MCM_6277" title="MCM_6277" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6278-3/#image" title="MCM_6278"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6278-195x129.jpg" class="attachment-thumbnail" alt="MCM_6278" title="MCM_6278" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6279/#image" title="MCM_6279"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6279-195x129.jpg" class="attachment-thumbnail" alt="MCM_6279" title="MCM_6279" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6280-3/#image" title="MCM_6280"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6280-195x129.jpg" class="attachment-thumbnail" alt="MCM_6280" title="MCM_6280" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6283-3/#image" title="MCM_6283"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6283-195x129.jpg" class="attachment-thumbnail" alt="MCM_6283" title="MCM_6283" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6285-3/#image" title="MCM_6285"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6285-195x129.jpg" class="attachment-thumbnail" alt="MCM_6285" title="MCM_6285" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6286-3/#image" title="MCM_6286"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6286-139x210.jpg" class="attachment-thumbnail" alt="MCM_6286" title="MCM_6286" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6287-4/#image" title="MCM_6287"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6287-195x129.jpg" class="attachment-thumbnail" alt="MCM_6287" title="MCM_6287" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6288/#image" title="MCM_6288"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6288-195x129.jpg" class="attachment-thumbnail" alt="MCM_6288" title="MCM_6288" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6289-3/#image" title="MCM_6289"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6289-195x129.jpg" class="attachment-thumbnail" alt="MCM_6289" title="MCM_6289" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6290-2/#image" title="MCM_6290"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6290-195x129.jpg" class="attachment-thumbnail" alt="MCM_6290" title="MCM_6290" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6291-3/#image" title="MCM_6291"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6291-195x129.jpg" class="attachment-thumbnail" alt="MCM_6291" title="MCM_6291" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6292-3/#image" title="MCM_6292"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6292-139x210.jpg" class="attachment-thumbnail" alt="MCM_6292" title="MCM_6292" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6293-2/#image" title="MCM_6293"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6293-195x129.jpg" class="attachment-thumbnail" alt="MCM_6293" title="MCM_6293" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6294-3/#image" title="MCM_6294"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6294-195x129.jpg" class="attachment-thumbnail" alt="MCM_6294" title="MCM_6294" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6296-3/#image" title="MCM_6296"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6296-195x129.jpg" class="attachment-thumbnail" alt="MCM_6296" title="MCM_6296" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6297-4/#image" title="MCM_6297"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6297-139x210.jpg" class="attachment-thumbnail" alt="MCM_6297" title="MCM_6297" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6299-3/#image" title="MCM_6299"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6299-139x210.jpg" class="attachment-thumbnail" alt="MCM_6299" title="MCM_6299" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6300-3/#image" title="MCM_6300"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6300-195x129.jpg" class="attachment-thumbnail" alt="MCM_6300" title="MCM_6300" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6301-4/#image" title="MCM_6301"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6301-195x129.jpg" class="attachment-thumbnail" alt="MCM_6301" title="MCM_6301" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6305-4/#image" title="MCM_6305"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6305-195x129.jpg" class="attachment-thumbnail" alt="MCM_6305" title="MCM_6305" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6307-3/#image" title="MCM_6307"><img width="195" height="128" src="http://s.ma.tt/files/2010/12/MCM_6307-195x128.jpg" class="attachment-thumbnail" alt="MCM_6307" title="MCM_6307" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6308-3/#image" title="MCM_6308"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6308-195x129.jpg" class="attachment-thumbnail" alt="MCM_6308" title="MCM_6308" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6309-3/#image" title="MCM_6309"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6309-195x129.jpg" class="attachment-thumbnail" alt="MCM_6309" title="MCM_6309" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6310-3/#image" title="MCM_6310"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6310-195x129.jpg" class="attachment-thumbnail" alt="MCM_6310" title="MCM_6310" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6312-4/#image" title="MCM_6312"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6312-139x210.jpg" class="attachment-thumbnail" alt="MCM_6312" title="MCM_6312" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6313-4/#image" title="MCM_6313"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6313-195x129.jpg" class="attachment-thumbnail" alt="MCM_6313" title="MCM_6313" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6314-3/#image" title="MCM_6314"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6314-195x129.jpg" class="attachment-thumbnail" alt="MCM_6314" title="MCM_6314" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6315-2/#image" title="MCM_6315"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6315-195x129.jpg" class="attachment-thumbnail" alt="MCM_6315" title="MCM_6315" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6316-2/#image" title="MCM_6316"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6316-195x129.jpg" class="attachment-thumbnail" alt="MCM_6316" title="MCM_6316" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6317-3/#image" title="MCM_6317"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6317-195x129.jpg" class="attachment-thumbnail" alt="MCM_6317" title="MCM_6317" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6318/#image" title="MCM_6318"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6318-195x129.jpg" class="attachment-thumbnail" alt="MCM_6318" title="MCM_6318" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6320-4/#image" title="MCM_6320"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6320-195x129.jpg" class="attachment-thumbnail" alt="MCM_6320" title="MCM_6320" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6321-2/#image" title="MCM_6321"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6321-195x129.jpg" class="attachment-thumbnail" alt="MCM_6321" title="MCM_6321" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6323-3/#image" title="MCM_6323"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6323-195x129.jpg" class="attachment-thumbnail" alt="MCM_6323" title="MCM_6323" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6325/#image" title="MCM_6325"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6325-195x129.jpg" class="attachment-thumbnail" alt="MCM_6325" title="MCM_6325" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6326-2/#image" title="MCM_6326"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6326-195x129.jpg" class="attachment-thumbnail" alt="MCM_6326" title="MCM_6326" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6329-2/#image" title="MCM_6329"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6329-195x129.jpg" class="attachment-thumbnail" alt="MCM_6329" title="MCM_6329" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6330-2/#image" title="MCM_6330"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6330-195x129.jpg" class="attachment-thumbnail" alt="MCM_6330" title="MCM_6330" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6331-3/#image" title="MCM_6331"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6331-139x210.jpg" class="attachment-thumbnail" alt="MCM_6331" title="MCM_6331" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6334-3/#image" title="MCM_6334"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6334-195x129.jpg" class="attachment-thumbnail" alt="MCM_6334" title="MCM_6334" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6335-2/#image" title="MCM_6335"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6335-195x129.jpg" class="attachment-thumbnail" alt="MCM_6335" title="MCM_6335" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6337-2/#image" title="MCM_6337"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6337-195x129.jpg" class="attachment-thumbnail" alt="MCM_6337" title="MCM_6337" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6338-3/#image" title="MCM_6338"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6338-195x129.jpg" class="attachment-thumbnail" alt="MCM_6338" title="MCM_6338" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6339-2/#image" title="MCM_6339"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6339-195x129.jpg" class="attachment-thumbnail" alt="MCM_6339" title="MCM_6339" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6340-2/#image" title="MCM_6340"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6340-195x129.jpg" class="attachment-thumbnail" alt="MCM_6340" title="MCM_6340" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6345-3/#image" title="MCM_6345"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6345-195x129.jpg" class="attachment-thumbnail" alt="MCM_6345" title="MCM_6345" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6348-2/#image" title="MCM_6348"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6348-195x129.jpg" class="attachment-thumbnail" alt="MCM_6348" title="MCM_6348" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6351-3/#image" title="MCM_6351"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6351-195x129.jpg" class="attachment-thumbnail" alt="MCM_6351" title="MCM_6351" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6352-2/#image" title="MCM_6352"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6352-195x129.jpg" class="attachment-thumbnail" alt="MCM_6352" title="MCM_6352" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6353-3/#image" title="MCM_6353"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6353-195x129.jpg" class="attachment-thumbnail" alt="MCM_6353" title="MCM_6353" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6354-3/#image" title="MCM_6354"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6354-195x129.jpg" class="attachment-thumbnail" alt="MCM_6354" title="MCM_6354" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6358-2/#image" title="MCM_6358"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6358-195x129.jpg" class="attachment-thumbnail" alt="MCM_6358" title="MCM_6358" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6361-3/#image" title="MCM_6361"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6361-195x129.jpg" class="attachment-thumbnail" alt="MCM_6361" title="MCM_6361" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6366-3/#image" title="MCM_6366"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6366-195x129.jpg" class="attachment-thumbnail" alt="MCM_6366" title="MCM_6366" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6367-3/#image" title="MCM_6367"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6367-139x210.jpg" class="attachment-thumbnail" alt="MCM_6367" title="MCM_6367" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6368-2/#image" title="MCM_6368"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6368-195x129.jpg" class="attachment-thumbnail" alt="MCM_6368" title="MCM_6368" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6370-2/#image" title="MCM_6370"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6370-195x129.jpg" class="attachment-thumbnail" alt="MCM_6370" title="MCM_6370" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6373-3/#image" title="MCM_6373"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6373-195x129.jpg" class="attachment-thumbnail" alt="MCM_6373" title="MCM_6373" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6378-2/#image" title="MCM_6378"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6378-195x129.jpg" class="attachment-thumbnail" alt="MCM_6378" title="MCM_6378" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6379-2/#image" title="MCM_6379"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6379-195x129.jpg" class="attachment-thumbnail" alt="MCM_6379" title="MCM_6379" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6381/#image" title="MCM_6381"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6381-195x129.jpg" class="attachment-thumbnail" alt="MCM_6381" title="MCM_6381" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6383-3/#image" title="MCM_6383"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6383-195x129.jpg" class="attachment-thumbnail" alt="MCM_6383" title="MCM_6383" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6387-2/#image" title="MCM_6387"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6387-139x210.jpg" class="attachment-thumbnail" alt="MCM_6387" title="MCM_6387" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6388-2/#image" title="MCM_6388"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6388-139x210.jpg" class="attachment-thumbnail" alt="MCM_6388" title="MCM_6388" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6390-2/#image" title="MCM_6390"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6390-195x129.jpg" class="attachment-thumbnail" alt="MCM_6390" title="MCM_6390" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6391-3/#image" title="MCM_6391"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6391-195x129.jpg" class="attachment-thumbnail" alt="MCM_6391" title="MCM_6391" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6393-2/#image" title="MCM_6393"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6393-139x210.jpg" class="attachment-thumbnail" alt="MCM_6393" title="MCM_6393" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6397-2/#image" title="MCM_6397"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6397-139x210.jpg" class="attachment-thumbnail" alt="MCM_6397" title="MCM_6397" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6401-2/#image" title="MCM_6401"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6401-195x129.jpg" class="attachment-thumbnail" alt="MCM_6401" title="MCM_6401" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6402-2/#image" title="MCM_6402"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6402-139x210.jpg" class="attachment-thumbnail" alt="MCM_6402" title="MCM_6402" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6403-2/#image" title="MCM_6403"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6403-195x129.jpg" class="attachment-thumbnail" alt="MCM_6403" title="MCM_6403" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6407/#image" title="MCM_6407"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6407-195x129.jpg" class="attachment-thumbnail" alt="MCM_6407" title="MCM_6407" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6408-3/#image" title="MCM_6408"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6408-139x210.jpg" class="attachment-thumbnail" alt="MCM_6408" title="MCM_6408" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6409-2/#image" title="MCM_6409"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6409-195x129.jpg" class="attachment-thumbnail" alt="MCM_6409" title="MCM_6409" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6410/#image" title="MCM_6410"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6410-139x210.jpg" class="attachment-thumbnail" alt="MCM_6410" title="MCM_6410" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6411-2/#image" title="MCM_6411"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6411-195x129.jpg" class="attachment-thumbnail" alt="MCM_6411" title="MCM_6411" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6412-2/#image" title="MCM_6412"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6412-195x129.jpg" class="attachment-thumbnail" alt="MCM_6412" title="MCM_6412" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6413/#image" title="MCM_6413"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6413-139x210.jpg" class="attachment-thumbnail" alt="MCM_6413" title="MCM_6413" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6416/#image" title="MCM_6416"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6416-195x129.jpg" class="attachment-thumbnail" alt="MCM_6416" title="MCM_6416" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6418/#image" title="MCM_6418"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6418-139x210.jpg" class="attachment-thumbnail" alt="MCM_6418" title="MCM_6418" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6419/#image" title="MCM_6419"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6419-195x129.jpg" class="attachment-thumbnail" alt="MCM_6419" title="MCM_6419" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6420-2/#image" title="MCM_6420"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6420-195x129.jpg" class="attachment-thumbnail" alt="MCM_6420" title="MCM_6420" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6421/#image" title="MCM_6421"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6421-195x129.jpg" class="attachment-thumbnail" alt="MCM_6421" title="MCM_6421" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6422-2/#image" title="MCM_6422"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6422-139x210.jpg" class="attachment-thumbnail" alt="MCM_6422" title="MCM_6422" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6424/#image" title="MCM_6424"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6424-195x129.jpg" class="attachment-thumbnail" alt="MCM_6424" title="MCM_6424" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6426/#image" title="MCM_6426"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6426-139x210.jpg" class="attachment-thumbnail" alt="MCM_6426" title="MCM_6426" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6428-2/#image" title="MCM_6428"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6428-195x129.jpg" class="attachment-thumbnail" alt="MCM_6428" title="MCM_6428" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6429-2/#image" title="MCM_6429"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6429-195x129.jpg" class="attachment-thumbnail" alt="MCM_6429" title="MCM_6429" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6431-2/#image" title="MCM_6431"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6431-195x129.jpg" class="attachment-thumbnail" alt="MCM_6431" title="MCM_6431" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6432/#image" title="MCM_6432"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6432-139x210.jpg" class="attachment-thumbnail" alt="MCM_6432" title="MCM_6432" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6433-2/#image" title="MCM_6433"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6433-195x129.jpg" class="attachment-thumbnail" alt="MCM_6433" title="MCM_6433" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6434/#image" title="MCM_6434"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6434-195x129.jpg" class="attachment-thumbnail" alt="MCM_6434" title="MCM_6434" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6435/#image" title="MCM_6435"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6435-195x129.jpg" class="attachment-thumbnail" alt="MCM_6435" title="MCM_6435" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6436/#image" title="MCM_6436"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6436-195x129.jpg" class="attachment-thumbnail" alt="MCM_6436" title="MCM_6436" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6437/#image" title="MCM_6437"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6437-195x129.jpg" class="attachment-thumbnail" alt="MCM_6437" title="MCM_6437" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6439-2/#image" title="MCM_6439"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6439-139x210.jpg" class="attachment-thumbnail" alt="MCM_6439" title="MCM_6439" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6441-3/#image" title="MCM_6441"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6441-139x210.jpg" class="attachment-thumbnail" alt="MCM_6441" title="MCM_6441" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6442-3/#image" title="MCM_6442"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6442-139x210.jpg" class="attachment-thumbnail" alt="MCM_6442" title="MCM_6442" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6443-2/#image" title="MCM_6443"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6443-139x210.jpg" class="attachment-thumbnail" alt="MCM_6443" title="MCM_6443" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6445/#image" title="MCM_6445"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6445-139x210.jpg" class="attachment-thumbnail" alt="MCM_6445" title="MCM_6445" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6447/#image" title="MCM_6447"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6447-195x129.jpg" class="attachment-thumbnail" alt="MCM_6447" title="MCM_6447" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6448-2/#image" title="MCM_6448"><img width="195" height="126" src="http://s.ma.tt/files/2010/12/MCM_6448-195x126.jpg" class="attachment-thumbnail" alt="MCM_6448" title="MCM_6448" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6449-2/#image" title="MCM_6449"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6449-195x129.jpg" class="attachment-thumbnail" alt="MCM_6449" title="MCM_6449" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6450-2/#image" title="MCM_6450"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6450-195x129.jpg" class="attachment-thumbnail" alt="MCM_6450" title="MCM_6450" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6451-2/#image" title="MCM_6451"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6451-195x129.jpg" class="attachment-thumbnail" alt="MCM_6451" title="MCM_6451" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6452-3/#image" title="MCM_6452"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6452-139x210.jpg" class="attachment-thumbnail" alt="MCM_6452" title="MCM_6452" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6453-2/#image" title="MCM_6453"><img width="133" height="210" src="http://s.ma.tt/files/2010/12/MCM_6453-133x210.jpg" class="attachment-thumbnail" alt="MCM_6453" title="MCM_6453" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6456/#image" title="MCM_6456"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6456-195x129.jpg" class="attachment-thumbnail" alt="MCM_6456" title="MCM_6456" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6461-2/#image" title="MCM_6461"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6461-195x129.jpg" class="attachment-thumbnail" alt="MCM_6461" title="MCM_6461" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6462-2/#image" title="MCM_6462"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6462-195x129.jpg" class="attachment-thumbnail" alt="MCM_6462" title="MCM_6462" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6467/#image" title="MCM_6467"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6467-195x129.jpg" class="attachment-thumbnail" alt="MCM_6467" title="MCM_6467" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6468/#image" title="MCM_6468"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6468-195x129.jpg" class="attachment-thumbnail" alt="MCM_6468" title="MCM_6468" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6471-2/#image" title="MCM_6471"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6471-195x129.jpg" class="attachment-thumbnail" alt="MCM_6471" title="MCM_6471" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6472-2/#image" title="MCM_6472"><img width="139" height="210" src="http://s.ma.tt/files/2010/12/MCM_6472-139x210.jpg" class="attachment-thumbnail" alt="MCM_6472" title="MCM_6472" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6474/#image" title="MCM_6474"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6474-195x129.jpg" class="attachment-thumbnail" alt="MCM_6474" title="MCM_6474" /></a>\n<a href="http://ma.tt/2010/12/rodin-versailles-louvre/mcm_6475-2/#image" title="MCM_6475"><img width="195" height="129" src="http://s.ma.tt/files/2010/12/MCM_6475-195x129.jpg" class="attachment-thumbnail" alt="MCM_6475" title="MCM_6475" /></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:"Tue, 11 Jan 2011 07:45: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: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: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:60:"Weblog Tools Collection: WordPress FAQ: Dealing with Malware";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=9480";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/Cy_jrrretBA/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1684:"<p>Recentently, we published two FAQs on finding <a href="http://weblogtoolscollection.com/archives/2010/12/17/wordpress-faq-finding-free-wordpress-themes/">free themes</a> and <a href="http://weblogtoolscollection.com/archives/2011/01/04/wordpress-faq-finding-free-wordpress-plugins/">free plugins</a>, and both contained strong warnings about malware and steps to avoid infection, but what if your <a href="http://wordpress.org/">WordPress</a> blog is already infected?</p>\n<p>The first thing to do is to confirm the existence of a malware infection by running the <a href="http://wordpress.org/extend/plugins/exploit-scanner/">Exploit Scanner plugin</a>. Once you have confirmed the existence of malware, refer to this handy <a href="http://codex.wordpress.org/FAQ_My_site_was_hacked">Codex guide</a>. Why simply link to the guide? Because this handy guide is updated by WordPress&#8217; volunteer community to present the latest tips and tricks to clearing the latest malware infections from your blog.</p>\n<p>Of course, the best way to prevent a malware disaster is to regularly backup your <a href="http://codex.wordpress.org/Backing_Up_Your_Database">database</a> and <a href="http://codex.wordpress.org/Backing_Up_Your_WordPress_Files">files</a>, but WordPress&#8217; volunteer community has also compiled a list of <a href="http://codex.wordpress.org/Hardening_WordPress">recommended security measures</a>.</p>\n<p>This is the fourth entry in our hopefully long-running WordPress FAQ series. What did you think, and what questions would you like us to answer next?</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Cy_jrrretBA" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 10 Jan 2011 14:00:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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: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:67:"WordPress Podcast: Quality Time with WP Power User Christina Warren";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wp-community.org/?p=838";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wp-community.org/2011/01/10/quality-time-with-wp-power-user-christina-warren/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3808:"<div id="attachment_845" class="wp-caption alignright"><a href="http://wp-community.org/wp/wp-content/uploads/2011/01/Christina-Warren.jpg"><img class="size-full wp-image-845" title="Christina Warren" src="http://wp-community.org/wp/wp-content/uploads/2011/01/Christina-Warren.jpg" alt="Christina Warren" width="200" height="200" /></a><p class="wp-caption-text">Christina Warren</p></div><p>We are kicking things off this year with Christina Warren, a writer, podcaster, blogger, twitterer (<a href="http://twitter.com/film_girl">@film_girl</a>) and all round gadget-junkie. Christina is a full time writer for <a href="http://www.mashable.com/">mashable.com</a> and you can find her blog at <a href="http://www.christinawarren.com/">www.christinawarren.com</a>. She also co-hosts <a href="http://5by5.tv/brieflyawesome">‘Briefly Awesome’ on 5by5.tv</a></p><p>We start this week’s show off with Christina as she fills us in on what she is up to at the moment, including heading to Las Vagas this week for the <a href="http://mashable.com/awards/pages/about">Fourth Annual Mashable Awards</a>, and coverage of the <a href="http://www.cesweb.org/">2011 International CES Convention</a>.</p><p>WordPress 3.1 release candidate 2 has just come out, and in line with this we get down to the nitty-gritty of custom post formats. Christina explains what they are, and how it all works.</p><p>The admin bar is a new addition to WordPress 3.0.1 rc2 and is already the source of much discussion. We find out who likes it, who doesn’t, and debate whether it should be an option rather than a default.</p><p>Christina lets us in on some great tips when it comes to writing and blogging. Considering she writes an average of 1.5 <em>million</em> words a year, we highly recommend taking her advice! One of the tools she uses is <a href="http://macromates.com/">TextMate</a>, a Mac text editor. She explains its bundle system and how easy it makes her life when writing blogs and articles.</p><p>Christina tells us all about the Mashable Awards, its nominees and who to look out for.</p><p>She lets us in on some of the more unusual companies she will be looking out for in 2011 including the <a href="http://www.quora.com/">Quora.com</a> Q&amp;A service and <a href="http://www.kickstarter.com/">Kickstarter.com</a>, a crowd funding platform.</p><p>Christina gives her top tips for WordPress, talking about Markdown Quicktags, reducing the number of plugins on your site, jQuery and using spiderbug, and some fantastic advice on becoming mobile friendly (essential if you have a business based on offering a service).</p><p>We talk about the WordPress apps that are out there for the iPad and iPhone. Improvements are inevitable, and we discuss what is really needed, and our opinions on some of the changes that should be made.</p><p><strong>Christina’s plugin picks and plugins she mentioned:</strong></p><ul><li><a href="http://wordpress.org/extend/plugins/wp-admin-bar-removal/">WP Admin Bar Removal</a></li><li><a href="http://wordpress.org/extend/plugins/wp-admin-bar-removal/"></a><a href="http://wordpress.org/extend/plugins/disable-admin-bar/">Disable Admin Bar</a></li><li><a href="http://wordpress.org/extend/plugins/disable-admin-bar/"></a><a href="http://brettterpstra.com/code/?did=25">Blogsmith Bundle</a> – Has a lot of useful tools for blogging, including IOS linking and a built in thesaurus, word count tools and much more!</li><li><a href="http://brettterpstra.com/markdown-quicktags-wordpress-plugin/">Markdown Quicktags</a></li></ul><p><strong>Joost’s plugin picks of the week:</strong></p><ul><li><a href="http://wordpress.org/extend/plugins/comment-email-verify/">Comment Email Verify</a> – This plugin forces people to verify their email address when they post a comment</li></ul>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 10 Jan 2011 12:13: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:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:78:"WordPress.tv: Veselin Nikolov: 20 Ways to Kill Your Blog without Even Noticing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=4832";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/10/02/nikolov-kill-your-blog-bulgaria10/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1814:"<div id="x-video-18" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4832/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4832&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/10/02/nikolov-kill-your-blog-bulgaria10/"><img alt="Veselin Nikolov: 20 Ways to Kill Your Blog without Even Noticing" src="http://videos.videopress.com/7PUGTXKz/veselin-nikolov_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 10 Jan 2011 07:15:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Ivan Shaovchev";s: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:25:"Matt: Best Blog Platform?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=37280";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://ma.tt/2011/01/best-blog-platform/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"<p>Rich Brooks on Fast Company asks <a href="http://www.fastcompany.com/1714972/whats-the-best-blog-platform">What&#8217;s the Best Blog Platform?</a>. That&#8217;s an easy one to answer. There&#8217;s still some disagreement over &#8220;What&#8217;s the best CMS?&#8221; but we&#8217;re trying to make that one easy to answer, too.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 09 Jan 2011 18:26: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: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: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:57:"Weblog Tools Collection: WordPress Theme Releases for 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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9475";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/-5msW5uQGYg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1412:"<p><img class="alignnone size-full wp-image-9476" title="basicodark" src="http://weblogtoolscollection.com/wp-content/uploads/2011/01/basicodark.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://www.wpexplorer.com/basico-dark-clean-modern-dark-wordpress-theme.html"><strong>Basico Dark</strong></a> is a really clean and modern WordPress theme that comes with some of the latest WP 3.0 features such as custom backgrounds, threaded comments, featured images and drag and drop menus.</p>\n<p><img class="alignnone size-full wp-image-9477" title="min" src="http://weblogtoolscollection.com/wp-content/uploads/2011/01/min.jpg" alt="" width="150" height="94" /></p>\n<p><a href="http://jarederickson.com/2011/min-a-free-wordpress-minimal-theme/"><strong>min</strong></a> is a super clean and minimal theme with two widget areas in the footer.</p>\n<p><img class="alignnone size-full wp-image-9478" title="pilcrow" src="http://weblogtoolscollection.com/wp-content/uploads/2011/01/pilcrow.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/pilcrow"><strong>Pilcrow</strong></a> makes personalizing your blog a snap with six different layouts, multiple sidebar configurations, four default color schemes, custom header images, and a customizable background.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/-5msW5uQGYg" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 09 Jan 2011 14:00:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:66:"Weblog Tools Collection: How do WordPress Automated Upgrades 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9469";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/YQUv8NBSX2A/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:882:"<p>Have you ever wondered how <a href="http://wordpress.org/">WordPress</a> handles the automated core, plugin, and theme upgrades? Well, it&#8217;s time for some quick weekend education!</p>\n<p>Long-time <a href="http://wordpress.org/support/">support forum</a> volunteer, <a href="http://ipstenu.org/">Ipstenu</a>, has done all the thinking for you and has clearly laid out <a href="http://code.ipstenu.org/2011/how-the-wordpress-upgrade-works/">the inner-workings of the automated upgrade process</a>.</p>\n<p>It&#8217;s a quick read, and you might leave with a new respect for the automated upgrade system, and a new understand for why you should create a <a href="http://themeshaper.com/modify-wordpress-themes/">child theme</a> if you want to modify your own theme.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/YQUv8NBSX2A" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 08 Jan 2011 14: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: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:47:"WordPress.tv: Luke Pilon: WordPress, GPL and VC";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=4754";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2010/12/03/luke-pilon-wordpress-gpl-and-vc/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1762:"<div id="x-video-4" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4754/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4754&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/12/03/luke-pilon-wordpress-gpl-and-vc/"><img alt="Luke Pilon" src="http://videos.videopress.com/VEc6bXCT/luke_pilon_wcla_2010_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 08 Jan 2011 05: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:"The Frosty";s: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:61:"WordPress.tv: Alana Joy: Social Integration and 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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=4752";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/12/03/alana-joy-social-integration-and-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:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1775:"<div id="x-video-5" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4752/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4752&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/12/03/alana-joy-social-integration-and-suicide-girls/"><img alt="Alana Joy" src="http://videos.videopress.com/VzJeZcoo/alana_joy_wcla_2010_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 08 Jan 2011 05: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:"The Frosty";s: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:18:"Matt: Growing Fast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=37276";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ma.tt/2011/01/growing-fast/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:213:"<p><a href="http://thenextweb.com/us/2011/01/07/wordpress-com-growing-fast-over-6-million-new-blogs-in-2010-pageviews-up-53/">WordPress.com growing fast. Over 6 million new blogs in 2010, pageviews up 53%</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 08 Jan 2011 04:49:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:58:"Weblog Tools Collection: Mini Guide To Choosing A Web Host";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=9465";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/mIqGxL1KDfk/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:9987:"<p>The one thing that most of us WordPress self installers have in common is that we&#8217;re using a web host of some kind whether it be shared hosting, VPS, or a dedicated server. Web hosting is one of those industries that has a very low entry barrier thanks to reselling. This enables fly by night shops to open up as a web hosting company only to disappear a few months later. This doesn&#8217;t happen in all cases as reselling provides a great opportunity to learn a thing or two but I&#8217;ve since lost my trust in resellers. Choosing a web host is probably the most important decision you make as everything rests on their shoulders for your web site to stay online. Without further adieu, here is a list of questions and things to consider when choosing a web host. <em>Note:</em> This mini guide is mainly geared towards shared hosting. </p>\n<p><strong>Trend spotting: WordPress Centric Hosting</strong> &#8211; Over the past two years, a new form of web hosting has cropped up that tries to bridge the gap between all the safety nets WordPress.com offers with the freedom to do whatever you want via the self installed version of WordPress. Examples of these types of companies include <a href="http://page.ly/">Page.ly</a> and <a href="http://wpengine.com/">WPEngine</a>. I&#8217;ve noticed more and more of these types of companies starting to open shop while at the same time, long time players in the web hosting industry are starting to create WordPress centric packages. One thing you need to keep in mind is that a WordPress centric host does not make them better than all of the other options. </p>\n<p><strong>How Up To Date Are Their Servers?</strong> &#8211; During the early part of 2010, there were a number of instances where large, well-known web hosting companies became victims to exploits and attacks thanks to outdated software in use on their servers. Before becoming a customer, ask the web host in question what versions they are using for php, MySQL, phpMyAdmin, etc. A good web host will generally always be using the most recent stable version of software. </p>\n<p><strong>Reputation Check</strong> &#8211; Type into Google the name of the web host you&#8217;re interested in followed by the word <em>sucks</em>. You should quickly noticed that every web host sucks. What you should really be paying attention to is not only the severity and amount of problems that users report, but how the company responded to those problems. Every web host is going to encounter its share of problems but it&#8217;s how they handle those problems that makes a big difference. An excellent resource for all things web hosting that has been in existence for years is <a href="http://www.webhostingtalk.com/">WebHostingTalk.com</a>. If you&#8217;re interested in hardware, software, all things related to what it takes to make a web hosting company run, that forum will make your mind explode with detailed discussions. </p>\n<p><strong>Human Recommendation –</strong> If you start a thread on the WordPress Support forum asking for advice on which web hosting company to go with, chances are you’ll get 3-5 different company names as recommendations. If one of these companies interest you, be sure to ask around to get personal experiences from folks, especially as they relate to customer service and up time. However, similar to the Google Research conundrum, it could turn out that all of your friends have had success with a particular company and you turn out to be the bad apple with a bad experience. </p>\n<p><strong>Check And Double Check Policies</strong> &#8211; It&#8217;s imperative that you read the Terms Of Service and Acceptable Use Policies for the host you&#8217;re interested in using. While many hosting companies advertise unlimited everything, you&#8217;ll find out by looking in the small print within their AUP that if your site goes overboard with CPU, space, or bandwidth resources, you&#8217;ll be cut off. Unlimited is a great marketing technique but there are always limitations so take the term unlimited with a grain of salt. </p>\n<p><strong>DoS And DDoS Attacks</strong> &#8211; I found this out the hard way early in 2010 when my own web site, <a href="http://www.wptavern.com/wptavern-was-trackbacked-to-death">WPTavern.com was hit</a> with a denial of service attack. When I contacted support for AnHosting, they basically told me that I must figured out a way to stop the attacks because after the site gets suspended three times in a row for using too many resources, they would remove my site along with my account. Needless to say, this infuriated me as I&#8217;ve been a loyal customer for over two years and they failed to work with me to find a cause along with a resolution. DoS attacks are a common thing these days so please make sure that whatever web host you&#8217;re interested in using has a firewall or some type of preventive measures in place to help out instead of abandoning the customer as my previous host did. </p>\n<p><strong>Support</strong> &#8211; Probably one of the most important aspects of choosing a web host is their support system. Look for companies that offer a variety of support solutions such as forums, ticket system, email, and a phone number. I’d choose a web host that has 24/7 support versus week days only. Extra points to those web hosting companies that don’t outsource their support to countries/companies that don’t speak English very well. </p>\n<p><strong>Redundancy</strong> &#8211; If the companies website and services go down, do they have a fail-over system in place? Is your data mirrored to that fail-over system? Does it have the same security precautions as their first system? This is not overly important as their are a number of options available specifically for WordPress users to create redundancy of their data. </p>\n<p><strong>Communication</strong> – This is one area in which I see web hosting companies screwing up the most. You’d figure that by now, they would understand that communication with their customers is paramount but most of them still don’t get it. Ask the web host you’re interested in whether or not you’ll be contacted if maintenance is required on the box your site resides on. Also ask where all such service interruptions and other announcements will be published. Nothing like publishing a post in WordPress only to hit the button and see a site not found error. </p>\n<p><strong>Payment Options</strong> – Make sure you understand any money back guarantee that is offered. I recommend staying away from purchasing web hosting for more than one year at a time unless the money back guarantee specifically states that refunds can be pro-rated. Preferably at 1, 3, or 6 month periods at the most. This way, you’re not locked into a specific host. You’ll regret it when you’re halfway through your contract and the web host experiences severe technical difficulties that last a week or more but you can’t move to a new web host because you’ll lose money from not fulfilling the other half of the contract. It may seem like you’ll save tons of money by purchasing 3-5 years worth of hosting, but realize this is a very high risk you’d be taking. </p>\n<p><strong>SSH And SFTP –</strong> SSH stands for Secure Shell. It’s a Unix-based command interface and protocol for securely getting access to a remote computer. It is widely used by network administrators to control Web and other kinds of servers remotely. SSH is actually a suite of three utilities – slogin, ssh, and scp – that are secure versions of the earlier UNIX utilities, rlogin, rsh, and rcp. SSH commands are encrypted and secure in several ways. Both ends of the client/server connection are authenticated using a digital certificate, and passwords are protected by being encrypted.</p>\n<p><a href="http://kb.iu.edu/data/akqg.html">SFTP on the other hand</a> is the secure version of the FTP protocol. SFTP, or secure FTP, is a program that uses SSH to transfer files. Unlike standard FTP, it encrypts both commands and data, preventing passwords and sensitive information from being transmitted in the clear over the network. It is functionally similar to FTP, but because it uses a different protocol, you can’t use a standard FTP client to talk to an SFTP server, nor can you connect to an FTP server with a client that supports only SFTP.</p>\n<p><strong>Sandboxing</strong> &#8211; Probably the most important question you can ask to a shared hosting company is how they secure/sandbox the user account space. By default *nix systems don’t protect user home directories. Also, how do they secure/sandbox the php processes. By default, php has to run with apache privileges and any code that runs on the server, regardless of user, runs in the same security context. Sandboxing the PHP code to a specific user account is important on a shared host so that user1 can’t write some code that hijacks user2?s site.</p>\n<h2>Conclusion:</h2>\n<p>While this isn’t the all encompassing guide to choosing a great web host to put your WordPress powered web site on, it does provide food for thought. This is just a short list of things to consider but in reality, having a great experience with a webhosting company is almost like winning the lottery because it’s so rare. In my experience with WPTavern.com, I experienced 2 great years with my previous host and then it turned into a nightmare in just a matter of two weeks forcing me to move. In fact, I moved twice in one week due to the problems I was having with migrating my site. Ultimately, it comes down to gathering as much information as possible in order to make an informed decision as to whether a particular webhost is right for you. Price should not be the only determining factor for hosting your site, especially if you plan on taking things seriously. </p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/mIqGxL1KDfk" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 07 Jan 2011 20:00:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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 Plugin Releases for 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:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9461";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/MZNst85fnq0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1405:"<h3>New plugins</h3>\n<p><a href="http://westi.wordpress.com/2011/01/05/introducing-debug-bar/"><strong>Debug Bar</strong></a> adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information. Requires WordPress 3.1.</p>\n<p><a href="http://drench.github.com/graceless-degradation/"><strong>Graceless Degradation</strong></a> gives visitors still using Internet Explorer 6 an appropriate user experience, with Comic Sans fonts everywhere, blinking emphasis tags, animated rainbow hr tags, and animated mailbox graphics added to &#8220;mailto:&#8221; links!</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/sexybookmarks/"><strong>SexyBookmarks</strong></a> adds an attractive social bookmarking menu to your posts, pages, index, or any combination of the three.</p>\n<p><a href="http://www.plexav.com/2009/tagspace-3d-menu-wordpress-plugin/"><strong>TagSpace</strong></a> lets visitors browse your WordPress categories and tags by flying through them in 3D.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-maintenance-mode/"><strong>WP Maintenance Mode</strong></a> adds a maintenance-page to your blog that lets visitors know your blog is down for maintenance. Users with rights for theme-options get full access to the blog.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/MZNst85fnq0" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 07 Jan 2011 14:00:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:31:"Donncha: WP Super Cache 0.9.9.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:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://ocaoimh.ie/?p=89496129";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:38:"http://ocaoimh.ie/wp-super-cache-0998/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2287:"<p><a href="http://wordpress.org/extend/plugins/wp-super-cache/">WP Super Cache</a> is a full page caching plugin for WordPress that makes your website run much faster!</p>\n<p>Version 0.9.9.8 has been released and has a number of bug fixes and changes including:</p>\n<ol>\n<li> CDN updates: it can be switched off. Multiple CNAMEs can be used for serving static content to improve performance.</li>\n<li> Uninstall process improved. Files that the plugin creates are removed, and the wp-config.php and .htaccess files are fixed. If the plugin can&#8217;t do any of these steps it will display a message explaining what to do.</li>\n<li> Cached dynamic pages can now be stored in Supercache files and compressed. No need to use legacy caching any more.</li>\n<li> 1and1 Webhosting fix. They use &#8220;/kunden/&#8221; in some of their paths but not others.</li>\n<li> I removed the &#8220;log by email&#8221; functionality as it caused problems for users who were inundated by email.</li>\n<li> Many more minor fixes and changes.</li>\n</ol>\n<p>The old uninstall process has been completely revamped. Now all you need to do is deactivate it on the plugins page. It will then remove wp-cache-config.php and advanced-cache.php. It will also remove the extra code it added to wp-config.php and the .htaccess file. On the off chance it can&#8217;t remove those files it will print a helpful message asking you to fix the problem. Unfortunately this class of plugin (full page caching plugins) are by design more complicated than regular plugins and are more invasive.</p>\n<p>Got a problem with the plugin? Use the <a href="http://wordpress.org/tags/wp-super-cache?forum_id=10">support forum</a> please. Support queries posted here may be ignored or deleted.</p>\n<p><strong>Related Posts</strong><ul><li><a href="http://ocaoimh.ie/wp-super-cache-084-the-garbage-collector/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.4, the garbage collector">WP Super Cache 0.8.4, the garbage collector</a></li><li><a href="http://ocaoimh.ie/wp-super-cache-087/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.7">WP Super Cache 0.8.7</a></li><li><a href="http://ocaoimh.ie/wp-super-cache-099/" rel="bookmark" title="Permanent Link: WP Super Cache 0.9.9">WP Super Cache 0.9.9</a></li></ul></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 07 Jan 2011 12:19: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: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: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:54:"WordPress.tv: WordPress.com Contact Forms – 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=5024";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2011/01/07/wordpress-com-contact-forms-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1785:"<div id="x-video-0" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/5024/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/5024/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/5024/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/5024/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/5024/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/5024/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/5024/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/5024/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/5024/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/5024/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/5024/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/5024/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/5024/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/5024/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=5024&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/07/wordpress-com-contact-forms-overview/"><img alt="WordPress.com Contact Forms: Overview" src="http://videos.videopress.com/xjznIgf9/contactorms_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 07 Jan 2011 08:40: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:12:"Michael Pick";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:60:"WordPress.tv: Michael Dorausch: Your first WordPress install";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=4740";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.tv/2011/01/06/michael-dorausch-your-first-wordpress-install/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1788:"<div id="x-video-1" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4740/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4740/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4740/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4740&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/06/michael-dorausch-your-first-wordpress-install/"><img alt="Michael Darausch" src="http://videos.videopress.com/EHidJS4l/michael_darausch_wcla_2010_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 07 Jan 2011 08: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"The Frosty";s: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:60:"WordPress.tv: Thom Meredith: Advanced use with Custom Fields";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=4738";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.tv/2011/01/06/thom-meredith-advanced-use-with-custom-fields/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1782:"<div id="x-video-2" class="video-player">\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4738/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4738/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4738/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4738/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4738/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4738/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4738/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4738/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4738/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4738/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4738/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4738/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4738/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4738/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=4738&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2011/01/06/thom-meredith-advanced-use-with-custom-fields/"><img alt="Thom Meredith" src="http://videos.videopress.com/GgE5ICa6/thom_meredith_wcla_2010_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Jan 2011 20:37: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:"The Frosty";s: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:51:"Weblog Tools Collection: WPHonors Winners 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=9455";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/YyMMpzPWuvE/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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:"<p>The winners of the <a href="http://2010.wphonors.com./">WPHonors</a> awards have been announced today <a href="http://wpcandy.com/reports/the-2010-wphonors-award-winners">by WPCandy.com</a>. WPHonors has been compared to the Oscars but for WordPress. The site has a handful of categories ranging from best theme framework to best commercial plugin to best community member. It was neat to see WPTavern as well as Weblog Tools Collection.com added to the finals for voting despite our non attempt at getting votes/nominated. The one thing that did stand out regarding the final votes is that Joost De Valk would have walked away with three categories if it were not for the rule limiting the winner to one category. The winners get bragging rights and the claim to be part of the best of 2010. Congrats to wall who won. </p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/YyMMpzPWuvE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Jan 2011 19: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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:54:"Weblog Tools Collection: Add Voice Search 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=9450";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/JCJEhseIwEE/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:908:"<p>Do you have a <a href="http://wordpress.org/">WordPress</a> blog? Do you want to add voice search to your blog? Well, thanks to Otto the Tech Ninja, <a href="http://ottopress.com/2011/wp-quickie-adding-chrome-voice-search/">you can with just a slight modification to your theme</a>!</p>\n<p>Yes, this will only work in <a href="http://www.google.com/chrome/">Google Chrome</a> if you have <a href="https://chrome.google.com/webstore/detail/hhfkcobomkalfdlmkongnhnhahkmnaad">the Voice Search extension</a> or if you&#8217;re using <a href="http://www.google.com/intl/en/landing/chrome/beta/">the latest development version</a>, but with most computers shipping with built-in microphones these days, Voice Search certainly makes searching easy, and it&#8217;s a great way to impress your friends.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/JCJEhseIwEE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 06 Jan 2011 14:00:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 20 Jan 2011 19:32:59 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:"Thu, 20 Jan 2011 19:15:18 GMT";s:14:"content-length";s:6:"253583";s:4:"x-nc";s:11:"HIT luv 138";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (5131, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1295593414', 'no'),
(5132, 0, '_transient_feed_57bc725ad6568758915363af670fd8bc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n	\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wordpress.org/extend/plugins/browse/new/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 19:29: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2539";s:7:"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:55:"hbkpanchal on "Generate Social Network Profie QR Code."";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://wordpress.org/extend/plugins/generate-social-network-profie-qr-code/#post-23855";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 19 Jan 2011 20:10: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:42:"23855@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:63:"version: 2.1\n\n\nHardik - Generate Social Network Profie QR Code.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"hbkpanchal";s: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:56:"raulillana on "Awebsome! Comment Author Mail Validation"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:87:"http://wordpress.org/extend/plugins/awebsome-comment-author-mail-validation/#post-23742";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 15 Jan 2011 08: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23742@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:123:"Awebsome! Comment Author Mail Validation adds a new option to the &#34;Before a comment appears&#34; Discussion subsection.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"raulillana";s: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:46:"maldinii on "Poker Rakeback Calculator Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"http://wordpress.org/extend/plugins/poker-rakeback-calculator-widget/#post-23698";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 13 Jan 2011 14:37: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:42:"23698@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:"If you are running an online poker room and are looking to give your players the incentive of the rakeback option, you would require the help of the r";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"maldinii";s: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:44:"FranceImage on "FranceImage location filter"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.org/extend/plugins/franceimage-map-filter-for-geotagged-posts/#post-23768";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 16 Jan 2011 21: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:42:"23768@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:84:"Filters posts according to their geographic location (requires a geotagging plugin).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"FranceImage";s: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:71:"tentblogger on "TentBlogger Social Widget - Twitter, Facebook, and 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:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/extend/plugins/tentblogger-social-widget/#post-23706";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 13 Jan 2011 23:11: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:"23706@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:"A lightweight, fast loading, and clean looking social widget to capitalize on the &#34;Big 3&#34; on your blog: Twitter, Facebook, and 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"tentblogger";s: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:27:"tepelstreel on "Native 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:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/native-rss/#post-23860";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 19 Jan 2011 22:21: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:"23860@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:497:"<p>This plugin will change the language tag of the blogfeeds from &#34;en&#34; to the native language of your WP-installation by default. You can however, change the feed-language in the settings, e.g. if your blog is running in french, but you publish in dutch. Nothing specific will change in the feed but your blog will be found easier by people using the language, you are actually writing in. Also it helps search engines to list your site correcly, if you provide the feed as a sitemap.\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"tepelstreel";s: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:27:"marquex on "Widget Entries"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/widget-entries/#post-23694";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 13 Jan 2011 11:20:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23694@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:689:"<p>Widget Entries plugin creates the Widget post-type in the administration area to make easier the edition of the text widgets, and it also register a new widget to import the widget entries easily.</p>\n<p>This way of working has many advantages:</p>\n<p>*	You can format your widget with the Wordpress editor.<br />\n*	You can upload images directly to be shown in your widgets.<br />\n*	You can have widgets drafts.<br />\n*	You can use shortcodes inside your widget.<br />\n*	You can get back to a previous version of your widgets thanks to the revision feature.<br />\n*	You can export your widgets contents.</p>\n<p>And you have more benefits like using php scripts inside the widgets.\n</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"marquex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"dariimd on "oQey-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:60:"http://wordpress.org/extend/plugins/oqey-gallery/#post-22797";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Dec 2010 10:28: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:42:"22797@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:106:"oQey-Gallery plugin, is the best gallery solution for your custom blog. This plugin suport also and Music.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"dariimd";s: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:37:"piotr.dickiebirds on "DB YouTube 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:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/db-youtube-rss/#post-23843";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 19 Jan 2011 08:22:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23843@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:133:"Plugin display widget with latest videos from user RSS channel. You can set up username, number of thumbnails and width of thumbnail.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"piotr.dickiebirds";s: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:28:"Ben Huson on "Content Parts"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/content-parts/#post-23859";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 19 Jan 2011 21:23: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:42:"23859@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:"Divide your post content into sections and show them in different places of your theme templates.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Ben Huson";s: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:39:"babyinternet on "Vietnamese Permarlink"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/vietnamese-permalink/#post-18751";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jun 2010 16:26: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:"18751@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:103:"Make you Permalink friendly: no space, no accents, no dot, no @... and reset your Permalink if you want";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"babyinternet";s: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:36:"jbleuzen on "Fullscreen HTML 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:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/fullscreen-html-editor/#post-23845";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 19 Jan 2011 12: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:42:"23845@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:80:"This plugin adds a fullscreen mode for the html editor to focus on your content.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"jbleuzen";s: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:27:"masterleep on "ML Raw 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:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/ml-raw-html/#post-23861";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 00:02: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:"23861@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:64:"Simple, efficient, and flexible raw html support via shortcodes.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"masterleep";s: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:45:"EnChikiben on "All Posts WordPress MU Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/extend/plugins/all-posts-wordpress-mu-widget/#post-23669";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 12 Jan 2011 10:12: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:42:"23669@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:76:"The plugin allows you to output N posts from all blogs servera WordPress MU.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"EnChikiben";s: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:"thatmlmbeat on "The Beat Top Blog Posts Voting Plugin"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"http://wordpress.org/extend/plugins/the-beat-top-blog-posts-voting-plugin/#post-23799";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 01:37: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:"23799@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:"Free front page advertising for your top blog posts on thatMLMbeat, exclusive to online home business entrepreneurs and MLM bloggers. The more &#039;b";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"thatmlmbeat";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:48:"http://wordpress.org/extend/plugins/rss/view/new";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:7:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 20 Jan 2011 19:33:00 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-01-19 20:10:13";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'),
(5153, 0, 'rewrite_rules', 'a:75:{s:48:"ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?ngg_tag=$matches[1]&feed=$matches[2]";s:43:"ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?ngg_tag=$matches[1]&feed=$matches[2]";s:36:"ngg_tag/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?ngg_tag=$matches[1]&paged=$matches[2]";s:18:"ngg_tag/([^/]+)/?$";s:29:"index.php?ngg_tag=$matches[1]";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:14:".*wp-atom.php$";s:19:"index.php?feed=atom";s:13:".*wp-rdf.php$";s:18:"index.php?feed=rdf";s:13:".*wp-rss.php$";s:18:"index.php?feed=rss";s:14:".*wp-rss2.php$";s:19:"index.php?feed=rss2";s:14:".*wp-feed.php$";s:19:"index.php?feed=feed";s:22:".*wp-commentsrss2.php$";s:34:"index.php?feed=rss2&withcomments=1";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:29:"comments/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:42:"tag/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:37:"tag/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:30:"tag/(.+?)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:12:"tag/(.+?)/?$";s:25:"index.php?tag=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:58:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:68:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:88:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$";s:85:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1";s:77:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:65:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]";s:47:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:57:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:77:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]";s:51:"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]";s:38:"([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$matches[2]";s:25:".+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:35:".+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:55:".+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:".+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:".+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:18:"(.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:38:"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:33:"(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:26:"(.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:33:"(.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:18:"(.+?)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes'),
(19795, 0, '_transient_timeout_feed_mod_9127e81f63f62b40a3e07eb25cb2d70f', '1305011292', 'no'),
(19796, 0, '_transient_feed_mod_9127e81f63f62b40a3e07eb25cb2d70f', '1304968092', 'no'),
(19793, 0, '_transient_timeout_feed_9127e81f63f62b40a3e07eb25cb2d70f', '1305011292', 'no'),
(19794, 0, '_transient_feed_9127e81f63f62b40a3e07eb25cb2d70f', '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:20:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	";s:7:"attribs";a: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:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"WP Autoresponder » Page not found";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.wpresponder.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:65:"Email Newsletter and Follow Up Autoresponder Plugin 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:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 13 Mar 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:"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:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:41:"http://www.wpresponder.com/tutorial/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:11:{s:4:"date";s:29:"Mon, 09 May 2011 19:08:12 GMT";s:6:"server";s:6:"Apache";s:12:"x-powered-by";s:10:"PHP/5.2.17";s:10:"x-pingback";s:37:"http://www.wpresponder.com/xmlrpc.php";s:4:"etag";s:34:""ff1a32273df54ffa0670ffd47b3a4492"";s:7:"expires";s:29:"Wed, 11 Jan 1984 05:00:00 GMT";s:13:"cache-control";s:36:"no-cache, must-revalidate, max-age=0";s:6:"pragma";s:8:"no-cache";s:13:"last-modified";s:29:"Mon, 09 May 2011 19:08:12 GMT";s:10:"connection";s:5:"close";s:12:"content-type";s:23:"text/xml; charset=UTF-8";}s:5:"build";s:14:"20090627192103";}', 'no'),
(19797, 0, '_transient_timeout_feed_e1a7ff0dfc14c99e56b0d508c0f132be', '1305011294', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (19798, 0, '_transient_feed_e1a7ff0dfc14c99e56b0d508c0f132be', '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:26:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n	";s:7:"attribs";a: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:20:"WP Responder 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:"link";a:1:{i:0;a:5:{s:4:"data";s:30:"http://wpresponder.com/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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:35:"Important Updates For WP Responder ";s: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, 24 Aug 2010 14:03: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:"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.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:"item";a:2:{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:30:"WP Responder 4.9.5.1 Released!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wpresponder.com/updates/wp-responder-4-9-5-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wpresponder.com/updates/wp-responder-4-9-5-1-released/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Aug 2010 14:03: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:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"http://wpresponder.com/updates/?p=24";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:336:"WP Responder 4.9.5.1 Released! A New Version Of WP Responder Is Available! You are receiving this e-mail from the WP Responder plugin installed in your WordPress Blog. A new version of WP Responder has been released that addresses a few bugs and introduces new features. Please log into your wordpress blog and upgrade the plugin. [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Rajasekharan";s: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:4225:"<table width="100%">\n<tr>\n<td style="background-color: #919191">\n<table width="650" align="center" cellspacing="5" style="background-color: #fff;">\n<tr>\n<td colspan="10" style="background-color:#000; padding:5px;"><span style="font-family:Georgia, ''Times New Roman'', Times, serif; font-size:24px; color: #fff; padding:10px; font-style:italic">WP Responder 4.9.5.1 Released!</span></td>\n</tr>\n<tr>\n<td style="background-color: #fff; padding: 20px;">\n<p style="font-family:Georgia, Verdana, Geneva, sans-serif; line-height:30px;">A New Version Of WP Responder Is Available!\n            </p>\n<p style="font-family:Georgia, Verdana, Geneva, sans-serif; line-height:30px;">You are receiving this e-mail from the WP Responder plugin installed in your WordPress Blog. </p>\n<p>              A new version of WP Responder has been released that addresses a few bugs and introduces new features. Please log into your wordpress blog and upgrade the plugin. </p>\n<p>            <span style="font-family:Georgia, Verdana, Geneva, sans-serif; line-height:30px;"></p>\n<h3>New Features:</h3>\n<ul>\n<li><strong>New Import/Export Feature</strong> &#8211; Now you can import susbcribers from any kind of CSV file. During the importing process you will be asked to identify the columns in the CSV file like so:<br />\n              \n              </li>\n<li><span><strong>Export Subscribers in Standard CSV Format &#8211; </strong></span>Previously the plugin exported susbcribers in a special format, but in this version WP Responder exports subscribers in a standard format that can be understood by any other application.</li>\n</ul>\n<h3>Bug Fixes:</h3>\n<ul>\n<li style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">\n<p><span>The subscribers who unsubscribed were marked as Transfered in the subscribers management page. This has been corrected.</span></p>\n</li>\n<li>\n<p><span>The new/edit broadcast page was erroneously coded to check if the scheduled time is in the past even if the dispatch time is &#8216;Immediately&#8217;.</span></p>\n</li>\n<li>\n<p><span>Deleting a subscriber threw the error: &#8216;Catchable fatal error: Object of class stdClass could not be converted to string in wp_dir/wp-content/plugins/wp-responder-email-autorespond er-and-newsletter-plugin/subscribers.php on line 157&#8242;. Fixed</span></p>\n</li>\n<li>\n<p><span>Invalid e-mail addresses in the database prevent all broadcasts from being processed further. This resulted in the plugin not sending any e-mail when a broadcast is scheduled/dispatched. Invalid e-mail addresses when found will be disabled.</span></p>\n</li>\n</ul>\n<h3>Other Changes:</h3>\n<ul>\n<li>\n<p><span style="font-family:Georgia, Verdana, Geneva, sans-serif; line-height:30px;">When delivering blog posts as a part of a post series, the plugin skipped a post if it had been marked to be skipped for blog subscribers. It doesn&#8217;t do so anymore. All posts in a post series category will be delivered regardless of the skip settings.</span></p>\n</li>\n<li>\n<p><span style="font-family:Georgia, Verdana, Geneva, sans-serif; line-height:30px;">The blog email customization features were hidden when the blog e-mail customization was disabled. Now the fields are merely disabled.</span></p>\n</li>\n<li>\n<p><span style="font-family:Georgia, Verdana, Geneva, sans-serif; line-height:30px;">The blog email customization was enabled by default. Now it is disabled by default.</span></p>\n</li>\n</ul>\n<h2><em><span style="font-family: Georgia, Verdana, Geneva, sans-serif">Donate Toward WP Responder Development</span></em></h2>\n<p>Do you find WP REsponder useful? Lets work together to make it a better plugin. Your continued support helps me continue working on WP Responder. Please make a donation by clicking on the button below:</p>\n<p><span style="text-align: center"><a href="http://www.wpresponder.com/menu-parent/donate/"><img src="http://www.wpresponder.com/images/donate.png" style="border: 0px;"></a></p>\n<p>&nbsp;</p>\n<p>Warm Regards,<br />\n            Raj Sekharan<br />\n            http://www.expeditionpost.com </p>\n<p>            </span>\n</td>\n</tr>\n</table>\n</td>\n</tr>\n</table>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_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://wpresponder.com/updates/wp-responder-4-9-5-1-released/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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:31:"WP Responder v4.9.4.1 Released!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wpresponder.com/updates/wp-responder-v4-9-4-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:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wpresponder.com/updates/wp-responder-v4-9-4-1-released/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 13 Aug 2010 04:39:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"http://wpresponder.com/updates/?p=16";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:329:"A New Version of WP Responder is Available. Thank you for downloading WP Responder. My name is Raj Sekharan. I am the author of the WP Responder wordpress plugin which is currenlty installed on your wordpress blog. I&#8217;ve released a new version of WP Responder. This version of WP Responder has many critical bug 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:"";}}}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:"Rajasekharan";s: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:9667:"<table cellpadding="20" width="100%" align="center">\n<tbody>\n<tr>\n<td align="center" bgcolor="#333333">\n<table cellpadding="10" width="670">\n<tbody>\n<tr>\n<td bgcolor="#FFFFFF">\n<table width="100%">\n<tbody>\n<tr>\n<td style="background-color: #000; padding: 10px;" colspan="2"><span style="font-family: Georgia, ''Times New Roman'', Times, serif; font-size: 25px; font-style: italic; color: #fff;">A New Version of WP Responder is Available.</span></td>\n</tr>\n<tr>\n<td style="background-color: #fff; font-family: Georgia, ''Times New Roman'', Times, serif; font-size: 14px; line-height: 23px; padding: 10px;">\n<h2>Thank you for downloading WP Responder.</h2>\n<p><img style="border: 2px solid #000;" src="http://www.wpresponder.com/images/moi.png" alt="" align="right" /></p>\n<p>My name is Raj Sekharan. I am the author of the WP Responder wordpress plugin which is currenlty installed on your wordpress blog.</p>\n<p>I&#8217;ve released a new version of WP Responder. This version of WP Responder has many critical bug fixes. Please upgrade the plugin installed on your WordPress blog to ensure problem-free operation of your blog.</p>\n<p><strong>Some  bug fixes that have been addressed in this version of WP Responder: </strong></p>\n<ul>\n<li>Subscribers see a require(wp-load.php) error message when trying to subscribe/unsubscribe/manage their subscription.</li>\n<li>Subscribers were able to subscribe using an invalidly formatted e-mail address</li>\n<li>Preview e-mail addresses is now functional.</li>\n</ul>\n<p><strong>New features added in this version:</strong></p>\n<ul>\n<li>WP Responder now supports sidebar widgets &#8211; you can add subscription forms to the sidebar easily.</li>\n<li>Deleting Subscribers in mass.</li>\n<li>Automatic Subscriber Transfer &#8211; Create rules so that  subscribers are removed from newsletter A when they subscribe to newsletter B.</li>\n<li>Deleting subscription forms is now possible.</li>\n</ul>\n<h3>Automatic Upgrade</h3>\n<p>You can upgrade to the latest version of the plugin directly through your wordpress administration panel. will There you will you&#8217;ll see the update automatically link become available against the name of WP Responder listed there as shown in the image below:</p>\n<p><img src="http://www.wpresponder.com/images/upgrademessage.png" alt="" /></p>\n<h3>Download WP Responder</h3>\n<p>The latest version of the plugin can be downloaded here:<br />\n<a href="http://www.wpresponder.com/wpresponder-4.9.4.1-stable.zip">http://www.wpresponder.com/wpresponder-4.9.4.1-stable.zip</a></p>\n<h3>We  Have A Problem.</h3>\n<p>A user of WP Responder and as the author we both have a problem that we must work together to solve.</p>\n<p>WP Responder took over an year to develop into the immensely useful wordpress plugin that it is now. A lot of work went into developing it.</p>\n<p>I started making this plugin because I wasn&#8217;t old enough to get a credit card in India which you will need to get an Aweber account. I soon realized that I wasn&#8217;t the only one with this problem. I searched the WordPress repositories and found almost no usable plugin for the purpose of building a mailing list.</p>\n<p>A regular autoresponder service like Aweber costs upwards of $200 a year. Whereas this wordpress plugin costs you nothing. With WP Responder it is finally possible to build an immensely powerful blog or a newsletter following without worrying about search engine ranking algorithmic changes.</p>\n<p>Building a newsletter with WP Responder today means you can be completely immune to various fads of various online marketing techniques.</p>\n<p>While I have taken the most care to ensure that the plugin is safe and secure for your use. In spite of my best efforts there is still a possibility that the plugin has some bugs. Here&#8217;s what could happen:</p>\n<ul>\n<li>A new wordpress update may become available that can render WP Responder unusable because of API incompatibility.</li>\n<li>There could be a security flaw in the plugin that allows anyone to extract the list of users in your database.</li>\n<li>A security flaw could be discovered that allows some unauthorized operation to be performed.</li>\n</ul>\n<p>Don&#8217;t get me wrong, I didn&#8217;t put these vulnerabilities in the plugin purposely. Not have I neglected fixing any bugs that I already know about. I&#8217;m merely suggesting that there are bugs and security issues that can only be fixed through continous development. These are just plausible vulnerabilities against which we need to guard WP Responder.</p>\n<p>I&#8217;ve reached a stage where your support is necessary for me to continue further work on this plugin. The work includes:</p>\n<ul>\n<li>Testing the plugin</li>\n<li><em>Removing bugs from the plugin</em></li>\n<li>Answering support questions</li>\n<li><em>Write documentation on how to use the plugin </em></li>\n<li>Record tutorial videos for the plugin</li>\n<li>Maintain a website for the plugin that you can turn to for the latest updates.</li>\n<li>Create new features to add to the plugin</li>\n</ul>\n<h3>Unable to continue, unless&#8230;</h3>\n<p>I am no longer able to continue work on this plugin unless there is some reasonable benefit for me personally. I need to know that this plugin is valued highly enough and the people who use it appreciate the work I put into it.</p>\n<p>There may be security vulnerabilities or bugs discovered that are a great hinderance but they may not be removed. So unless I start getting adequate donations from users to support my efforts, WP Responder 4.9.4.1 may well be the last version I release for a long time to come&#8230;</p>\n<p>Unless I receive support from the user community through donations. So please make a donation.</p>\n<p><a href="http://www.wpresponder.com/menu-parent/donate/"><img src="http://www.wpresponder.com/images/donate.png" border="0" alt="" width="375" height="79" /></a></p>\n<h2>The Cost Of An Investment In Success</h2>\n<p>Donating toward further development of WP Responder is not a mere  gesture of charity. By making a donation, you are ensuring the safety and security of your newsletters and your blog. You are mitigating the risk of having your blog and your hard work from being compromised.</p>\n<p>You will ensure that you are building your newsletter using a  reliable  tool that can be instrumental in your online marketing success.</p>\n<p>The usual mind-set that many people get into when they are being asked for a donation is one of a prisoner&#8217;s dilema. <em> </em></p>\n<p><em>&#8220;Why should I donate when no one else is?&#8221;</em></p>\n<p><em> </em></p>\n<p><em>&#8220;I am sure enough other people will donate so I don&#8217;t have to.&#8221;</em></p>\n<p>Thinking like that will result in a loss for everyone. Everyone gets into a deadlock that results in no one donating and everyone ends up losing.</p>\n<p><a href="http://www.wpresponder.com/menu-parent/donate/"><img src="http://www.wpresponder.com/images/donate.png" border="0" alt="" width="375" height="79" /></a></p>\n<p>By donating, you are not just solving the problems that may come to be, but will support the addition of the following features to the plugin:</p>\n<ul>\n<li><strong>Support For WordPress Multiuser Websites</strong> -Create an entire network of WP Responder powered blogs!</li>\n<li><strong>Multilanguage Support</strong> -WP Responder will be made available in many foreign languages &#8211; portugese, spanish, french, german, russian, hindi, italian and many more.</li>\n<li><strong>E-Mail Analytics</strong>\n<ul>\n<li><strong>(Un)Subscription Graphs &#8211; </strong>Both the unsubscription and subscription trends will be shown per newsletter over time on a graph.</li>\n<li><strong>E-Mail Broadcast Open Rate Graphs &#8211; </strong>Find out how many people opened each and every one of your e-mail broadcasts</li>\n<li><strong>Geographical Layout Graphs &#8211; </strong>Find out where are most of your subscribers are located. The individual locations of your subscribers will be mapped to their location on a map.</li>\n<li><strong>A/B Testing</strong> &#8211; Track which of the two landing pages template fetch you the most subscribers.</li>\n<li><strong>Blog Subscription Graphs &#8211; </strong>View the position of your blog subscription form where and when are most of your subscribers subscribing to the blog.</li>\n<li><strong>Traffic Sources Graph &#8211; </strong>A graph will show you from which website  most of your subscribers are coming from before opting in to your newsletter.</li>\n</ul>\n</li>\n<li><strong>Subscriber Chicklets &#8211; </strong>Flaunt your subscriber count and get more of them with a Feedburner style subscriber count chicklet.</li>\n<li><strong>URL Shortening and Tracking &#8211; </strong>Shorten the URLs in your e-mails and then track how many people are clicking on them.</li>\n<li><strong>Automatic Database Optimization &#8211; </strong>Automatically remove asdfasdf@asdfdf.com type e-mail subscribers that are clogging up your database. Remove subscribers who haven&#8217;t confirmed their email address in months.</li>\n</ul>\n<p>To support development and fixing of bugs a one-time donation of $10 is all you have to give.</p>\n<p style="text-align: center;"><strong>Invest in your success. Make a donation now.</strong></p>\n<p style="text-align: center;"><strong> </strong><strong>Click on the button below to make a donation</strong>.</p>\n<div>\n<p><a href="http://www.wpresponder.com/menu-parent/donate/"><img src="http://www.wpresponder.com/images/donate.png" border="0" alt="" width="375" height="79" /></a></p>\n</div>\n</td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n</tbody>\n</table>\n</td>\n</tr>\n</tbody>\n</table>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_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://wpresponder.com/updates/wp-responder-v4-9-4-1-released/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s: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:36:"http://wpresponder.com/updates/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:4:"date";s:29:"Mon, 09 May 2011 19:08:13 GMT";s:6:"server";s:6:"Apache";s:12:"x-powered-by";s:10:"PHP/5.2.17";s:10:"x-pingback";s:41:"http://wpresponder.com/updates/xmlrpc.php";s:4:"etag";s:34:""9556ed13e561de7688d9a1ff7656843f"";s:13:"last-modified";s:29:"Tue, 24 Aug 2010 14:03:49 GMT";s:10:"connection";s:5:"close";s:12:"content-type";s:23:"text/xml; charset=UTF-8";}s:5:"build";s:14:"20090627192103";}', 'no');

-- --------------------------------------------------------

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

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=501 DEFAULT CHARSET=utf8 AUTO_INCREMENT=501 ;

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

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1, 2, '_wp_page_template', 'page_sidebar_left.php'),
(2, 4, '_wp_attached_file', '2010/09/placeholder.jpg'),
(3, 4, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"380";s:6:"height";s:3:"250";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:23:"2010/09/placeholder.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"placeholder-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:23:"placeholder-300x197.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"197";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(4, 5, '_edit_last', '3'),
(5, 5, '_edit_lock', '1289499516'),
(6, 5, '_wp_page_template', 'page_sidebar_left.php'),
(7, 8, '_menu_item_type', 'post_type'),
(8, 8, '_menu_item_menu_item_parent', '0'),
(9, 8, '_menu_item_object_id', '5'),
(10, 8, '_menu_item_object', 'page'),
(11, 8, '_menu_item_target', ''),
(12, 8, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(13, 8, '_menu_item_xfn', ''),
(14, 8, '_menu_item_url', ''),
(16, 9, '_menu_item_type', 'post_type'),
(17, 9, '_menu_item_menu_item_parent', '0'),
(18, 9, '_menu_item_object_id', '2'),
(19, 9, '_menu_item_object', 'page'),
(20, 9, '_menu_item_target', ''),
(21, 9, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(22, 9, '_menu_item_xfn', ''),
(23, 9, '_menu_item_url', ''),
(25, 10, '_wp_attached_file', '2010/10/home01.png'),
(26, 10, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"380";s:6:"height";s:3:"250";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:18:"2010/10/home01.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"home01-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"home01-300x197.png";s:5:"width";s:3:"300";s:6:"height";s:3:"197";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(27, 11, '_wp_attached_file', '2010/10/masthead.png'),
(28, 12, '_edit_last', '2'),
(29, 12, '_edit_lock', '1295551550'),
(30, 12, '_wp_page_template', 'page_sidebar_left.php'),
(31, 14, '_menu_item_type', 'post_type'),
(32, 14, '_menu_item_menu_item_parent', '0'),
(33, 14, '_menu_item_object_id', '12'),
(34, 14, '_menu_item_object', 'page'),
(35, 14, '_menu_item_target', ''),
(36, 14, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(37, 14, '_menu_item_xfn', ''),
(38, 14, '_menu_item_url', ''),
(39, 15, '_edit_last', '2'),
(40, 15, '_edit_lock', '1295552271'),
(41, 15, '_wp_page_template', 'page_sidebar_left.php'),
(42, 17, '_menu_item_type', 'post_type'),
(43, 17, '_menu_item_menu_item_parent', '0'),
(44, 17, '_menu_item_object_id', '15'),
(45, 17, '_menu_item_object', 'page'),
(46, 17, '_menu_item_target', ''),
(47, 17, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(48, 17, '_menu_item_xfn', ''),
(49, 17, '_menu_item_url', ''),
(65, 2, '_edit_lock', '1289497203'),
(66, 2, '_edit_last', '3'),
(67, 27, '_edit_last', '3'),
(68, 27, '_edit_lock', '1295472592'),
(69, 27, '_wp_page_template', 'page_sidebar_left.php'),
(74, 32, '_edit_last', '3'),
(75, 32, '_edit_lock', '1289854360'),
(76, 32, '_wp_page_template', 'page_sidebar_left.php'),
(448, 302, '_wp_page_template', 'page_sidebar_left.php'),
(113, 43, '_menu_item_menu_item_parent', '9'),
(112, 43, '_menu_item_type', 'post_type'),
(111, 41, '_wp_page_template', 'page_sidebar_left.php'),
(110, 41, '_edit_lock', '1295471855'),
(109, 41, '_edit_last', '4'),
(91, 39, '_menu_item_type', 'post_type'),
(92, 39, '_menu_item_menu_item_parent', '9'),
(93, 39, '_menu_item_object_id', '27'),
(94, 39, '_menu_item_object', 'page'),
(95, 39, '_menu_item_target', ''),
(96, 39, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(97, 39, '_menu_item_xfn', ''),
(98, 39, '_menu_item_url', ''),
(114, 43, '_menu_item_object_id', '41'),
(100, 40, '_menu_item_type', 'post_type'),
(101, 40, '_menu_item_menu_item_parent', '9'),
(102, 40, '_menu_item_object_id', '32'),
(103, 40, '_menu_item_object', 'page'),
(104, 40, '_menu_item_target', ''),
(105, 40, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(106, 40, '_menu_item_xfn', ''),
(107, 40, '_menu_item_url', ''),
(115, 43, '_menu_item_object', 'page'),
(116, 43, '_menu_item_target', ''),
(117, 43, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(118, 43, '_menu_item_xfn', ''),
(119, 43, '_menu_item_url', ''),
(121, 44, '_edit_last', '5'),
(122, 44, '_edit_lock', '1295031007'),
(123, 44, '_wp_page_template', 'page_sidebar_left.php'),
(124, 46, '_menu_item_type', 'post_type'),
(125, 46, '_menu_item_menu_item_parent', '9'),
(126, 46, '_menu_item_object_id', '44'),
(127, 46, '_menu_item_object', 'page'),
(128, 46, '_menu_item_target', ''),
(129, 46, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(130, 46, '_menu_item_xfn', ''),
(131, 46, '_menu_item_url', ''),
(141, 48, '_edit_last', '3'),
(142, 48, '_edit_lock', '1291405028'),
(143, 48, '_wp_page_template', 'page_sidebar_left.php'),
(144, 50, '_menu_item_type', 'post_type'),
(145, 50, '_menu_item_menu_item_parent', '8'),
(146, 50, '_menu_item_object_id', '48'),
(147, 50, '_menu_item_object', 'page'),
(148, 50, '_menu_item_target', ''),
(149, 50, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(150, 50, '_menu_item_xfn', ''),
(151, 50, '_menu_item_url', ''),
(152, 51, '_edit_last', '2'),
(153, 51, '_edit_lock', '1292096626'),
(154, 51, '_wp_page_template', 'page_sidebar_left.php'),
(155, 53, '_menu_item_type', 'post_type'),
(156, 53, '_menu_item_menu_item_parent', '8'),
(157, 53, '_menu_item_object_id', '51'),
(158, 53, '_menu_item_object', 'page'),
(159, 53, '_menu_item_target', ''),
(160, 53, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(161, 53, '_menu_item_xfn', ''),
(162, 53, '_menu_item_url', ''),
(163, 54, '_edit_last', '2'),
(164, 54, '_edit_lock', '1291796503'),
(165, 54, '_wp_page_template', 'page_sidebar_left.php'),
(166, 56, '_menu_item_type', 'post_type'),
(167, 56, '_menu_item_menu_item_parent', '8'),
(168, 56, '_menu_item_object_id', '54'),
(169, 56, '_menu_item_object', 'page'),
(170, 56, '_menu_item_target', ''),
(171, 56, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(172, 56, '_menu_item_xfn', ''),
(173, 56, '_menu_item_url', ''),
(174, 57, '_edit_last', '2'),
(175, 57, '_edit_lock', '1295471022'),
(176, 57, '_wp_page_template', 'page_sidebar_left.php'),
(320, 164, '_edit_lock', '1292347300'),
(323, 164, '_wp_old_slug', ''),
(466, 326, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"116";s:6:"height";s:3:"151";s:14:"hwstring_small";s:22:"height=''96'' width=''73''";s:4:"file";s:37:"2010/10/delete-me-newsletter-test.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:37:"delete-me-newsletter-test-116x150.jpg";s:5:"width";s:3:"116";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:"";}}'),
(462, 323, '_wp_attachment_metadata', 'a:0:{}'),
(204, 65, '_menu_item_type', 'taxonomy'),
(205, 65, '_menu_item_menu_item_parent', '14'),
(206, 65, '_menu_item_object_id', '8'),
(207, 65, '_menu_item_object', 'category'),
(208, 65, '_menu_item_target', ''),
(209, 65, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(210, 65, '_menu_item_xfn', ''),
(211, 65, '_menu_item_url', ''),
(213, 66, '_menu_item_type', 'taxonomy'),
(214, 66, '_menu_item_menu_item_parent', '14'),
(215, 66, '_menu_item_object_id', '5'),
(216, 66, '_menu_item_object', 'category'),
(217, 66, '_menu_item_target', ''),
(218, 66, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(219, 66, '_menu_item_xfn', ''),
(220, 66, '_menu_item_url', ''),
(222, 67, '_menu_item_type', 'taxonomy'),
(223, 67, '_menu_item_menu_item_parent', '14'),
(224, 67, '_menu_item_object_id', '6'),
(225, 67, '_menu_item_object', 'category'),
(226, 67, '_menu_item_target', ''),
(227, 67, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(228, 67, '_menu_item_xfn', ''),
(229, 67, '_menu_item_url', ''),
(465, 326, '_wp_attached_file', '2010/10/delete-me-newsletter-test.jpg'),
(231, 68, '_menu_item_type', 'taxonomy'),
(232, 68, '_menu_item_menu_item_parent', '14'),
(233, 68, '_menu_item_object_id', '7'),
(234, 68, '_menu_item_object', 'category'),
(235, 68, '_menu_item_target', ''),
(236, 68, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(237, 68, '_menu_item_xfn', ''),
(238, 68, '_menu_item_url', ''),
(457, 304, '_menu_item_url', ''),
(251, 73, '_edit_lock', '1292347472'),
(250, 73, '_edit_last', '5'),
(254, 73, '_wp_old_slug', ''),
(270, 104, '_wp_attached_file', '2010/10/cutout01.png'),
(271, 104, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"382";s:6:"height";s:3:"264";s:14:"hwstring_small";s:23:"height=''88'' width=''128''";s:4:"file";s:20:"2010/10/cutout01.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:20:"cutout01-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:20:"cutout01-300x207.png";s:5:"width";s:3:"300";s:6:"height";s:3:"207";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(264, 82, '_wp_attached_file', '2010/10/header-int.png'),
(265, 83, '_wp_attached_file', '2010/10/header-int1.png'),
(272, 104, '_wp_attachment_image_alt', 'TBD'),
(273, 114, '_wp_attached_file', '2010/10/home02.png'),
(274, 114, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"380";s:6:"height";s:3:"250";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:18:"2010/10/home02.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"home02-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"home02-300x197.png";s:5:"width";s:3:"300";s:6:"height";s:3:"197";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(268, 85, '_wp_attached_file', '2010/10/header-int2.png'),
(269, 85, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"780";s:6:"height";s:3:"139";s:14:"hwstring_small";s:23:"height=''22'' width=''128''";s:4:"file";s:23:"2010/10/header-int2.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"header-int2-150x139.png";s:5:"width";s:3:"150";s:6:"height";s:3:"139";}s:6:"medium";a:3:{s:4:"file";s:22:"header-int2-300x53.png";s:5:"width";s:3:"300";s:6:"height";s:2:"53";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(275, 115, '_wp_attached_file', '2010/10/home03.png'),
(276, 115, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"380";s:6:"height";s:3:"250";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:18:"2010/10/home03.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"home03-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"home03-300x197.png";s:5:"width";s:3:"300";s:6:"height";s:3:"197";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(277, 116, '_wp_attached_file', '2010/10/home04.png'),
(278, 116, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"380";s:6:"height";s:3:"250";s:14:"hwstring_small";s:23:"height=''84'' width=''128''";s:4:"file";s:18:"2010/10/home04.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"home04-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:18:"home04-300x197.png";s:5:"width";s:3:"300";s:6:"height";s:3:"197";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(279, 149, '_edit_last', '1'),
(280, 149, '_edit_lock', '1286993486'),
(281, 149, '_links_to', 'http://friendship-manor.org/wordpress/category/whats-new/'),
(282, 149, '_wp_page_template', 'post_sidebar_right.php'),
(315, 163, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(314, 163, '_menu_item_target', ''),
(313, 163, '_menu_item_object', 'category'),
(312, 163, '_menu_item_object_id', '4'),
(311, 163, '_menu_item_menu_item_parent', '14'),
(310, 163, '_menu_item_type', 'taxonomy'),
(455, 304, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(454, 304, '_menu_item_target', ''),
(453, 304, '_menu_item_object', 'page'),
(452, 304, '_menu_item_object_id', '302'),
(451, 304, '_menu_item_menu_item_parent', '14'),
(450, 304, '_menu_item_type', 'post_type'),
(319, 164, '_edit_last', '4'),
(316, 163, '_menu_item_xfn', ''),
(317, 163, '_menu_item_url', ''),
(329, 168, '_wp_attached_file', '2010/10/FM_Relocationrelease_030110.pdf'),
(330, 168, '_wp_attachment_metadata', 'a:0:{}'),
(348, 177, '_edit_lock', '1292347383'),
(347, 177, '_edit_last', '4'),
(351, 177, '_wp_old_slug', ''),
(461, 323, '_wp_attached_file', '2010/10/TASC_Newsletter_10_03.pdf'),
(456, 304, '_menu_item_xfn', ''),
(359, 182, '_wp_attached_file', '2010/03/noozhawk-fm-shirley-bagwell.jpg'),
(360, 182, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"397";s:6:"height";s:3:"283";s:14:"hwstring_small";s:23:"height=''91'' width=''128''";s:4:"file";s:39:"2010/03/noozhawk-fm-shirley-bagwell.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:39:"noozhawk-fm-shirley-bagwell-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:39:"noozhawk-fm-shirley-bagwell-300x213.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"213";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(361, 182, '_wp_attachment_image_alt', 'Shirley Bagwell, Friendship Manor Resident'),
(370, 187, '_wp_attached_file', '2010/10/FM_20100308_Noozhawk.pdf'),
(371, 187, '_wp_attachment_metadata', 'a:0:{}'),
(374, 189, '_edit_last', '4'),
(375, 189, '_edit_lock', '1292347359'),
(380, 191, '_wp_attachment_metadata', 'a:0:{}'),
(379, 191, '_wp_attached_file', '2010/10/FM_20100305_KEYT.pdf'),
(378, 189, '_wp_old_slug', ''),
(449, 302, '_edit_lock', '1289941535'),
(447, 302, '_edit_last', '2'),
(386, 194, '_edit_last', '4'),
(387, 194, '_edit_lock', '1292347397'),
(391, 196, '_wp_attached_file', '2010/10/FM_20100314_SBNP_E44.pdf'),
(390, 194, '_wp_old_slug', ''),
(392, 196, '_wp_attachment_metadata', 'a:0:{}'),
(396, 198, '_edit_lock', '1292347341'),
(395, 198, '_edit_last', '4'),
(400, 200, '_wp_attached_file', '2010/10/FM_20100304_Indy_9.pdf'),
(399, 198, '_wp_old_slug', ''),
(401, 200, '_wp_attachment_metadata', 'a:0:{}'),
(410, 210, '_wp_attached_file', '2010/10/p-about-us.jpg'),
(411, 210, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"560";s:6:"height";s:3:"171";s:14:"hwstring_small";s:23:"height=''39'' width=''128''";s:4:"file";s:22:"2010/10/p-about-us.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"p-about-us-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"p-about-us-300x91.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"91";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(412, 210, '_wp_attachment_image_alt', 'About Us'),
(417, 220, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"262";s:6:"height";s:3:"191";s:14:"hwstring_small";s:23:"height=''93'' width=''128''";s:4:"file";s:15:"2010/10/faq.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"faq-150x150.png";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:"";}}'),
(416, 220, '_wp_attached_file', '2010/10/faq.png'),
(418, 228, '_wp_attached_file', '2010/10/our-services.png'),
(419, 228, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"278";s:6:"height";s:3:"221";s:14:"hwstring_small";s:23:"height=''96'' width=''120''";s:4:"file";s:24:"2010/10/our-services.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"our-services-150x150.png";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:"";}}'),
(420, 231, '_wp_attached_file', '2010/10/info-center.png'),
(421, 231, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"241";s:6:"height";s:3:"157";s:14:"hwstring_small";s:23:"height=''83'' width=''128''";s:4:"file";s:23:"2010/10/info-center.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:3:{s:4:"file";s:23:"info-center-150x150.png";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:"";}}'),
(422, 235, '_wp_attached_file', '2010/10/contact.png'),
(423, 235, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"306";s:6:"height";s:3:"211";s:14:"hwstring_small";s:23:"height=''88'' width=''128''";s:4:"file";s:19:"2010/10/contact.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:19:"contact-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:19:"contact-300x206.png";s:5:"width";s:3:"300";s:6:"height";s:3:"206";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(424, 235, '_wp_attachment_image_alt', 'Contact Us'),
(425, 228, '_wp_attachment_image_alt', 'Friendship Manor Services'),
(442, 275, '_wp_attachment_metadata', 'a:0:{}'),
(437, 273, '_wp_attached_file', '2010/10/Floor-Plan-FM-Large-Apartment.pdf'),
(438, 273, '_wp_attachment_metadata', 'a:0:{}'),
(439, 274, '_wp_attached_file', '2010/10/Floor-Plan-FM-Standard-Apartment.pdf'),
(440, 274, '_wp_attachment_metadata', 'a:0:{}'),
(441, 275, '_wp_attached_file', '2010/10/Floor-Plan-FM-Studio.pdf'),
(434, 269, '_wp_attached_file', '2010/10/activities.png'),
(435, 269, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"560";s:6:"height";s:3:"164";s:14:"hwstring_small";s:23:"height=''37'' width=''128''";s:4:"file";s:22:"2010/10/activities.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"activities-150x150.png";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:21:"activities-300x87.png";s:5:"width";s:3:"300";s:6:"height";s:2:"87";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(436, 269, '_wp_attachment_image_alt', 'Friendship Manor Activities'),
(443, 276, '_wp_attached_file', '2010/10/Floor-Plan-FM-Suite.pdf'),
(444, 276, '_wp_attachment_metadata', 'a:0:{}'),
(445, 286, '_wp_attached_file', '2010/10/header-tag.png'),
(446, 286, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"780";s:6:"height";s:3:"139";s:14:"hwstring_small";s:23:"height=''22'' width=''128''";s:4:"file";s:22:"2010/10/header-tag.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:22:"header-tag-150x139.png";s:5:"width";s:3:"150";s:6:"height";s:3:"139";}s:6:"medium";a:3:{s:4:"file";s:21:"header-tag-300x53.png";s:5:"width";s:3:"300";s:6:"height";s:2:"53";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(469, 332, '_wp_attached_file', '2010/10/December-Newsletter-2010-web.pdf'),
(470, 332, '_wp_attachment_metadata', 'a:0:{}'),
(478, 336, '_edit_last', '5'),
(479, 336, '_edit_lock', '1292347282'),
(482, 336, '_wp_old_slug', ''),
(499, 355, '_wp_attached_file', '2011/01/January-Newsletter-2011-web.pdf'),
(500, 355, '_wp_attachment_metadata', 'a:0:{}');

-- --------------------------------------------------------

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

CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(20) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` 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',
  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=374 DEFAULT CHARSET=utf8 AUTO_INCREMENT=374 ;

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

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (300, 3, '2010-11-11 18:12:23', '2010-11-11 18:12:23', '<h2>Board of Directors</h2>\r\nSkip Szymanski, <em>President</em>\r\nSylvia Redding, <em>Vice-President</em>\r\nEric Heinsohn, <em>Secretary</em>\r\nJason Janzen, <em>Treasurer</em>\r\nLarry Hammett\r\nKay Holmes\r\nWes Strickland\r\nHelen Wilke\r\n<h2>Staff Members</h2>\r\nDan Herzog, Executive Director – <a href="mailto:dan@friendship-manor.org">dan@friendship-manor.org </a>\r\nPatricia Fabing, Marketing Director – <a href="mailto:patricia@friendship-manor.org">patricia@friendship-manor.org</a>\r\nCarla Bentley, Office Manager – <a href="mailto:carla@friendship-manor.org">carla@friendship-manor.org</a>\r\nChris Rendessy, Resident Services Director – <a href="mailto:chris@friendship-manor.org">chris@friendship-manor.org</a>\r\nGeorge Deak, Food Services Director – <a href="mailto:george@friendship-manor.org">george@friendship-manor.org</a>\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img title="p-about-us" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" width="560" height="171" /></div>', 'Board &amp; Staff', '', 'inherit', 'open', 'open', '', '32-revision-10', '', '', '2010-11-11 18:12:23', '2010-11-11 18:12:23', '', 32, 'http://friendship-manor.org/wordpress/2010/11/11/32-revision-10/', 0, 'revision', '', 0),
(2, 1, '2010-07-06 10:23:24', '2010-07-06 10:23:24', 'Friendship Manor is a non-profit charitable retirement community serving senior citizens age 62 and over, providing a unique niche for seniors who want to live independently and are in need of simple services.\r\n\r\nSince 1973, we have been devoted to our community by providing an affordable place for seniors to live in the Santa Barbara area. Friendship Manor is not just a place to stay, but a home that provides comfortable surroundings, which reinforce self-respect, self-esteem, and the dignity of aging. This atmosphere promotes life and prolongs independence.\r\n\r\nFriendship Manor is the affordable solution to independent senior living; it is unique in that seniors across the income spectrum can apply.\r\n\r\nWith regularly scheduled meals, caring staff, van transportation and social opportunities, our residents live in an environment that promotes a sense of well-being.\r\n<h2>Our Mission</h2>\r\n<em>As faithful stewards of the spiritual, human, and financial resources available to us, we are dedicated to providing housing and services that enrich the lives of our elders. </em>\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img title="p-about-us" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" width="560" height="171" /></div>', 'About Us', '', 'publish', 'open', 'open', '', 'about', '', '', '2010-11-11 17:40:02', '2010-11-11 17:40:02', '', 0, 'http://friendship-manor.org/wordpress/?page_id=2', 4, 'page', '', 0),
(5, 1, '2010-10-07 20:13:34', '2010-10-07 20:13:34', 'Friendship Manor offers affordable, independent living services for seniors 62 and above. We provide our residents with everything they need to help make their lives comfortable, enjoyable and rewarding. We are offer services and programs that promote a healthy and active quality of life. Our amenities include nutritious buffet-style meals, transportation, housekeeping services, full-time maintenance staff and a wide variety of social and outdoor activities to serve the needs of our residents.\r\n\r\nFor more information about amenities, units and activities at Friendship Manor, click on the following pages:\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/our-services/amenities/">Amenities</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/our-services/units/">Units</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/our-services/activities/">Activities</a></li>\r\n</ul>\r\nAnd check out our <a href="http://friendship-manor.org/wordpress/our-services/resident-gallery/">Resident Gallery</a> of photos!\r\n<div style="margin-top: 20px;"><img class="alignleft size-full wp-image-228" style="margin-left: -30px; margin-bottom: -20px;" title="our-services" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/our-services.png" alt="Friendship Manor Services" width="278" height="221" /></div>', 'Our Services', '', 'publish', 'open', 'open', '', 'our-services', '', '', '2010-11-11 18:18:36', '2010-11-11 18:18:36', '', 0, 'http://friendship-manor.org/wordpress/?page_id=5', 5, 'page', '', 0),
(4, 1, '2010-09-30 02:33:11', '2010-09-30 02:33:11', '', 'placeholder', '', 'inherit', 'open', 'open', '', 'placeholder', '', '', '2010-09-30 02:33:11', '2010-09-30 02:33:11', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/09/placeholder.jpg', 0, 'attachment', 'image/jpeg', 0),
(6, 1, '2010-10-07 20:13:23', '2010-10-07 20:13:23', '', 'Our Services', '', 'inherit', 'open', 'open', '', '5-revision', '', '', '2010-10-07 20:13:23', '2010-10-07 20:13:23', '', 5, 'http://friendship-manor.org/wordpress/?p=6', 0, 'revision', '', 0),
(288, 3, '2010-10-14 20:50:46', '2010-10-14 20:50:46', 'Friendship Manor is a non-profit charitable retirement community serving senior citizens age 62 and over, providing a unique niche for seniors who want to live independently and are in need of simple services.\r\n\r\nSince 1973, we have been devoted to our community by providing an affordable place for seniors to live in the Santa Barbara area. Friendship Manor is not just a place to stay, but a home that provides comfortable surroundings, which reinforce self-respect, self-esteem, and the dignity of aging. This atmosphere promotes life and prolongs independence.\r\n\r\nFriendship Manor is the affordable solution to independent senior living, while providing peace of mind to residents and their families.\r\n\r\nWith regularly scheduled meals, 24-hour caring staff, van transportation and social opportunities, we work to help our residents thrive in a secure environment, through the dedication of our staff and the excellence of our programs.\r\n<h2>Our Mission</h2>\r\n<em>As faithful stewards of the spiritual, human, and financial resources available to us, we are dedicated to providing housing and services that enrich the lives of our elders. </em>\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img title="p-about-us" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" width="560" height="171" /></div>', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-17', '', '', '2010-10-14 20:50:46', '2010-10-14 20:50:46', '', 2, 'http://friendship-manor.org/wordpress/2010/10/14/2-revision-17/', 0, 'revision', '', 0),
(8, 1, '2010-10-07 20:15:49', '2010-10-07 20:15:49', 'Placeholder content for Our Services.', '', '', 'publish', 'open', 'closed', '', '8', '', '', '2011-01-19 21:04:31', '2011-01-19 21:04:31', '', 0, 'http://friendship-manor.org/wordpress/?p=8', 6, 'nav_menu_item', '', 0),
(9, 1, '2010-10-07 20:15:49', '2010-10-07 20:15:49', 'This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.', '', '', 'publish', 'open', 'closed', '', '9', '', '', '2011-01-19 21:04:31', '2011-01-19 21:04:31', '', 0, 'http://friendship-manor.org/wordpress/?p=9', 1, 'nav_menu_item', '', 0),
(10, 1, '2010-10-07 20:24:55', '2010-10-07 20:24:55', '', 'home01', '', 'inherit', 'open', 'open', '', 'home01', '', '', '2010-10-07 20:24:55', '2010-10-07 20:24:55', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/home01.png', 0, 'attachment', 'image/png', 0),
(11, 1, '2010-10-07 20:29:49', '2010-10-07 20:29:49', 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/masthead.png', 'masthead.png', '', 'inherit', 'open', 'open', '', 'masthead-png', '', '', '2010-10-07 20:29:49', '2010-10-07 20:29:49', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/masthead.png', 0, 'attachment', 'image/png', 0),
(12, 1, '2010-10-07 21:07:01', '2010-10-07 21:07:01', 'We strive to keep our residents, their families and the community informed about Friendship Manor and what we’re doing. Please check back often to keep up-to-date with upcoming events, news and what we’re doing to help seniors in the Santa Barbara community live independently in a comfortable, safe and affordable place they can call home.\r\n\r\nHere are some of the types of information, composed of a variety of entries and articles relevant to Friendship Manor, that you can explore in this section:\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/category/whats-new/">What''s New</a></li>\r\n	<li><a href="http://friendship-manor.org/category/newsreleases/">News Releases</a></li>\r\n	<li><a href="http://friendship-manor.org/category/selectednewsstories/">Selected News Stories</a></li>\r\n	<li><a href="http://friendship-manor.org/category/newsletter/">Newsletter</a></li>\r\n	<li><a href="http://friendship-manor.org/category/events/">Events</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" title="info-center" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" width="241" height="157" /></div>', 'Information Center', '', 'publish', 'open', 'open', '', 'information-center', '', '', '2011-01-20 19:25:49', '2011-01-20 19:25:49', '', 0, 'http://friendship-manor.org/wordpress/', 6, 'page', '', 0),
(369, 2, '2011-01-19 21:28:49', '2011-01-19 21:28:49', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="mailto:info@friendship-manor.org">info@friendship-manor.org</a>\r\n<div style="margin-top: 20px;"><small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A">View Larger Map</a></small></div>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" title="contact" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" width="306" height="211" /></div>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '15-revision-23', '', '', '2011-01-19 21:28:49', '2011-01-19 21:28:49', '', 15, 'http://friendship-manor.org/2011/01/19/15-revision-23/', 0, 'revision', '', 0),
(13, 1, '2010-10-07 21:06:51', '2010-10-07 21:06:51', '', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision', '', '', '2010-10-07 21:06:51', '2010-10-07 21:06:51', '', 12, 'http://friendship-manor.org/wordpress/2010/10/07/12-revision/', 0, 'revision', '', 0),
(14, 1, '2010-10-07 21:07:01', '2010-10-07 21:07:01', ' ', '', '', 'publish', 'open', 'closed', '', '14', '', '', '2011-01-19 21:04:31', '2011-01-19 21:04:31', '', 0, 'http://friendship-manor.org/wordpress/2010/10/07/14/', 10, 'nav_menu_item', '', 0),
(15, 1, '2010-10-07 21:07:22', '2010-10-07 21:07:22', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="mailto:info@friendship-manor.org">info@friendship-manor.org</a>\r\n<div style="margin-top: 20px;"><iframe width="400" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.05275,0.132093&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.05275,0.132093&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small></div>\r\n<div style="margin-top: 30px;"><img class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" title="contact" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" width="306" height="211" /></div>', 'Contact Us', '', 'publish', 'open', 'open', '', 'contact-us', '', '', '2011-01-20 19:37:51', '2011-01-20 19:37:51', '', 0, 'http://friendship-manor.org/wordpress/', 7, 'page', '', 0),
(368, 2, '2010-10-14 21:12:48', '2010-10-14 21:12:48', 'We strive to keep our residents, their families and the community informed about Friendship Manor and what we’re doing. Please check back often to keep up-to-date with upcoming events, news and what we’re doing to help seniors in the Santa Barbara community live independently in a comfortable, safe and affordable place they can call home.\r\n\r\nHere are some of the types of information, composed of a variety of entries and articles relevant to Friendship Manor, that you can explore in this section:\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/whats-new/">What''s New</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/newsreleases/">News Releases</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/selectednewsstories/">Selected News Stories</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/newsletter/">Newsletter</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/events/">Events</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" title="info-center" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" width="241" height="157" /></div>', 'Information Center', '', 'inherit', 'closed', 'closed', '', '12-revision-16', '', '', '2010-10-14 21:12:48', '2010-10-14 21:12:48', '', 12, 'http://friendship-manor.org/2010/10/14/12-revision-16/', 0, 'revision', '', 0),
(365, 4, '2011-01-19 21:25:14', '2011-01-19 21:25:14', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\n&lt;!--Click here for <a href="/wordpress/about/frequently-asked-questions/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Frequently Asked Questions</a>.--&gt;\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="mailto:info@friendship-manor.org">info@friendship-manor.org</a>\r\n<div style="margin-top: 20px;">\r\n<small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A">View Larger Map</a></small></div>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" title="contact" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" width="306" height="211" /></div>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '15-revision-20', '', '', '2011-01-19 21:25:14', '2011-01-19 21:25:14', '', 15, 'http://friendship-manor.org/2011/01/19/15-revision-20/', 0, 'revision', '', 0),
(16, 1, '2010-10-07 21:07:13', '2010-10-07 21:07:13', '', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision', '', '', '2010-10-07 21:07:13', '2010-10-07 21:07:13', '', 15, 'http://friendship-manor.org/wordpress/2010/10/07/15-revision/', 0, 'revision', '', 0),
(17, 1, '2010-10-07 21:07:22', '2010-10-07 21:07:22', ' ', '', '', 'publish', 'open', 'closed', '', '17', '', '', '2011-01-19 21:04:32', '2011-01-19 21:04:32', '', 0, 'http://friendship-manor.org/wordpress/2010/10/07/17/', 17, 'nav_menu_item', '', 0),
(23, 1, '2010-07-06 10:23:24', '2010-07-06 10:23:24', 'This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision', '', '', '2010-07-06 10:23:24', '2010-07-06 10:23:24', '', 2, 'http://friendship-manor.org/wordpress/2010/07/06/2-revision/', 0, 'revision', '', 0),
(24, 1, '2010-10-07 20:13:34', '2010-10-07 20:13:34', 'Placeholder content for Our Services.', 'Our Services', '', 'inherit', 'open', 'open', '', '5-revision-2', '', '', '2010-10-07 20:13:34', '2010-10-07 20:13:34', '', 5, 'http://friendship-manor.org/wordpress/2010/10/07/5-revision-2/', 0, 'revision', '', 0),
(25, 1, '2010-10-07 21:07:01', '2010-10-07 21:07:01', 'placeholder content for Information Center', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision-2', '', '', '2010-10-07 21:07:01', '2010-10-07 21:07:01', '', 12, 'http://friendship-manor.org/wordpress/2010/10/07/12-revision-2/', 0, 'revision', '', 0),
(252, 1, '2010-10-14 21:04:13', '2010-10-14 21:04:13', 'We strive to keep our residents, their families and the community informed about Friendship Manor and what we’re doing. Please check back often to keep up-to-date with upcoming events, news and what we’re doing to help seniors in the Santa Barbara community live independently in a comfortable, safe and affordable place they can call home.\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" title="info-center" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" width="241" height="157" /></div>', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision-12', '', '', '2010-10-14 21:04:13', '2010-10-14 21:04:13', '', 12, 'http://friendship-manor.org/wordpress/2010/10/14/12-revision-12/', 0, 'revision', '', 0),
(251, 1, '2010-10-14 21:03:53', '2010-10-14 21:03:53', 'We strive to keep our residents, their families and the community informed about Friendship Manor and what we’re doing. Please check back often to keep up-to-date with upcoming events, news and what we’re doing to help seniors in the Santa Barbara community live independently in a comfortable, safe and affordable place they can call home.\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" title="info-center" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" width="241" height="157" /></div>', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision-11', '', '', '2010-10-14 21:03:53', '2010-10-14 21:03:53', '', 12, 'http://friendship-manor.org/wordpress/2010/10/14/12-revision-11/', 0, 'revision', '', 0),
(26, 1, '2010-10-07 21:07:22', '2010-10-07 21:07:22', 'placeholder content for Contact Us page', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-2', '', '', '2010-10-07 21:07:22', '2010-10-07 21:07:22', '', 15, 'http://friendship-manor.org/wordpress/2010/10/07/15-revision-2/', 0, 'revision', '', 0),
(27, 1, '2010-10-07 21:45:55', '2010-10-07 21:45:55', 'The Friendship Manor facility was originally built as a private student dorm in <em>1967</em>, called The College Inn. Friendship Manor came into being in <em>1973 </em>thanks to the vision of Dr. Kenneth P. Berg, a Presbyterian minister who at that time had already established and operated 30 life care retirement centers in different parts of the country. His goal was to offer an affordable, dignified environment to seniors living on fixed incomes.\r\n\r\nDuring the turbulent Vietnam era, The College Inn saw a drop in student tenants and could no longer afford to keep its doors open. Dr. Berg stepped in and purchased the property, and soon began converting it to a retirement community.\r\n\r\nDr. Berg assembled a seven member Board of Directors composed of local community laymen and pastors. On <em>July 25, 1973</em>, despite a feasibility study listing 26 reasons why it could not succeed, Friendship Manor was incorporated under the laws of the State of California, with the first official Board meeting being held on <em>July 27, 1973</em>.\r\n<h2>Our Future is Bright</h2>\r\nFriendship Manor continues to be a vibrant and healthy organization serving the independent needs of its residents.  As the organization moves forward, the focus of the current Board is on building a new, purpose-built Friendship Manor in Santa Barbara, providing a mixed-income property that allows residents with low incomes to live with seniors on higher incomes, and creating a more diverse community of seniors.\r\n<a href="http://friendship-manor.org/wordpress/category/newsreleases/">Learn More</a>\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img title="p-about-us" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" width="560" height="171" /></div>', 'How Friendship Manor Came To Be', '', 'publish', 'open', 'open', '', 'history', '', '', '2010-11-11 17:46:09', '2010-11-11 17:46:09', '', 2, 'http://friendship-manor.org/wordpress/', 1, 'page', '', 0),
(28, 1, '2010-10-07 21:41:48', '2010-10-07 21:41:48', '', 'Description and History', '', 'inherit', 'open', 'open', '', '27-revision', '', '', '2010-10-07 21:41:48', '2010-10-07 21:41:48', '', 27, 'http://friendship-manor.org/wordpress/2010/10/07/27-revision/', 0, 'revision', '', 0),
(31, 1, '2010-10-07 21:45:55', '2010-10-07 21:45:55', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.', 'Description and History', '', 'inherit', 'open', 'open', '', '27-revision-2', '', '', '2010-10-07 21:45:55', '2010-10-07 21:45:55', '', 27, 'http://friendship-manor.org/wordpress/2010/10/07/27-revision-2/', 0, 'revision', '', 0),
(32, 1, '2010-10-07 21:53:56', '2010-10-07 21:53:56', '<h2>Board of Directors</h2>\r\nSkip Szymanski, <em>President</em>\r\nSylvia Redding, <em>Vice-President</em>\r\nEric Heinsohn, <em>Secretary</em>\r\nJason Janzen, <em>Treasurer</em>\r\nJack Dillon\r\nRob Fredericks\r\nLarry Hammett\r\nKay Holmes\r\nLinda Hughes\r\nWes Strickland\r\nBog Wagner\r\nHelen Wilke,<em> Immediate Past President</em>\r\n<h2>Staff Members</h2>\r\nDan Herzog, Executive Director – <a href="mailto:dan@friendship-manor.org">dan@friendship-manor.org </a>\r\nPatricia Fabing, Marketing Director – <a href="mailto:patricia@friendship-manor.org">patricia@friendship-manor.org</a>\r\nCarla Bentley, Office Manager – <a href="mailto:carla@friendship-manor.org">carla@friendship-manor.org</a>\r\nChris Rendessy, Resident Services Director – <a href="mailto:chris@friendship-manor.org">chris@friendship-manor.org</a>\r\nGeorge Deak, Food Services Director – <a href="mailto:george@friendship-manor.org">george@friendship-manor.org</a>\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img title="p-about-us" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" width="560" height="171" /></div>', 'Board &amp; Staff', '', 'publish', 'open', 'open', '', 'board-staff', '', '', '2010-11-15 20:52:38', '2010-11-15 20:52:38', '', 2, 'http://friendship-manor.org/wordpress/', 2, 'page', '', 0),
(33, 1, '2010-10-07 21:53:52', '2010-10-07 21:53:52', '', 'Board &amp; Staff', '', 'inherit', 'open', 'open', '', '32-revision', '', '', '2010-10-07 21:53:52', '2010-10-07 21:53:52', '', 32, 'http://friendship-manor.org/wordpress/2010/10/07/32-revision/', 0, 'revision', '', 0),
(41, 1, '2010-10-08 23:16:14', '2010-10-08 23:16:14', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua.\r\n<h2>Quote 1</h2>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.</blockquote>\r\n<h2>Quote 2</h2>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.</blockquote>\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img title="p-about-us" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" width="560" height="171" /></div>', 'Testimonials', '', 'private', 'open', 'open', '', 'testimonials', '', '', '2011-01-19 21:13:13', '2011-01-19 21:13:13', '', 2, 'http://friendship-manor.org/wordpress/', 0, 'page', '', 0),
(37, 1, '2010-10-07 21:37:54', '2010-10-07 21:37:54', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-2', '', '', '2010-10-07 21:37:54', '2010-10-07 21:37:54', '', 2, 'http://friendship-manor.org/wordpress/2010/10/07/2-revision-2/', 0, 'revision', '', 0),
(39, 1, '2010-10-08 22:57:10', '2010-10-08 22:57:10', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.', '', '', 'publish', 'open', 'closed', '', 'description-history', '', '', '2011-01-19 21:04:31', '2011-01-19 21:04:31', '', 2, 'http://friendship-manor.org/wordpress/?p=39', 2, 'nav_menu_item', '', 0),
(40, 1, '2010-10-08 22:57:10', '2010-10-08 22:57:10', '', 'Board & Staff', '', 'publish', 'open', 'closed', '', 'board-staff', '', '', '2011-01-19 21:04:31', '2011-01-19 21:04:31', '', 2, 'http://friendship-manor.org/wordpress/?p=40', 3, 'nav_menu_item', '', 0),
(42, 1, '2010-10-08 23:16:00', '2010-10-08 23:16:00', '', 'Testimonials', '', 'inherit', 'open', 'open', '', '41-revision', '', '', '2010-10-08 23:16:00', '2010-10-08 23:16:00', '', 41, 'http://friendship-manor.org/wordpress/2010/10/08/41-revision/', 0, 'revision', '', 0),
(43, 1, '2010-10-08 23:16:31', '2010-10-08 23:16:31', 'Page for Testimonials.', '', '', 'publish', 'open', 'closed', '', '43', '', '', '2011-01-19 21:04:31', '2011-01-19 21:04:31', '', 2, 'http://friendship-manor.org/wordpress/?p=43', 4, 'nav_menu_item', '', 0),
(44, 1, '2010-10-08 23:16:59', '2010-10-08 23:16:59', '<ol>\r\n	<li><a href="#one">How much does it cost to live at Friendship Manor?</a></li>\r\n	<li><a href="#two">Are meals prepared?</a></li>\r\n	<li>Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of social opportunities are held at Friendship Manor?</li>\r\n	<li>Is public transportation close by?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n</ol>\r\n<h2><a name="one"></a>1. How much does it cost to live at Friendship Manor?</h2>\r\nRates vary according to the size of the apartment. An example would be  our small studio at $787 per month which includes 3 buffet style meals and utilities.\r\n<h2><a name="two"></a>2. Are meals prepared?</h2>\r\n<div style="margin-top: 20px;">Yes. Our meals are prepared fresh daily and served buffet style.  All meals and utilities are included in the cost of living at Friendship Manor.</div>', 'Frequently Asked Questions', '', 'private', 'open', 'open', '', 'frequently-asked-questions', '', '', '2011-01-19 20:17:28', '2011-01-19 20:17:28', '', 2, 'http://friendship-manor.org/wordpress/', 0, 'page', '', 0),
(360, 4, '2011-01-14 18:40:39', '2011-01-14 18:40:39', '<ol>\r\n	<li><a href="#one">How much does it cost to live at Friendship Manor?</a></li>\r\n	<li><a href="#two">Are meals prepared?</a></li>\r\n	<li>Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of social opportunities are held at Friendship Manor?</li>\r\n	<li>Is public transportation close by?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n</ol>\r\n<h2><a name="one"></a>1. How much does it cost to live at Friendship Manor?</h2>\r\nRates vary according to the size of the apartment. An example would be  our small studio at $787 per month which includes 3 buffet style meals and utilities.\r\n<h2><a name="two"></a>2. Are meals prepared?</h2>\r\n<div style="margin-top: 20px;">Yes. Our meals are prepared fresh daily and served buffet style.  All meals and utilities are included in the cost of living at Friendship Manor.</div>', 'Frequently Asked Questions', '', 'inherit', 'closed', 'closed', '', '44-revision-23', '', '', '2011-01-14 18:40:39', '2011-01-14 18:40:39', '', 44, 'http://friendship-manor.org/wordpress/2011/01/14/44-revision-23/', 0, 'revision', '', 0),
(357, 5, '2011-01-07 21:35:05', '2011-01-07 21:35:05', '<ol>\r\n	<li><a href="#one">How much does it cost to live at Friendship Manor?</a></li>\r\n	<li><a href="#two">Are meals prepared?</a></li>\r\n	<li>Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of social opportunities are held at Friendship Manor?</li>\r\n	<li>Is public transportation close by?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n</ol>\r\n<h2><a name="one"></a>1. How much does it cost to live at Friendship Manor?</h2>\r\nRates vary according to the size of the apartment.  A good starting point is our small studio at $787 per month which includes 3 buffet style meals and utilities.\r\n<h2><a name="two"></a>2. Are meals prepared?</h2>\r\n<div style="margin-top: 20px;">Yes. Our meals are prepared fresh daily and served buffet style. There are 3 per weekday and two on the weekends. A large salad bar is always available for lunch and dinner as well.</div>', 'Frequently Asked Questions', '', 'inherit', 'closed', 'closed', '', '44-revision-21', '', '', '2011-01-07 21:35:05', '2011-01-07 21:35:05', '', 44, 'http://friendship-manor.org/wordpress/2011/01/07/44-revision-21/', 0, 'revision', '', 0),
(45, 1, '2010-10-08 23:16:53', '2010-10-08 23:16:53', '', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision', '', '', '2010-10-08 23:16:53', '2010-10-08 23:16:53', '', 44, 'http://friendship-manor.org/wordpress/2010/10/08/44-revision/', 0, 'revision', '', 0),
(46, 1, '2010-10-08 23:16:59', '2010-10-08 23:16:59', ' ', '', '', 'publish', 'open', 'closed', '', '46', '', '', '2011-01-19 21:04:31', '2011-01-19 21:04:31', '', 2, 'http://friendship-manor.org/wordpress/2010/10/08/46/', 5, 'nav_menu_item', '', 0),
(48, 1, '2010-10-08 23:17:43', '2010-10-08 23:17:43', 'Our facility has an atmosphere in which our residents live with a sense community that embraces everyone. From nutritious meals to beautiful gardens, diverse activities, and a rewarding social life, we recognize the importance of a safe, comfortable environment that encourages an active lifestyle. We warmly invite you and a guest to join us for a complimentary meal and learn more about the Friendship Manor community and the services we provide.\r\n<h2>Dining</h2>\r\nOur dining services offer three regularly scheduled meals for our residents, prepared in our own kitchen and served buffet style in our gracious Willoughby Dining Room. Family members are always our welcome guests. We provide fresh fruit and vegetables, traditional breakfast entrees, and lunch and dinner designed with our residents’ tastes in mind. Refreshments are also available throughout the day.\r\n<a href="#">Click Here to View Our Sample Menu</a>\r\n<h2>Social</h2>\r\nThe Friendship Manor community is full of interesting people who enjoy meeting one another and spending time together. Our residents participate in lively conversations, games, arts and crafts, relaxing walks and other mutual hobbies. Our community offers on-site shopping, a beauty/barber shop, pool table and arts &amp; crafts room, theatre and stage with a grand piano for our music lovers.\r\n<h2>Outdoors</h2>\r\nOur beautiful gardens and courtyards are great for walks and just sitting outside to read a book and enjoying our beautiful weather. Many of our residents take pride in gardening and maintaining the flowers for us all to enjoy. Our heated swimming pool is open year-round for resident enjoyment and our van is available for shopping trips and medical appointments.\r\n<div style="margin-top: 20px;"><img class="alignleft size-full wp-image-228" style="margin-left: -30px; margin-bottom: -20px;" title="our-services" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/our-services.png" alt="Friendship Manor Services" width="278" height="221" /></div>', 'The Friendship Manor Lifestyle', '', 'publish', 'open', 'open', '', 'amenities', '', '', '2010-11-11 18:23:45', '2010-11-11 18:23:45', '', 5, 'http://friendship-manor.org/wordpress/', 0, 'page', '', 0),
(49, 1, '2010-10-08 23:17:33', '2010-10-08 23:17:33', '', 'Amenities', '', 'inherit', 'open', 'open', '', '48-revision', '', '', '2010-10-08 23:17:33', '2010-10-08 23:17:33', '', 48, 'http://friendship-manor.org/wordpress/2010/10/08/48-revision/', 0, 'revision', '', 0),
(50, 1, '2010-10-08 23:17:43', '2010-10-08 23:17:43', ' ', '', '', 'publish', 'open', 'closed', '', '50', '', '', '2011-01-19 21:04:31', '2011-01-19 21:04:31', '', 5, 'http://friendship-manor.org/wordpress/2010/10/08/50/', 7, 'nav_menu_item', '', 0),
(51, 1, '2010-10-08 23:18:26', '2010-10-08 23:18:26', 'Friendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All meals and utilities are included (gas, water, electric and trash). Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking. Residents also have access to a heating swimming pool, meeting facilities, entertainment room with big screen, theatre and stage, and game/pool table/arts and crafts room.\r\n\r\nWe offer four floor plans for our units: Large Apartment, Standard Apartment, Studio and Suite. Click the links below to download and view the floor plans.\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Large-Apartment.pdf">Large Apartment</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Standard-Apartment.pdf">Standard Apartment</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Studio.pdf">Studio</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Suite.pdf">Suite</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img class="alignleft size-full wp-image-228" style="margin-left: -30px; margin-bottom: -20px;" title="our-services" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/our-services.png" alt="Friendship Manor Services" width="278" height="221" /></div>', 'Units/Amenities', '', 'publish', 'open', 'open', '', 'units', '', '', '2010-12-11 19:43:46', '2010-12-11 19:43:46', '', 5, 'http://friendship-manor.org/wordpress/', 0, 'page', '', 0),
(52, 1, '2010-10-08 23:18:16', '2010-10-08 23:18:16', '', 'Units', '', 'inherit', 'open', 'open', '', '51-revision', '', '', '2010-10-08 23:18:16', '2010-10-08 23:18:16', '', 51, 'http://friendship-manor.org/wordpress/2010/10/08/51-revision/', 0, 'revision', '', 0),
(53, 1, '2010-10-08 23:18:26', '2010-10-08 23:18:26', ' ', '', '', 'publish', 'open', 'closed', '', '53', '', '', '2011-01-19 21:04:31', '2011-01-19 21:04:31', '', 5, 'http://friendship-manor.org/wordpress/2010/10/08/53/', 8, 'nav_menu_item', '', 0),
(54, 1, '2010-10-08 23:20:47', '2010-10-08 23:20:47', 'One of the vital parts of our community is our activity program that is planned by our full time Resident Services Director. Friendship and companionship are tremendously important to us, and we do our best to provide a full and varied activity program for our residents.\r\n\r\nMany of our seniors participate in arts and crafts, games such as bingo and cards, and gardening in our outdoor courtyard garden. Our facility offers on-site shopping, an entertainment room with big screen TV, theatre and stage, and grand piano. Transportation is also provided for planned activities or personal and social errands.\r\n\r\n<a href="http://friendship-manor.org/wordpress/category/events/">Click Here to View Our Current Monthly Activities</a>\r\n\r\nIf you would like to volunteer, entertain, or have any related questions regarding Friendship Manor Activities Program, please contact Chris Rendessy at <a href="mailto:Chris@Friendship-Manor.org">Chris@Friendship-Manor.org</a>.\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img class="alignleft size-full wp-image-269" style="margin-left: -30px; margin-bottom: -20px;" title="activities" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/activities.png" alt="Friendship Manor Activities" width="560" height="164" /></div>', 'Activities', '', 'publish', 'open', 'open', '', 'activities', '', '', '2010-12-08 08:21:42', '2010-12-08 08:21:42', '', 5, 'http://friendship-manor.org/wordpress/', 0, 'page', '', 0),
(55, 1, '2010-10-08 23:20:13', '2010-10-08 23:20:13', '', 'Activities', '', 'inherit', 'open', 'open', '', '54-revision', '', '', '2010-10-08 23:20:13', '2010-10-08 23:20:13', '', 54, 'http://friendship-manor.org/wordpress/2010/10/08/54-revision/', 0, 'revision', '', 0),
(56, 1, '2010-10-08 23:20:47', '2010-10-08 23:20:47', ' ', '', '', 'publish', 'open', 'closed', '', '56', '', '', '2011-01-19 21:04:31', '2011-01-19 21:04:31', '', 5, 'http://friendship-manor.org/wordpress/2010/10/08/56/', 9, 'nav_menu_item', '', 0),
(57, 1, '2010-10-08 23:27:49', '2010-10-08 23:27:49', '[nggallery id=1]', 'Resident Gallery', '', 'private', 'open', 'open', '', 'resident-gallery', '', '', '2011-01-19 20:17:28', '2011-01-19 20:17:28', '', 5, 'http://friendship-manor.org/wordpress/', 0, 'page', '', 0),
(58, 1, '2010-10-08 23:27:37', '2010-10-08 23:27:37', '', 'Resident Gallery', '', 'inherit', 'open', 'open', '', '57-revision', '', '', '2010-10-08 23:27:37', '2010-10-08 23:27:37', '', 57, 'http://friendship-manor.org/wordpress/2010/10/08/57-revision/', 0, 'revision', '', 0),
(363, 4, '2010-10-16 23:48:55', '2010-10-16 23:48:55', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua.\r\n<h2>Quote 1</h2>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.</blockquote>\r\n<h2>Quote 2</h2>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.</blockquote>\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img title="p-about-us" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" width="560" height="171" /></div>', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '41-revision-7', '', '', '2010-10-16 23:48:55', '2010-10-16 23:48:55', '', 41, 'http://friendship-manor.org/2010/10/16/41-revision-7/', 0, 'revision', '', 0),
(153, 1, '2010-10-13 17:59:48', '2010-10-13 17:59:48', '', 'What''s New', '', 'inherit', 'open', 'open', '', '149-revision-2', '', '', '2010-10-13 17:59:48', '2010-10-13 17:59:48', '', 149, 'http://friendship-manor.org/wordpress/2010/10/13/149-revision-2/', 0, 'revision', '', 0),
(65, 1, '2010-10-09 04:45:22', '2010-10-09 04:45:22', ' ', '', '', 'publish', 'open', 'closed', '', '65', '', '', '2011-01-19 21:04:32', '2011-01-19 21:04:32', '', 0, 'http://friendship-manor.org/wordpress/?p=65', 15, 'nav_menu_item', '', 0),
(66, 1, '2010-10-09 04:45:22', '2010-10-09 04:45:22', ' ', '', '', 'publish', 'open', 'closed', '', '66', '', '', '2011-01-19 21:04:32', '2011-01-19 21:04:32', '', 0, 'http://friendship-manor.org/wordpress/?p=66', 12, 'nav_menu_item', '', 0),
(67, 1, '2010-10-09 04:45:22', '2010-10-09 04:45:22', ' ', '', '', 'publish', 'open', 'closed', '', '67', '', '', '2011-01-19 21:04:32', '2011-01-19 21:04:32', '', 0, 'http://friendship-manor.org/wordpress/?p=67', 13, 'nav_menu_item', '', 0),
(68, 1, '2010-10-09 04:45:22', '2010-10-09 04:45:22', ' ', '', '', 'publish', 'open', 'closed', '', '68', '', '', '2011-01-19 21:04:32', '2011-01-19 21:04:32', '', 0, 'http://friendship-manor.org/wordpress/?p=68', 14, 'nav_menu_item', '', 0),
(73, 1, '2010-12-01 19:28:11', '2010-12-01 19:28:11', 'Click here to see our December Newletter. Check out the GREAT photo''s from our Fall Fashion Show!\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/December-Newsletter-2010-web.pdf">December Newsletter 2010 </a><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/TASC_Newsletter_10_03.pdf"></a><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/TASC_Newsletter_10_03.pdf"></a>', 'Newsletter December 2010', '', 'publish', 'closed', 'closed', '', 'newsletter-november-2010', '', '', '2010-12-03 19:27:07', '2010-12-03 19:27:07', '', 0, 'http://friendship-manor.org/wordpress/?p=73', 0, 'post', '', 0),
(74, 1, '2010-10-09 19:28:02', '2010-10-09 19:28:02', 'This is an example Newsletter post. To make a Newsletter post, create a new post and then check the Newsletter box under Categories. It will a', 'Newsletter November 2010', '', 'inherit', 'open', 'open', '', '73-revision', '', '', '2010-10-09 19:28:02', '2010-10-09 19:28:02', '', 73, 'http://friendship-manor.org/wordpress/2010/10/09/73-revision/', 0, 'revision', '', 0),
(361, 4, '2010-12-01 21:50:56', '2010-12-01 21:50:56', '[nggallery id=1]', 'Resident Gallery', '', 'inherit', 'closed', 'closed', '', '57-revision-10', '', '', '2010-12-01 21:50:56', '2010-12-01 21:50:56', '', 57, 'http://friendship-manor.org/wordpress/2010/12/01/57-revision-10/', 0, 'revision', '', 0),
(305, 2, '2010-11-16 20:58:45', '2010-11-16 20:58:45', 'In this section you will find a library of resources for Friendship Manor, including the Resident Handbook and other reference materials.\n\n<h2>Resident Handbook</h2>Download Friendship Manor''s Resident Handbook (PDF format)\n<h2>Advice to Adult Children</h2>\n<a href="http://www.friendship-manor.org/wordpress/wp-content/uploads/2010/11/ResidentHandbook.PDF">Download Advice to Adult Children (PDF format)</a>\n\n<em>You will need Adobe''s Acrobat Reader to open these documents. You can download it for free here.</em>', 'Resources', '', 'inherit', 'open', 'open', '', '302-autosave', '', '', '2010-11-16 20:58:45', '2010-11-16 20:58:45', '', 302, 'http://friendship-manor.org/wordpress/2010/11/16/302-autosave/', 0, 'revision', '', 0),
(79, 3, '2010-11-17 21:44:37', '2010-11-17 21:44:37', 'One of the vital parts of our community is our activity program that is planned by our full time Resident Services Director. Friendship and companionship are tremendously important to us, and we do our best to provide a full and varied activity program for our residents.\n\nMany of our seniors participate in arts and crafts, games such as bingo and cards, and gardening in our outdoor courtyard garden. Our facility offers on-site shopping, an entertainment room with big screen TV, theatre and stage, and grand piano. Transportation is also provided for planned activities or personal and social errands.\n\n<a href="http://friendship-manor.org/wordpress/category/events/">Click Here to View Our Current Monthly Activities</a>\n\nIf you would like to volunteer, entertain, or have any related questions regarding Friendship Manor Activities Program, please contact Chris Rendessy at <a href="mailto:Chris@Friendship-Manor.org">Chris@Friendship-Manor.org</a>.\n<div style="margin-top: 20px;"><img class="alignleft size-full wp-image-269" style="margin-left: -30px; margin-bottom: -20px;" title="activities" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/activities.png" alt="Friendship Manor Activities" width="560" height="164" /></div>', 'Activities', '', 'inherit', 'open', 'open', '', '54-autosave', '', '', '2010-11-17 21:44:37', '2010-11-17 21:44:37', '', 54, 'http://friendship-manor.org/wordpress/2010/10/09/54-autosave/', 0, 'revision', '', 0),
(80, 1, '2010-10-08 23:20:47', '2010-10-08 23:20:47', 'Our Services &gt; Activities', 'Activities', '', 'inherit', 'open', 'open', '', '54-revision-2', '', '', '2010-10-08 23:20:47', '2010-10-08 23:20:47', '', 54, 'http://friendship-manor.org/wordpress/2010/10/08/54-revision-2/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (104, 1, '2010-10-11 04:44:20', '2010-10-11 04:44:20', '', 'cutout01', '', 'inherit', 'open', 'open', '', 'cutout01', '', '', '2010-10-11 04:44:20', '2010-10-11 04:44:20', '', 27, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01.png', 0, 'attachment', 'image/png', 0),
(105, 1, '2010-10-11 03:59:34', '2010-10-11 03:59:34', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.', 'Description &amp; History', '', 'inherit', 'open', 'open', '', '27-revision-4', '', '', '2010-10-11 03:59:34', '2010-10-11 03:59:34', '', 27, 'http://friendship-manor.org/wordpress/2010/10/11/27-revision-4/', 0, 'revision', '', 0),
(82, 1, '2010-10-11 01:44:16', '2010-10-11 01:44:16', 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/header-int.png', 'header-int.png', '', 'inherit', 'open', 'open', '', 'header-int-png', '', '', '2010-10-11 01:44:16', '2010-10-11 01:44:16', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/header-int.png', 0, 'attachment', 'image/png', 0),
(83, 1, '2010-10-11 01:47:50', '2010-10-11 01:47:50', 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/header-int1.png', 'header-int1.png', '', 'inherit', 'open', 'open', '', 'header-int1-png', '', '', '2010-10-11 01:47:50', '2010-10-11 01:47:50', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/header-int1.png', 0, 'attachment', 'image/png', 0),
(85, 1, '2010-10-11 02:18:02', '2010-10-11 02:18:02', 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/header-int2.png', 'header-int2.png', '', 'inherit', 'open', 'open', '', 'header-int2-png', '', '', '2010-10-11 02:18:02', '2010-10-11 02:18:02', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/header-int2.png', 0, 'attachment', 'image/png', 0),
(86, 1, '2010-10-08 22:35:21', '2010-10-08 22:35:21', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-3', '', '', '2010-10-08 22:35:21', '2010-10-08 22:35:21', '', 2, 'http://friendship-manor.org/wordpress/2010/10/08/2-revision-3/', 0, 'revision', '', 0),
(87, 1, '2010-10-07 21:38:25', '2010-10-07 21:38:25', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision-3', '', '', '2010-10-07 21:38:25', '2010-10-07 21:38:25', '', 12, 'http://friendship-manor.org/wordpress/2010/10/07/12-revision-3/', 0, 'revision', '', 0),
(88, 1, '2010-10-11 03:44:21', '2010-10-11 03:44:21', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision-4', '', '', '2010-10-11 03:44:21', '2010-10-11 03:44:21', '', 12, 'http://friendship-manor.org/wordpress/2010/10/11/12-revision-4/', 0, 'revision', '', 0),
(89, 1, '2010-10-07 21:38:12', '2010-10-07 21:38:12', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.', 'Our Services', '', 'inherit', 'open', 'open', '', '5-revision-3', '', '', '2010-10-07 21:38:12', '2010-10-07 21:38:12', '', 5, 'http://friendship-manor.org/wordpress/2010/10/07/5-revision-3/', 0, 'revision', '', 0),
(92, 1, '2010-10-08 23:18:26', '2010-10-08 23:18:26', 'Our Services &gt; Units page', 'Units', '', 'inherit', 'open', 'open', '', '51-revision-2', '', '', '2010-10-08 23:18:26', '2010-10-08 23:18:26', '', 51, 'http://friendship-manor.org/wordpress/2010/10/08/51-revision-2/', 0, 'revision', '', 0),
(91, 1, '2010-10-11 03:49:12', '2010-10-11 03:49:12', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\n<ul>\r\n<li>Service One</li>\r\n<li>Service Two</li>\r\n<li>Service Three</li>\r\n</ul>\r\nExcepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.', 'Our Services', '', 'inherit', 'open', 'open', '', '5-revision-5', '', '', '2010-10-11 03:49:12', '2010-10-11 03:49:12', '', 5, 'http://friendship-manor.org/wordpress/2010/10/11/5-revision-5/', 0, 'revision', '', 0),
(90, 1, '2010-10-11 03:45:16', '2010-10-11 03:45:16', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.', 'Our Services', '', 'inherit', 'open', 'open', '', '5-revision-4', '', '', '2010-10-11 03:45:16', '2010-10-11 03:45:16', '', 5, 'http://friendship-manor.org/wordpress/2010/10/11/5-revision-4/', 0, 'revision', '', 0),
(93, 1, '2010-10-08 23:17:43', '2010-10-08 23:17:43', 'Our Services &gt; Amenities page', 'Amenities', '', 'inherit', 'open', 'open', '', '48-revision-2', '', '', '2010-10-08 23:17:43', '2010-10-08 23:17:43', '', 48, 'http://friendship-manor.org/wordpress/2010/10/08/48-revision-2/', 0, 'revision', '', 0),
(94, 1, '2010-10-09 22:09:01', '2010-10-09 22:09:01', 'Our Services &gt; Activities', 'Activities', '', 'inherit', 'open', 'open', '', '54-revision-3', '', '', '2010-10-09 22:09:01', '2010-10-09 22:09:01', '', 54, 'http://friendship-manor.org/wordpress/2010/10/09/54-revision-3/', 0, 'revision', '', 0),
(95, 1, '2010-10-08 23:27:49', '2010-10-08 23:27:49', 'Our Services &gt; Resident Gallery page', 'Resident Gallery', '', 'inherit', 'open', 'open', '', '57-revision-2', '', '', '2010-10-08 23:27:49', '2010-10-08 23:27:49', '', 57, 'http://friendship-manor.org/wordpress/2010/10/08/57-revision-2/', 0, 'revision', '', 0),
(96, 1, '2010-10-08 23:16:59', '2010-10-08 23:16:59', 'Page for FAQ.', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-2', '', '', '2010-10-08 23:16:59', '2010-10-08 23:16:59', '', 44, 'http://friendship-manor.org/wordpress/2010/10/08/44-revision-2/', 0, 'revision', '', 0),
(97, 5, '2011-01-14 18:44:15', '2011-01-14 18:44:15', '<ol>\n	<li><a href="#one">How much does it cost to live at Friendship Manor?</a></li>\n	<li><a href="#two">Are meals prepared?</a></li>\n	<li>Is housekeeping available?</li>\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\n	<li>What amenities are included?</li>\n	<li>Can residents have pets?</li>\n	<li>What type of social opportunities are held at Friendship Manor?</li>\n	<li>Is public transportation close by?</li>\n	<li>Is there an elevator?</li>\n	<li>How long will it take to get an apartment?</li>\n</ol>\n<h2><a name="one"></a>1. How much does it cost to live at Friendship Manor?</h2>\nRates vary according to the size of the apartment. An example would be  our small studio at $787 per month which includes 3 buffet style meals and utilities.\n<h2><a name="two"></a>2. Are meals prepared?</h2>\n<div style="margin-top: 20px;">Yes. Our meals are prepared fresh daily and served buffet style.  All meals and utilities are included in the cost of living at Friendship Manor.</div>', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-autosave', '', '', '2011-01-14 18:44:15', '2011-01-14 18:44:15', '', 44, 'http://friendship-manor.org/wordpress/2010/10/11/44-autosave/', 0, 'revision', '', 0),
(356, 5, '2010-12-03 19:06:10', '2010-12-03 19:06:10', '<ol>\r\n	<li><a href="#one">How much does it cost to live at Friendship Manor?</a></li>\r\n	<li><a href="#two">Are meals prepared?</a></li>\r\n	<li>Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of social opportunities are held at Friendship Manor?</li>\r\n	<li>Is public transportation close by?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n</ol>\r\n<h2><a name="one"></a>1. How much does it cost to live at Friendship Manor?</h2>\r\nFriendship Manor is affordable.\r\n<h2><a name="two"></a>2. Are meals prepared?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n<div style="margin-top: 20px;"><img class="alignleft size-full wp-image-228" style="margin-left: -30px; margin-bottom: -20px;" title="our-services" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/our-services.png" alt="Friendship Manor Services" width="278" height="221" /></div>', 'Frequently Asked Questions', '', 'inherit', 'closed', 'closed', '', '44-revision-20', '', '', '2010-12-03 19:06:10', '2010-12-03 19:06:10', '', 44, 'http://friendship-manor.org/wordpress/2010/12/03/44-revision-20/', 0, 'revision', '', 0),
(122, 1, '2010-10-11 03:58:44', '2010-10-11 03:58:44', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. \r\n<h2>Sub Header?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. \r\n<h2>Sub Header?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. \r\n<h2>Sub Header?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua.\r\n<h2>Sub Header?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua.', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-4', '', '', '2010-10-11 03:58:44', '2010-10-11 03:58:44', '', 44, 'http://friendship-manor.org/wordpress/2010/10/11/44-revision-4/', 0, 'revision', '', 0),
(98, 1, '2010-10-11 03:56:17', '2010-10-11 03:56:17', 'Page for FAQ.', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-3', '', '', '2010-10-11 03:56:17', '2010-10-11 03:56:17', '', 44, 'http://friendship-manor.org/wordpress/2010/10/11/44-revision-3/', 0, 'revision', '', 0),
(123, 1, '2010-10-12 22:00:34', '2010-10-12 22:00:34', 'At Friendship Manor, our residents’ quality of life is always the top priority on our minds. Our facility has an atmosphere in which our residents live with a sense community that embraces everyone. From nutritious meals, to beautiful surroundings, to diverse activities and a rewarding social life, we recognize the importance of a safe, comfortable environment and encourage an active, friendly lifestyle. We warmly invite you and a guest to join us for a complimentary meal and learn more about the Friendship Manor community and the services we provide.\n<h2>Dining</h2>\nOur dining services offer three regularly scheduled meals for our residents, prepared in our own kitchen and served buffet style in our gracious Willoughby Dining Room. Family members are always our welcome guests. We provide fresh fruit and vegetables, traditional breakfast entrees, and lunch and dinner designed with our residents’ tastes in mind and for those with special diets. Refreshments are also available throughout the day.\nClick Here to View Our Sample Menu\n<h2>Units</h2>\nFriendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All utilities are paid (including gas, water, electric and trash) with computers/free internet provided in our library. Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking.\n<a href="#">Click Here to View a Floor Plan</a>\n<h2>Social</h2>\nThe Friendship Manor community is full of remarkable people who enjoy meeting one another and spending time together. Our residents participate in lively conversations, games, arts and crafts, relaxing walks and other mutual hobbies. Our facility offers on-site shopping, a beauty/barber shop, pool table and arts &amp; crafts room, theatre and stage with a grand piano for our music lovers.\n<h2>Outdoors</h2>\nWe are happy to provide a pleasant environment for our seniors, along with a variety of outdoor opportunities. Our beautiful gardens are courtyards are great for walks and just sitting outside to read a book. Many of our residents take pride in gardening and maintaining the greenery for us all to enjoy. Transportation service is also provided for residents’ convenience – whether it be for medical appointments, shopping or other personal errands.', 'Amenities', '', 'inherit', 'open', 'open', '', '48-autosave', '', '', '2010-10-12 22:00:34', '2010-10-12 22:00:34', '', 48, 'http://friendship-manor.org/wordpress/2010/10/12/48-autosave/', 0, 'revision', '', 0),
(99, 1, '2010-10-07 21:53:18', '2010-10-07 21:53:18', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.', 'Description &amp; History', '', 'inherit', 'open', 'open', '', '27-revision-3', '', '', '2010-10-07 21:53:18', '2010-10-07 21:53:18', '', 27, 'http://friendship-manor.org/wordpress/2010/10/07/27-revision-3/', 0, 'revision', '', 0),
(100, 1, '2010-10-07 21:53:56', '2010-10-07 21:53:56', '', 'Board &amp; Staff', '', 'inherit', 'open', 'open', '', '32-revision-2', '', '', '2010-10-07 21:53:56', '2010-10-07 21:53:56', '', 32, 'http://friendship-manor.org/wordpress/2010/10/07/32-revision-2/', 0, 'revision', '', 0),
(101, 1, '2010-10-08 23:16:14', '2010-10-08 23:16:14', 'Page for Testimonials.', 'Testimonials', '', 'inherit', 'open', 'open', '', '41-revision-2', '', '', '2010-10-08 23:16:14', '2010-10-08 23:16:14', '', 41, 'http://friendship-manor.org/wordpress/2010/10/08/41-revision-2/', 0, 'revision', '', 0),
(102, 1, '2010-10-11 04:10:50', '2010-10-11 04:10:50', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.</blockquote>\r\n<h2>Sub Header</h2>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.</blockquote>', 'Testimonials', '', 'inherit', 'open', 'open', '', '41-revision-3', '', '', '2010-10-11 04:10:50', '2010-10-11 04:10:50', '', 41, 'http://friendship-manor.org/wordpress/2010/10/11/41-revision-3/', 0, 'revision', '', 0),
(103, 1, '2010-10-11 04:37:34', '2010-10-11 04:37:34', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Quote 1</h2>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.</blockquote>\r\n<h2>Quote 2</h2>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.</blockquote>', 'Testimonials', '', 'inherit', 'open', 'open', '', '41-revision-4', '', '', '2010-10-11 04:37:34', '2010-10-11 04:37:34', '', 41, 'http://friendship-manor.org/wordpress/2010/10/11/41-revision-4/', 0, 'revision', '', 0),
(109, 1, '2010-10-11 04:47:24', '2010-10-11 04:47:24', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. \r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur.\r\n<h2>Sub Header</h2>\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01.png"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01-300x207.png" alt="TBD" title="cutout01" width="300" height="207" class="alignright size-medium wp-image-104" border="0" /></a>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur.', 'Description &amp; History', '', 'inherit', 'open', 'open', '', '27-revision-8', '', '', '2010-10-11 04:47:24', '2010-10-11 04:47:24', '', 27, 'http://friendship-manor.org/wordpress/2010/10/11/27-revision-8/', 0, 'revision', '', 0),
(108, 1, '2010-10-11 04:47:07', '2010-10-11 04:47:07', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur.\r\n<h2>Sub Header</h2>\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01.png"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01-300x207.png" alt="TBD" title="cutout01" width="300" height="207" class="alignright size-medium wp-image-104" border="0" /></a>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur.', 'Description &amp; History', '', 'inherit', 'open', 'open', '', '27-revision-7', '', '', '2010-10-11 04:47:07', '2010-10-11 04:47:07', '', 27, 'http://friendship-manor.org/wordpress/2010/10/11/27-revision-7/', 0, 'revision', '', 0),
(107, 1, '2010-10-11 04:46:51', '2010-10-11 04:46:51', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01.png"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01-300x207.png" alt="TBD" title="cutout01" width="300" height="207" class="alignright size-medium wp-image-104" border="0" /></a>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur.', 'Description &amp; History', '', 'inherit', 'open', 'open', '', '27-revision-6', '', '', '2010-10-11 04:46:51', '2010-10-11 04:46:51', '', 27, 'http://friendship-manor.org/wordpress/2010/10/11/27-revision-6/', 0, 'revision', '', 0),
(106, 1, '2010-10-11 04:46:12', '2010-10-11 04:46:12', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01.png"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01-300x207.png" alt="TBD" title="cutout01" width="300" height="207" class="alignright size-medium wp-image-104" /></a>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.', 'Description &amp; History', '', 'inherit', 'open', 'open', '', '27-revision-5', '', '', '2010-10-11 04:46:12', '2010-10-11 04:46:12', '', 27, 'http://friendship-manor.org/wordpress/2010/10/11/27-revision-5/', 0, 'revision', '', 0),
(110, 1, '2010-10-12 21:52:20', '2010-10-12 21:52:20', 'Since 1973, we have been devoted to our community by providing an affordable place for seniors to live in the Santa Barbara area. Friendship Manor is not just a place to stay, but a home that provides comfortable surroundings, which reinforce self-respect, self-esteem, and the dignity of aging. This atmosphere promotes life and prolongs independence.\n\nFriendship Manor is the affordable solution to independent senior living, while providing peace of mind to residents and their families.\n\nWith regularly scheduled meals, 24-hour caring staff, van transportation and social opportunities, we work to help our residents thrive in a secure environment, through the dedication of our staff and the excellence of our programs.\n<h2>Our Mission</h2>\n<em>As faithful stewards of the spiritual, human, and financial resources available to us, we are dedicated to providing housing and services that enrich the lives of our elders.</em>', 'Description &amp; History', '', 'inherit', 'open', 'open', '', '27-autosave', '', '', '2010-10-12 21:52:20', '2010-10-12 21:52:20', '', 27, 'http://friendship-manor.org/wordpress/2010/10/11/27-autosave/', 0, 'revision', '', 0),
(119, 1, '2010-10-11 04:49:45', '2010-10-11 04:49:45', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. \r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur.\r\n<h2>Sub Header</h2>\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01.png"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01-300x207.png" alt="TBD" title="cutout01" width="300" height="207" class="alignright size-medium wp-image-104" border="0" style="margin: 10px 0 0 20px; border-bottom: 2px #e8d99d solid;" /></a>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur.', 'Description &amp; History', '', 'inherit', 'open', 'open', '', '27-revision-12', '', '', '2010-10-11 04:49:45', '2010-10-11 04:49:45', '', 27, 'http://friendship-manor.org/wordpress/2010/10/11/27-revision-12/', 0, 'revision', '', 0),
(111, 1, '2010-10-11 04:47:29', '2010-10-11 04:47:29', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. \r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur.\r\n<h2>Sub Header</h2>\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01.png"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01-300x207.png" alt="TBD" title="cutout01" width="300" height="207" class="alignright size-medium wp-image-104" border="0" /></a>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur.', 'Description &amp; History', '', 'inherit', 'open', 'open', '', '27-revision-9', '', '', '2010-10-11 04:47:29', '2010-10-11 04:47:29', '', 27, 'http://friendship-manor.org/wordpress/2010/10/11/27-revision-9/', 0, 'revision', '', 0),
(112, 1, '2010-10-11 04:48:45', '2010-10-11 04:48:45', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. \r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur.\r\n<h2>Sub Header</h2>\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01.png"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01-300x207.png" alt="TBD" title="cutout01" width="300" height="207" class="alignright size-medium wp-image-104" border="0" style="margin: 10px 0 0 20px;" /></a>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur.', 'Description &amp; History', '', 'inherit', 'open', 'open', '', '27-revision-10', '', '', '2010-10-11 04:48:45', '2010-10-11 04:48:45', '', 27, 'http://friendship-manor.org/wordpress/2010/10/11/27-revision-10/', 0, 'revision', '', 0),
(120, 3, '2010-11-15 20:53:45', '2010-11-15 20:53:45', '<h2>Board of Directors</h2>\nSkip Szymanski, <em>President</em>\nSylvia Redding, <em>Vice-President</em>\nEric Heinsohn, <em>Secretary</em>\nJason Janzen, <em>Treasurer</em>\nJack Dillon\nRob Fredericks\nLarry Hammett\nKay Holmes\nLinda Hughes\nWes Strickland\nBog Wagner\nHelen Wilke,<em> Immediate Past President</em>\n<h2>Staff Members</h2>\nDan Herzog, Executive Director – <a href="mailto:dan@friendship-manor.org">dan@friendship-manor.org </a>\nPatricia Fabing, Marketing Director – <a href="mailto:patricia@friendship-manor.org">patricia@friendship-manor.org</a>\nCarla Bentley, Office Manager – <a href="mailto:carla@friendship-manor.org">carla@friendship-manor.org</a>\nChris Rendessy, Resident Services Director – <a href="mailto:chris@friendship-manor.org">chris@friendship-manor.org</a>\nGeorge Deak, Food Services Director – <a href="mailto:george@friendship-manor.org">george@friendship-manor.org</a>\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img title="p-about-us" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" width="560" height="171" /></div>', 'Board &amp; Staff', '', 'inherit', 'open', 'open', '', '32-autosave', '', '', '2010-11-15 20:53:45', '2010-11-15 20:53:45', '', 32, 'http://friendship-manor.org/wordpress/2010/10/12/32-autosave/', 0, 'revision', '', 0),
(113, 1, '2010-10-11 04:49:30', '2010-10-11 04:49:30', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. \r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur.\r\n<h2>Sub Header</h2>\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01.png"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/cutout01-300x207.png" alt="TBD" title="cutout01" width="300" height="207" class="alignright size-medium wp-image-104" border="0" style="margin: 10px 0 0 20px; border-bottom: 1px #e8d99d solid;" /></a>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur.', 'Description &amp; History', '', 'inherit', 'open', 'open', '', '27-revision-11', '', '', '2010-10-11 04:49:30', '2010-10-11 04:49:30', '', 27, 'http://friendship-manor.org/wordpress/2010/10/11/27-revision-11/', 0, 'revision', '', 0),
(114, 1, '2010-10-11 20:57:18', '2010-10-11 20:57:18', '', 'home02', '', 'inherit', 'open', 'open', '', 'home02', '', '', '2010-10-11 20:57:18', '2010-10-11 20:57:18', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/home02.png', 0, 'attachment', 'image/png', 0),
(115, 1, '2010-10-11 20:57:31', '2010-10-11 20:57:31', '', 'home03', '', 'inherit', 'open', 'open', '', 'home03', '', '', '2010-10-11 20:57:31', '2010-10-11 20:57:31', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/home03.png', 0, 'attachment', 'image/png', 0),
(116, 1, '2010-10-11 20:57:43', '2010-10-11 20:57:43', '', 'home04', '', 'inherit', 'open', 'open', '', 'home04', '', '', '2010-10-11 20:57:43', '2010-10-11 20:57:43', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/home04.png', 0, 'attachment', 'image/png', 0),
(117, 1, '2010-10-07 21:39:30', '2010-10-07 21:39:30', '6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\nClick here for our Email\r\n\r\nClick here for a map location of Friendship Manor', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-3', '', '', '2010-10-07 21:39:30', '2010-10-07 21:39:30', '', 15, 'http://friendship-manor.org/wordpress/2010/10/07/15-revision-3/', 0, 'revision', '', 0),
(118, 1, '2010-10-11 21:58:03', '2010-10-11 21:58:03', '6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\nClick here for our Email\r\n\r\n<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;num=10&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;num=10&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-4', '', '', '2010-10-11 21:58:03', '2010-10-11 21:58:03', '', 15, 'http://friendship-manor.org/wordpress/2010/10/11/15-revision-4/', 0, 'revision', '', 0),
(141, 4, '2011-01-19 21:26:10', '2011-01-19 21:26:10', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\n<!-- Click here for <a href="/wordpress/about/frequently-asked-questions/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Frequently Asked Questions. -->\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="mailto:info@friendship-manor.org">info@friendship-manor.org</a>\r\n<div style="margin-top: 20px;"><small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A">View Larger Map</a></small></div>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" title="contact" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" width="306" height="211" /></div>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-autosave', '', '', '2011-01-19 21:26:10', '2011-01-19 21:26:10', '', 15, 'http://friendship-manor.org/wordpress/2010/10/13/15-autosave/', 0, 'revision', '', 0),
(366, 4, '2011-01-19 21:25:49', '2011-01-19 21:25:49', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\n<!--Click here for <a href="/wordpress/about/frequently-asked-questions/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Frequently Asked Questions.-->\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="mailto:info@friendship-manor.org">info@friendship-manor.org</a>\r\n<div style="margin-top: 20px;"><small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A">View Larger Map</a></small></div>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" title="contact" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" width="306" height="211" /></div>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '15-revision-21', '', '', '2011-01-19 21:25:49', '2011-01-19 21:25:49', '', 15, 'http://friendship-manor.org/2011/01/19/15-revision-21/', 0, 'revision', '', 0),
(121, 1, '2010-10-11 04:02:36', '2010-10-11 04:02:36', 'Helen Wilke \r\nBoard President\r\nRetired Director of Evangelism\r\n\r\nJack  Dillon \r\nBoard Vice President\r\nRetired: Former Administrator, Casa Dorinda\r\n  	\r\nRob  Fredericks \r\nBoard Secretary\r\nCity of Santa Barbara Housing Authority\r\n  	\r\nJason Janzen \r\nBoard Treasurer\r\nC.P.A. Bartlett, Pringle & Wolf, LLP\r\n  	\r\nLarry  Hammett \r\nDirector\r\nRetired: Trust Real Estate Manager & Appraiser\r\n  	\r\nEric Heinsohn \r\nDirector\r\nArchitect & Senior Facilities Engineer\r\n  	\r\nKay Holmes \r\nDirector\r\nPrincipal: Holmes & Holmes Insurance Agency, Inc.\r\n	\r\nSylvia Redding \r\nDirector\r\nExecutive Administrator Goleta Chamber of Commerce\r\n  	\r\nRobert Wilke \r\nDirector\r\nRetired: Manager of Publications\r\n  	\r\nWes Strickland \r\nDirector\r\nHatch & Parent Lawfirm ', 'Board &amp; Staff', '', 'inherit', 'open', 'open', '', '32-revision-3', '', '', '2010-10-11 04:02:36', '2010-10-11 04:02:36', '', 32, 'http://friendship-manor.org/wordpress/2010/10/11/32-revision-3/', 0, 'revision', '', 0),
(124, 1, '2010-10-11 03:54:57', '2010-10-11 03:54:57', 'Our Services &gt; Amenities page', 'Amenities', '', 'inherit', 'open', 'open', '', '48-revision-3', '', '', '2010-10-11 03:54:57', '2010-10-11 03:54:57', '', 48, 'http://friendship-manor.org/wordpress/2010/10/11/48-revision-3/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (258, 1, '2010-10-14 20:57:06', '2010-10-14 20:57:06', 'Friendship Manor offers affordable senior housing and independent living services. With a caring and sensitive staff who love to serve seniors, we provide our residents with everything they need to help make their lives comfortable, enjoyable and rewarding.\r\n\r\nWe are proud to offer services and programs that promote a healthy and active quality of life. Our amenities include nutritious meals, transportation, housekeeping services, full-time maintenance staff and a wide variety of social and outdoor activities to serve the needs of each individual. Our private apartment units are bright and spacious, and laundry is available on the premises.\r\n\r\nFor more information about amenities, units and activities at Friendship Manor, click on the following pages:\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/our-services/amenities/">Amenities</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/our-services/units/">Units</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/our-services/activities/">Activities</a></li>\r\n</ul>\r\nAnd check out our <a href="http://friendship-manor.org/wordpress/our-services/resident-gallery/">Resident Gallery</a> with photos of our residents, their family members, and recent events at Friendship Manor!', 'Our Services', '', 'inherit', 'open', 'open', '', '5-revision-9', '', '', '2010-10-14 20:57:06', '2010-10-14 20:57:06', '', 5, 'http://friendship-manor.org/wordpress/2010/10/14/5-revision-9/', 0, 'revision', '', 0),
(125, 1, '2010-10-11 02:47:16', '2010-10-11 02:47:16', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-4', '', '', '2010-10-11 02:47:16', '2010-10-11 02:47:16', '', 2, 'http://friendship-manor.org/wordpress/2010/10/11/2-revision-4/', 0, 'revision', '', 0),
(126, 1, '2010-10-12 22:11:17', '2010-10-12 22:11:17', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-5', '', '', '2010-10-12 22:11:17', '2010-10-12 22:11:17', '', 2, 'http://friendship-manor.org/wordpress/2010/10/12/2-revision-5/', 0, 'revision', '', 0),
(127, 1, '2010-10-12 22:12:01', '2010-10-12 22:12:01', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-6', '', '', '2010-10-12 22:12:01', '2010-10-12 22:12:01', '', 2, 'http://friendship-manor.org/wordpress/2010/10/12/2-revision-6/', 0, 'revision', '', 0),
(128, 1, '2010-10-12 22:00:48', '2010-10-12 22:00:48', 'At Friendship Manor, our residents’ quality of life is always the top priority on our minds. Our facility has an atmosphere in which our residents live with a sense community that embraces everyone. From nutritious meals, to beautiful surroundings, to diverse activities and a rewarding social life, we recognize the importance of a safe, comfortable environment and encourage an active, friendly lifestyle. We warmly invite you and a guest to join us for a complimentary meal and learn more about the Friendship Manor community and the services we provide.\r\n<h2>Dining</h2>\r\nOur dining services offer three regularly scheduled meals for our residents, prepared in our own kitchen and served buffet style in our gracious Willoughby Dining Room. Family members are always our welcome guests. We provide fresh fruit and vegetables, traditional breakfast entrees, and lunch and dinner designed with our residents’ tastes in mind and for those with special diets. Refreshments are also available throughout the day.\r\n<a href="#">Click Here to View Our Sample Menu</a>\r\n<h2>Units</h2>\r\nFriendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All utilities are paid (including gas, water, electric and trash) with computers/free internet provided in our library. Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking.\r\n<a href="#">Click Here to View a Floor Plan</a>\r\n<h2>Social</h2>\r\nThe Friendship Manor community is full of remarkable people who enjoy meeting one another and spending time together. Our residents participate in lively conversations, games, arts and crafts, relaxing walks and other mutual hobbies. Our facility offers on-site shopping, a beauty/barber shop, pool table and arts &amp; crafts room, theatre and stage with a grand piano for our music lovers.\r\n<h2>Outdoors</h2>\r\nWe are happy to provide a pleasant environment for our seniors, along with a variety of outdoor opportunities. Our beautiful gardens are courtyards are great for walks and just sitting outside to read a book. Many of our residents take pride in gardening and maintaining the greenery for us all to enjoy. Transportation service is also provided for residents’ convenience – whether it be for medical appointments, shopping or other personal errands.', 'Amenities', '', 'inherit', 'open', 'open', '', '48-revision-4', '', '', '2010-10-12 22:00:48', '2010-10-12 22:00:48', '', 48, 'http://friendship-manor.org/wordpress/2010/10/12/48-revision-4/', 0, 'revision', '', 0),
(129, 1, '2010-10-12 22:20:16', '2010-10-12 22:20:16', 'At Friendship Manor, our residents’ quality of life is always the top priority on our minds. Our facility has an atmosphere in which our residents live with a sense community that embraces everyone. From nutritious meals, to beautiful surroundings, to diverse activities and a rewarding social life, we recognize the importance of a safe, comfortable environment and encourage an active, friendly lifestyle. We warmly invite you and a guest to join us for a complimentary meal and learn more about the Friendship Manor community and the services we provide.\r\n<h2>Dining</h2>\r\nOur dining services offer three regularly scheduled meals for our residents, prepared in our own kitchen and served buffet style in our gracious Willoughby Dining Room. Family members are always our welcome guests. We provide fresh fruit and vegetables, traditional breakfast entrees, and lunch and dinner designed with our residents’ tastes in mind and for those with special diets. Refreshments are also available throughout the day.\r\n<a href="#">Click Here to View Our Sample Menu</a>\r\n<h2>Units</h2>\r\nFriendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All utilities are paid (including gas, water, electric and trash) with computers/free internet provided in our library. Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking.\r\n<a href="#">Click Here to View a Floor Plan</a>\r\n<h2>Social</h2>\r\nThe Friendship Manor community is full of remarkable people who enjoy meeting one another and spending time together. Our residents participate in lively conversations, games, arts and crafts, relaxing walks and other mutual hobbies. Our facility offers on-site shopping, a beauty/barber shop, pool table and arts &amp; crafts room, theatre and stage with a grand piano for our music lovers.\r\n<h2>Outdoors</h2>\r\nWe are happy to provide a pleasant environment for our seniors, along with a variety of outdoor opportunities. Our beautiful gardens are courtyards are great for walks and just sitting outside to read a book. Many of our residents take pride in gardening and maintaining the greenery for us all to enjoy. Transportation service is also provided for residents’ convenience – whether it be for medical appointments, shopping or other personal errands.', 'Amenities', '', 'inherit', 'open', 'open', '', '48-revision-5', '', '', '2010-10-12 22:20:16', '2010-10-12 22:20:16', '', 48, 'http://friendship-manor.org/wordpress/2010/10/12/48-revision-5/', 0, 'revision', '', 0),
(130, 1, '2010-10-12 21:58:12', '2010-10-12 21:58:12', '<ol>\r\n	<li> How much does it cost to live at Friendship Manor?</li>\r\n	<li>Are meals prepared?</li>\r\n	<li> Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of tenant functions/social opportunities are held at Friendship Manor?</li>\r\n	<li>Does public transportation come to the facility for tenants?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n	<li>Do you have specialized care for residents with Alzheimer’s and/or dementia?</li>\r\n</ol>\r\n', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-5', '', '', '2010-10-12 21:58:12', '2010-10-12 21:58:12', '', 44, 'http://friendship-manor.org/wordpress/2010/10/12/44-revision-5/', 0, 'revision', '', 0),
(131, 1, '2010-10-11 04:37:52', '2010-10-11 04:37:52', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. \r\n<h2>Quote 1</h2>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.</blockquote>\r\n<h2>Quote 2</h2>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.</blockquote>', 'Testimonials', '', 'inherit', 'open', 'open', '', '41-revision-5', '', '', '2010-10-11 04:37:52', '2010-10-11 04:37:52', '', 41, 'http://friendship-manor.org/wordpress/2010/10/11/41-revision-5/', 0, 'revision', '', 0),
(132, 1, '2010-10-12 21:52:22', '2010-10-12 21:52:22', 'Since 1973, we have been devoted to our community by providing an affordable place for seniors to live in the Santa Barbara area. Friendship Manor is not just a place to stay, but a home that provides comfortable surroundings, which reinforce self-respect, self-esteem, and the dignity of aging. This atmosphere promotes life and prolongs independence.\r\n\r\nFriendship Manor is the affordable solution to independent senior living, while providing peace of mind to residents and their families.\r\n\r\nWith regularly scheduled meals, 24-hour caring staff, van transportation and social opportunities, we work to help our residents thrive in a secure environment, through the dedication of our staff and the excellence of our programs.\r\n<h2>Our Mission</h2>\r\n<em>As faithful stewards of the spiritual, human, and financial resources available to us, we are dedicated to providing housing and services that enrich the lives of our elders.</em>', 'Description &amp; History', '', 'inherit', 'open', 'open', '', '27-revision-13', '', '', '2010-10-12 21:52:22', '2010-10-12 21:52:22', '', 27, 'http://friendship-manor.org/wordpress/2010/10/12/27-revision-13/', 0, 'revision', '', 0),
(133, 1, '2010-10-12 21:56:20', '2010-10-12 21:56:20', '<h2>Board of Directors</h2>\r\nHelen Wilke, <em>Board President</em>\r\nJack Dillon, <em>Vice-President</em>\r\nRob Fredericks, <em>Secretary</em>\r\nJason Janzen, <em>Treasurer</em>\r\nLarry Hammett\r\nEric Heinsohn\r\nKay Holmes\r\nSylvia Redding\r\nRobert Wilke\r\nWes Strickland\r\n<h2>Staff Members</h2>\r\nDan Herzog, Executive Director   <a href="mailto:dan@friendship-manor.org">dan@friendship-manor.org </a>\r\nPatricia Fabing, Marketing Director   <a href="mailto:patricia@friendship-manor.org">patricia@friendship-manor.org</a>\r\nCarla Bentley, Office Manager   <a href="mailto:carla@friendship-manor.org">carla@friendship-manor.org</a>\r\nChris Rendessy, Resident Services Director   <a href="mailto:chris@friendship-manor.org">chris@friendship-manor.org</a>\r\nDon Pinkham, Maintenance Director   <a href="mailto:don@friendship-manor.org ">don@friendship-manor.org </a>\r\nGeorge Deak, Food Services Director   <a href="mailto:george@friendship-manor.org">george@friendship-manor.org</a>', 'Board &amp; Staff', '', 'inherit', 'open', 'open', '', '32-revision-4', '', '', '2010-10-12 21:56:20', '2010-10-12 21:56:20', '', 32, 'http://friendship-manor.org/wordpress/2010/10/12/32-revision-4/', 0, 'revision', '', 0),
(134, 1, '2010-10-11 03:53:36', '2010-10-11 03:53:36', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\n<ul>\r\n<li>Service One</li>\r\n<li>Service Two</li>\r\n<li>Service Three</li>\r\n<li>Service Four</li>\r\n</ul>\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.', 'Our Services', '', 'inherit', 'open', 'open', '', '5-revision-6', '', '', '2010-10-11 03:53:36', '2010-10-11 03:53:36', '', 5, 'http://friendship-manor.org/wordpress/2010/10/11/5-revision-6/', 0, 'revision', '', 0),
(135, 1, '2010-10-11 03:55:18', '2010-10-11 03:55:18', 'Our Services &gt; Activities', 'Activities', '', 'inherit', 'open', 'open', '', '54-revision-4', '', '', '2010-10-11 03:55:18', '2010-10-11 03:55:18', '', 54, 'http://friendship-manor.org/wordpress/2010/10/11/54-revision-4/', 0, 'revision', '', 0),
(136, 1, '2010-10-12 22:21:17', '2010-10-12 22:21:17', 'At Friendship Manor, our residents’ quality of life is always the top priority on our minds. Our facility has an atmosphere in which our residents live with a sense community that embraces everyone. From nutritious meals, to beautiful surroundings, to diverse activities and a rewarding social life, we recognize the importance of a safe, comfortable environment and encourage an active, friendly lifestyle. We warmly invite you and a guest to join us for a complimentary meal and learn more about the Friendship Manor community and the services we provide.\r\n<h2>Dining</h2>\r\nOur dining services offer three regularly scheduled meals for our residents, prepared in our own kitchen and served buffet style in our gracious Willoughby Dining Room. Family members are always our welcome guests. We provide fresh fruit and vegetables, traditional breakfast entrees, and lunch and dinner designed with our residents’ tastes in mind and for those with special diets. Refreshments are also available throughout the day.\r\n<a href="#">Click Here to View Our Sample Menu</a>\r\n<h2>Units</h2>\r\nFriendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All utilities are paid (including gas, water, electric and trash) with computers/free internet provided in our library. Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking.\r\n<a href="#">Click Here to View a Floor Plan</a>\r\n<h2>Social</h2>\r\nThe Friendship Manor community is full of remarkable people who enjoy meeting one another and spending time together. Our residents participate in lively conversations, games, arts and crafts, relaxing walks and other mutual hobbies. Our facility offers on-site shopping, a beauty/barber shop, pool table and arts &amp; crafts room, theatre and stage with a grand piano for our music lovers.\r\n<h2>Outdoors</h2>\r\nWe are happy to provide a pleasant environment for our seniors, along with a variety of outdoor opportunities. Our beautiful gardens are courtyards are great for walks and just sitting outside to read a book. Many of our residents take pride in gardening and maintaining the greenery for us all to enjoy. Transportation service is also provided for residents’ convenience – whether it be for medical appointments, shopping or other personal errands.', 'Amenities', '', 'inherit', 'open', 'open', '', '48-revision-6', '', '', '2010-10-12 22:21:17', '2010-10-12 22:21:17', '', 48, 'http://friendship-manor.org/wordpress/2010/10/12/48-revision-6/', 0, 'revision', '', 0),
(137, 1, '2010-10-11 03:55:39', '2010-10-11 03:55:39', 'Our Services &gt; Resident Gallery page', 'Resident Gallery', '', 'inherit', 'open', 'open', '', '57-revision-3', '', '', '2010-10-11 03:55:39', '2010-10-11 03:55:39', '', 57, 'http://friendship-manor.org/wordpress/2010/10/11/57-revision-3/', 0, 'revision', '', 0),
(138, 1, '2010-10-11 03:54:30', '2010-10-11 03:54:30', 'Our Services &gt; Units page', 'Units', '', 'inherit', 'open', 'open', '', '51-revision-3', '', '', '2010-10-11 03:54:30', '2010-10-11 03:54:30', '', 51, 'http://friendship-manor.org/wordpress/2010/10/11/51-revision-3/', 0, 'revision', '', 0),
(139, 1, '2010-10-11 03:44:46', '2010-10-11 03:44:46', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision-5', '', '', '2010-10-11 03:44:46', '2010-10-11 03:44:46', '', 12, 'http://friendship-manor.org/wordpress/2010/10/11/12-revision-5/', 0, 'revision', '', 0),
(140, 1, '2010-10-11 21:59:36', '2010-10-11 21:59:36', '6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="#">Click here for our Email</a>\r\n\r\n<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;num=10&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;num=10&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-5', '', '', '2010-10-11 21:59:36', '2010-10-11 21:59:36', '', 15, 'http://friendship-manor.org/wordpress/2010/10/11/15-revision-5/', 0, 'revision', '', 0),
(142, 1, '2010-10-12 22:26:04', '2010-10-12 22:26:04', '6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="#">Click here for our Email</a>\r\n<small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;num=10&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A">View Larger Map</a></small>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-6', '', '', '2010-10-12 22:26:04', '2010-10-12 22:26:04', '', 15, 'http://friendship-manor.org/wordpress/2010/10/12/15-revision-6/', 0, 'revision', '', 0),
(146, 1, '2010-10-13 03:39:32', '2010-10-13 03:39:32', '6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="#">Click here for our Email</a>\r\n<small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;num=10&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A">View Larger Map</a></small>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-10', '', '', '2010-10-13 03:39:32', '2010-10-13 03:39:32', '', 15, 'http://friendship-manor.org/wordpress/2010/10/13/15-revision-10/', 0, 'revision', '', 0),
(143, 1, '2010-10-13 03:37:51', '2010-10-13 03:37:51', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, se''re here to help. Call us today!\r\n\r\nClick here for <a href="#">Frequently Asked Questions</a>.\r\n<strong></strong>\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="#">Click here for our Email</a>\r\n<small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;num=10&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A">View Larger Map</a></small>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-7', '', '', '2010-10-13 03:37:51', '2010-10-13 03:37:51', '', 15, 'http://friendship-manor.org/wordpress/2010/10/13/15-revision-7/', 0, 'revision', '', 0),
(144, 1, '2010-10-13 03:38:52', '2010-10-13 03:38:52', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, se''re here to help. Call us today!\n\nClick here for <a>Frequently Asked Questions</a>.\n<strong></strong>\n\n<strong>Friendship Manor</strong>\n6647 El Colegio Road\nGoleta, California 93117\nPhone: (805) 968-0771\nFax: (805) 968-2181\n<a href="#">Click here for our Email</a>\n<small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;num=10&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A">View Larger Map</a></small>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-8', '', '', '2010-10-13 03:38:52', '2010-10-13 03:38:52', '', 15, 'http://friendship-manor.org/wordpress/2010/10/13/15-revision-8/', 0, 'revision', '', 0),
(145, 1, '2010-10-13 03:39:01', '2010-10-13 03:39:01', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, se''re here to help. Call us today!\r\n\r\nClick here for <a>Frequently Asked Questions</a>.\r\n<strong></strong>\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="#">Click here for our Email</a>\r\n<small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;num=10&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A">View Larger Map</a></small>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-9', '', '', '2010-10-13 03:39:01', '2010-10-13 03:39:01', '', 15, 'http://friendship-manor.org/wordpress/2010/10/13/15-revision-9/', 0, 'revision', '', 0),
(147, 1, '2010-10-13 03:39:35', '2010-10-13 03:39:35', '6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="#">Click here for our Email</a>\r\n<small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;num=10&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A">View Larger Map</a></small>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-11', '', '', '2010-10-13 03:39:35', '2010-10-13 03:39:35', '', 15, 'http://friendship-manor.org/wordpress/2010/10/13/15-revision-11/', 0, 'revision', '', 0),
(148, 1, '2010-10-13 03:45:53', '2010-10-13 03:45:53', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\nClick here for <a href="#">Frequently Asked Questions</a>.\r\n\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="#">Click here for our Email</a>\r\n<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416798,-119.859886&amp;spn=0.024782,0.036478&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416798,-119.859886&amp;spn=0.024782,0.036478&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-12', '', '', '2010-10-13 03:45:53', '2010-10-13 03:45:53', '', 15, 'http://friendship-manor.org/wordpress/2010/10/13/15-revision-12/', 0, 'revision', '', 0),
(149, 1, '2010-10-13 17:59:48', '2010-10-13 17:59:48', '', 'What''s New', '', 'publish', 'open', 'open', '', 'whats-new', '', '', '2010-10-13 18:11:26', '2010-10-13 18:11:26', '', 12, 'http://friendship-manor.org/wordpress/', 0, 'page', '', 0),
(150, 1, '2010-10-13 17:59:34', '2010-10-13 17:59:34', '', 'What''s New', '', 'inherit', 'open', 'open', '', '149-revision', '', '', '2010-10-13 17:59:34', '2010-10-13 17:59:34', '', 149, 'http://friendship-manor.org/wordpress/2010/10/13/149-revision/', 0, 'revision', '', 0),
(304, 2, '2010-11-16 01:28:51', '2010-11-16 01:28:51', ' ', '', '', 'publish', 'open', 'closed', '', '304', '', '', '2011-01-19 21:04:32', '2011-01-19 21:04:32', '', 12, 'http://friendship-manor.org/wordpress/?p=304', 16, 'nav_menu_item', '', 0),
(155, 1, '2010-10-13 18:02:04', '2010-10-13 18:02:04', '', 'What''s New', '', 'inherit', 'open', 'open', '', '149-revision-3', '', '', '2010-10-13 18:02:04', '2010-10-13 18:02:04', '', 149, 'http://friendship-manor.org/wordpress/2010/10/13/149-revision-3/', 0, 'revision', '', 0),
(164, 1, '2010-03-01 01:00:31', '2010-03-01 01:00:31', '<span class="underline">For Immediate Release</span>\r\nPress Contacts: Chris Davis / Daniella Elghanayan - (805) 687-3322\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_Relocationrelease_030110.pdf">View this Press Release in printable (PDF) format</a>\r\n<h2>Friendship Manor committed to building a purpose built property for senior residents; free up current University-area location for student housing</h2>\r\n<strong>Goleta, CA, March 1, 2010</strong>—For over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community.  While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time relocate and create ‘purpose built'' housing for their senior residents.\r\n\r\nWhile Friendship Manor has been making the most of its resources over the years to maintain a secure and safe environment for seniors, there are insurmountable limitations to re-design and retrofit.  The concept of purpose built is an approach to housing design and development that, in the case of senior communities, accommodates mobility, access to community resources, and transportation. The current Friendship Manor building was built for student housing in 1967.\r\n\r\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or nonprofit to expand the scope of services available at the new location to meet the needs of a growing senior population.  Friendship Manor would seriously consider an organizational “match” such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\r\n\r\nFriendship Manor has been conducting a Carpinteria to Goleta-wide search for the perfect 4-5 acre location on which to build—ideally a location that would provide easy access to public transportation, local shopping, and medical facilities.  Friendship Manor is diligently rising to this challenge of finding the right property, in the right location, with the proper zoning. The organization faces a much more arbitrary, yet major, obstacle to building new housing: As a 501c3 tax exempt property, this becomes a challenge to cities or counties facing increasing deficits.\r\n\r\n“Our tax exempt status is critical for us to maintain our affordability,” said Skip Szymanski, Board President of Friendship Manor and also serves as the COO of the Housing Authority of the City of Santa Barbara  “Having a broad overview of the affordable housing needs in our area,  Friendship Manor  is a critical piece in the senior housing market.  This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\n“<em>In this economy, a project such as this would generate significant local benefits such as contract work for local companies, and the humanitarian benefit of improving the quality of life for our resident seniors</em>,” added Szymanski.  “We also believe that our current location will be ideal for housing UCSB students. We think it’s a win for the greater Santa Barbara Community.”\r\n\r\nCurrently, Friendship Manor houses 200 senior residents and employs 40 people.  Friendship Manor is a mixed income property allowing seniors of diverse socio-economic backgrounds to live together in one location. Monthly rental rates include meals and utilities and range from $782-$962.   Amenities  include resident “community” gardens, laundry facilities, beauty shop, library, theatre, pool, computer access, onsite maintenance staff, a small store, exercise area, transportation, covered parking, and a variety of planned on and offsite activities.\r\n<h3>Community benefits of a new location</h3>\r\n<ul>\r\n	<li> Provide purpose built housing for approximately 200 seniors</li>\r\n	<li>New construction and landscaping will incorporate green building and environmentally friendly elements</li>\r\n	<li>A convenient location will reduce the need for residents to drive, thereby reducing traffic and safety impacts</li>\r\n	<li>Increased business for local retailers that are located near the new Friendship Manor</li>\r\n	<li>Architectural design will enhance and beautify area</li>\r\n	<li>Workforce housing is increased due to UCSB students freeing up rental units in the area and relocating within walking distance to UCSB</li>\r\n</ul>\r\n<h3>Benefits for Isla Vista/UCSB Area</h3>\r\n<ul>\r\n	<li>Additional housing for students, which is in critical demand</li>\r\n	<li>Reduced traffic impacts in the congested Isla Vista area</li>\r\n	<li>New jobs created to re-create and maintain housing</li>\r\n</ul>\r\n<h3>About Friendship Manor</h3>\r\nFor 37 years, Friendship Manor has been quietly providing senior housing in the Santa Barbara, California area.  It is not just a place to live, but a community that offers comfortable surroundings, which reinforce self respect, self esteem, and encourages new friendships.\r\n\r\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at  <a href="http://www.friendship-manor.org/">www.friendship-manor.org</a>', 'Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'publish', 'closed', 'closed', '', 'friendship-manor-housing-for-seniors-seeks-land-for-relocation', '', '', '2010-12-14 17:21:40', '2010-12-14 17:21:40', '', 0, 'http://friendship-manor.org/wordpress/?p=164', 0, 'post', '', 0),
(156, 1, '2010-10-13 18:03:56', '2010-10-13 18:03:56', '', 'What''s New', '', 'inherit', 'open', 'open', '', '149-revision-4', '', '', '2010-10-13 18:03:56', '2010-10-13 18:03:56', '', 149, 'http://friendship-manor.org/wordpress/2010/10/13/149-revision-4/', 0, 'revision', '', 0),
(157, 1, '2010-10-13 18:03:57', '2010-10-13 18:03:57', '', 'What''s New', '', 'inherit', 'open', 'open', '', '149-revision-5', '', '', '2010-10-13 18:03:57', '2010-10-13 18:03:57', '', 149, 'http://friendship-manor.org/wordpress/2010/10/13/149-revision-5/', 0, 'revision', '', 0),
(158, 1, '2010-10-13 18:05:48', '2010-10-13 18:05:48', '', 'What''s New', '', 'inherit', 'open', 'open', '', '149-revision-6', '', '', '2010-10-13 18:05:48', '2010-10-13 18:05:48', '', 149, 'http://friendship-manor.org/wordpress/2010/10/13/149-revision-6/', 0, 'revision', '', 0),
(159, 1, '2010-10-13 18:08:42', '2010-10-13 18:08:42', '', 'What''s New', '', 'inherit', 'open', 'open', '', '149-revision-7', '', '', '2010-10-13 18:08:42', '2010-10-13 18:08:42', '', 149, 'http://friendship-manor.org/wordpress/2010/10/13/149-revision-7/', 0, 'revision', '', 0),
(160, 1, '2010-10-13 18:10:40', '2010-10-13 18:10:40', '', 'What''s New', '', 'inherit', 'open', 'open', '', '149-revision-8', '', '', '2010-10-13 18:10:40', '2010-10-13 18:10:40', '', 149, 'http://friendship-manor.org/wordpress/2010/10/13/149-revision-8/', 0, 'revision', '', 0),
(161, 1, '2010-10-13 18:10:58', '2010-10-13 18:10:58', '', 'What''s New', '', 'inherit', 'open', 'open', '', '149-revision-9', '', '', '2010-10-13 18:10:58', '2010-10-13 18:10:58', '', 149, 'http://friendship-manor.org/wordpress/2010/10/13/149-revision-9/', 0, 'revision', '', 0),
(163, 1, '2010-10-13 18:42:12', '2010-10-13 18:42:12', '', 'What''s New', '', 'publish', 'open', 'closed', '', 'whats-new-2', '', '', '2011-01-19 21:04:32', '2011-01-19 21:04:32', '', 0, 'http://friendship-manor.org/wordpress/?p=163', 11, 'nav_menu_item', '', 0),
(165, 1, '2010-10-13 18:46:48', '2010-10-13 18:46:48', 'For Immediate Release\nPress Contacts: Chris Davis / Daniella Elghanayan - (805) 687-3322\n<h2>Friendship Manor committed to building a purpose built property for senior residents; free up current University-area location for student housing</h2>\n<strong>Goleta, CA, March 1, 2010</strong>—For over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community.  While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time relocate and create ‘purpose built'' housing for their senior residents.\n\nWhile Friendship Manor has been making the most of its resources over the years to maintain a secure and safe environment for seniors, there are insurmountable limitations to re-design and retrofit.  The concept of purpose built is an approach to housing design and development that, in the case of senior communities, accommodates mobility, access to community resources, and transportation. The current Friendship Manor building was built for student housing in 1967.\n\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or nonprofit to expand the scope of services available at the new location to meet the needs of a growing senior population.  Friendship Manor would seriously consider an organizational “match” such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\n\nFriendship Manor has been conducting a Carpinteria to Goleta-wide search for the perfect 4-5 acre location on which to build—ideally a location that would provide easy access to public transportation, local shopping, and medical facilities.  Friendship Manor is diligently rising to this challenge of finding the right property, in the right location, with the proper zoning. The organization faces a much more arbitrary, yet major, obstacle to building new housing: As a 501c3 tax exempt property, this becomes a challenge to cities or counties facing increasing deficits.\n\n“Our tax exempt status is critical for us to maintain our affordability,” said Skip Szymanski, Board President of Friendship Manor and also serves as the COO of the Housing Authority of the City of Santa Barbara  “Having a broad overview of the affordable housing needs in our area,  Friendship Manor  is a critical piece in the senior housing market.  This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\n\n“In this economy, a project such as this would generate significant local benefits such as contract work for local companies, and the humanitarian benefit of   improving the quality of life for our resident seniors,” added Szymanski.  “We also believe that our current location will be ideal for housing UCSB students. We think it’s a win for the greater Santa Barbara Community.”\n\nCurrently, Friendship Manor houses 200 senior residents and employs 40 people.  Friendship Manor is a mixed income property allowing seniors of diverse socio-economic backgrounds to live together in one location. Monthly rental rates include meals and utilities and range from $782-$962.   Amenities  include resident “community” gardens, laundry facilities, beauty shop, library, theatre, pool, computer access, onsite maintenance staff, a small store, exercise area, transportation, covered parking, and a variety of planned on and offsite activities.\n\nCommunity benefits of a new location\n<ul>\n	<li> Provide purpose built housing for approximately 200 seniors</li>\n	<li>New construction and landscaping will incorporate green building and environmentally friendly elements</li>\n	<li>A convenient location will reduce the need for residents to drive, thereby reducing traffic and safety impacts</li>\n	<li>Increased business for local retailers that are located near the new Friendship Manor</li>\n	<li>Architectural design will enhance and beautify area</li>\n	<li>Workforce housing is increased due to UCSB students freeing up rental units in the area and relocating within walking distance to UCSB</li>\n</ul>\nBenefits for Isla Vista/UCSB area\n<ul>\n	<li>Additional housing for students, which is in critical demand</li>\n	<li>Reduced traffic impacts in the congested Isla Vista area</li>\n	<li>New jobs created to re-create and maintain housing</li>\n</ul>\nAbout Friendship Manor\nFor 37 years, Friendship Manor has been quietly providing senior housing in the Santa Barbara, California area.  It is not just a place to live, but a community that offers comfortable surroundings, which reinforce self respect, self esteem, and encourages new friendships.\n\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at  http://www.friendship-manor.org/', 'Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'inherit', 'open', 'open', '', '164-revision', '', '', '2010-10-13 18:46:48', '2010-10-13 18:46:48', '', 164, 'http://friendship-manor.org/wordpress/2010/10/13/164-revision/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (167, 1, '2010-10-13 18:47:31', '2010-10-13 18:47:31', 'For Immediate Release\r\nPress Contacts: Chris Davis / Daniella Elghanayan - (805) 687-3322\r\n<h2>Friendship Manor committed to building a purpose built property for senior residents; free up current University-area location for student housing</h2>\r\n<strong>Goleta, CA, March 1, 2010</strong>—For over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community.  While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time relocate and create ‘purpose built'' housing for their senior residents.\r\n\r\nWhile Friendship Manor has been making the most of its resources over the years to maintain a secure and safe environment for seniors, there are insurmountable limitations to re-design and retrofit.  The concept of purpose built is an approach to housing design and development that, in the case of senior communities, accommodates mobility, access to community resources, and transportation. The current Friendship Manor building was built for student housing in 1967.\r\n\r\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or nonprofit to expand the scope of services available at the new location to meet the needs of a growing senior population.  Friendship Manor would seriously consider an organizational “match” such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\r\n\r\nFriendship Manor has been conducting a Carpinteria to Goleta-wide search for the perfect 4-5 acre location on which to build—ideally a location that would provide easy access to public transportation, local shopping, and medical facilities.  Friendship Manor is diligently rising to this challenge of finding the right property, in the right location, with the proper zoning. The organization faces a much more arbitrary, yet major, obstacle to building new housing: As a 501c3 tax exempt property, this becomes a challenge to cities or counties facing increasing deficits.\r\n\r\n“Our tax exempt status is critical for us to maintain our affordability,” said Skip Szymanski, Board President of Friendship Manor and also serves as the COO of the Housing Authority of the City of Santa Barbara  “Having a broad overview of the affordable housing needs in our area,  Friendship Manor  is a critical piece in the senior housing market.  This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\n“In this economy, a project such as this would generate significant local benefits such as contract work for local companies, and the humanitarian benefit of   improving the quality of life for our resident seniors,” added Szymanski.  “We also believe that our current location will be ideal for housing UCSB students. We think it’s a win for the greater Santa Barbara Community.”\r\n\r\nCurrently, Friendship Manor houses 200 senior residents and employs 40 people.  Friendship Manor is a mixed income property allowing seniors of diverse socio-economic backgrounds to live together in one location. Monthly rental rates include meals and utilities and range from $782-$962.   Amenities  include resident “community” gardens, laundry facilities, beauty shop, library, theatre, pool, computer access, onsite maintenance staff, a small store, exercise area, transportation, covered parking, and a variety of planned on and offsite activities.\r\n<h3>Community benefits of a new location</h3>\r\n<ul>\r\n	<li> Provide purpose built housing for approximately 200 seniors</li>\r\n	<li>New construction and landscaping will incorporate green building and environmentally friendly elements</li>\r\n	<li>A convenient location will reduce the need for residents to drive, thereby reducing traffic and safety impacts</li>\r\n	<li>Increased business for local retailers that are located near the new Friendship Manor</li>\r\n	<li>Architectural design will enhance and beautify area</li>\r\n	<li>Workforce housing is increased due to UCSB students freeing up rental units in the area and relocating within walking distance to UCSB</li>\r\n</ul>\r\n<h3>Benefits for Isla Vista/UCSB Area</h3>\r\n<ul>\r\n	<li>Additional housing for students, which is in critical demand</li>\r\n	<li>Reduced traffic impacts in the congested Isla Vista area</li>\r\n	<li>New jobs created to re-create and maintain housing</li>\r\n</ul>\r\n<h3>About Friendship Manor</h3>\r\nFor 37 years, Friendship Manor has been quietly providing senior housing in the Santa Barbara, California area.  It is not just a place to live, but a community that offers comfortable surroundings, which reinforce self respect, self esteem, and encourages new friendships.\r\n\r\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at  http://www.friendship-manor.org/', 'Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'inherit', 'open', 'open', '', '164-revision-2', '', '', '2010-10-13 18:47:31', '2010-10-13 18:47:31', '', 164, 'http://friendship-manor.org/wordpress/2010/10/13/164-revision-2/', 0, 'revision', '', 0),
(168, 1, '2010-10-13 19:00:29', '2010-10-13 19:00:29', '', 'FM_Relocationrelease_030110', '', 'inherit', 'open', 'open', '', 'fm_relocationrelease_030110', '', '', '2010-10-13 19:00:29', '2010-10-13 19:00:29', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_Relocationrelease_030110.pdf', 0, 'attachment', 'application/pdf', 0),
(169, 1, '2010-10-13 18:52:56', '2010-10-13 18:52:56', '<span class="underline">For Immediate Release</span>\r\nPress Contacts: Chris Davis / Daniella Elghanayan - (805) 687-3322\r\n<h2>Friendship Manor committed to building a purpose built property for senior residents; free up current University-area location for student housing</h2>\r\n<strong>Goleta, CA, March 1, 2010</strong>—For over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community.  While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time relocate and create ‘purpose built'' housing for their senior residents.\r\n\r\nWhile Friendship Manor has been making the most of its resources over the years to maintain a secure and safe environment for seniors, there are insurmountable limitations to re-design and retrofit.  The concept of purpose built is an approach to housing design and development that, in the case of senior communities, accommodates mobility, access to community resources, and transportation. The current Friendship Manor building was built for student housing in 1967.\r\n\r\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or nonprofit to expand the scope of services available at the new location to meet the needs of a growing senior population.  Friendship Manor would seriously consider an organizational “match” such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\r\n\r\nFriendship Manor has been conducting a Carpinteria to Goleta-wide search for the perfect 4-5 acre location on which to build—ideally a location that would provide easy access to public transportation, local shopping, and medical facilities.  Friendship Manor is diligently rising to this challenge of finding the right property, in the right location, with the proper zoning. The organization faces a much more arbitrary, yet major, obstacle to building new housing: As a 501c3 tax exempt property, this becomes a challenge to cities or counties facing increasing deficits.\r\n\r\n“Our tax exempt status is critical for us to maintain our affordability,” said Skip Szymanski, Board President of Friendship Manor and also serves as the COO of the Housing Authority of the City of Santa Barbara  “Having a broad overview of the affordable housing needs in our area,  Friendship Manor  is a critical piece in the senior housing market.  This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\n“In this economy, a project such as this would generate significant local benefits such as contract work for local companies, and the humanitarian benefit of   improving the quality of life for our resident seniors,” added Szymanski.  “We also believe that our current location will be ideal for housing UCSB students. We think it’s a win for the greater Santa Barbara Community.”\r\n\r\nCurrently, Friendship Manor houses 200 senior residents and employs 40 people.  Friendship Manor is a mixed income property allowing seniors of diverse socio-economic backgrounds to live together in one location. Monthly rental rates include meals and utilities and range from $782-$962.   Amenities  include resident “community” gardens, laundry facilities, beauty shop, library, theatre, pool, computer access, onsite maintenance staff, a small store, exercise area, transportation, covered parking, and a variety of planned on and offsite activities.\r\n<h3>Community benefits of a new location</h3>\r\n<ul>\r\n	<li> Provide purpose built housing for approximately 200 seniors</li>\r\n	<li>New construction and landscaping will incorporate green building and environmentally friendly elements</li>\r\n	<li>A convenient location will reduce the need for residents to drive, thereby reducing traffic and safety impacts</li>\r\n	<li>Increased business for local retailers that are located near the new Friendship Manor</li>\r\n	<li>Architectural design will enhance and beautify area</li>\r\n	<li>Workforce housing is increased due to UCSB students freeing up rental units in the area and relocating within walking distance to UCSB</li>\r\n</ul>\r\n<h3>Benefits for Isla Vista/UCSB Area</h3>\r\n<ul>\r\n	<li>Additional housing for students, which is in critical demand</li>\r\n	<li>Reduced traffic impacts in the congested Isla Vista area</li>\r\n	<li>New jobs created to re-create and maintain housing</li>\r\n</ul>\r\n<h3>About Friendship Manor</h3>\r\nFor 37 years, Friendship Manor has been quietly providing senior housing in the Santa Barbara, California area.  It is not just a place to live, but a community that offers comfortable surroundings, which reinforce self respect, self esteem, and encourages new friendships.\r\n\r\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at  http://www.friendship-manor.org/', 'Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'inherit', 'open', 'open', '', '164-revision-3', '', '', '2010-10-13 18:52:56', '2010-10-13 18:52:56', '', 164, 'http://friendship-manor.org/wordpress/2010/10/13/164-revision-3/', 0, 'revision', '', 0),
(170, 1, '2010-10-13 19:01:30', '2010-10-13 19:01:30', '<span class="underline">For Immediate Release</span>\r\nPress Contacts: Chris Davis / Daniella Elghanayan - (805) 687-3322\r\n\r\nTo view this Press Release in printable (PDF) format, <a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_Relocationrelease_030110.pdf">click here</a>.\r\n<h2>Friendship Manor committed to building a purpose built property for senior residents; free up current University-area location for student housing</h2>\r\n<strong>Goleta, CA, March 1, 2010</strong>—For over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community.  While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time relocate and create ‘purpose built'' housing for their senior residents.\r\n\r\nWhile Friendship Manor has been making the most of its resources over the years to maintain a secure and safe environment for seniors, there are insurmountable limitations to re-design and retrofit.  The concept of purpose built is an approach to housing design and development that, in the case of senior communities, accommodates mobility, access to community resources, and transportation. The current Friendship Manor building was built for student housing in 1967.\r\n\r\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or nonprofit to expand the scope of services available at the new location to meet the needs of a growing senior population.  Friendship Manor would seriously consider an organizational “match” such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\r\n\r\nFriendship Manor has been conducting a Carpinteria to Goleta-wide search for the perfect 4-5 acre location on which to build—ideally a location that would provide easy access to public transportation, local shopping, and medical facilities.  Friendship Manor is diligently rising to this challenge of finding the right property, in the right location, with the proper zoning. The organization faces a much more arbitrary, yet major, obstacle to building new housing: As a 501c3 tax exempt property, this becomes a challenge to cities or counties facing increasing deficits.\r\n\r\n“Our tax exempt status is critical for us to maintain our affordability,” said Skip Szymanski, Board President of Friendship Manor and also serves as the COO of the Housing Authority of the City of Santa Barbara  “Having a broad overview of the affordable housing needs in our area,  Friendship Manor  is a critical piece in the senior housing market.  This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\n“In this economy, a project such as this would generate significant local benefits such as contract work for local companies, and the humanitarian benefit of   improving the quality of life for our resident seniors,” added Szymanski.  “We also believe that our current location will be ideal for housing UCSB students. We think it’s a win for the greater Santa Barbara Community.”\r\n\r\nCurrently, Friendship Manor houses 200 senior residents and employs 40 people.  Friendship Manor is a mixed income property allowing seniors of diverse socio-economic backgrounds to live together in one location. Monthly rental rates include meals and utilities and range from $782-$962.   Amenities  include resident “community” gardens, laundry facilities, beauty shop, library, theatre, pool, computer access, onsite maintenance staff, a small store, exercise area, transportation, covered parking, and a variety of planned on and offsite activities.\r\n<h3>Community benefits of a new location</h3>\r\n<ul>\r\n	<li> Provide purpose built housing for approximately 200 seniors</li>\r\n	<li>New construction and landscaping will incorporate green building and environmentally friendly elements</li>\r\n	<li>A convenient location will reduce the need for residents to drive, thereby reducing traffic and safety impacts</li>\r\n	<li>Increased business for local retailers that are located near the new Friendship Manor</li>\r\n	<li>Architectural design will enhance and beautify area</li>\r\n	<li>Workforce housing is increased due to UCSB students freeing up rental units in the area and relocating within walking distance to UCSB</li>\r\n</ul>\r\n<h3>Benefits for Isla Vista/UCSB Area</h3>\r\n<ul>\r\n	<li>Additional housing for students, which is in critical demand</li>\r\n	<li>Reduced traffic impacts in the congested Isla Vista area</li>\r\n	<li>New jobs created to re-create and maintain housing</li>\r\n</ul>\r\n<h3>About Friendship Manor</h3>\r\nFor 37 years, Friendship Manor has been quietly providing senior housing in the Santa Barbara, California area.  It is not just a place to live, but a community that offers comfortable surroundings, which reinforce self respect, self esteem, and encourages new friendships.\r\n\r\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at  http://www.friendship-manor.org/', 'Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'inherit', 'open', 'open', '', '164-revision-4', '', '', '2010-10-13 19:01:30', '2010-10-13 19:01:30', '', 164, 'http://friendship-manor.org/wordpress/2010/10/13/164-revision-4/', 0, 'revision', '', 0),
(172, 1, '2010-10-13 19:03:05', '2010-10-13 19:03:05', '<span class="underline">For Immediate Release</span>\r\nPress Contacts: Chris Davis / Daniella Elghanayan - (805) 687-3322\r\n\r\n<em><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_Relocationrelease_030110.pdf">View this Press Release in printable (PDF) format</a></em>\r\n<h2>Friendship Manor committed to building a purpose built property for senior residents; free up current University-area location for student housing</h2>\r\n<strong>Goleta, CA, March 1, 2010</strong>—For over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community.  While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time relocate and create ‘purpose built'' housing for their senior residents.\r\n\r\nWhile Friendship Manor has been making the most of its resources over the years to maintain a secure and safe environment for seniors, there are insurmountable limitations to re-design and retrofit.  The concept of purpose built is an approach to housing design and development that, in the case of senior communities, accommodates mobility, access to community resources, and transportation. The current Friendship Manor building was built for student housing in 1967.\r\n\r\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or nonprofit to expand the scope of services available at the new location to meet the needs of a growing senior population.  Friendship Manor would seriously consider an organizational “match” such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\r\n\r\nFriendship Manor has been conducting a Carpinteria to Goleta-wide search for the perfect 4-5 acre location on which to build—ideally a location that would provide easy access to public transportation, local shopping, and medical facilities.  Friendship Manor is diligently rising to this challenge of finding the right property, in the right location, with the proper zoning. The organization faces a much more arbitrary, yet major, obstacle to building new housing: As a 501c3 tax exempt property, this becomes a challenge to cities or counties facing increasing deficits.\r\n\r\n“Our tax exempt status is critical for us to maintain our affordability,” said Skip Szymanski, Board President of Friendship Manor and also serves as the COO of the Housing Authority of the City of Santa Barbara  “Having a broad overview of the affordable housing needs in our area,  Friendship Manor  is a critical piece in the senior housing market.  This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\n“In this economy, a project such as this would generate significant local benefits such as contract work for local companies, and the humanitarian benefit of   improving the quality of life for our resident seniors,” added Szymanski.  “We also believe that our current location will be ideal for housing UCSB students. We think it’s a win for the greater Santa Barbara Community.”\r\n\r\nCurrently, Friendship Manor houses 200 senior residents and employs 40 people.  Friendship Manor is a mixed income property allowing seniors of diverse socio-economic backgrounds to live together in one location. Monthly rental rates include meals and utilities and range from $782-$962.   Amenities  include resident “community” gardens, laundry facilities, beauty shop, library, theatre, pool, computer access, onsite maintenance staff, a small store, exercise area, transportation, covered parking, and a variety of planned on and offsite activities.\r\n<h3>Community benefits of a new location</h3>\r\n<ul>\r\n	<li> Provide purpose built housing for approximately 200 seniors</li>\r\n	<li>New construction and landscaping will incorporate green building and environmentally friendly elements</li>\r\n	<li>A convenient location will reduce the need for residents to drive, thereby reducing traffic and safety impacts</li>\r\n	<li>Increased business for local retailers that are located near the new Friendship Manor</li>\r\n	<li>Architectural design will enhance and beautify area</li>\r\n	<li>Workforce housing is increased due to UCSB students freeing up rental units in the area and relocating within walking distance to UCSB</li>\r\n</ul>\r\n<h3>Benefits for Isla Vista/UCSB Area</h3>\r\n<ul>\r\n	<li>Additional housing for students, which is in critical demand</li>\r\n	<li>Reduced traffic impacts in the congested Isla Vista area</li>\r\n	<li>New jobs created to re-create and maintain housing</li>\r\n</ul>\r\n<h3>About Friendship Manor</h3>\r\nFor 37 years, Friendship Manor has been quietly providing senior housing in the Santa Barbara, California area.  It is not just a place to live, but a community that offers comfortable surroundings, which reinforce self respect, self esteem, and encourages new friendships.\r\n\r\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at  http://www.friendship-manor.org/', 'Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'inherit', 'open', 'open', '', '164-revision-6', '', '', '2010-10-13 19:03:05', '2010-10-13 19:03:05', '', 164, 'http://friendship-manor.org/wordpress/2010/10/13/164-revision-6/', 0, 'revision', '', 0),
(171, 1, '2010-10-13 19:01:59', '2010-10-13 19:01:59', '<span class="underline">For Immediate Release</span>\r\nPress Contacts: Chris Davis / Daniella Elghanayan - (805) 687-3322\r\n\r\n<em>To view this Press Release in printable (PDF) format, <a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_Relocationrelease_030110.pdf">click here</a>.</em>\r\n<h2>Friendship Manor committed to building a purpose built property for senior residents; free up current University-area location for student housing</h2>\r\n<strong>Goleta, CA, March 1, 2010</strong>—For over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community.  While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time relocate and create ‘purpose built'' housing for their senior residents.\r\n\r\nWhile Friendship Manor has been making the most of its resources over the years to maintain a secure and safe environment for seniors, there are insurmountable limitations to re-design and retrofit.  The concept of purpose built is an approach to housing design and development that, in the case of senior communities, accommodates mobility, access to community resources, and transportation. The current Friendship Manor building was built for student housing in 1967.\r\n\r\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or nonprofit to expand the scope of services available at the new location to meet the needs of a growing senior population.  Friendship Manor would seriously consider an organizational “match” such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\r\n\r\nFriendship Manor has been conducting a Carpinteria to Goleta-wide search for the perfect 4-5 acre location on which to build—ideally a location that would provide easy access to public transportation, local shopping, and medical facilities.  Friendship Manor is diligently rising to this challenge of finding the right property, in the right location, with the proper zoning. The organization faces a much more arbitrary, yet major, obstacle to building new housing: As a 501c3 tax exempt property, this becomes a challenge to cities or counties facing increasing deficits.\r\n\r\n“Our tax exempt status is critical for us to maintain our affordability,” said Skip Szymanski, Board President of Friendship Manor and also serves as the COO of the Housing Authority of the City of Santa Barbara  “Having a broad overview of the affordable housing needs in our area,  Friendship Manor  is a critical piece in the senior housing market.  This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\n“In this economy, a project such as this would generate significant local benefits such as contract work for local companies, and the humanitarian benefit of   improving the quality of life for our resident seniors,” added Szymanski.  “We also believe that our current location will be ideal for housing UCSB students. We think it’s a win for the greater Santa Barbara Community.”\r\n\r\nCurrently, Friendship Manor houses 200 senior residents and employs 40 people.  Friendship Manor is a mixed income property allowing seniors of diverse socio-economic backgrounds to live together in one location. Monthly rental rates include meals and utilities and range from $782-$962.   Amenities  include resident “community” gardens, laundry facilities, beauty shop, library, theatre, pool, computer access, onsite maintenance staff, a small store, exercise area, transportation, covered parking, and a variety of planned on and offsite activities.\r\n<h3>Community benefits of a new location</h3>\r\n<ul>\r\n	<li> Provide purpose built housing for approximately 200 seniors</li>\r\n	<li>New construction and landscaping will incorporate green building and environmentally friendly elements</li>\r\n	<li>A convenient location will reduce the need for residents to drive, thereby reducing traffic and safety impacts</li>\r\n	<li>Increased business for local retailers that are located near the new Friendship Manor</li>\r\n	<li>Architectural design will enhance and beautify area</li>\r\n	<li>Workforce housing is increased due to UCSB students freeing up rental units in the area and relocating within walking distance to UCSB</li>\r\n</ul>\r\n<h3>Benefits for Isla Vista/UCSB Area</h3>\r\n<ul>\r\n	<li>Additional housing for students, which is in critical demand</li>\r\n	<li>Reduced traffic impacts in the congested Isla Vista area</li>\r\n	<li>New jobs created to re-create and maintain housing</li>\r\n</ul>\r\n<h3>About Friendship Manor</h3>\r\nFor 37 years, Friendship Manor has been quietly providing senior housing in the Santa Barbara, California area.  It is not just a place to live, but a community that offers comfortable surroundings, which reinforce self respect, self esteem, and encourages new friendships.\r\n\r\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at  http://www.friendship-manor.org/', 'Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'inherit', 'open', 'open', '', '164-revision-5', '', '', '2010-10-13 19:01:59', '2010-10-13 19:01:59', '', 164, 'http://friendship-manor.org/wordpress/2010/10/13/164-revision-5/', 0, 'revision', '', 0),
(173, 1, '2010-10-13 19:04:59', '2010-10-13 19:04:59', '<span class="underline">For Immediate Release</span>\r\nPress Contacts: Chris Davis / Daniella Elghanayan - (805) 687-3322\r\n\r\n<em><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_Relocationrelease_030110.pdf">View this Press Release in printable (PDF) format</a></em>\r\n<h2>Friendship Manor committed to building a purpose built property for senior residents; free up current University-area location for student housing</h2>\r\n<strong>Goleta, CA, March 1, 2010</strong>—For over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community.  While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time relocate and create ‘purpose built'' housing for their senior residents.\r\n\r\nWhile Friendship Manor has been making the most of its resources over the years to maintain a secure and safe environment for seniors, there are insurmountable limitations to re-design and retrofit.  The concept of purpose built is an approach to housing design and development that, in the case of senior communities, accommodates mobility, access to community resources, and transportation. The current Friendship Manor building was built for student housing in 1967.\r\n\r\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or nonprofit to expand the scope of services available at the new location to meet the needs of a growing senior population.  Friendship Manor would seriously consider an organizational “match” such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\r\n\r\nFriendship Manor has been conducting a Carpinteria to Goleta-wide search for the perfect 4-5 acre location on which to build—ideally a location that would provide easy access to public transportation, local shopping, and medical facilities.  Friendship Manor is diligently rising to this challenge of finding the right property, in the right location, with the proper zoning. The organization faces a much more arbitrary, yet major, obstacle to building new housing: As a 501c3 tax exempt property, this becomes a challenge to cities or counties facing increasing deficits.\r\n\r\n“Our tax exempt status is critical for us to maintain our affordability,” said Skip Szymanski, Board President of Friendship Manor and also serves as the COO of the Housing Authority of the City of Santa Barbara  “Having a broad overview of the affordable housing needs in our area,  Friendship Manor  is a critical piece in the senior housing market.  This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\n“In this economy, a project such as this would generate significant local benefits such as contract work for local companies, and the humanitarian benefit of   improving the quality of life for our resident seniors,” added Szymanski.  “We also believe that our current location will be ideal for housing UCSB students. We think it’s a win for the greater Santa Barbara Community.”\r\n\r\nCurrently, Friendship Manor houses 200 senior residents and employs 40 people.  Friendship Manor is a mixed income property allowing seniors of diverse socio-economic backgrounds to live together in one location. Monthly rental rates include meals and utilities and range from $782-$962.   Amenities  include resident “community” gardens, laundry facilities, beauty shop, library, theatre, pool, computer access, onsite maintenance staff, a small store, exercise area, transportation, covered parking, and a variety of planned on and offsite activities.\r\n<h3>Community benefits of a new location</h3>\r\n<ul>\r\n	<li> Provide purpose built housing for approximately 200 seniors</li>\r\n	<li>New construction and landscaping will incorporate green building and environmentally friendly elements</li>\r\n	<li>A convenient location will reduce the need for residents to drive, thereby reducing traffic and safety impacts</li>\r\n	<li>Increased business for local retailers that are located near the new Friendship Manor</li>\r\n	<li>Architectural design will enhance and beautify area</li>\r\n	<li>Workforce housing is increased due to UCSB students freeing up rental units in the area and relocating within walking distance to UCSB</li>\r\n</ul>\r\n<h3>Benefits for Isla Vista/UCSB Area</h3>\r\n<ul>\r\n	<li>Additional housing for students, which is in critical demand</li>\r\n	<li>Reduced traffic impacts in the congested Isla Vista area</li>\r\n	<li>New jobs created to re-create and maintain housing</li>\r\n</ul>\r\n<h3>About Friendship Manor</h3>\r\nFor 37 years, Friendship Manor has been quietly providing senior housing in the Santa Barbara, California area.  It is not just a place to live, but a community that offers comfortable surroundings, which reinforce self respect, self esteem, and encourages new friendships.\r\n\r\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at  http://www.friendship-manor.org/', 'Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'inherit', 'open', 'open', '', '164-revision-7', '', '', '2010-10-13 19:04:59', '2010-10-13 19:04:59', '', 164, 'http://friendship-manor.org/wordpress/2010/10/13/164-revision-7/', 0, 'revision', '', 0),
(174, 1, '2010-10-13 19:07:18', '2010-10-13 19:07:18', '<span class="underline">For Immediate Release</span>\r\nPress Contacts: Chris Davis / Daniella Elghanayan - (805) 687-3322\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_Relocationrelease_030110.pdf">View this Press Release in printable (PDF) format</a>\r\n<h2>Friendship Manor committed to building a purpose built property for senior residents; free up current University-area location for student housing</h2>\r\n<strong>Goleta, CA, March 1, 2010</strong>—For over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community.  While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time relocate and create ‘purpose built'' housing for their senior residents.\r\n\r\nWhile Friendship Manor has been making the most of its resources over the years to maintain a secure and safe environment for seniors, there are insurmountable limitations to re-design and retrofit.  The concept of purpose built is an approach to housing design and development that, in the case of senior communities, accommodates mobility, access to community resources, and transportation. The current Friendship Manor building was built for student housing in 1967.\r\n\r\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or nonprofit to expand the scope of services available at the new location to meet the needs of a growing senior population.  Friendship Manor would seriously consider an organizational “match” such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\r\n\r\nFriendship Manor has been conducting a Carpinteria to Goleta-wide search for the perfect 4-5 acre location on which to build—ideally a location that would provide easy access to public transportation, local shopping, and medical facilities.  Friendship Manor is diligently rising to this challenge of finding the right property, in the right location, with the proper zoning. The organization faces a much more arbitrary, yet major, obstacle to building new housing: As a 501c3 tax exempt property, this becomes a challenge to cities or counties facing increasing deficits.\r\n\r\n“Our tax exempt status is critical for us to maintain our affordability,” said Skip Szymanski, Board President of Friendship Manor and also serves as the COO of the Housing Authority of the City of Santa Barbara  “Having a broad overview of the affordable housing needs in our area,  Friendship Manor  is a critical piece in the senior housing market.  This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\n“In this economy, a project such as this would generate significant local benefits such as contract work for local companies, and the humanitarian benefit of   improving the quality of life for our resident seniors,” added Szymanski.  “We also believe that our current location will be ideal for housing UCSB students. We think it’s a win for the greater Santa Barbara Community.”\r\n\r\nCurrently, Friendship Manor houses 200 senior residents and employs 40 people.  Friendship Manor is a mixed income property allowing seniors of diverse socio-economic backgrounds to live together in one location. Monthly rental rates include meals and utilities and range from $782-$962.   Amenities  include resident “community” gardens, laundry facilities, beauty shop, library, theatre, pool, computer access, onsite maintenance staff, a small store, exercise area, transportation, covered parking, and a variety of planned on and offsite activities.\r\n<h3>Community benefits of a new location</h3>\r\n<ul>\r\n	<li> Provide purpose built housing for approximately 200 seniors</li>\r\n	<li>New construction and landscaping will incorporate green building and environmentally friendly elements</li>\r\n	<li>A convenient location will reduce the need for residents to drive, thereby reducing traffic and safety impacts</li>\r\n	<li>Increased business for local retailers that are located near the new Friendship Manor</li>\r\n	<li>Architectural design will enhance and beautify area</li>\r\n	<li>Workforce housing is increased due to UCSB students freeing up rental units in the area and relocating within walking distance to UCSB</li>\r\n</ul>\r\n<h3>Benefits for Isla Vista/UCSB Area</h3>\r\n<ul>\r\n	<li>Additional housing for students, which is in critical demand</li>\r\n	<li>Reduced traffic impacts in the congested Isla Vista area</li>\r\n	<li>New jobs created to re-create and maintain housing</li>\r\n</ul>\r\n<h3>About Friendship Manor</h3>\r\nFor 37 years, Friendship Manor has been quietly providing senior housing in the Santa Barbara, California area.  It is not just a place to live, but a community that offers comfortable surroundings, which reinforce self respect, self esteem, and encourages new friendships.\r\n\r\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at  http://www.friendship-manor.org/', 'Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'inherit', 'open', 'open', '', '164-revision-8', '', '', '2010-10-13 19:07:18', '2010-10-13 19:07:18', '', 164, 'http://friendship-manor.org/wordpress/2010/10/13/164-revision-8/', 0, 'revision', '', 0),
(175, 1, '2010-10-13 19:08:41', '2010-10-13 19:08:41', '<span class="underline">For Immediate Release</span>\r\nPress Contacts: Chris Davis / Daniella Elghanayan - (805) 687-3322\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_Relocationrelease_030110.pdf">View this Press Release in printable (PDF) format</a>\r\n<h2>Friendship Manor committed to building a purpose built property for senior residents; free up current University-area location for student housing</h2>\r\n<strong>Goleta, CA, March 1, 2010</strong>—For over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community.  While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time relocate and create ‘purpose built'' housing for their senior residents.\r\n\r\nWhile Friendship Manor has been making the most of its resources over the years to maintain a secure and safe environment for seniors, there are insurmountable limitations to re-design and retrofit.  The concept of purpose built is an approach to housing design and development that, in the case of senior communities, accommodates mobility, access to community resources, and transportation. The current Friendship Manor building was built for student housing in 1967.\r\n\r\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or nonprofit to expand the scope of services available at the new location to meet the needs of a growing senior population.  Friendship Manor would seriously consider an organizational “match” such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\r\n\r\nFriendship Manor has been conducting a Carpinteria to Goleta-wide search for the perfect 4-5 acre location on which to build—ideally a location that would provide easy access to public transportation, local shopping, and medical facilities.  Friendship Manor is diligently rising to this challenge of finding the right property, in the right location, with the proper zoning. The organization faces a much more arbitrary, yet major, obstacle to building new housing: As a 501c3 tax exempt property, this becomes a challenge to cities or counties facing increasing deficits.\r\n\r\n“Our tax exempt status is critical for us to maintain our affordability,” said Skip Szymanski, Board President of Friendship Manor and also serves as the COO of the Housing Authority of the City of Santa Barbara  “Having a broad overview of the affordable housing needs in our area,  Friendship Manor  is a critical piece in the senior housing market.  This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\n“In this economy, a project such as this would generate significant local benefits such as contract work for local companies, and the humanitarian benefit of   improving the quality of life for our resident seniors,” added Szymanski.  “We also believe that our current location will be ideal for housing UCSB students. We think it’s a win for the greater Santa Barbara Community.”\r\n\r\nCurrently, Friendship Manor houses 200 senior residents and employs 40 people.  Friendship Manor is a mixed income property allowing seniors of diverse socio-economic backgrounds to live together in one location. Monthly rental rates include meals and utilities and range from $782-$962.   Amenities  include resident “community” gardens, laundry facilities, beauty shop, library, theatre, pool, computer access, onsite maintenance staff, a small store, exercise area, transportation, covered parking, and a variety of planned on and offsite activities.\r\n<h3>Community benefits of a new location</h3>\r\n<ul>\r\n	<li> Provide purpose built housing for approximately 200 seniors</li>\r\n	<li>New construction and landscaping will incorporate green building and environmentally friendly elements</li>\r\n	<li>A convenient location will reduce the need for residents to drive, thereby reducing traffic and safety impacts</li>\r\n	<li>Increased business for local retailers that are located near the new Friendship Manor</li>\r\n	<li>Architectural design will enhance and beautify area</li>\r\n	<li>Workforce housing is increased due to UCSB students freeing up rental units in the area and relocating within walking distance to UCSB</li>\r\n</ul>\r\n<h3>Benefits for Isla Vista/UCSB Area</h3>\r\n<ul>\r\n	<li>Additional housing for students, which is in critical demand</li>\r\n	<li>Reduced traffic impacts in the congested Isla Vista area</li>\r\n	<li>New jobs created to re-create and maintain housing</li>\r\n</ul>\r\n<h3>About Friendship Manor</h3>\r\nFor 37 years, Friendship Manor has been quietly providing senior housing in the Santa Barbara, California area.  It is not just a place to live, but a community that offers comfortable surroundings, which reinforce self respect, self esteem, and encourages new friendships.\r\n\r\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at  <a href="http://www.friendship-manor.org/">http://www.friendship-manor.org/wordpress</a>', 'Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'inherit', 'open', 'open', '', '164-revision-9', '', '', '2010-10-13 19:08:41', '2010-10-13 19:08:41', '', 164, 'http://friendship-manor.org/wordpress/2010/10/13/164-revision-9/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (177, 1, '2010-03-08 00:00:34', '2010-03-08 00:00:34', 'By Sonia Fernandez, Noozhawk Staff Writer | Published on 03.08.2010\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_20100308_Noozhawk.pdf">View a printable (PDF) version of this story</a>\r\n\r\nThe independent-living facility says its current location doesn''t fit the needs of its elderly residents\r\n\r\n[caption id="attachment_182" align="aligncenter" width="397" caption="Resident Shirley Bagwell welcomes Friendship Manor&#39;s move to a new location."]<img class="size-full wp-image-182" title="noozhawk-fm-shirley-bagwell" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/03/noozhawk-fm-shirley-bagwell.jpg" alt="Shirley Bagwell, Friendship Manor Resident" width="397" height="283" />[/caption]\r\n\r\nThey’ve done the best they could with what they’ve had. They’ve even flourished. But now it’s time for these seniors to get a place of their own.\r\n\r\nPatricia Fabing, marketing director for Friendship Manor, an independent senior living facility on El Colegio Road in Isla Vista, says it’s time to look into the future and step out of the current digs into a more “purpose-built” home.\r\n\r\n“We’d like to be more current, and maybe cutting-edge,” Fabing said.\r\n\r\nBuilt in the 1960s, the complex of buildings that houses the 200 seniors who live in Friendship Manor was originally the College Inn, built for student housing. A student-population drop in the early 1970s, after the riots that resulted in the burning of the Bank of America in Isla Vista in 1970, prompted the owners of the complex to offer it up for sale. The purchasers turned the complex into an independent-living facility, which it remains today.\r\n\r\nAs well as the buildings and the grounds have been used to create and maintain a thriving senior community for nearly 40 years, there’s only so much one can do to a building meant for younger, more able-bodied people to make it useful for the more elderly crowd — for whom mobility, accessibility and safety are big issues.\r\n\r\n“This place was built for kids,” resident Shirley Bagwell said.\r\n\r\nFor instance, she said, the showers are small, and adding grab bars makes them even smaller. The stair steps aren’t deep enough to use with a cane or a walker, and there’s only one elevator in the whole complex.\r\nFabing said there are too many cost-prohibitive obstacles to performing needed retrofits. That, coupled with a desire to create greener standards of living for the senior residents, led to the decision to search for a place to build the ideal facility.\r\n\r\nWhat will remain the same, however, are the activities and the amenities.\r\n\r\nThe organization has been looking at Goleta, but it’s also considering a broader search for a four- to five-acre site on which to build new senior housing. It would have a larger footprint than the current site, about three acres, to accommodate what Fabing calls the oncoming “senior tsunami,” the wave of seniors who may have to move out of their homes and into an independent-living situation.\r\n\r\nFabing said what makes Friendship Manor unique is that it’s virtually the only independent-living facility in town that incorporates a diversity of seniors from various economic situations. Other facilities are too pricey for some retirees, or seniors may not fit the requirements.\r\n\r\n“It brings a vitality,” resident Sue Lipsky said of the social diversity of the seniors who come to Friendship Manor. “And I’ve always been excited about that.”\r\n\r\nThe move won’t be an easy feat for Friendship Manor. Aside from the normal travails of finding, acquiring and developing land on the South Coast, preferably with access to shops and hospitals, the nonprofit organization’s tax-exempt status may not make its project as attractive to local jurisdictions as one that would be required to pay local property taxes.\r\n\r\n“Our tax-exempt status is critical for us to maintain our affordability,” Skip Szymanski, board president of Friendship Manor, said in a recent statement. “Having a broad overview of the affordable housing needs in our area, Friendship Manor is a critical piece in the senior housing market. This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\nFriendship Manor is looking to partner with other organizations with similar goals to collaborate on ways to provide care and services to seniors — potentially easing up on the need for those services from local jurisdictions.\r\nFabing said there are other benefits to the move. The current building is located in the middle of prime student housing, and can be reconverted to its original purpose, helping alleviate the congestion and parking crunch of Isla Vista when UCSB is in session.\r\n\r\nAlso, according to the organization, local retailers would benefit from having a population of 200 or so seniors in the area.\r\nThe construction and move — if and when they happen — will be a major expense to the organization, which will use the money from the sale of its current building to cover the cost. However, Fabing, who would not speculate on the total cost of the project at this time, provided assurance that the organization would search for other ways to fund the project before considering any price raise to the seniors — and that there would be “no senior left behind” during the relocation.\r\n\r\nThat comes as good news for senior residents such as Frank Hazen, who came to Friendship Manor with his wife just a few years ago.\r\n\r\n“It’s wonderful here,” said Hazen, whose wife died recently. “It’s the easiest living we’ve ever had in our lives.”\r\n\r\n— Noozhawk staff writer Sonia Fernandez can be reached at <a href="mailto:sfernandez@noozhawk.com ">sfernandez@noozhawk.com</a>.', 'Noozhawk: Friendship Manor Looking for New Place to Call Home', '', 'publish', 'closed', 'closed', '', 'noozhawk-friendship-manor-looking-for-new-place-to-call-home', '', '', '2010-12-14 17:23:03', '2010-12-14 17:23:03', '', 0, 'http://friendship-manor.org/wordpress/?p=177', 0, 'post', '', 0),
(176, 1, '2010-10-13 19:11:05', '2010-10-13 19:11:05', '<span class="underline">For Immediate Release</span>\r\nPress Contacts: Chris Davis / Daniella Elghanayan - (805) 687-3322\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_Relocationrelease_030110.pdf">View this Press Release in printable (PDF) format</a>\r\n<h2>Friendship Manor committed to building a purpose built property for senior residents; free up current University-area location for student housing</h2>\r\n<strong>Goleta, CA, March 1, 2010</strong>—For over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community.  While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time relocate and create ‘purpose built'' housing for their senior residents.\r\n\r\nWhile Friendship Manor has been making the most of its resources over the years to maintain a secure and safe environment for seniors, there are insurmountable limitations to re-design and retrofit.  The concept of purpose built is an approach to housing design and development that, in the case of senior communities, accommodates mobility, access to community resources, and transportation. The current Friendship Manor building was built for student housing in 1967.\r\n\r\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or nonprofit to expand the scope of services available at the new location to meet the needs of a growing senior population.  Friendship Manor would seriously consider an organizational “match” such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\r\n\r\nFriendship Manor has been conducting a Carpinteria to Goleta-wide search for the perfect 4-5 acre location on which to build—ideally a location that would provide easy access to public transportation, local shopping, and medical facilities.  Friendship Manor is diligently rising to this challenge of finding the right property, in the right location, with the proper zoning. The organization faces a much more arbitrary, yet major, obstacle to building new housing: As a 501c3 tax exempt property, this becomes a challenge to cities or counties facing increasing deficits.\r\n\r\n“Our tax exempt status is critical for us to maintain our affordability,” said Skip Szymanski, Board President of Friendship Manor and also serves as the COO of the Housing Authority of the City of Santa Barbara  “Having a broad overview of the affordable housing needs in our area,  Friendship Manor  is a critical piece in the senior housing market.  This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\n“<em>In this economy, a project such as this would generate significant local benefits such as contract work for local companies, and the humanitarian benefit of improving the quality of life for our resident seniors</em>,” added Szymanski.  “We also believe that our current location will be ideal for housing UCSB students. We think it’s a win for the greater Santa Barbara Community.”\r\n\r\nCurrently, Friendship Manor houses 200 senior residents and employs 40 people.  Friendship Manor is a mixed income property allowing seniors of diverse socio-economic backgrounds to live together in one location. Monthly rental rates include meals and utilities and range from $782-$962.   Amenities  include resident “community” gardens, laundry facilities, beauty shop, library, theatre, pool, computer access, onsite maintenance staff, a small store, exercise area, transportation, covered parking, and a variety of planned on and offsite activities.\r\n<h3>Community benefits of a new location</h3>\r\n<ul>\r\n	<li> Provide purpose built housing for approximately 200 seniors</li>\r\n	<li>New construction and landscaping will incorporate green building and environmentally friendly elements</li>\r\n	<li>A convenient location will reduce the need for residents to drive, thereby reducing traffic and safety impacts</li>\r\n	<li>Increased business for local retailers that are located near the new Friendship Manor</li>\r\n	<li>Architectural design will enhance and beautify area</li>\r\n	<li>Workforce housing is increased due to UCSB students freeing up rental units in the area and relocating within walking distance to UCSB</li>\r\n</ul>\r\n<h3>Benefits for Isla Vista/UCSB Area</h3>\r\n<ul>\r\n	<li>Additional housing for students, which is in critical demand</li>\r\n	<li>Reduced traffic impacts in the congested Isla Vista area</li>\r\n	<li>New jobs created to re-create and maintain housing</li>\r\n</ul>\r\n<h3>About Friendship Manor</h3>\r\nFor 37 years, Friendship Manor has been quietly providing senior housing in the Santa Barbara, California area.  It is not just a place to live, but a community that offers comfortable surroundings, which reinforce self respect, self esteem, and encourages new friendships.\r\n\r\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at  <a href="http://www.friendship-manor.org/">http://www.friendship-manor.org/wordpress</a>', 'Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'inherit', 'open', 'open', '', '164-revision-10', '', '', '2010-10-13 19:11:05', '2010-10-13 19:11:05', '', 164, 'http://friendship-manor.org/wordpress/2010/10/13/164-revision-10/', 0, 'revision', '', 0),
(178, 1, '2010-10-13 19:19:36', '2010-10-13 19:19:36', 'By Sonia Fernandez, Noozhawk Staff Writer | Published on 03.08.2010\n\nThe independent-living facility says its current location doesn''t fit the needs of its elderly residents\n\nThey’ve done the best they could with what they’ve had. They’ve even flourished. But now it’s time for these seniors to get a place of their own.\n\nPatricia Fabing, marketing director for Friendship Manor, an independent senior living facility on El Colegio Road in Isla Vista, says it’s time to look into the future and step out of the current digs into a more “purpose-built” home.\n“We’d like to be more current, and maybe cutting-edge,” Fabing said.\n\nBuilt in the 1960s, the complex of buildings that houses the 200 seniors who live in Friendship Manor was originally the College Inn, built for student housing. A student-population drop in the early 1970s, after the riots that resulted in the burning of the Bank of America in Isla Vista in 1970, prompted the owners of the complex to offer it up for sale. The purchasers turned the complex into an independent-living facility, which it remains today.\n\nAs well as the buildings and the grounds have been used to create and maintain a thriving senior community for nearly 40 years, there’s only so much one can do to a building meant for younger, more able-bodied people to make it useful for the more elderly crowd — for whom mobility, accessibility and safety are big issues.\n\n“This place was built for kids,” resident Shirley Bagwell said.\n\nFor instance, she said, the showers are small, and adding grab bars makes them even smaller. The stair steps aren’t deep enough to use with a cane or a walker, and there’s only one elevator in the whole complex.\nFabing said there are too many cost-prohibitive obstacles to performing needed retrofits. That, coupled with a desire to create greener standards of living for the senior residents, led to the decision to search for a place to build the ideal facility.\n\nWhat will remain the same, however, are the activities and the amenities.\n\nThe organization has been looking at Goleta, but it’s also considering a broader search for a four- to five-acre site on which to build new senior housing. It would have a larger footprint than the current site, about three acres, to accommodate what Fabing calls the oncoming “senior tsunami,” the wave of seniors who may have to move out of their homes and into an independent-living situation.\n\nFabing said what makes Friendship Manor unique is that it’s virtually the only independent-living facility in town that incorporates a diversity of seniors from various economic situations. Other facilities are too pricey for some retirees, or seniors may not fit the requirements.\n\n“It brings a vitality,” resident Sue Lipsky said of the social diversity of the seniors who come to Friendship Manor. “And I’ve always been excited about that.”\n\nThe move won’t be an easy feat for Friendship Manor. Aside from the normal travails of finding, acquiring and developing land on the South Coast, preferably with access to shops and hospitals, the nonprofit organization’s tax-exempt status may not make its project as attractive to local jurisdictions as one that would be required to pay local property taxes.\n\n“Our tax-exempt status is critical for us to maintain our affordability,” Skip Szymanski, board president of Friendship Manor, said in a recent statement. “Having a broad overview of the affordable housing needs in our area, Friendship Manor is a critical piece in the senior housing market. This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\n\nFriendship Manor is looking to partner with other organizations with similar goals to collaborate on ways to provide care and services to seniors — potentially easing up on the need for those services from local jurisdictions.\nFabing said there are other benefits to the move. The current building is located in the middle of prime student housing, and can be reconverted to its original purpose, helping alleviate the congestion and parking crunch of Isla Vista when UCSB is in session.\n\nAlso, according to the organization, local retailers would benefit from having a population of 200 or so seniors in the area.\nThe construction and move — if and when they happen — will be a major expense to the organization, which will use the money from the sale of its current building to cover the cost. However, Fabing, who would not speculate on the total cost of the project at this time, provided assurance that the organization would search for other ways to fund the project before considering any price raise to the seniors — and that there would be “no senior left behind” during the relocation.\n\nThat comes as good news for senior residents such as Frank Hazen, who came to Friendship Manor with his wife just a few years ago.\n\n“It’s wonderful here,” said Hazen, whose wife died recently. “It’s the easiest living we’ve ever had in our lives.”\n\n&amp;mdash; Noozhawk staff writer Sonia Fernandez can be reached at <a href="mailto:sfernandez@noozhawk.com ">sfernandez@noozhawk.com</a>.', 'Noozhawk: Friendship Manor Looking for New Place to Call Home', '', 'inherit', 'open', 'open', '', '177-revision', '', '', '2010-10-13 19:19:36', '2010-10-13 19:19:36', '', 177, 'http://friendship-manor.org/wordpress/2010/10/13/177-revision/', 0, 'revision', '', 0),
(179, 1, '2010-10-13 19:19:37', '2010-10-13 19:19:37', 'By Sonia Fernandez, Noozhawk Staff Writer | Published on 03.08.2010\r\n\r\nThe independent-living facility says its current location doesn''t fit the needs of its elderly residents\r\n\r\nThey’ve done the best they could with what they’ve had. They’ve even flourished. But now it’s time for these seniors to get a place of their own.\r\n\r\nPatricia Fabing, marketing director for Friendship Manor, an independent senior living facility on El Colegio Road in Isla Vista, says it’s time to look into the future and step out of the current digs into a more “purpose-built” home.\r\n“We’d like to be more current, and maybe cutting-edge,” Fabing said.\r\n\r\nBuilt in the 1960s, the complex of buildings that houses the 200 seniors who live in Friendship Manor was originally the College Inn, built for student housing. A student-population drop in the early 1970s, after the riots that resulted in the burning of the Bank of America in Isla Vista in 1970, prompted the owners of the complex to offer it up for sale. The purchasers turned the complex into an independent-living facility, which it remains today.\r\n\r\nAs well as the buildings and the grounds have been used to create and maintain a thriving senior community for nearly 40 years, there’s only so much one can do to a building meant for younger, more able-bodied people to make it useful for the more elderly crowd — for whom mobility, accessibility and safety are big issues.\r\n\r\n“This place was built for kids,” resident Shirley Bagwell said.\r\n\r\nFor instance, she said, the showers are small, and adding grab bars makes them even smaller. The stair steps aren’t deep enough to use with a cane or a walker, and there’s only one elevator in the whole complex.\r\nFabing said there are too many cost-prohibitive obstacles to performing needed retrofits. That, coupled with a desire to create greener standards of living for the senior residents, led to the decision to search for a place to build the ideal facility.\r\n\r\nWhat will remain the same, however, are the activities and the amenities.\r\n\r\nThe organization has been looking at Goleta, but it’s also considering a broader search for a four- to five-acre site on which to build new senior housing. It would have a larger footprint than the current site, about three acres, to accommodate what Fabing calls the oncoming “senior tsunami,” the wave of seniors who may have to move out of their homes and into an independent-living situation.\r\n\r\nFabing said what makes Friendship Manor unique is that it’s virtually the only independent-living facility in town that incorporates a diversity of seniors from various economic situations. Other facilities are too pricey for some retirees, or seniors may not fit the requirements.\r\n\r\n“It brings a vitality,” resident Sue Lipsky said of the social diversity of the seniors who come to Friendship Manor. “And I’ve always been excited about that.”\r\n\r\nThe move won’t be an easy feat for Friendship Manor. Aside from the normal travails of finding, acquiring and developing land on the South Coast, preferably with access to shops and hospitals, the nonprofit organization’s tax-exempt status may not make its project as attractive to local jurisdictions as one that would be required to pay local property taxes.\r\n\r\n“Our tax-exempt status is critical for us to maintain our affordability,” Skip Szymanski, board president of Friendship Manor, said in a recent statement. “Having a broad overview of the affordable housing needs in our area, Friendship Manor is a critical piece in the senior housing market. This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\nFriendship Manor is looking to partner with other organizations with similar goals to collaborate on ways to provide care and services to seniors — potentially easing up on the need for those services from local jurisdictions.\r\nFabing said there are other benefits to the move. The current building is located in the middle of prime student housing, and can be reconverted to its original purpose, helping alleviate the congestion and parking crunch of Isla Vista when UCSB is in session.\r\n\r\nAlso, according to the organization, local retailers would benefit from having a population of 200 or so seniors in the area.\r\nThe construction and move — if and when they happen — will be a major expense to the organization, which will use the money from the sale of its current building to cover the cost. However, Fabing, who would not speculate on the total cost of the project at this time, provided assurance that the organization would search for other ways to fund the project before considering any price raise to the seniors — and that there would be “no senior left behind” during the relocation.\r\n\r\nThat comes as good news for senior residents such as Frank Hazen, who came to Friendship Manor with his wife just a few years ago.\r\n\r\n“It’s wonderful here,” said Hazen, whose wife died recently. “It’s the easiest living we’ve ever had in our lives.”\r\n\r\n&amp;mdash; Noozhawk staff writer Sonia Fernandez can be reached at <a href="mailto:sfernandez@noozhawk.com ">sfernandez@noozhawk.com</a>.', 'Noozhawk: Friendship Manor Looking for New Place to Call Home', '', 'inherit', 'open', 'open', '', '177-revision-2', '', '', '2010-10-13 19:19:37', '2010-10-13 19:19:37', '', 177, 'http://friendship-manor.org/wordpress/2010/10/13/177-revision-2/', 0, 'revision', '', 0),
(182, 1, '2010-10-13 19:30:09', '2010-10-13 19:30:09', '', 'noozhawk-fm-shirley-bagwell', 'Resident Shirley Bagwell welcomes Friendship Manor''s move to a new location.', 'inherit', 'open', 'open', '', 'noozhawk-fm-shirley-bagwell', '', '', '2010-10-13 19:30:09', '2010-10-13 19:30:09', '', 177, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/03/noozhawk-fm-shirley-bagwell.jpg', 0, 'attachment', 'image/jpeg', 0),
(302, 2, '2010-11-16 01:28:06', '2010-11-16 01:28:06', 'In this section you will find a library of resources for Friendship Manor, including the Resident Handbook and other reference materials.\r\n\r\n<h2>Resident Handbook</h2>\r\n<a href="http://www.friendship-manor.org/wordpress/wp-content/uploads/2010/11/ResidentHandbook.PDF">Download Friendship Manor''s Resident Handbook (PDF format)</a>\r\n<h2>Advice to Adult Children</h2>\r\n<a href="http://www.friendship-manor.org/wordpress/wp-content/uploads/2010/11/AdvicetoAdultChildren.pdf">Download Advice to Adult Children (PDF format)</a>\r\n\r\n<em>You will need Adobe''s Acrobat Reader to open these documents. You can <a href="http://get.adobe.com/reader/" target="_blank">download it for free here</a>.</em>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" title="info-center" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" width="241" height="157" /></div>', 'Resources', '', 'publish', 'open', 'open', '', 'resources', '', '', '2010-11-16 21:05:34', '2010-11-16 21:05:34', '', 12, 'http://friendship-manor.org/wordpress/', 0, 'page', '', 0),
(303, 2, '2010-11-16 01:27:37', '2010-11-16 01:27:37', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '302-revision', '', '', '2010-11-16 01:27:37', '2010-11-16 01:27:37', '', 302, 'http://friendship-manor.org/wordpress/2010/11/16/302-revision/', 0, 'revision', '', 0),
(181, 1, '2010-10-13 19:19:45', '2010-10-13 19:19:45', 'By Sonia Fernandez, Noozhawk Staff Writer | Published on 03.08.2010\r\n\r\nThe independent-living facility says its current location doesn''t fit the needs of its elderly residents\r\n\r\nThey’ve done the best they could with what they’ve had. They’ve even flourished. But now it’s time for these seniors to get a place of their own.\r\n\r\nPatricia Fabing, marketing director for Friendship Manor, an independent senior living facility on El Colegio Road in Isla Vista, says it’s time to look into the future and step out of the current digs into a more “purpose-built” home.\r\n\r\n“We’d like to be more current, and maybe cutting-edge,” Fabing said.\r\n\r\nBuilt in the 1960s, the complex of buildings that houses the 200 seniors who live in Friendship Manor was originally the College Inn, built for student housing. A student-population drop in the early 1970s, after the riots that resulted in the burning of the Bank of America in Isla Vista in 1970, prompted the owners of the complex to offer it up for sale. The purchasers turned the complex into an independent-living facility, which it remains today.\r\n\r\nAs well as the buildings and the grounds have been used to create and maintain a thriving senior community for nearly 40 years, there’s only so much one can do to a building meant for younger, more able-bodied people to make it useful for the more elderly crowd — for whom mobility, accessibility and safety are big issues.\r\n\r\n“This place was built for kids,” resident Shirley Bagwell said.\r\n\r\nFor instance, she said, the showers are small, and adding grab bars makes them even smaller. The stair steps aren’t deep enough to use with a cane or a walker, and there’s only one elevator in the whole complex.\r\nFabing said there are too many cost-prohibitive obstacles to performing needed retrofits. That, coupled with a desire to create greener standards of living for the senior residents, led to the decision to search for a place to build the ideal facility.\r\n\r\nWhat will remain the same, however, are the activities and the amenities.\r\n\r\nThe organization has been looking at Goleta, but it’s also considering a broader search for a four- to five-acre site on which to build new senior housing. It would have a larger footprint than the current site, about three acres, to accommodate what Fabing calls the oncoming “senior tsunami,” the wave of seniors who may have to move out of their homes and into an independent-living situation.\r\n\r\nFabing said what makes Friendship Manor unique is that it’s virtually the only independent-living facility in town that incorporates a diversity of seniors from various economic situations. Other facilities are too pricey for some retirees, or seniors may not fit the requirements.\r\n\r\n“It brings a vitality,” resident Sue Lipsky said of the social diversity of the seniors who come to Friendship Manor. “And I’ve always been excited about that.”\r\n\r\nThe move won’t be an easy feat for Friendship Manor. Aside from the normal travails of finding, acquiring and developing land on the South Coast, preferably with access to shops and hospitals, the nonprofit organization’s tax-exempt status may not make its project as attractive to local jurisdictions as one that would be required to pay local property taxes.\r\n\r\n“Our tax-exempt status is critical for us to maintain our affordability,” Skip Szymanski, board president of Friendship Manor, said in a recent statement. “Having a broad overview of the affordable housing needs in our area, Friendship Manor is a critical piece in the senior housing market. This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\nFriendship Manor is looking to partner with other organizations with similar goals to collaborate on ways to provide care and services to seniors — potentially easing up on the need for those services from local jurisdictions.\r\nFabing said there are other benefits to the move. The current building is located in the middle of prime student housing, and can be reconverted to its original purpose, helping alleviate the congestion and parking crunch of Isla Vista when UCSB is in session.\r\n\r\nAlso, according to the organization, local retailers would benefit from having a population of 200 or so seniors in the area.\r\nThe construction and move — if and when they happen — will be a major expense to the organization, which will use the money from the sale of its current building to cover the cost. However, Fabing, who would not speculate on the total cost of the project at this time, provided assurance that the organization would search for other ways to fund the project before considering any price raise to the seniors — and that there would be “no senior left behind” during the relocation.\r\n\r\nThat comes as good news for senior residents such as Frank Hazen, who came to Friendship Manor with his wife just a few years ago.\r\n\r\n“It’s wonderful here,” said Hazen, whose wife died recently. “It’s the easiest living we’ve ever had in our lives.”\r\n\r\n&amp;mdash; Noozhawk staff writer Sonia Fernandez can be reached at <a href="mailto:sfernandez@noozhawk.com ">sfernandez@noozhawk.com</a>.', 'Noozhawk: Friendship Manor Looking for New Place to Call Home', '', 'inherit', 'open', 'open', '', '177-revision-3', '', '', '2010-10-13 19:19:45', '2010-10-13 19:19:45', '', 177, 'http://friendship-manor.org/wordpress/2010/10/13/177-revision-3/', 0, 'revision', '', 0),
(183, 1, '2010-10-13 19:26:39', '2010-10-13 19:26:39', 'By Sonia Fernandez, Noozhawk Staff Writer | Published on 03.08.2010\r\n\r\nThe independent-living facility says its current location doesn''t fit the needs of its elderly residents\r\n\r\nThey’ve done the best they could with what they’ve had. They’ve even flourished. But now it’s time for these seniors to get a place of their own.\r\n\r\nPatricia Fabing, marketing director for Friendship Manor, an independent senior living facility on El Colegio Road in Isla Vista, says it’s time to look into the future and step out of the current digs into a more “purpose-built” home.\r\n\r\n“We’d like to be more current, and maybe cutting-edge,” Fabing said.\r\n\r\nBuilt in the 1960s, the complex of buildings that houses the 200 seniors who live in Friendship Manor was originally the College Inn, built for student housing. A student-population drop in the early 1970s, after the riots that resulted in the burning of the Bank of America in Isla Vista in 1970, prompted the owners of the complex to offer it up for sale. The purchasers turned the complex into an independent-living facility, which it remains today.\r\n\r\nAs well as the buildings and the grounds have been used to create and maintain a thriving senior community for nearly 40 years, there’s only so much one can do to a building meant for younger, more able-bodied people to make it useful for the more elderly crowd — for whom mobility, accessibility and safety are big issues.\r\n\r\n“This place was built for kids,” resident Shirley Bagwell said.\r\n\r\nFor instance, she said, the showers are small, and adding grab bars makes them even smaller. The stair steps aren’t deep enough to use with a cane or a walker, and there’s only one elevator in the whole complex.\r\nFabing said there are too many cost-prohibitive obstacles to performing needed retrofits. That, coupled with a desire to create greener standards of living for the senior residents, led to the decision to search for a place to build the ideal facility.\r\n\r\nWhat will remain the same, however, are the activities and the amenities.\r\n\r\nThe organization has been looking at Goleta, but it’s also considering a broader search for a four- to five-acre site on which to build new senior housing. It would have a larger footprint than the current site, about three acres, to accommodate what Fabing calls the oncoming “senior tsunami,” the wave of seniors who may have to move out of their homes and into an independent-living situation.\r\n\r\nFabing said what makes Friendship Manor unique is that it’s virtually the only independent-living facility in town that incorporates a diversity of seniors from various economic situations. Other facilities are too pricey for some retirees, or seniors may not fit the requirements.\r\n\r\n“It brings a vitality,” resident Sue Lipsky said of the social diversity of the seniors who come to Friendship Manor. “And I’ve always been excited about that.”\r\n\r\nThe move won’t be an easy feat for Friendship Manor. Aside from the normal travails of finding, acquiring and developing land on the South Coast, preferably with access to shops and hospitals, the nonprofit organization’s tax-exempt status may not make its project as attractive to local jurisdictions as one that would be required to pay local property taxes.\r\n\r\n“Our tax-exempt status is critical for us to maintain our affordability,” Skip Szymanski, board president of Friendship Manor, said in a recent statement. “Having a broad overview of the affordable housing needs in our area, Friendship Manor is a critical piece in the senior housing market. This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\nFriendship Manor is looking to partner with other organizations with similar goals to collaborate on ways to provide care and services to seniors — potentially easing up on the need for those services from local jurisdictions.\r\nFabing said there are other benefits to the move. The current building is located in the middle of prime student housing, and can be reconverted to its original purpose, helping alleviate the congestion and parking crunch of Isla Vista when UCSB is in session.\r\n\r\nAlso, according to the organization, local retailers would benefit from having a population of 200 or so seniors in the area.\r\nThe construction and move — if and when they happen — will be a major expense to the organization, which will use the money from the sale of its current building to cover the cost. However, Fabing, who would not speculate on the total cost of the project at this time, provided assurance that the organization would search for other ways to fund the project before considering any price raise to the seniors — and that there would be “no senior left behind” during the relocation.\r\n\r\nThat comes as good news for senior residents such as Frank Hazen, who came to Friendship Manor with his wife just a few years ago.\r\n\r\n“It’s wonderful here,” said Hazen, whose wife died recently. “It’s the easiest living we’ve ever had in our lives.”\r\n\r\n&mdash; Noozhawk staff writer Sonia Fernandez can be reached at <a href="mailto:sfernandez@noozhawk.com ">sfernandez@noozhawk.com</a>.', 'Noozhawk: Friendship Manor Looking for New Place to Call Home', '', 'inherit', 'open', 'open', '', '177-revision-4', '', '', '2010-10-13 19:26:39', '2010-10-13 19:26:39', '', 177, 'http://friendship-manor.org/wordpress/2010/10/13/177-revision-4/', 0, 'revision', '', 0),
(184, 1, '2010-10-13 19:31:20', '2010-10-13 19:31:20', 'By Sonia Fernandez, Noozhawk Staff Writer | Published on 03.08.2010\r\n\r\nThe independent-living facility says its current location doesn''t fit the needs of its elderly residents\r\n\r\n[caption id="attachment_182" align="aligncenter" width="397" caption="Resident Shirley Bagwell welcomes Friendship Manor\\''s move to a new location."]<img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/03/noozhawk-fm-shirley-bagwell.jpg" alt="Shirley Bagwell, Friendship Manor Resident" title="noozhawk-fm-shirley-bagwell" width="397" height="283" class="size-full wp-image-182" />[/caption]\r\n\r\nThey’ve done the best they could with what they’ve had. They’ve even flourished. But now it’s time for these seniors to get a place of their own.\r\n\r\nPatricia Fabing, marketing director for Friendship Manor, an independent senior living facility on El Colegio Road in Isla Vista, says it’s time to look into the future and step out of the current digs into a more “purpose-built” home.\r\n\r\n“We’d like to be more current, and maybe cutting-edge,” Fabing said.\r\n\r\nBuilt in the 1960s, the complex of buildings that houses the 200 seniors who live in Friendship Manor was originally the College Inn, built for student housing. A student-population drop in the early 1970s, after the riots that resulted in the burning of the Bank of America in Isla Vista in 1970, prompted the owners of the complex to offer it up for sale. The purchasers turned the complex into an independent-living facility, which it remains today.\r\n\r\nAs well as the buildings and the grounds have been used to create and maintain a thriving senior community for nearly 40 years, there’s only so much one can do to a building meant for younger, more able-bodied people to make it useful for the more elderly crowd — for whom mobility, accessibility and safety are big issues.\r\n\r\n“This place was built for kids,” resident Shirley Bagwell said.\r\n\r\nFor instance, she said, the showers are small, and adding grab bars makes them even smaller. The stair steps aren’t deep enough to use with a cane or a walker, and there’s only one elevator in the whole complex.\r\nFabing said there are too many cost-prohibitive obstacles to performing needed retrofits. That, coupled with a desire to create greener standards of living for the senior residents, led to the decision to search for a place to build the ideal facility.\r\n\r\nWhat will remain the same, however, are the activities and the amenities.\r\n\r\nThe organization has been looking at Goleta, but it’s also considering a broader search for a four- to five-acre site on which to build new senior housing. It would have a larger footprint than the current site, about three acres, to accommodate what Fabing calls the oncoming “senior tsunami,” the wave of seniors who may have to move out of their homes and into an independent-living situation.\r\n\r\nFabing said what makes Friendship Manor unique is that it’s virtually the only independent-living facility in town that incorporates a diversity of seniors from various economic situations. Other facilities are too pricey for some retirees, or seniors may not fit the requirements.\r\n\r\n“It brings a vitality,” resident Sue Lipsky said of the social diversity of the seniors who come to Friendship Manor. “And I’ve always been excited about that.”\r\n\r\nThe move won’t be an easy feat for Friendship Manor. Aside from the normal travails of finding, acquiring and developing land on the South Coast, preferably with access to shops and hospitals, the nonprofit organization’s tax-exempt status may not make its project as attractive to local jurisdictions as one that would be required to pay local property taxes.\r\n\r\n“Our tax-exempt status is critical for us to maintain our affordability,” Skip Szymanski, board president of Friendship Manor, said in a recent statement. “Having a broad overview of the affordable housing needs in our area, Friendship Manor is a critical piece in the senior housing market. This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\nFriendship Manor is looking to partner with other organizations with similar goals to collaborate on ways to provide care and services to seniors — potentially easing up on the need for those services from local jurisdictions.\r\nFabing said there are other benefits to the move. The current building is located in the middle of prime student housing, and can be reconverted to its original purpose, helping alleviate the congestion and parking crunch of Isla Vista when UCSB is in session.\r\n\r\nAlso, according to the organization, local retailers would benefit from having a population of 200 or so seniors in the area.\r\nThe construction and move — if and when they happen — will be a major expense to the organization, which will use the money from the sale of its current building to cover the cost. However, Fabing, who would not speculate on the total cost of the project at this time, provided assurance that the organization would search for other ways to fund the project before considering any price raise to the seniors — and that there would be “no senior left behind” during the relocation.\r\n\r\nThat comes as good news for senior residents such as Frank Hazen, who came to Friendship Manor with his wife just a few years ago.\r\n\r\n“It’s wonderful here,” said Hazen, whose wife died recently. “It’s the easiest living we’ve ever had in our lives.”\r\n\r\n&mdash; Noozhawk staff writer Sonia Fernandez can be reached at <a href="mailto:sfernandez@noozhawk.com ">sfernandez@noozhawk.com</a>.', 'Noozhawk: Friendship Manor Looking for New Place to Call Home', '', 'inherit', 'open', 'open', '', '177-revision-5', '', '', '2010-10-13 19:31:20', '2010-10-13 19:31:20', '', 177, 'http://friendship-manor.org/wordpress/2010/10/13/177-revision-5/', 0, 'revision', '', 0),
(185, 1, '2010-10-13 19:40:05', '2010-10-13 19:40:05', 'By Sonia Fernandez, Noozhawk Staff Writer | Published on 03.08.2010\r\n\r\nThe independent-living facility says its current location doesn''t fit the needs of its elderly residents\r\n\r\n[caption id="attachment_182" align="aligncenter" width="397" caption="Resident Shirley Bagwell welcomes <br />Friendship Manor\\''s move to a new location."]<img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/03/noozhawk-fm-shirley-bagwell.jpg" alt="Shirley Bagwell, Friendship Manor Resident" title="noozhawk-fm-shirley-bagwell" width="397" height="283" class="size-full wp-image-182" />[/caption]\r\n\r\nThey’ve done the best they could with what they’ve had. They’ve even flourished. But now it’s time for these seniors to get a place of their own.\r\n\r\nPatricia Fabing, marketing director for Friendship Manor, an independent senior living facility on El Colegio Road in Isla Vista, says it’s time to look into the future and step out of the current digs into a more “purpose-built” home.\r\n\r\n“We’d like to be more current, and maybe cutting-edge,” Fabing said.\r\n\r\nBuilt in the 1960s, the complex of buildings that houses the 200 seniors who live in Friendship Manor was originally the College Inn, built for student housing. A student-population drop in the early 1970s, after the riots that resulted in the burning of the Bank of America in Isla Vista in 1970, prompted the owners of the complex to offer it up for sale. The purchasers turned the complex into an independent-living facility, which it remains today.\r\n\r\nAs well as the buildings and the grounds have been used to create and maintain a thriving senior community for nearly 40 years, there’s only so much one can do to a building meant for younger, more able-bodied people to make it useful for the more elderly crowd — for whom mobility, accessibility and safety are big issues.\r\n\r\n“This place was built for kids,” resident Shirley Bagwell said.\r\n\r\nFor instance, she said, the showers are small, and adding grab bars makes them even smaller. The stair steps aren’t deep enough to use with a cane or a walker, and there’s only one elevator in the whole complex.\r\nFabing said there are too many cost-prohibitive obstacles to performing needed retrofits. That, coupled with a desire to create greener standards of living for the senior residents, led to the decision to search for a place to build the ideal facility.\r\n\r\nWhat will remain the same, however, are the activities and the amenities.\r\n\r\nThe organization has been looking at Goleta, but it’s also considering a broader search for a four- to five-acre site on which to build new senior housing. It would have a larger footprint than the current site, about three acres, to accommodate what Fabing calls the oncoming “senior tsunami,” the wave of seniors who may have to move out of their homes and into an independent-living situation.\r\n\r\nFabing said what makes Friendship Manor unique is that it’s virtually the only independent-living facility in town that incorporates a diversity of seniors from various economic situations. Other facilities are too pricey for some retirees, or seniors may not fit the requirements.\r\n\r\n“It brings a vitality,” resident Sue Lipsky said of the social diversity of the seniors who come to Friendship Manor. “And I’ve always been excited about that.”\r\n\r\nThe move won’t be an easy feat for Friendship Manor. Aside from the normal travails of finding, acquiring and developing land on the South Coast, preferably with access to shops and hospitals, the nonprofit organization’s tax-exempt status may not make its project as attractive to local jurisdictions as one that would be required to pay local property taxes.\r\n\r\n“Our tax-exempt status is critical for us to maintain our affordability,” Skip Szymanski, board president of Friendship Manor, said in a recent statement. “Having a broad overview of the affordable housing needs in our area, Friendship Manor is a critical piece in the senior housing market. This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\nFriendship Manor is looking to partner with other organizations with similar goals to collaborate on ways to provide care and services to seniors — potentially easing up on the need for those services from local jurisdictions.\r\nFabing said there are other benefits to the move. The current building is located in the middle of prime student housing, and can be reconverted to its original purpose, helping alleviate the congestion and parking crunch of Isla Vista when UCSB is in session.\r\n\r\nAlso, according to the organization, local retailers would benefit from having a population of 200 or so seniors in the area.\r\nThe construction and move — if and when they happen — will be a major expense to the organization, which will use the money from the sale of its current building to cover the cost. However, Fabing, who would not speculate on the total cost of the project at this time, provided assurance that the organization would search for other ways to fund the project before considering any price raise to the seniors — and that there would be “no senior left behind” during the relocation.\r\n\r\nThat comes as good news for senior residents such as Frank Hazen, who came to Friendship Manor with his wife just a few years ago.\r\n\r\n“It’s wonderful here,” said Hazen, whose wife died recently. “It’s the easiest living we’ve ever had in our lives.”\r\n\r\n&mdash; Noozhawk staff writer Sonia Fernandez can be reached at <a href="mailto:sfernandez@noozhawk.com ">sfernandez@noozhawk.com</a>.', 'Noozhawk: Friendship Manor Looking for New Place to Call Home', '', 'inherit', 'open', 'open', '', '177-revision-6', '', '', '2010-10-13 19:40:05', '2010-10-13 19:40:05', '', 177, 'http://friendship-manor.org/wordpress/2010/10/13/177-revision-6/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (186, 1, '2010-10-13 19:46:10', '2010-10-13 19:46:10', 'By Sonia Fernandez, Noozhawk Staff Writer | Published on 03.08.2010\r\n\r\n<a href="?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">View a printable (PDF) version of this story</a>\r\n\r\nThe independent-living facility says its current location doesn''t fit the needs of its elderly residents\r\n\r\n[caption id="attachment_182" align="aligncenter" width="397" caption="Resident Shirley Bagwell welcomes <br />Friendship Manor\\''s move to a new location."]<img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/03/noozhawk-fm-shirley-bagwell.jpg" alt="Shirley Bagwell, Friendship Manor Resident" title="noozhawk-fm-shirley-bagwell" width="397" height="283" class="size-full wp-image-182" />[/caption]\r\n\r\nThey’ve done the best they could with what they’ve had. They’ve even flourished. But now it’s time for these seniors to get a place of their own.\r\n\r\nPatricia Fabing, marketing director for Friendship Manor, an independent senior living facility on El Colegio Road in Isla Vista, says it’s time to look into the future and step out of the current digs into a more “purpose-built” home.\r\n\r\n“We’d like to be more current, and maybe cutting-edge,” Fabing said.\r\n\r\nBuilt in the 1960s, the complex of buildings that houses the 200 seniors who live in Friendship Manor was originally the College Inn, built for student housing. A student-population drop in the early 1970s, after the riots that resulted in the burning of the Bank of America in Isla Vista in 1970, prompted the owners of the complex to offer it up for sale. The purchasers turned the complex into an independent-living facility, which it remains today.\r\n\r\nAs well as the buildings and the grounds have been used to create and maintain a thriving senior community for nearly 40 years, there’s only so much one can do to a building meant for younger, more able-bodied people to make it useful for the more elderly crowd — for whom mobility, accessibility and safety are big issues.\r\n\r\n“This place was built for kids,” resident Shirley Bagwell said.\r\n\r\nFor instance, she said, the showers are small, and adding grab bars makes them even smaller. The stair steps aren’t deep enough to use with a cane or a walker, and there’s only one elevator in the whole complex.\r\nFabing said there are too many cost-prohibitive obstacles to performing needed retrofits. That, coupled with a desire to create greener standards of living for the senior residents, led to the decision to search for a place to build the ideal facility.\r\n\r\nWhat will remain the same, however, are the activities and the amenities.\r\n\r\nThe organization has been looking at Goleta, but it’s also considering a broader search for a four- to five-acre site on which to build new senior housing. It would have a larger footprint than the current site, about three acres, to accommodate what Fabing calls the oncoming “senior tsunami,” the wave of seniors who may have to move out of their homes and into an independent-living situation.\r\n\r\nFabing said what makes Friendship Manor unique is that it’s virtually the only independent-living facility in town that incorporates a diversity of seniors from various economic situations. Other facilities are too pricey for some retirees, or seniors may not fit the requirements.\r\n\r\n“It brings a vitality,” resident Sue Lipsky said of the social diversity of the seniors who come to Friendship Manor. “And I’ve always been excited about that.”\r\n\r\nThe move won’t be an easy feat for Friendship Manor. Aside from the normal travails of finding, acquiring and developing land on the South Coast, preferably with access to shops and hospitals, the nonprofit organization’s tax-exempt status may not make its project as attractive to local jurisdictions as one that would be required to pay local property taxes.\r\n\r\n“Our tax-exempt status is critical for us to maintain our affordability,” Skip Szymanski, board president of Friendship Manor, said in a recent statement. “Having a broad overview of the affordable housing needs in our area, Friendship Manor is a critical piece in the senior housing market. This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\nFriendship Manor is looking to partner with other organizations with similar goals to collaborate on ways to provide care and services to seniors — potentially easing up on the need for those services from local jurisdictions.\r\nFabing said there are other benefits to the move. The current building is located in the middle of prime student housing, and can be reconverted to its original purpose, helping alleviate the congestion and parking crunch of Isla Vista when UCSB is in session.\r\n\r\nAlso, according to the organization, local retailers would benefit from having a population of 200 or so seniors in the area.\r\nThe construction and move — if and when they happen — will be a major expense to the organization, which will use the money from the sale of its current building to cover the cost. However, Fabing, who would not speculate on the total cost of the project at this time, provided assurance that the organization would search for other ways to fund the project before considering any price raise to the seniors — and that there would be “no senior left behind” during the relocation.\r\n\r\nThat comes as good news for senior residents such as Frank Hazen, who came to Friendship Manor with his wife just a few years ago.\r\n\r\n“It’s wonderful here,” said Hazen, whose wife died recently. “It’s the easiest living we’ve ever had in our lives.”\r\n\r\n&mdash; Noozhawk staff writer Sonia Fernandez can be reached at <a href="mailto:sfernandez@noozhawk.com ">sfernandez@noozhawk.com</a>.', 'Noozhawk: Friendship Manor Looking for New Place to Call Home', '', 'inherit', 'open', 'open', '', '177-revision-7', '', '', '2010-10-13 19:46:10', '2010-10-13 19:46:10', '', 177, 'http://friendship-manor.org/wordpress/2010/10/13/177-revision-7/', 0, 'revision', '', 0),
(187, 1, '2010-10-13 19:46:43', '2010-10-13 19:46:43', '', 'FM_20100308_Noozhawk', '', 'inherit', 'open', 'open', '', 'fm_20100308_noozhawk', '', '', '2010-10-13 19:46:43', '2010-10-13 19:46:43', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_20100308_Noozhawk.pdf', 0, 'attachment', 'application/pdf', 0),
(188, 1, '2010-10-13 19:46:17', '2010-10-13 19:46:17', 'By Sonia Fernandez, Noozhawk Staff Writer | Published on 03.08.2010\r\n\r\n<a href="#">View a printable (PDF) version of this story</a>\r\n\r\nThe independent-living facility says its current location doesn''t fit the needs of its elderly residents\r\n\r\n[caption id="attachment_182" align="aligncenter" width="397" caption="Resident Shirley Bagwell welcomes <br />Friendship Manor\\''s move to a new location."]<img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/03/noozhawk-fm-shirley-bagwell.jpg" alt="Shirley Bagwell, Friendship Manor Resident" title="noozhawk-fm-shirley-bagwell" width="397" height="283" class="size-full wp-image-182" />[/caption]\r\n\r\nThey’ve done the best they could with what they’ve had. They’ve even flourished. But now it’s time for these seniors to get a place of their own.\r\n\r\nPatricia Fabing, marketing director for Friendship Manor, an independent senior living facility on El Colegio Road in Isla Vista, says it’s time to look into the future and step out of the current digs into a more “purpose-built” home.\r\n\r\n“We’d like to be more current, and maybe cutting-edge,” Fabing said.\r\n\r\nBuilt in the 1960s, the complex of buildings that houses the 200 seniors who live in Friendship Manor was originally the College Inn, built for student housing. A student-population drop in the early 1970s, after the riots that resulted in the burning of the Bank of America in Isla Vista in 1970, prompted the owners of the complex to offer it up for sale. The purchasers turned the complex into an independent-living facility, which it remains today.\r\n\r\nAs well as the buildings and the grounds have been used to create and maintain a thriving senior community for nearly 40 years, there’s only so much one can do to a building meant for younger, more able-bodied people to make it useful for the more elderly crowd — for whom mobility, accessibility and safety are big issues.\r\n\r\n“This place was built for kids,” resident Shirley Bagwell said.\r\n\r\nFor instance, she said, the showers are small, and adding grab bars makes them even smaller. The stair steps aren’t deep enough to use with a cane or a walker, and there’s only one elevator in the whole complex.\r\nFabing said there are too many cost-prohibitive obstacles to performing needed retrofits. That, coupled with a desire to create greener standards of living for the senior residents, led to the decision to search for a place to build the ideal facility.\r\n\r\nWhat will remain the same, however, are the activities and the amenities.\r\n\r\nThe organization has been looking at Goleta, but it’s also considering a broader search for a four- to five-acre site on which to build new senior housing. It would have a larger footprint than the current site, about three acres, to accommodate what Fabing calls the oncoming “senior tsunami,” the wave of seniors who may have to move out of their homes and into an independent-living situation.\r\n\r\nFabing said what makes Friendship Manor unique is that it’s virtually the only independent-living facility in town that incorporates a diversity of seniors from various economic situations. Other facilities are too pricey for some retirees, or seniors may not fit the requirements.\r\n\r\n“It brings a vitality,” resident Sue Lipsky said of the social diversity of the seniors who come to Friendship Manor. “And I’ve always been excited about that.”\r\n\r\nThe move won’t be an easy feat for Friendship Manor. Aside from the normal travails of finding, acquiring and developing land on the South Coast, preferably with access to shops and hospitals, the nonprofit organization’s tax-exempt status may not make its project as attractive to local jurisdictions as one that would be required to pay local property taxes.\r\n\r\n“Our tax-exempt status is critical for us to maintain our affordability,” Skip Szymanski, board president of Friendship Manor, said in a recent statement. “Having a broad overview of the affordable housing needs in our area, Friendship Manor is a critical piece in the senior housing market. This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\nFriendship Manor is looking to partner with other organizations with similar goals to collaborate on ways to provide care and services to seniors — potentially easing up on the need for those services from local jurisdictions.\r\nFabing said there are other benefits to the move. The current building is located in the middle of prime student housing, and can be reconverted to its original purpose, helping alleviate the congestion and parking crunch of Isla Vista when UCSB is in session.\r\n\r\nAlso, according to the organization, local retailers would benefit from having a population of 200 or so seniors in the area.\r\nThe construction and move — if and when they happen — will be a major expense to the organization, which will use the money from the sale of its current building to cover the cost. However, Fabing, who would not speculate on the total cost of the project at this time, provided assurance that the organization would search for other ways to fund the project before considering any price raise to the seniors — and that there would be “no senior left behind” during the relocation.\r\n\r\nThat comes as good news for senior residents such as Frank Hazen, who came to Friendship Manor with his wife just a few years ago.\r\n\r\n“It’s wonderful here,” said Hazen, whose wife died recently. “It’s the easiest living we’ve ever had in our lives.”\r\n\r\n&mdash; Noozhawk staff writer Sonia Fernandez can be reached at <a href="mailto:sfernandez@noozhawk.com ">sfernandez@noozhawk.com</a>.', 'Noozhawk: Friendship Manor Looking for New Place to Call Home', '', 'inherit', 'open', 'open', '', '177-revision-8', '', '', '2010-10-13 19:46:17', '2010-10-13 19:46:17', '', 177, 'http://friendship-manor.org/wordpress/2010/10/13/177-revision-8/', 0, 'revision', '', 0),
(189, 1, '2010-03-05 00:00:23', '2010-03-05 00:00:23', 'KEYT News, Santa Barbara\r\nMar 5, 2010\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_20100305_KEYT.pdf">View printable (PDF) version of this article</a>\r\n\r\nIsla Vista''s Friendship Manor is looking for a new home, after over 30-years at it''s present site on El Colegio Road.\r\n\r\nRight now, about 200-seniors live at the multi-story facility. However, the non-profit is looking for a new, modern, upgraded home for it''s residents.\r\n\r\nCurrently, they are seeking community support to find a site, somewhere between Goleta and Carpinteria.\r\n\r\nOnce a new location for Friendship Manor is found, the current site will be sold, possibly for student housing.', 'KEYT: Senior Residence Looking to Relocate', '', 'publish', 'closed', 'closed', '', 'keyt-senior-residence-looking-to-relocate', '', '', '2010-12-14 17:22:38', '2010-12-14 17:22:38', '', 0, 'http://friendship-manor.org/wordpress/?p=189', 0, 'post', '', 0),
(190, 1, '2010-10-13 19:53:24', '2010-10-13 19:53:24', 'KEYT News, Santa Barbara\nMar 5, 2010\n\n<a href="#">View printable (PDF) version of this article</a>\n\nIsla Vista''s Friendship Manor is looking for a new home, after over 30-years at it''s present site on El Colegio Road.\n\nRight now, about 200-seniors live at the multi-story facility. However, the non-profit is looking for a new, modern, upgraded home for it''s residents.\n\nCurrently, they are seeking community support to find a site, somewhere between Goleta and Carpinteria.\n\nOnce a new location for Friendship Manor is found, the current site will be sold, possibly for student housing.\n', 'KEYT: Senior Residence Looking to Relocate', '', 'inherit', 'open', 'open', '', '189-revision', '', '', '2010-10-13 19:53:24', '2010-10-13 19:53:24', '', 189, 'http://friendship-manor.org/wordpress/2010/10/13/189-revision/', 0, 'revision', '', 0),
(191, 1, '2010-10-13 20:00:13', '2010-10-13 20:00:13', '', 'FM_20100305_KEYT', '', 'inherit', 'open', 'open', '', 'fm_20100305_keyt', '', '', '2010-10-13 20:00:13', '2010-10-13 20:00:13', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_20100305_KEYT.pdf', 0, 'attachment', 'application/pdf', 0),
(192, 1, '2010-10-13 19:53:42', '2010-10-13 19:53:42', 'KEYT News, Santa Barbara\r\nMar 5, 2010\r\n\r\n<a href="#">View printable (PDF) version of this article</a>\r\n\r\nIsla Vista''s Friendship Manor is looking for a new home, after over 30-years at it''s present site on El Colegio Road.\r\n\r\nRight now, about 200-seniors live at the multi-story facility. However, the non-profit is looking for a new, modern, upgraded home for it''s residents.\r\n\r\nCurrently, they are seeking community support to find a site, somewhere between Goleta and Carpinteria.\r\n\r\nOnce a new location for Friendship Manor is found, the current site will be sold, possibly for student housing.', 'KEYT: Senior Residence Looking to Relocate', '', 'inherit', 'open', 'open', '', '189-revision-2', '', '', '2010-10-13 19:53:42', '2010-10-13 19:53:42', '', 189, 'http://friendship-manor.org/wordpress/2010/10/13/189-revision-2/', 0, 'revision', '', 0),
(194, 1, '2010-03-14 20:01:47', '2010-03-14 20:01:47', 'Santa Barbara News Press, 3/14/2010\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_20100314_SBNP_E44.pdf">View printable (PDF) version of this article</a>\r\n\r\nFriendship Manor, committed to building a purpose, built property for senior residents; free up current University-area location for student housing [sic].\r\n\r\nFor over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community. While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time to relocate and create "purpose built" housing for their senior residents.\r\n\r\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or non-profit to expand the scope of services available at the new location to meet the needs of a growing senior population. Friendship Manor would seriously consider an organizational "match" such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\r\n\r\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at http://www.friendship-manor.org/\r\n\r\n<em>We want the community to hear about your real estate related fundraisers, charity work, events and accomplishments. Please submit your good news to bbrown@newspress.com.</em>', 'Santa Barbara News Press: Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'publish', 'closed', 'closed', '', 'santa-barbara-news-press-friendship-manor-housing-for-seniors-seeks-land-for-relocation', '', '', '2010-12-14 17:23:16', '2010-12-14 17:23:16', '', 0, 'http://friendship-manor.org/wordpress/?p=194', 0, 'post', '', 0),
(195, 1, '2010-10-13 20:14:48', '2010-10-13 20:14:48', 'Santa Barbara News Press, 3/14/2010\n\n<a href="#">View printable (PDF) version of this article</a>\n\nFriendship Manor, committed to building a purpose, built property for senior residents; free up current University-area location for student housing [sic].\n\nFor over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community. While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time to relocate and create "purpose built" housing for their senior residents.\n\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or non-profit to expand the scope of services available at the new location to meet the needs of a growing senior population. Friendship Manor would seriously consider an organizational "match" such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\n\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at http://www.friendship-manor.org/\n\n<em>We want the community to hear about your real estate related fundraisers, charity work, events and accomplishments. Please submit your good news to bbrown@newspress.com.</em>', 'Santa Barbara News Press: Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'inherit', 'open', 'open', '', '194-revision', '', '', '2010-10-13 20:14:48', '2010-10-13 20:14:48', '', 194, 'http://friendship-manor.org/wordpress/2010/10/13/194-revision/', 0, 'revision', '', 0),
(196, 1, '2010-10-13 20:15:20', '2010-10-13 20:15:20', '', 'FM_20100314_SBNP_E44', '', 'inherit', 'open', 'open', '', 'fm_20100314_sbnp_e44', '', '', '2010-10-13 20:15:20', '2010-10-13 20:15:20', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_20100314_SBNP_E44.pdf', 0, 'attachment', 'application/pdf', 0),
(197, 1, '2010-10-13 20:15:00', '2010-10-13 20:15:00', 'Santa Barbara News Press, 3/14/2010\r\n\r\n<a href="#">View printable (PDF) version of this article</a>\r\n\r\nFriendship Manor, committed to building a purpose, built property for senior residents; free up current University-area location for student housing [sic].\r\n\r\nFor over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community. While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time to relocate and create "purpose built" housing for their senior residents.\r\n\r\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or non-profit to expand the scope of services available at the new location to meet the needs of a growing senior population. Friendship Manor would seriously consider an organizational "match" such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\r\n\r\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at http://www.friendship-manor.org/\r\n\r\n<em>We want the community to hear about your real estate related fundraisers, charity work, events and accomplishments. Please submit your good news to bbrown@newspress.com.</em>', 'Santa Barbara News Press: Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'inherit', 'open', 'open', '', '194-revision-2', '', '', '2010-10-13 20:15:00', '2010-10-13 20:15:00', '', 194, 'http://friendship-manor.org/wordpress/2010/10/13/194-revision-2/', 0, 'revision', '', 0),
(198, 1, '2010-03-04 00:00:00', '2010-03-04 00:00:00', 'Santa Barbara Independent, 3/4/2010\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_20100304_Indy_9.pdf">View a printable (PDF) version of this article</a>\r\n\r\nIsla Vista''s Frienship Manor—home to approximately 200 people 62 years old and over—announced this week that it is looking to relocate. The search, however, has proven challenging given the facility''s 501(c)(3) tax-exempt property status, which affords its residents less expensive monthly rates. Friendship Manor has said it is open to the idea of partnering and/or sharing facilities with an existing senior center. The move would reportedly benefit both Friendship Manor residents and UCSB students, as vacating the current facility would allow seniors increased community access and students additional university housing.', 'Santa Barbara Independent: Isla Vista''s Friendship Manor', '', 'publish', 'closed', 'closed', '', 'santa-barbara-independent-isla-vistas-friendship-manor', '', '', '2010-12-14 17:22:20', '2010-12-14 17:22:20', '', 0, 'http://friendship-manor.org/wordpress/?p=198', 0, 'post', '', 0),
(199, 1, '2010-10-13 20:21:02', '2010-10-13 20:21:02', 'Santa Barbara Independent, 3/4/2010\n\n<a href="#">View a printable (PDF) version of this article\n\nIsla Vista''s Frienship Manor&mdash;home to approximately 200 people 62 years old and over&mdash;announced this week that it is looking to relocate. The search, however, has proven challenging given the facility''s 501(c)(3) tax-exempt property status, which affords its residents less expensive monthly rates. Friendship Manor has said it is open to the idea of partnering and/or sharing facilities with an existing senior center. The move would reportedly benefit both Friendship Manor residents and UCSB students, as vacating the current facility would allow seniors increased community access and students additional university housing.</a>', 'Santa Barbara Independent: Isla Vista''s Friendship Manor', '', 'inherit', 'open', 'open', '', '198-revision', '', '', '2010-10-13 20:21:02', '2010-10-13 20:21:02', '', 198, 'http://friendship-manor.org/wordpress/2010/10/13/198-revision/', 0, 'revision', '', 0),
(200, 1, '2010-10-13 20:23:00', '2010-10-13 20:23:00', '', 'FM_20100304_Indy_9', '', 'inherit', 'open', 'open', '', 'fm_20100304_indy_9', '', '', '2010-10-13 20:23:00', '2010-10-13 20:23:00', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_20100304_Indy_9.pdf', 0, 'attachment', 'application/pdf', 0),
(201, 1, '2010-10-13 20:21:16', '2010-10-13 20:21:16', 'Santa Barbara Independent, 3/4/2010\r\n\r\n<a href="#">View a printable (PDF) version of this article\r\n\r\nIsla Vista''s Frienship Manor&mdash;home to approximately 200 people 62 years old and over&mdash;announced this week that it is looking to relocate. The search, however, has proven challenging given the facility''s 501(c)(3) tax-exempt property status, which affords its residents less expensive monthly rates. Friendship Manor has said it is open to the idea of partnering and/or sharing facilities with an existing senior center. The move would reportedly benefit both Friendship Manor residents and UCSB students, as vacating the current facility would allow seniors increased community access and students additional university housing.</a>', 'Santa Barbara Independent: Isla Vista''s Friendship Manor', '', 'inherit', 'open', 'open', '', '198-revision-2', '', '', '2010-10-13 20:21:16', '2010-10-13 20:21:16', '', 198, 'http://friendship-manor.org/wordpress/2010/10/13/198-revision-2/', 0, 'revision', '', 0),
(202, 1, '2010-10-13 20:23:22', '2010-10-13 20:23:22', 'Santa Barbara Independent, 3/4/2010\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_20100304_Indy_9.pdf">View a printable (PDF) version of this article\r\n\r\nIsla Vista''s Frienship Manor&mdash;home to approximately 200 people 62 years old and over&mdash;announced this week that it is looking to relocate. The search, however, has proven challenging given the facility''s 501(c)(3) tax-exempt property status, which affords its residents less expensive monthly rates. Friendship Manor has said it is open to the idea of partnering and/or sharing facilities with an existing senior center. The move would reportedly benefit both Friendship Manor residents and UCSB students, as vacating the current facility would allow seniors increased community access and students additional university housing.</a>', 'Santa Barbara Independent: Isla Vista''s Friendship Manor', '', 'inherit', 'open', 'open', '', '198-revision-3', '', '', '2010-10-13 20:23:22', '2010-10-13 20:23:22', '', 198, 'http://friendship-manor.org/wordpress/2010/10/13/198-revision-3/', 0, 'revision', '', 0),
(203, 1, '2010-10-13 20:24:02', '2010-10-13 20:24:02', 'Santa Barbara Independent, 3/4/2010\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_20100304_Indy_9.pdf">View a printable (PDF) version of this article</a>\r\n\r\nIsla Vista''s Frienship Manor&mdash;home to approximately 200 people 62 years old and over&mdash;announced this week that it is looking to relocate. The search, however, has proven challenging given the facility''s 501(c)(3) tax-exempt property status, which affords its residents less expensive monthly rates. Friendship Manor has said it is open to the idea of partnering and/or sharing facilities with an existing senior center. The move would reportedly benefit both Friendship Manor residents and UCSB students, as vacating the current facility would allow seniors increased community access and students additional university housing.', 'Santa Barbara Independent: Isla Vista''s Friendship Manor', '', 'inherit', 'open', 'open', '', '198-revision-4', '', '', '2010-10-13 20:24:02', '2010-10-13 20:24:02', '', 198, 'http://friendship-manor.org/wordpress/2010/10/13/198-revision-4/', 0, 'revision', '', 0),
(204, 1, '2010-10-12 22:24:10', '2010-10-12 22:24:10', '<h2>Board of Directors</h2>\r\nHelen Wilke, <em>Board President</em>\r\nJack Dillon, <em>Vice-President</em>\r\nRob Fredericks, <em>Secretary</em>\r\nJason Janzen, <em>Treasurer</em>\r\nLarry Hammett\r\nEric Heinsohn\r\nKay Holmes\r\nSylvia Redding\r\nRobert Wilke\r\nWes Strickland\r\n<h2>Staff Members</h2>\r\nDan Herzog, Executive Director   <a href="mailto:dan@friendship-manor.org">dan@friendship-manor.org </a>\r\nPatricia Fabing, Marketing Director   <a href="mailto:patricia@friendship-manor.org">patricia@friendship-manor.org</a>\r\nCarla Bentley, Office Manager   <a href="mailto:carla@friendship-manor.org">carla@friendship-manor.org</a>\r\nChris Rendessy, Resident Services Director   <a href="mailto:chris@friendship-manor.org">chris@friendship-manor.org</a>\r\nDon Pinkham, Maintenance Director   <a href="mailto:don@friendship-manor.org ">don@friendship-manor.org </a>\r\nGeorge Deak, Food Services Director   <a href="mailto:george@friendship-manor.org">george@friendship-manor.org</a>', 'Board &amp; Staff', '', 'inherit', 'open', 'open', '', '32-revision-5', '', '', '2010-10-12 22:24:10', '2010-10-12 22:24:10', '', 32, 'http://friendship-manor.org/wordpress/2010/10/12/32-revision-5/', 0, 'revision', '', 0),
(205, 1, '2010-10-13 20:58:04', '2010-10-13 20:58:04', '<h2>Board of Directors</h2>\r\nHelen Wilke, <em>Board President</em>\r\nJack Dillon, <em>Vice-President</em>\r\nRob Fredericks, <em>Secretary</em>\r\nJason Janzen, <em>Treasurer</em>\r\nLarry Hammett\r\nEric Heinsohn\r\nKay Holmes\r\nSylvia Redding\r\nRobert Wilke\r\nWes Strickland\r\n<h2>Staff Members</h2>\r\nDan Herzog, Executive Director   \r\n<a href="mailto:dan@friendship-manor.org">dan@friendship-manor.org </a>\r\nPatricia Fabing, Marketing Director   \r\n<a href="mailto:patricia@friendship-manor.org">patricia@friendship-manor.org</a>\r\nCarla Bentley, Office Manager   \r\n<a href="mailto:carla@friendship-manor.org">carla@friendship-manor.org</a>\r\nChris Rendessy, Resident Services Director   \r\n<a href="mailto:chris@friendship-manor.org">chris@friendship-manor.org</a>\r\nDon Pinkham, Maintenance Director   \r\n<a href="mailto:don@friendship-manor.org ">don@friendship-manor.org </a>\r\nGeorge Deak, Food Services Director   \r\n<a href="mailto:george@friendship-manor.org">george@friendship-manor.org</a>', 'Board &amp; Staff', '', 'inherit', 'open', 'open', '', '32-revision-6', '', '', '2010-10-13 20:58:04', '2010-10-13 20:58:04', '', 32, 'http://friendship-manor.org/wordpress/2010/10/13/32-revision-6/', 0, 'revision', '', 0),
(210, 1, '2010-10-14 01:00:49', '2010-10-14 01:00:49', '', 'p-about-us', '', 'inherit', 'open', 'open', '', 'p-about-us', '', '', '2010-10-14 01:00:49', '2010-10-14 01:00:49', '', 2, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg', 0, 'attachment', 'image/jpeg', 0),
(207, 1, '2010-10-12 22:18:19', '2010-10-12 22:18:19', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-7', '', '', '2010-10-12 22:18:19', '2010-10-12 22:18:19', '', 2, 'http://friendship-manor.org/wordpress/2010/10/12/2-revision-7/', 0, 'revision', '', 0),
(242, 1, '2010-10-14 20:51:35', '2010-10-14 20:51:35', 'The Friendship Manor facility was originally built as a private student dorm in <em>1967</em>, called The College Inn. Friendship Manor came into being in <em>1973 </em>thanks to the vision of Dr. Kenneth P. Berg, a Presbyterian minister who at that time had already established and operated 30 life care retirement centers in different parts of the country. His goal was to offer an affordable, dignified environment to seniors living on fixed income.\r\n\r\nDuring the turbulent Vietnam Era, The College Inn saw a drop in student enrollment and could no longer afford to keep its doors open. After they declared bankruptcy, Dr. Berg stepped in and purchased the property, and soon began converting it to a retirement community.\r\n\r\nThe first resident, Pauline Barrar, was welcomed on <em>June 20, 1973</em>. In <em>March of 1973</em>, just prior to Mrs. Barrar''s arrival, Dr. Berg assembled a seven member Board of Directors composed of local community laymen and pastors. On <em>July 25, 1973</em>, despite a feasibility study listing 26 reasons why it could not succeed, Friendship Manor was incorporated under the laws of the State of California, with the first official Board meeting being held on <em>July 27, 1973</em>.\r\n\r\nFriendship Manor’s economic history is riddled with unexpected demands on its cash flow.  In <em>1976</em>, the State of California took a big chunk for unemployment taxes and the County of Santa Barbara insisted on $25,000 in sewer use taxes. In <em>1978</em>, major remodeling was required and when the earthquake hit in the summer of <em>1978</em>, a $55,000 three percent loan had to be obtained from the Small Business Administration to cover the cost of repairs.\r\n\r\nTo make ends meet, the Manor has had to raise fees for food, rent and services at regular intervals.  In keeping with its mission to provide affordable services to seniors, price increases have been moderate and have always remained within the limits of Social Security cost of living adjustments.  In 1973, the Manor’s average size apartment, including food, rented for $193 per month.  Today that same unit rents for $862 per month. This compared to the local rental market represents a very moderate increase over 36 years, considering the increases in food, utilities, wages and insurance.\r\n\r\nIn <em>December of 1974</em>, Friendship Manor attained 100% occupancy for the first time and a waiting list was established. From that time on the Manor enjoyed a near 100% occupancy with an approximate 5% vacancy/turnover rate.  With occupancy running so high, the financial picture improved yearly with the fiscal <em>1976-1977</em> year showing the first positive cash flow.\r\n<h2>Our Mission</h2>\r\n<em>As faithful stewards of the spiritual, human, and financial resources available to us, we are dedicated to providing housing and services that enrich the lives of our elders.</em>', 'History', '', 'inherit', 'open', 'open', '', '27-revision-15', '', '', '2010-10-14 20:51:35', '2010-10-14 20:51:35', '', 27, 'http://friendship-manor.org/wordpress/2010/10/14/27-revision-15/', 0, 'revision', '', 0),
(208, 1, '2010-10-14 00:56:37', '2010-10-14 00:56:37', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.\r\n[caption id="attachment_206" align="aligncenter" width="582" caption="Friendship Manor About Us"]<img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/07/p-about-us.jpg" alt="" title="p-about-us" width="582" height="171" class="size-full wp-image-206" />[/caption]', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-8', '', '', '2010-10-14 00:56:37', '2010-10-14 00:56:37', '', 2, 'http://friendship-manor.org/wordpress/2010/10/14/2-revision-8/', 0, 'revision', '', 0),
(209, 1, '2010-10-14 00:57:45', '2010-10-14 00:57:45', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.\r\n<div style="margin-top: 20px; margin-bottom: 0; margin-left: 0; margin-right: 0;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/07/p-about-us.jpg" alt="" title="p-about-us" width="582" height="171" class="size-full wp-image-206" /></div>', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-9', '', '', '2010-10-14 00:57:45', '2010-10-14 00:57:45', '', 2, 'http://friendship-manor.org/wordpress/2010/10/14/2-revision-9/', 0, 'revision', '', 0),
(211, 1, '2010-10-14 00:58:26', '2010-10-14 00:58:26', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -20px; margin-right: 0;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/07/p-about-us.jpg" alt="" title="p-about-us" width="582" height="171" class="size-full wp-image-206" /></div>', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-10', '', '', '2010-10-14 00:58:26', '2010-10-14 00:58:26', '', 2, 'http://friendship-manor.org/wordpress/2010/10/14/2-revision-10/', 0, 'revision', '', 0),
(212, 1, '2010-10-14 01:01:45', '2010-10-14 01:01:45', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -20px; margin-right: 0;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" title="p-about-us" width="560" height="171" /></div>', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-11', '', '', '2010-10-14 01:01:45', '2010-10-14 01:01:45', '', 2, 'http://friendship-manor.org/wordpress/2010/10/14/2-revision-11/', 0, 'revision', '', 0),
(213, 1, '2010-10-14 01:02:14', '2010-10-14 01:02:14', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -24px; margin-right: 0;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" title="p-about-us" width="560" height="171" /></div>', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-12', '', '', '2010-10-14 01:02:14', '2010-10-14 01:02:14', '', 2, 'http://friendship-manor.org/wordpress/2010/10/14/2-revision-12/', 0, 'revision', '', 0),
(214, 1, '2010-10-14 01:02:38', '2010-10-14 01:02:38', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" title="p-about-us" width="560" height="171" /></div>', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-13', '', '', '2010-10-14 01:02:38', '2010-10-14 01:02:38', '', 2, 'http://friendship-manor.org/wordpress/2010/10/14/2-revision-13/', 0, 'revision', '', 0),
(215, 1, '2010-10-14 01:03:55', '2010-10-14 01:03:55', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0; border-top: 5px #71201c solid;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" title="p-about-us" width="560" height="171" /></div>', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-14', '', '', '2010-10-14 01:03:55', '2010-10-14 01:03:55', '', 2, 'http://friendship-manor.org/wordpress/2010/10/14/2-revision-14/', 0, 'revision', '', 0),
(220, 1, '2010-10-14 01:11:59', '2010-10-14 01:11:59', '', 'faq', '', 'inherit', 'open', 'open', '', 'faq', '', '', '2010-10-14 01:11:59', '2010-10-14 01:11:59', '', 44, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/faq.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (219, 1, '2010-10-14 01:09:35', '2010-10-14 01:09:35', '<ol>\r\n	<li> How much does it cost to live at Friendship Manor?</li>\r\n	<li>Are meals prepared?</li>\r\n	<li> Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of tenant functions/social opportunities are held at Friendship Manor?</li>\r\n	<li>Does public transportation come to the facility for tenants?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n	<li>Do you have specialized care for residents with Alzheimer’s and/or dementia?</li>\r\n</ol>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/faq.png" alt="FAQ" title="faq" width="262" height="191" class="alignleft size-full wp-image-216" style="margin-top: 20px; margin-left: -30px; margin-bottom: -20px;" />', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-8', '', '', '2010-10-14 01:09:35', '2010-10-14 01:09:35', '', 44, 'http://friendship-manor.org/wordpress/2010/10/14/44-revision-8/', 0, 'revision', '', 0),
(217, 1, '2010-10-12 22:22:45', '2010-10-12 22:22:45', '<ol>\r\n	<li> How much does it cost to live at Friendship Manor?</li>\r\n	<li>Are meals prepared?</li>\r\n	<li> Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of tenant functions/social opportunities are held at Friendship Manor?</li>\r\n	<li>Does public transportation come to the facility for tenants?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n	<li>Do you have specialized care for residents with Alzheimer’s and/or dementia?</li>\r\n</ol>', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-6', '', '', '2010-10-12 22:22:45', '2010-10-12 22:22:45', '', 44, 'http://friendship-manor.org/wordpress/2010/10/12/44-revision-6/', 0, 'revision', '', 0),
(218, 1, '2010-10-14 01:08:50', '2010-10-14 01:08:50', '<ol>\r\n	<li> How much does it cost to live at Friendship Manor?</li>\r\n	<li>Are meals prepared?</li>\r\n	<li> Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of tenant functions/social opportunities are held at Friendship Manor?</li>\r\n	<li>Does public transportation come to the facility for tenants?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n	<li>Do you have specialized care for residents with Alzheimer’s and/or dementia?</li>\r\n</ol>\r\n<img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/faq.png" alt="FAQ" title="faq" width="262" height="191" class="alignleft size-full wp-image-216" style="margin-top: 20px; margin-left: -30px; margin-bottom: -20px;" />', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-7', '', '', '2010-10-14 01:08:50', '2010-10-14 01:08:50', '', 44, 'http://friendship-manor.org/wordpress/2010/10/14/44-revision-7/', 0, 'revision', '', 0),
(221, 1, '2010-10-14 01:11:43', '2010-10-14 01:11:43', '<ol>\r\n	<li> How much does it cost to live at Friendship Manor?</li>\r\n	<li>Are meals prepared?</li>\r\n	<li> Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of tenant functions/social opportunities are held at Friendship Manor?</li>\r\n	<li>Does public transportation come to the facility for tenants?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n	<li>Do you have specialized care for residents with Alzheimer’s and/or dementia?</li>\r\n</ol>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"></div>', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-9', '', '', '2010-10-14 01:11:43', '2010-10-14 01:11:43', '', 44, 'http://friendship-manor.org/wordpress/2010/10/14/44-revision-9/', 0, 'revision', '', 0),
(222, 1, '2010-10-14 01:12:55', '2010-10-14 01:12:55', '<ol>\r\n	<li> How much does it cost to live at Friendship Manor?</li>\r\n	<li>Are meals prepared?</li>\r\n	<li> Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of tenant functions/social opportunities are held at Friendship Manor?</li>\r\n	<li>Does public transportation come to the facility for tenants?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n	<li>Do you have specialized care for residents with Alzheimer’s and/or dementia?</li>\r\n</ol>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/faq.png" alt="" title="faq" width="262" height="191" class="alignleft size-full wp-image-220" style="margin-left: -30px; margin-bottom: -20px;" /></div>', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-10', '', '', '2010-10-14 01:12:55', '2010-10-14 01:12:55', '', 44, 'http://friendship-manor.org/wordpress/2010/10/14/44-revision-10/', 0, 'revision', '', 0),
(223, 1, '2010-10-14 02:23:12', '2010-10-14 02:23:12', '<ol>\r\n	<li> How much does it cost to live at Friendship Manor?</li>\r\n	<li>Are meals prepared?</li>\r\n	<li> Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of tenant functions/social opportunities are held at Friendship Manor?</li>\r\n	<li>Does public transportation come to the facility for tenants?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n	<li>Do you have specialized care for residents with Alzheimer’s and/or dementia?</li>\r\n</ol>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/faq.png" alt="" title="faq" width="262" height="191" class="alignleft size-full wp-image-220" style="margin-left: -30px; margin-bottom: -20px;" /></div>', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-11', '', '', '2010-10-14 02:23:12', '2010-10-14 02:23:12', '', 44, 'http://friendship-manor.org/wordpress/2010/10/14/44-revision-11/', 0, 'revision', '', 0),
(224, 1, '2010-10-14 02:24:35', '2010-10-14 02:24:35', '<ol>\r\n	<li> How much does it cost to live at Friendship Manor?</li>\r\n	<li>Are meals prepared?</li>\r\n	<li> Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of tenant functions/social opportunities are held at Friendship Manor?</li>\r\n	<li>Does public transportation come to the facility for tenants?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n	<li>Do you have specialized care for residents with Alzheimer’s and/or dementia?</li>\r\n</ol>\r\n<p>Question</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<p>Question</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/faq.png" alt="" title="faq" width="262" height="191" class="alignleft size-full wp-image-220" style="margin-left: -30px; margin-bottom: -20px;" /></div>', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-12', '', '', '2010-10-14 02:24:35', '2010-10-14 02:24:35', '', 44, 'http://friendship-manor.org/wordpress/2010/10/14/44-revision-12/', 0, 'revision', '', 0),
(293, 3, '2010-10-14 21:21:30', '2010-10-14 21:21:30', 'Friendship Manor offers affordable senior housing and independent living services. With a caring and sensitive staff who love to serve seniors, we provide our residents with everything they need to help make their lives comfortable, enjoyable and rewarding.\r\n\r\nWe are proud to offer services and programs that promote a healthy and active quality of life. Our amenities include nutritious meals, transportation, housekeeping services, full-time maintenance staff and a wide variety of social and outdoor activities to serve the needs of each individual. Our private apartment units are bright and spacious, and laundry is available on the premises.\r\n\r\nFor more information about amenities, units and activities at Friendship Manor, click on the following pages:\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/our-services/amenities/">Amenities</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/our-services/units/">Units</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/our-services/activities/">Activities</a></li>\r\n</ul>\r\nAnd check out our <a href="http://friendship-manor.org/wordpress/our-services/resident-gallery/">Resident Gallery</a> with photos of our residents, their family members, and recent events at Friendship Manor!\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/our-services.png" alt="Friendship Manor Services" title="our-services" width="278" height="221" class="alignleft size-full wp-image-228" style="margin-left: -30px; margin-bottom: -20px;" /></div>', 'Our Services', '', 'inherit', 'open', 'open', '', '5-revision-11', '', '', '2010-10-14 21:21:30', '2010-10-14 21:21:30', '', 5, 'http://friendship-manor.org/wordpress/2010/10/14/5-revision-11/', 0, 'revision', '', 0),
(225, 1, '2010-10-14 02:25:33', '2010-10-14 02:25:33', '<ol>\r\n	<li><a href="#one">How much does it cost to live at Friendship Manor?</a></li>\r\n	<li>Are meals prepared?</li>\r\n	<li> Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of tenant functions/social opportunities are held at Friendship Manor?</li>\r\n	<li>Does public transportation come to the facility for tenants?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n	<li>Do you have specialized care for residents with Alzheimer’s and/or dementia?</li>\r\n</ol>\r\n<h2><a href="#one"></a>Question</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<p>Question</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/faq.png" alt="" title="faq" width="262" height="191" class="alignleft size-full wp-image-220" style="margin-left: -30px; margin-bottom: -20px;" /></div>', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-13', '', '', '2010-10-14 02:25:33', '2010-10-14 02:25:33', '', 44, 'http://friendship-manor.org/wordpress/2010/10/14/44-revision-13/', 0, 'revision', '', 0),
(226, 1, '2010-10-14 02:27:18', '2010-10-14 02:27:18', '<ol>\r\n	<li><a href="#one">How much does it cost to live at Friendship Manor?</a></li>\r\n	<li><a href="#two">Are meals prepared?</a></li>\r\n	<li> Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of tenant functions/social opportunities are held at Friendship Manor?</li>\r\n	<li>Does public transportation come to the facility for tenants?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n	<li>Do you have specialized care for residents with Alzheimer’s and/or dementia?</li>\r\n</ol>\r\n<h2><a href="one?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a"></a>How much does it cost to live at Friendship Manor?</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<p><a href="two?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a"></a>Are meals prepared?</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/faq.png" alt="" title="faq" width="262" height="191" class="alignleft size-full wp-image-220" style="margin-left: -30px; margin-bottom: -20px;" /></div>', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-14', '', '', '2010-10-14 02:27:18', '2010-10-14 02:27:18', '', 44, 'http://friendship-manor.org/wordpress/2010/10/14/44-revision-14/', 0, 'revision', '', 0),
(227, 1, '2010-10-14 02:28:12', '2010-10-14 02:28:12', '<ol>\r\n	<li><a href="#one">How much does it cost to live at Friendship Manor?</a></li>\r\n	<li><a href="#two">Are meals prepared?</a></li>\r\n	<li> Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of tenant functions/social opportunities are held at Friendship Manor?</li>\r\n	<li>Does public transportation come to the facility for tenants?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n	<li>Do you have specialized care for residents with Alzheimer’s and/or dementia?</li>\r\n</ol>\r\n<h2><a href="one?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a" name="one" id="one"></a>How much does it cost to live at Friendship Manor?</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<h2><a href="two?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a"></a>Are meals prepared?</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/faq.png" alt="" title="faq" width="262" height="191" class="alignleft size-full wp-image-220" style="margin-left: -30px; margin-bottom: -20px;" /></div>', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-15', '', '', '2010-10-14 02:28:12', '2010-10-14 02:28:12', '', 44, 'http://friendship-manor.org/wordpress/2010/10/14/44-revision-15/', 0, 'revision', '', 0),
(228, 1, '2010-10-14 03:51:07', '2010-10-14 03:51:07', '', 'our-services', '', 'inherit', 'open', 'open', '', 'our-services-2', '', '', '2010-10-14 03:51:07', '2010-10-14 03:51:07', '', 5, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/our-services.png', 0, 'attachment', 'image/png', 0),
(229, 1, '2010-10-14 21:19:18', '2010-10-14 21:19:18', 'Friendship Manor offers affordable senior housing and independent living services. With a caring and sensitive staff who love to serve seniors, we provide our residents with everything they need to help make their lives comfortable, enjoyable and rewarding.\n\nWe are proud to offer services and programs that promote a healthy and active quality of life. Our amenities include nutritious meals, transportation, housekeeping services, full-time maintenance staff and a wide variety of social and outdoor activities to serve the needs of each individual. Our private apartment units are bright and spacious, and laundry is available on the premises.\n\nFor more information about amenities, units and activities at Friendship Manor, click on the following pages:\n<ul>\n	<li><a href="http://friendship-manor.org/wordpress/our-services/amenities/">Amenities</a></li>\n	<li><a href="http://friendship-manor.org/wordpress/our-services/units/">Units</a></li>\n	<li><a href="http://friendship-manor.org/wordpress/our-services/activities/">Activities</a></li>\n</ul>\nAnd check out our <a href="http://friendship-manor.org/wordpress/our-services/resident-gallery/">Resident Gallery</a> with photos of our residents, their family members, and recent events at Friendship Manor!\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/our-services.png" alt="Friendship Manor Services" title="our-services" width="278" height="221" class="alignleft size-full wp-image-228" /></div>', 'Our Services', '', 'inherit', 'open', 'open', '', '5-autosave', '', '', '2010-10-14 21:19:18', '2010-10-14 21:19:18', '', 5, 'http://friendship-manor.org/wordpress/2010/10/14/5-autosave/', 0, 'revision', '', 0),
(244, 1, '2010-10-14 03:52:06', '2010-10-14 03:52:06', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\n<ul>\r\n	<li>Service One</li>\r\n	<li>Service Two</li>\r\n	<li>Service Three</li>\r\n	<li>Service Four</li>\r\n</ul>\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/our-services.png" alt="" title="our-services" width="278" height="221" class="alignleft size-full wp-image-228" style="margin-left: -30px; margin-bottom: -20px;" /></div>', 'Our Services', '', 'inherit', 'open', 'open', '', '5-revision-8', '', '', '2010-10-14 03:52:06', '2010-10-14 03:52:06', '', 5, 'http://friendship-manor.org/wordpress/2010/10/14/5-revision-8/', 0, 'revision', '', 0),
(230, 1, '2010-10-12 22:24:25', '2010-10-12 22:24:25', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\n<ul>\r\n	<li>Service One</li>\r\n	<li>Service Two</li>\r\n	<li>Service Three</li>\r\n	<li>Service Four</li>\r\n</ul>\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.', 'Our Services', '', 'inherit', 'open', 'open', '', '5-revision-7', '', '', '2010-10-12 22:24:25', '2010-10-12 22:24:25', '', 5, 'http://friendship-manor.org/wordpress/2010/10/12/5-revision-7/', 0, 'revision', '', 0),
(245, 1, '2010-10-14 20:58:29', '2010-10-14 20:58:29', 'Friendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All utilities are paid (including gas, water, electric and trash) with computers/free internet provided in our library. Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking. Residents also have access to a heating swimming pool, gam\n\nWe offer four floor plans for our units: Large Apartment, Standard Apartment, Studio and Suite. Click the links below to download and view the floor plans.\n<ul>\n	<li><a href="#">Large Apartment</a></li>\n	<li>Standard Apartment</li>\n	<li>Studio</li>\n	<li>Suite</li>\n</ul>', 'Units', '', 'inherit', 'open', 'open', '', '51-autosave', '', '', '2010-10-14 20:58:29', '2010-10-14 20:58:29', '', 51, 'http://friendship-manor.org/wordpress/2010/10/14/51-autosave/', 0, 'revision', '', 0),
(231, 1, '2010-10-14 05:20:46', '2010-10-14 05:20:46', '', 'info-center', '', 'inherit', 'open', 'open', '', 'info-center', '', '', '2010-10-14 05:20:46', '2010-10-14 05:20:46', '', 12, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png', 0, 'attachment', 'image/png', 0),
(232, 1, '2010-10-14 21:10:19', '2010-10-14 21:10:19', 'We strive to keep our residents, their families and the community informed about Friendship Manor and what we’re doing. Please check back often to keep up-to-date with upcoming events, news and what we’re doing to help seniors in the Santa Barbara community live independently in a comfortable, safe and affordable place they can call home.\n\nHere are some of the information, composed of  a variety of entries and articles, that you can explore in this section:\n<ul>\n	<li><a href="http://friendship-manor.org/wordpress/category/whats-new/">What''s New</a></li>\n	<li><a href="http://friendship-manor.org/wordpress/category/newsreleases/">News Releases</a></li>\n	<li><a href="http://friendship-manor.org/wordpress/category/selectednewsstories/">Selected News Stories</a></li>\n	<li><a href="http://friendship-manor.org/wordpress/category/newsletter/">Newsletter</a></li>\n	<li><a href="http://friendship-manor.org/wordpress/category/events/">Events</a></li>\n</ul>\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" title="info-center" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" width="241" height="157" /></div>', 'Information Center', '', 'inherit', 'open', 'open', '', '12-autosave', '', '', '2010-10-14 21:10:19', '2010-10-14 21:10:19', '', 12, 'http://friendship-manor.org/wordpress/2010/10/14/12-autosave/', 0, 'revision', '', 0),
(253, 1, '2010-10-14 21:05:35', '2010-10-14 21:05:35', 'We strive to keep our residents, their families and the community informed about Friendship Manor and what we’re doing. Please check back often to keep up-to-date with upcoming events, news and what we’re doing to help seniors in the Santa Barbara community live independently in a comfortable, safe and affordable place they can call home.\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" title="info-center" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" width="241" height="157" /></div>', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision-13', '', '', '2010-10-14 21:05:35', '2010-10-14 21:05:35', '', 12, 'http://friendship-manor.org/wordpress/2010/10/14/12-revision-13/', 0, 'revision', '', 0),
(233, 1, '2010-10-12 22:25:50', '2010-10-12 22:25:50', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision-6', '', '', '2010-10-12 22:25:50', '2010-10-12 22:25:50', '', 12, 'http://friendship-manor.org/wordpress/2010/10/12/12-revision-6/', 0, 'revision', '', 0),
(249, 1, '2010-10-14 21:02:33', '2010-10-14 21:02:33', 'We strive to keep our residents, their families and the community informed about Friendship Manor and what we’re doing. Please check back often to keep up-to-date with upcoming events, news and what we’re doing to help seniors in the Santa Barbara community live independently in a comfortable, safe and affordable place they can call home.\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" title="info-center" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" width="241" height="157" /></div>', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision-9', '', '', '2010-10-14 21:02:33', '2010-10-14 21:02:33', '', 12, 'http://friendship-manor.org/wordpress/2010/10/14/12-revision-9/', 0, 'revision', '', 0),
(234, 1, '2010-10-14 05:21:22', '2010-10-14 05:21:22', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" title="info-center" width="241" height="157" class="alignright size-full wp-image-231" style="margin-bottom: -20px; margin-right: -20px;" /></div>', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision-7', '', '', '2010-10-14 05:21:22', '2010-10-14 05:21:22', '', 12, 'http://friendship-manor.org/wordpress/2010/10/14/12-revision-7/', 0, 'revision', '', 0),
(235, 1, '2010-10-14 05:47:25', '2010-10-14 05:47:25', '', 'contact', '', 'inherit', 'open', 'open', '', 'contact', '', '', '2010-10-14 05:47:25', '2010-10-14 05:47:25', '', 15, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png', 0, 'attachment', 'image/png', 0),
(236, 1, '2010-10-13 03:47:07', '2010-10-13 03:47:07', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\nClick here for <a href="#">Frequently Asked Questions</a>.\r\n\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="#">Click here for our Email</a>\r\n<div style="margin-top: 20px;">\r\n<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small></div>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-13', '', '', '2010-10-13 03:47:07', '2010-10-13 03:47:07', '', 15, 'http://friendship-manor.org/wordpress/2010/10/13/15-revision-13/', 0, 'revision', '', 0),
(237, 1, '2010-10-14 05:48:02', '2010-10-14 05:48:02', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\nClick here for <a href="#">Frequently Asked Questions</a>.\r\n\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="#">Click here for our Email</a>\r\n<div style="margin-top: 20px;">\r\n<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small></div>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" title="contact" width="306" height="211" class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" /></div>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-14', '', '', '2010-10-14 05:48:02', '2010-10-14 05:48:02', '', 15, 'http://friendship-manor.org/wordpress/2010/10/14/15-revision-14/', 0, 'revision', '', 0),
(238, 3, '2010-11-11 17:41:04', '2010-11-11 17:41:04', 'Friendship Manor is a non-profit charitable retirement community serving senior citizens age 62 and over, providing a unique niche for seniors who want to live independently and are in need of simple services.\n\nSince 1973, we have been devoted to our community by providing an affordable place for seniors to live in the Santa Barbara area. Friendship Manor is not just a place to stay, but a home that provides comfortable surroundings, which reinforce self-respect, self-esteem, and the dignity of aging. This atmosphere promotes life and prolongs independence.\n\nFriendship Manor is the affordable solution to independent senior living; it is unique in that seniors across the income spectrum can apply.\n\nWith regularly scheduled meals, caring staff, van transportation and social opportunities, our residents live in an environment that promotes a sense of well-being.\n<h2>Our Mission</h2>\n<em>As faithful stewards of the spiritual, human, and financial resources available to us, we are dedicated to providing housing and services that enrich the lives of our elders. </em>\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img title="p-about-us" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" width="560" height="171" /></div>', 'About Us', '', 'inherit', 'open', 'open', '', '2-autosave', '', '', '2010-11-11 17:41:04', '2010-11-11 17:41:04', '', 2, 'http://friendship-manor.org/wordpress/2010/10/14/2-autosave/', 0, 'revision', '', 0),
(289, 3, '2010-10-16 23:47:52', '2010-10-16 23:47:52', 'The Friendship Manor facility was originally built as a private student dorm in <em>1967</em>, called The College Inn. Friendship Manor came into being in <em>1973 </em>thanks to the vision of Dr. Kenneth P. Berg, a Presbyterian minister who at that time had already established and operated 30 life care retirement centers in different parts of the country. His goal was to offer an affordable, dignified environment to seniors living on fixed income.\r\n\r\nDuring the turbulent Vietnam Era, The College Inn saw a drop in student enrollment and could no longer afford to keep its doors open. After they declared bankruptcy, Dr. Berg stepped in and purchased the property, and soon began converting it to a retirement community.\r\n\r\nThe first resident, Pauline Barrar, was welcomed on <em>June 20, 1973</em>. In <em>March of 1973</em>, just prior to Mrs. Barrar''s arrival, Dr. Berg assembled a seven member Board of Directors composed of local community laymen and pastors. On <em>July 25, 1973</em>, despite a feasibility study listing 26 reasons why it could not succeed, Friendship Manor was incorporated under the laws of the State of California, with the first official Board meeting being held on <em>July 27, 1973</em>.\r\n\r\nFriendship Manor’s economic history is riddled with unexpected demands on its cash flow.  In <em>1976</em>, the State of California took a big chunk for unemployment taxes and the County of Santa Barbara insisted on $25,000 in sewer use taxes. In <em>1978</em>, major remodeling was required and when the earthquake hit in the summer of <em>1978</em>, a $55,000 three percent loan had to be obtained from the Small Business Administration to cover the cost of repairs.\r\n\r\nTo make ends meet, the Manor has had to raise fees for food, rent and services at regular intervals.  In keeping with its mission to provide affordable services to seniors, price increases have been moderate and have always remained within the limits of Social Security cost of living adjustments.  In 1973, the Manor’s average size apartment, including food, rented for $193 per month.  Today that same unit rents for $862 per month. This compared to the local rental market represents a very moderate increase over 36 years, considering the increases in food, utilities, wages and insurance.\r\n\r\nIn <em>December of 1974</em>, Friendship Manor attained 100% occupancy for the first time and a waiting list was established. From that time on the Manor enjoyed a near 100% occupancy with an approximate 5% vacancy/turnover rate.  With occupancy running so high, the financial picture improved yearly with the fiscal <em>1976-1977</em> year showing the first positive cash flow.\r\n<h2>Our Future is Bright</h2>\r\nFriendship Manor continues to be a vibrant and healthy organization serving the independent needs of its residents.  As the organization moves forward, the focus of the current Board is on building a new Friendship Manor in the Santa Barbara area to replace the aging dorm-like buildings, providing a mixed-income property that allows residents with low incomes to live with seniors on higher incomes, and creating a more diverse community of seniors. \r\n<a href="http://friendship-manor.org/wordpress/category/newsreleases/">Learn More</a>\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img title="p-about-us" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" width="560" height="171" /></div>', 'History', '', 'inherit', 'open', 'open', '', '27-revision-19', '', '', '2010-10-16 23:47:52', '2010-10-16 23:47:52', '', 27, 'http://friendship-manor.org/wordpress/2010/10/16/27-revision-19/', 0, 'revision', '', 0),
(239, 1, '2010-10-14 01:04:41', '2010-10-14 01:04:41', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" title="p-about-us" width="560" height="171" /></div>', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-15', '', '', '2010-10-14 01:04:41', '2010-10-14 01:04:41', '', 2, 'http://friendship-manor.org/wordpress/2010/10/14/2-revision-15/', 0, 'revision', '', 0),
(241, 1, '2010-10-12 22:23:23', '2010-10-12 22:23:23', 'Since 1973, we have been devoted to our community by providing an affordable place for seniors to live in the Santa Barbara area. Friendship Manor is not just a place to stay, but a home that provides comfortable surroundings, which reinforce self-respect, self-esteem, and the dignity of aging. This atmosphere promotes life and prolongs independence.\r\n\r\nFriendship Manor is the affordable solution to independent senior living, while providing peace of mind to residents and their families.\r\n\r\nWith regularly scheduled meals, 24-hour caring staff, van transportation and social opportunities, we work to help our residents thrive in a secure environment, through the dedication of our staff and the excellence of our programs.\r\n<h2>Our Mission</h2>\r\n<em>As faithful stewards of the spiritual, human, and financial resources available to us, we are dedicated to providing housing and services that enrich the lives of our elders.</em>', 'Description &amp; History', '', 'inherit', 'open', 'open', '', '27-revision-14', '', '', '2010-10-12 22:23:23', '2010-10-12 22:23:23', '', 27, 'http://friendship-manor.org/wordpress/2010/10/12/27-revision-14/', 0, 'revision', '', 0),
(291, 3, '2010-11-11 17:51:29', '2010-11-11 17:51:29', '<h2>Board of Directors</h2>\r\nSkip Szymanski, <em>President</em>\r\nSylvia Redding, <em>Vice-President</em>\r\nEric Heinsohn, <em>Secretary</em>\r\nJason Janzen, <em>Treasurer</em>\r\nLarry Hammett\r\nKay Holmes\r\nWes Strickland\r\nHelen Wilke\r\n<h2>Staff Members</h2>\r\nDan Herzog, Executive Director – <a href="mailto:dan@friendship-manor.org">dan@friendship-manor.org </a>\r\nPatricia Fabing, Marketing Director – <a href="mailto:patricia@friendship-manor.org">patricia@friendship-manor.org</a>\r\nCarla Bentley, Office Manager – <a href="mailto:carla@friendship-manor.org">carla@friendship-manor.org</a>\r\nChris Rendessy, Resident Services Director – <a href="mailto:chris@friendship-manor.org">chris@friendship-manor.org</a>\r\nGeorge Deak, Food Services Director – <a href="mailto:george@friendship-manor.org">george@friendship-manor.org</a>\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img title="p-about-us" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" width="560" height="171" /></div>', 'Board &amp; Staff', '', 'inherit', 'open', 'open', '', '32-revision-9', '', '', '2010-11-11 17:51:29', '2010-11-11 17:51:29', '', 32, 'http://friendship-manor.org/wordpress/2010/11/11/32-revision-9/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (240, 1, '2010-10-14 20:49:17', '2010-10-14 20:49:17', 'Friendship Manor is a non-profit charitable retirement community serving senior citizens age 62 and over, providing a unique niche for seniors who want to live independently and are in need of simple services.\r\n\r\nSince 1973, we have been devoted to our community by providing an affordable place for seniors to live in the Santa Barbara area. Friendship Manor is not just a place to stay, but a home that provides comfortable surroundings, which reinforce self-respect, self-esteem, and the dignity of aging. This atmosphere promotes life and prolongs independence.\r\n\r\nFriendship Manor is the affordable solution to independent senior living, while providing peace of mind to residents and their families.\r\n\r\nWith regularly scheduled meals, 24-hour caring staff, van transportation and social opportunities, we work to help our residents thrive in a secure environment, through the dedication of our staff and the excellence of our programs.\r\n<h2>Our Mission</h2>\r\n<em>As faithful stewards of the spiritual, human, and financial resources available to us, we are dedicated to providing housing and services that enrich the lives of our elders. </em>\r\n<h2>History</h2>\r\nThe Friendship Manor facility was originally built as a private student dorm in 1967, called The College Inn. Friendship Manor came into being in 1973 thanks to the vision of Dr. Kenneth P. Berg, a Presbyterian minister who at that time had already established and operated 30 life care retirement centers in different parts of the country. His goal was to offer an affordable, dignified environment to seniors living on fixed income.\r\n\r\nDuring the turbulent Vietnam Era, The College Inn saw a drop in student enrollment and could no longer afford to keep its doors open. After they declared bankruptcy, Dr. Berg stepped in and purchased the property, and soon began converting it to a retirement community.\r\n\r\nThe first resident, Pauline Barrar, was welcomed on June 20, 1973. In March of 1973, just prior to Mrs. Barrar''s arrival, Dr. Berg assembled a seven member Board of Directors composed of local community laymen and pastors. On July 25, 1973, despite a feasibility study listing 26 reasons why it could not succeed, Friendship Manor was incorporated under the laws of the State of California, with the first official Board meeting being held on July 27, 1973.\r\n\r\nFriendship Manor’s economic history is riddled with unexpected demands on its cash flow.  In 1976, the State of California took a big chunk for unemployment taxes and the County of Santa Barbara insisted on $25,000 in sewer use taxes. In 1978, major remodeling was required and when the earthquake hit in the summer of 1978, a $55,000 three percent loan had to be obtained from the Small Business Administration to cover the cost of repairs.\r\n\r\nTo make ends meet, the Manor has had to raise fees for food, rent and services at regular intervals.  In keeping with its mission to provide affordable services to seniors, price increases have been moderate and have always remained within the limits of Social Security cost of living adjustments.  In 1973, the Manor’s average size apartment, including food, rented for $193 per month.  Today that same unit rents for $862 per month. This compared to the local rental market represents a very moderate increase over 36 years, considering the increases in food, utilities, wages and insurance.\r\n\r\nIn December of 1974, Friendship Manor attained 100% occupancy for the first time and a waiting list was established. From that time on the Manor enjoyed a near 100% occupancy with an approximate 5% vacancy/turnover rate.  With occupancy running so high, the financial picture improved yearly with the fiscal 1976-1977 year showing the first positive cash flow.\r\n<h2>Our Future is Bright</h2>\r\nFriendship Manor continues to be a vibrant and healthy organization serving the independent needs of its residents.  As the organization moves forward, the focus of the current Board is on building a new Friendship Manor in the Santa Barbara area to replace the aging dorm-like buildings, providing a mixed-income property that allows residents with low incomes to live with seniors on higher incomes, and creating a more diverse community of seniors.\r\n<a href="http://friendship-manor.org/wordpress/category/selectednewsstories/">Learn More</a>\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img title="p-about-us" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" width="560" height="171" /></div>', 'About Us', '', 'inherit', 'open', 'open', '', '2-revision-16', '', '', '2010-10-14 20:49:17', '2010-10-14 20:49:17', '', 2, 'http://friendship-manor.org/wordpress/2010/10/14/2-revision-16/', 0, 'revision', '', 0),
(243, 1, '2010-10-14 20:53:07', '2010-10-14 20:53:07', 'The Friendship Manor facility was originally built as a private student dorm in <em>1967</em>, called The College Inn. Friendship Manor came into being in <em>1973 </em>thanks to the vision of Dr. Kenneth P. Berg, a Presbyterian minister who at that time had already established and operated 30 life care retirement centers in different parts of the country. His goal was to offer an affordable, dignified environment to seniors living on fixed income.\r\n\r\nDuring the turbulent Vietnam Era, The College Inn saw a drop in student enrollment and could no longer afford to keep its doors open. After they declared bankruptcy, Dr. Berg stepped in and purchased the property, and soon began converting it to a retirement community.\r\n\r\nThe first resident, Pauline Barrar, was welcomed on <em>June 20, 1973</em>. In <em>March of 1973</em>, just prior to Mrs. Barrar''s arrival, Dr. Berg assembled a seven member Board of Directors composed of local community laymen and pastors. On <em>July 25, 1973</em>, despite a feasibility study listing 26 reasons why it could not succeed, Friendship Manor was incorporated under the laws of the State of California, with the first official Board meeting being held on <em>July 27, 1973</em>.\r\n\r\nFriendship Manor’s economic history is riddled with unexpected demands on its cash flow.  In <em>1976</em>, the State of California took a big chunk for unemployment taxes and the County of Santa Barbara insisted on $25,000 in sewer use taxes. In <em>1978</em>, major remodeling was required and when the earthquake hit in the summer of <em>1978</em>, a $55,000 three percent loan had to be obtained from the Small Business Administration to cover the cost of repairs.\r\n\r\nTo make ends meet, the Manor has had to raise fees for food, rent and services at regular intervals.  In keeping with its mission to provide affordable services to seniors, price increases have been moderate and have always remained within the limits of Social Security cost of living adjustments.  In 1973, the Manor’s average size apartment, including food, rented for $193 per month.  Today that same unit rents for $862 per month. This compared to the local rental market represents a very moderate increase over 36 years, considering the increases in food, utilities, wages and insurance.\r\n\r\nIn <em>December of 1974</em>, Friendship Manor attained 100% occupancy for the first time and a waiting list was established. From that time on the Manor enjoyed a near 100% occupancy with an approximate 5% vacancy/turnover rate.  With occupancy running so high, the financial picture improved yearly with the fiscal <em>1976-1977</em> year showing the first positive cash flow.\r\n<h2>Our Future is Bright</h2>\r\nFriendship Manor continues to be a vibrant and healthy organization serving the independent needs of its residents.  As the organization moves forward, the focus of the current Board is on building a new Friendship Manor in the Santa Barbara area to replace the aging dorm-like buildings, providing a mixed-income property that allows residents with low incomes to live with seniors on higher incomes, and creating a more diverse community of seniors. <span style="text-decoration: underline;">Learn More</span>', 'History', '', 'inherit', 'open', 'open', '', '27-revision-16', '', '', '2010-10-14 20:53:07', '2010-10-14 20:53:07', '', 27, 'http://friendship-manor.org/wordpress/2010/10/14/27-revision-16/', 0, 'revision', '', 0),
(246, 1, '2010-10-12 22:25:34', '2010-10-12 22:25:34', 'Our Services &gt; Units page', 'Units', '', 'inherit', 'open', 'open', '', '51-revision-4', '', '', '2010-10-12 22:25:34', '2010-10-12 22:25:34', '', 51, 'http://friendship-manor.org/wordpress/2010/10/12/51-revision-4/', 0, 'revision', '', 0),
(247, 1, '2010-10-12 22:24:54', '2010-10-12 22:24:54', 'Our Services &gt; Activities', 'Activities', '', 'inherit', 'open', 'open', '', '54-revision-5', '', '', '2010-10-12 22:24:54', '2010-10-12 22:24:54', '', 54, 'http://friendship-manor.org/wordpress/2010/10/12/54-revision-5/', 0, 'revision', '', 0),
(248, 1, '2010-10-14 05:22:01', '2010-10-14 05:22:01', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.\r\n<h2>Sub Header</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" title="info-center" width="241" height="157" class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" /></div>', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision-8', '', '', '2010-10-14 05:22:01', '2010-10-14 05:22:01', '', 12, 'http://friendship-manor.org/wordpress/2010/10/14/12-revision-8/', 0, 'revision', '', 0),
(250, 1, '2010-10-14 21:03:33', '2010-10-14 21:03:33', 'We strive to keep our residents, their families and the community informed about Friendship Manor and what we’re doing. Please check back often to keep up-to-date with upcoming events, news and what we’re doing to help seniors in the Santa Barbara community live independently in a comfortable, safe and affordable place they can call home.\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" title="info-center" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" width="241" height="157" /></div>', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision-10', '', '', '2010-10-14 21:03:33', '2010-10-14 21:03:33', '', 12, 'http://friendship-manor.org/wordpress/2010/10/14/12-revision-10/', 0, 'revision', '', 0),
(254, 1, '2010-10-14 21:10:22', '2010-10-14 21:10:22', 'We strive to keep our residents, their families and the community informed about Friendship Manor and what we’re doing. Please check back often to keep up-to-date with upcoming events, news and what we’re doing to help seniors in the Santa Barbara community live independently in a comfortable, safe and affordable place they can call home.\r\n\r\nHere are some of the information, composed of  a variety of entries and articles, that you can explore in this section:\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/whats-new/">What''s New</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/newsreleases/">News Releases</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/selectednewsstories/">Selected News Stories</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/newsletter/">Newsletter</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/events/">Events</a></li>\r\n</ul>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" title="info-center" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" width="241" height="157" /></div>', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision-14', '', '', '2010-10-14 21:10:22', '2010-10-14 21:10:22', '', 12, 'http://friendship-manor.org/wordpress/2010/10/14/12-revision-14/', 0, 'revision', '', 0),
(255, 1, '2010-10-14 21:11:36', '2010-10-14 21:11:36', 'We strive to keep our residents, their families and the community informed about Friendship Manor and what we’re doing. Please check back often to keep up-to-date with upcoming events, news and what we’re doing to help seniors in the Santa Barbara community live independently in a comfortable, safe and affordable place they can call home.\r\n\r\nHere are some of the information, composed of  a variety of entries and articles, that you can explore in this section:\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/whats-new/">What''s New</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/newsreleases/">News Releases</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/selectednewsstories/">Selected News Stories</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/newsletter/">Newsletter</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/category/events/">Events</a></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" title="info-center" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" width="241" height="157" /></div>', 'Information Center', '', 'inherit', 'open', 'open', '', '12-revision-15', '', '', '2010-10-14 21:11:36', '2010-10-14 21:11:36', '', 12, 'http://friendship-manor.org/wordpress/2010/10/14/12-revision-15/', 0, 'revision', '', 0),
(256, 1, '2010-10-14 05:49:03', '2010-10-14 05:49:03', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\nClick here for <a href="/wordpress/about/frequently-asked-questions/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Frequently Asked Questions</a>.\r\n\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="#">Click here for our Email</a>\r\n<div style="margin-top: 20px;">\r\n<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small></div>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" title="contact" width="306" height="211" class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" /></div>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-15', '', '', '2010-10-14 05:49:03', '2010-10-14 05:49:03', '', 15, 'http://friendship-manor.org/wordpress/2010/10/14/15-revision-15/', 0, 'revision', '', 0),
(257, 1, '2010-10-12 22:25:05', '2010-10-12 22:25:05', 'At Friendship Manor, our residents’ quality of life is always the top priority on our minds. Our facility has an atmosphere in which our residents live with a sense community that embraces everyone. From nutritious meals, to beautiful surroundings, to diverse activities and a rewarding social life, we recognize the importance of a safe, comfortable environment and encourage an active, friendly lifestyle. We warmly invite you and a guest to join us for a complimentary meal and learn more about the Friendship Manor community and the services we provide.\r\n<h2>Dining</h2>\r\nOur dining services offer three regularly scheduled meals for our residents, prepared in our own kitchen and served buffet style in our gracious Willoughby Dining Room. Family members are always our welcome guests. We provide fresh fruit and vegetables, traditional breakfast entrees, and lunch and dinner designed with our residents’ tastes in mind and for those with special diets. Refreshments are also available throughout the day.\r\n<a href="#">Click Here to View Our Sample Menu</a>\r\n<h2>Units</h2>\r\nFriendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All utilities are paid (including gas, water, electric and trash) with computers/free internet provided in our library. Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking.\r\n<a href="#">Click Here to View a Floor Plan</a>\r\n<h2>Social</h2>\r\nThe Friendship Manor community is full of remarkable people who enjoy meeting one another and spending time together. Our residents participate in lively conversations, games, arts and crafts, relaxing walks and other mutual hobbies. Our facility offers on-site shopping, a beauty/barber shop, pool table and arts &amp; crafts room, theatre and stage with a grand piano for our music lovers.\r\n<h2>Outdoors</h2>\r\nWe are happy to provide a pleasant environment for our seniors, along with a variety of outdoor opportunities. Our beautiful gardens are courtyards are great for walks and just sitting outside to read a book. Many of our residents take pride in gardening and maintaining the greenery for us all to enjoy. Transportation service is also provided for residents’ convenience – whether it be for medical appointments, shopping or other personal errands.', 'Amenities', '', 'inherit', 'open', 'open', '', '48-revision-7', '', '', '2010-10-12 22:25:05', '2010-10-12 22:25:05', '', 48, 'http://friendship-manor.org/wordpress/2010/10/12/48-revision-7/', 0, 'revision', '', 0),
(294, 3, '2010-10-18 18:35:33', '2010-10-18 18:35:33', 'At Friendship Manor, our residents’ quality of life is always the top priority on our minds. Our facility has an atmosphere in which our residents live with a sense community that embraces everyone. From nutritious meals, to beautiful surroundings, to diverse activities and a rewarding social life, we recognize the importance of a safe, comfortable environment and encourage an active, friendly lifestyle. We warmly invite you and a guest to join us for a complimentary meal and learn more about the Friendship Manor community and the services we provide.\r\n<h2>Dining</h2>\r\nOur dining services offer three regularly scheduled meals for our residents, prepared in our own kitchen and served buffet style in our gracious Willoughby Dining Room. Family members are always our welcome guests. We provide fresh fruit and vegetables, traditional breakfast entrees, and lunch and dinner designed with our residents’ tastes in mind and for those with special diets. Refreshments are also available throughout the day.\r\n<a href="#">Click Here to View Our Sample Menu</a>\r\n<h2>Social</h2>\r\nThe Friendship Manor community is full of remarkable people who enjoy meeting one another and spending time together. Our residents participate in lively conversations, games, arts and crafts, relaxing walks and other mutual hobbies. Our facility offers on-site shopping, a beauty/barber shop, pool table and arts &amp; crafts room, theatre and stage with a grand piano for our music lovers.\r\n<h2>Outdoors</h2>\r\nWe are happy to provide a pleasant environment for our seniors, along with a variety of outdoor opportunities. Our beautiful gardens are courtyards are great for walks and just sitting outside to read a book. Many of our residents take pride in gardening and maintaining the greenery for us all to enjoy. Transportation service is also provided for residents’ convenience – whether it be for medical appointments, shopping or other personal errands.\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/our-services.png" alt="Friendship Manor Services" title="our-services" width="278" height="221" class="alignleft size-full wp-image-228" style="margin-left: -30px; margin-bottom: -20px;" /></div>', 'Amenities', '', 'inherit', 'open', 'open', '', '48-revision-9', '', '', '2010-10-18 18:35:33', '2010-10-18 18:35:33', '', 48, 'http://friendship-manor.org/wordpress/2010/10/18/48-revision-9/', 0, 'revision', '', 0),
(259, 1, '2010-10-14 21:21:02', '2010-10-14 21:21:02', 'Friendship Manor offers affordable senior housing and independent living services. With a caring and sensitive staff who love to serve seniors, we provide our residents with everything they need to help make their lives comfortable, enjoyable and rewarding.\r\n\r\nWe are proud to offer services and programs that promote a healthy and active quality of life. Our amenities include nutritious meals, transportation, housekeeping services, full-time maintenance staff and a wide variety of social and outdoor activities to serve the needs of each individual. Our private apartment units are bright and spacious, and laundry is available on the premises.\r\n\r\nFor more information about amenities, units and activities at Friendship Manor, click on the following pages:\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/our-services/amenities/">Amenities</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/our-services/units/">Units</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/our-services/activities/">Activities</a></li>\r\n</ul>\r\nAnd check out our <a href="http://friendship-manor.org/wordpress/our-services/resident-gallery/">Resident Gallery</a> with photos of our residents, their family members, and recent events at Friendship Manor!\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/our-services.png" alt="Friendship Manor Services" title="our-services" width="278" height="221" class="alignleft size-full wp-image-228" style="margin-left: -23px; margin-bottom: -20px;" /></div>', 'Our Services', '', 'inherit', 'open', 'open', '', '5-revision-10', '', '', '2010-10-14 21:21:02', '2010-10-14 21:21:02', '', 5, 'http://friendship-manor.org/wordpress/2010/10/14/5-revision-10/', 0, 'revision', '', 0),
(273, 1, '2010-10-15 19:02:26', '2010-10-15 19:02:26', '', 'Floor-Plan-FM-Large-Apartment', '', 'inherit', 'open', 'open', '', 'floor-plan-fm-large-apartment', '', '', '2010-10-15 19:02:26', '2010-10-15 19:02:26', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Large-Apartment.pdf', 0, 'attachment', 'application/pdf', 0),
(274, 1, '2010-10-15 19:02:27', '2010-10-15 19:02:27', '', 'Floor-Plan-FM-Standard-Apartment', '', 'inherit', 'open', 'open', '', 'floor-plan-fm-standard-apartment', '', '', '2010-10-15 19:02:27', '2010-10-15 19:02:27', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Standard-Apartment.pdf', 0, 'attachment', 'application/pdf', 0),
(275, 1, '2010-10-15 19:02:29', '2010-10-15 19:02:29', '', 'Floor-Plan-FM-Studio', '', 'inherit', 'open', 'open', '', 'floor-plan-fm-studio', '', '', '2010-10-15 19:02:29', '2010-10-15 19:02:29', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Studio.pdf', 0, 'attachment', 'application/pdf', 0),
(276, 1, '2010-10-15 19:02:31', '2010-10-15 19:02:31', '', 'Floor-Plan-FM-Suite', '', 'inherit', 'open', 'open', '', 'floor-plan-fm-suite', '', '', '2010-10-15 19:02:31', '2010-10-15 19:02:31', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Suite.pdf', 0, 'attachment', 'application/pdf', 0),
(264, 1, '2010-10-14 20:58:57', '2010-10-14 20:58:57', 'Friendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All utilities are paid (including gas, water, electric and trash) with computers/free internet provided in our library. Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking. Residents also have access to a heating swimming pool, gam\r\n\r\nWe offer four floor plans for our units: Large Apartment, Standard Apartment, Studio and Suite. Click the links below to download and view the floor plans.\r\n<ul>\r\n	<li><a href="#">Large Apartment</a></li>\r\n	<li><a href="#">Standard Apartment</a></li>\r\n	<li><a href="#">Studio</a></li>\r\n	<li><a href="#">Suite</a></li>\r\n</ul>', 'Units', '', 'inherit', 'open', 'open', '', '51-revision-5', '', '', '2010-10-14 20:58:57', '2010-10-14 20:58:57', '', 51, 'http://friendship-manor.org/wordpress/2010/10/14/51-revision-5/', 0, 'revision', '', 0),
(265, 1, '2010-10-14 22:10:16', '2010-10-14 22:10:16', 'Friendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All utilities are paid (including gas, water, electric and trash) with computers/free internet provided in our library. Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking. Residents also have access to a heating swimming pool, gam\r\n\r\nWe offer four floor plans for our units: Large Apartment, Standard Apartment, Studio and Suite. Click the links below to download and view the floor plans.\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Large-Apartment.pdf">Large Apartment</a></li>\r\n	<li><a href="#">Standard Apartment</a></li>\r\n	<li><a href="#">Studio</a></li>\r\n	<li><a href="#">Suite</a></li>\r\n</ul>', 'Units', '', 'inherit', 'open', 'open', '', '51-revision-6', '', '', '2010-10-14 22:10:16', '2010-10-14 22:10:16', '', 51, 'http://friendship-manor.org/wordpress/2010/10/14/51-revision-6/', 0, 'revision', '', 0),
(266, 1, '2010-10-14 22:11:14', '2010-10-14 22:11:14', 'Friendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All utilities are paid (including gas, water, electric and trash) with computers/free internet provided in our library. Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking. Residents also have access to a heating swimming pool, gam\r\n\r\nWe offer four floor plans for our units: Large Apartment, Standard Apartment, Studio and Suite. Click the links below to download and view the floor plans.\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Large-Apartment.pdf">Large Apartment</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Standard-Apartment.pdf">Standard Apartment</a></li>\r\n	<li><a href="#">Studio</a></li>\r\n	<li><a href="#">Suite</a></li>\r\n</ul>', 'Units', '', 'inherit', 'open', 'open', '', '51-revision-7', '', '', '2010-10-14 22:11:14', '2010-10-14 22:11:14', '', 51, 'http://friendship-manor.org/wordpress/2010/10/14/51-revision-7/', 0, 'revision', '', 0),
(267, 1, '2010-10-14 22:11:32', '2010-10-14 22:11:32', 'Friendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All utilities are paid (including gas, water, electric and trash) with computers/free internet provided in our library. Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking. Residents also have access to a heating swimming pool, gam\r\n\r\nWe offer four floor plans for our units: Large Apartment, Standard Apartment, Studio and Suite. Click the links below to download and view the floor plans.\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Large-Apartment.pdf">Large Apartment</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Standard-Apartment.pdf">Standard Apartment</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Studio.pdf">Studio</a></li>\r\n	<li><a href="#">Suite</a></li>\r\n</ul>', 'Units', '', 'inherit', 'open', 'open', '', '51-revision-8', '', '', '2010-10-14 22:11:32', '2010-10-14 22:11:32', '', 51, 'http://friendship-manor.org/wordpress/2010/10/14/51-revision-8/', 0, 'revision', '', 0),
(268, 1, '2010-10-14 20:54:04', '2010-10-14 20:54:04', 'The Friendship Manor facility was originally built as a private student dorm in <em>1967</em>, called The College Inn. Friendship Manor came into being in <em>1973 </em>thanks to the vision of Dr. Kenneth P. Berg, a Presbyterian minister who at that time had already established and operated 30 life care retirement centers in different parts of the country. His goal was to offer an affordable, dignified environment to seniors living on fixed income.\r\n\r\nDuring the turbulent Vietnam Era, The College Inn saw a drop in student enrollment and could no longer afford to keep its doors open. After they declared bankruptcy, Dr. Berg stepped in and purchased the property, and soon began converting it to a retirement community.\r\n\r\nThe first resident, Pauline Barrar, was welcomed on <em>June 20, 1973</em>. In <em>March of 1973</em>, just prior to Mrs. Barrar''s arrival, Dr. Berg assembled a seven member Board of Directors composed of local community laymen and pastors. On <em>July 25, 1973</em>, despite a feasibility study listing 26 reasons why it could not succeed, Friendship Manor was incorporated under the laws of the State of California, with the first official Board meeting being held on <em>July 27, 1973</em>.\r\n\r\nFriendship Manor’s economic history is riddled with unexpected demands on its cash flow.  In <em>1976</em>, the State of California took a big chunk for unemployment taxes and the County of Santa Barbara insisted on $25,000 in sewer use taxes. In <em>1978</em>, major remodeling was required and when the earthquake hit in the summer of <em>1978</em>, a $55,000 three percent loan had to be obtained from the Small Business Administration to cover the cost of repairs.\r\n\r\nTo make ends meet, the Manor has had to raise fees for food, rent and services at regular intervals.  In keeping with its mission to provide affordable services to seniors, price increases have been moderate and have always remained within the limits of Social Security cost of living adjustments.  In 1973, the Manor’s average size apartment, including food, rented for $193 per month.  Today that same unit rents for $862 per month. This compared to the local rental market represents a very moderate increase over 36 years, considering the increases in food, utilities, wages and insurance.\r\n\r\nIn <em>December of 1974</em>, Friendship Manor attained 100% occupancy for the first time and a waiting list was established. From that time on the Manor enjoyed a near 100% occupancy with an approximate 5% vacancy/turnover rate.  With occupancy running so high, the financial picture improved yearly with the fiscal <em>1976-1977</em> year showing the first positive cash flow.\r\n<h2>Our Future is Bright</h2>\r\nFriendship Manor continues to be a vibrant and healthy organization serving the independent needs of its residents.  As the organization moves forward, the focus of the current Board is on building a new Friendship Manor in the Santa Barbara area to replace the aging dorm-like buildings, providing a mixed-income property that allows residents with low incomes to live with seniors on higher incomes, and creating a more diverse community of seniors. \r\n<a href="http://friendship-manor.org/wordpress/category/selectednewsstories/">Learn More</a>', 'History', '', 'inherit', 'open', 'open', '', '27-revision-17', '', '', '2010-10-14 20:54:04', '2010-10-14 20:54:04', '', 27, 'http://friendship-manor.org/wordpress/2010/10/14/27-revision-17/', 0, 'revision', '', 0),
(269, 1, '2010-10-14 22:39:11', '2010-10-14 22:39:11', '', 'activities', '', 'inherit', 'open', 'open', '', 'activities-2', '', '', '2010-10-14 22:39:11', '2010-10-14 22:39:11', '', 54, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/activities.png', 0, 'attachment', 'image/png', 0),
(270, 1, '2010-10-14 21:01:00', '2010-10-14 21:01:00', 'One of the vital parts of our community is our activity curriculum. This dynamic program is planned by our full time Resident Services Director. Fellowship, friendship and companionship are tremendously important to us, and we do our best to provide a full and varied activity program for our residents.\r\n\r\nMany of our seniors participate in arts and crafts, games such as bingo or pool, and gardening in our outdoor courtyard garden. Our facility offers on-site shopping, an entertainment room with big screen TV, theatre and stage, and grand piano. Transportation is also provided for planned activities or personal and social errands.\r\n\r\n<a href="http://friendship-manor.org/wordpress/category/events/">Click Here to View Our Current Monthly Activities</a>\r\n\r\nIf you would like to volunteer, entertain, or have any related questions regarding Friendship Manor Activities Program, please contact Chris Rendessy at <a href="mailto:Chris@Friendship-Manor.org">Chris@Friendship-Manor.org</a>. \r\n', 'Activities', '', 'inherit', 'open', 'open', '', '54-revision-6', '', '', '2010-10-14 21:01:00', '2010-10-14 21:01:00', '', 54, 'http://friendship-manor.org/wordpress/2010/10/14/54-revision-6/', 0, 'revision', '', 0),
(271, 1, '2010-10-14 22:40:48', '2010-10-14 22:40:48', 'One of the vital parts of our community is our activity curriculum. This dynamic program is planned by our full time Resident Services Director. Fellowship, friendship and companionship are tremendously important to us, and we do our best to provide a full and varied activity program for our residents.\r\n\r\nMany of our seniors participate in arts and crafts, games such as bingo or pool, and gardening in our outdoor courtyard garden. Our facility offers on-site shopping, an entertainment room with big screen TV, theatre and stage, and grand piano. Transportation is also provided for planned activities or personal and social errands.\r\n\r\n<a href="http://friendship-manor.org/wordpress/category/events/">Click Here to View Our Current Monthly Activities</a>\r\n\r\nIf you would like to volunteer, entertain, or have any related questions regarding Friendship Manor Activities Program, please contact Chris Rendessy at <a href="mailto:Chris@Friendship-Manor.org">Chris@Friendship-Manor.org</a>. \r\n\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/activities.png" alt="Friendship Manor Activities" title="activities" width="560" height="164" class="alignleft size-full wp-image-269" style="margin-left: -30px; margin-bottom: -20px;" /></div>\r\n', 'Activities', '', 'inherit', 'open', 'open', '', '54-revision-7', '', '', '2010-10-14 22:40:48', '2010-10-14 22:40:48', '', 54, 'http://friendship-manor.org/wordpress/2010/10/14/54-revision-7/', 0, 'revision', '', 0),
(272, 1, '2010-10-14 22:41:23', '2010-10-14 22:41:23', 'One of the vital parts of our community is our activity curriculum. This dynamic program is planned by our full time Resident Services Director. Fellowship, friendship and companionship are tremendously important to us, and we do our best to provide a full and varied activity program for our residents.\r\n\r\nMany of our seniors participate in arts and crafts, games such as bingo or pool, and gardening in our outdoor courtyard garden. Our facility offers on-site shopping, an entertainment room with big screen TV, theatre and stage, and grand piano. Transportation is also provided for planned activities or personal and social errands.\r\n\r\n<a href="http://friendship-manor.org/wordpress/category/events/">Click Here to View Our Current Monthly Activities</a>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\nIf you would like to volunteer, entertain, or have any related questions regarding Friendship Manor Activities Program, please contact Chris Rendessy at <a href="mailto:Chris@Friendship-Manor.org">Chris@Friendship-Manor.org</a>. \r\n\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/activities.png" alt="Friendship Manor Activities" title="activities" width="560" height="164" class="alignleft size-full wp-image-269" style="margin-left: -30px; margin-bottom: -20px;" /></div>\r\n', 'Activities', '', 'inherit', 'open', 'open', '', '54-revision-8', '', '', '2010-10-14 22:41:23', '2010-10-14 22:41:23', '', 54, 'http://friendship-manor.org/wordpress/2010/10/14/54-revision-8/', 0, 'revision', '', 0),
(277, 1, '2010-10-14 22:11:50', '2010-10-14 22:11:50', 'Friendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All utilities are paid (including gas, water, electric and trash) with computers/free internet provided in our library. Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking. Residents also have access to a heating swimming pool, gam\r\n\r\nWe offer four floor plans for our units: Large Apartment, Standard Apartment, Studio and Suite. Click the links below to download and view the floor plans.\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Large-Apartment.pdf">Large Apartment</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Standard-Apartment.pdf">Standard Apartment</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Studio.pdf">Studio</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Suite.pdf">Suite</a></li>\r\n</ul>', 'Units', '', 'inherit', 'open', 'open', '', '51-revision-9', '', '', '2010-10-14 22:11:50', '2010-10-14 22:11:50', '', 51, 'http://friendship-manor.org/wordpress/2010/10/14/51-revision-9/', 0, 'revision', '', 0),
(278, 1, '2010-10-14 22:29:22', '2010-10-14 22:29:22', 'The Friendship Manor facility was originally built as a private student dorm in <em>1967</em>, called The College Inn. Friendship Manor came into being in <em>1973 </em>thanks to the vision of Dr. Kenneth P. Berg, a Presbyterian minister who at that time had already established and operated 30 life care retirement centers in different parts of the country. His goal was to offer an affordable, dignified environment to seniors living on fixed income.\r\n\r\nDuring the turbulent Vietnam Era, The College Inn saw a drop in student enrollment and could no longer afford to keep its doors open. After they declared bankruptcy, Dr. Berg stepped in and purchased the property, and soon began converting it to a retirement community.\r\n\r\nThe first resident, Pauline Barrar, was welcomed on <em>June 20, 1973</em>. In <em>March of 1973</em>, just prior to Mrs. Barrar''s arrival, Dr. Berg assembled a seven member Board of Directors composed of local community laymen and pastors. On <em>July 25, 1973</em>, despite a feasibility study listing 26 reasons why it could not succeed, Friendship Manor was incorporated under the laws of the State of California, with the first official Board meeting being held on <em>July 27, 1973</em>.\r\n\r\nFriendship Manor’s economic history is riddled with unexpected demands on its cash flow.  In <em>1976</em>, the State of California took a big chunk for unemployment taxes and the County of Santa Barbara insisted on $25,000 in sewer use taxes. In <em>1978</em>, major remodeling was required and when the earthquake hit in the summer of <em>1978</em>, a $55,000 three percent loan had to be obtained from the Small Business Administration to cover the cost of repairs.\r\n\r\nTo make ends meet, the Manor has had to raise fees for food, rent and services at regular intervals.  In keeping with its mission to provide affordable services to seniors, price increases have been moderate and have always remained within the limits of Social Security cost of living adjustments.  In 1973, the Manor’s average size apartment, including food, rented for $193 per month.  Today that same unit rents for $862 per month. This compared to the local rental market represents a very moderate increase over 36 years, considering the increases in food, utilities, wages and insurance.\r\n\r\nIn <em>December of 1974</em>, Friendship Manor attained 100% occupancy for the first time and a waiting list was established. From that time on the Manor enjoyed a near 100% occupancy with an approximate 5% vacancy/turnover rate.  With occupancy running so high, the financial picture improved yearly with the fiscal <em>1976-1977</em> year showing the first positive cash flow.\r\n<h2>Our Future is Bright</h2>\r\nFriendship Manor continues to be a vibrant and healthy organization serving the independent needs of its residents.  As the organization moves forward, the focus of the current Board is on building a new Friendship Manor in the Santa Barbara area to replace the aging dorm-like buildings, providing a mixed-income property that allows residents with low incomes to live with seniors on higher incomes, and creating a more diverse community of seniors. \r\n<a href="http://friendship-manor.org/wordpress/category/newsreleases/">Learn More</a>', 'History', '', 'inherit', 'open', 'open', '', '27-revision-18', '', '', '2010-10-14 22:29:22', '2010-10-14 22:29:22', '', 27, 'http://friendship-manor.org/wordpress/2010/10/14/27-revision-18/', 0, 'revision', '', 0),
(290, 3, '2010-10-16 23:48:22', '2010-10-16 23:48:22', '<h2>Board of Directors</h2>\r\nHelen Wilke, <em>Board President</em>\r\nJack Dillon, <em>Vice-President</em>\r\nRob Fredericks, <em>Secretary</em>\r\nJason Janzen, <em>Treasurer</em>\r\nLarry Hammett\r\nEric Heinsohn\r\nKay Holmes\r\nSylvia Redding\r\nRobert Wilke\r\nWes Strickland\r\n<h2>Staff Members</h2>\r\nDan Herzog, Executive Director &ndash; <a href="mailto:dan@friendship-manor.org">dan@friendship-manor.org </a>\r\nPatricia Fabing, Marketing Director &ndash; <a href="mailto:patricia@friendship-manor.org">patricia@friendship-manor.org</a>\r\nCarla Bentley, Office Manager &ndash; <a href="mailto:carla@friendship-manor.org">carla@friendship-manor.org</a>\r\nChris Rendessy, Resident Services Director &ndash; <a href="mailto:chris@friendship-manor.org">chris@friendship-manor.org</a>\r\nDon Pinkham, Maintenance Director &ndash; <a href="mailto:don@friendship-manor.org ">don@friendship-manor.org </a>\r\nGeorge Deak, Food Services Director &ndash; <a href="mailto:george@friendship-manor.org">george@friendship-manor.org</a>\r\n<div style="margin-top: 20px; margin-bottom: -20px; margin-left: -30px; margin-right: 0;"><img title="p-about-us" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/p-about-us.jpg" alt="About Us" width="560" height="171" /></div>', 'Board &amp; Staff', '', 'inherit', 'open', 'open', '', '32-revision-8', '', '', '2010-10-16 23:48:22', '2010-10-16 23:48:22', '', 32, 'http://friendship-manor.org/wordpress/2010/10/16/32-revision-8/', 0, 'revision', '', 0),
(279, 1, '2010-10-13 20:59:25', '2010-10-13 20:59:25', '<h2>Board of Directors</h2>\r\nHelen Wilke, <em>Board President</em>\r\nJack Dillon, <em>Vice-President</em>\r\nRob Fredericks, <em>Secretary</em>\r\nJason Janzen, <em>Treasurer</em>\r\nLarry Hammett\r\nEric Heinsohn\r\nKay Holmes\r\nSylvia Redding\r\nRobert Wilke\r\nWes Strickland\r\n<h2>Staff Members</h2>\r\nDan Herzog, Executive Director &ndash; <a href="mailto:dan@friendship-manor.org">dan@friendship-manor.org </a>\r\nPatricia Fabing, Marketing Director &ndash; <a href="mailto:patricia@friendship-manor.org">patricia@friendship-manor.org</a>\r\nCarla Bentley, Office Manager &ndash; <a href="mailto:carla@friendship-manor.org">carla@friendship-manor.org</a>\r\nChris Rendessy, Resident Services Director &ndash; <a href="mailto:chris@friendship-manor.org">chris@friendship-manor.org</a>\r\nDon Pinkham, Maintenance Director &ndash; <a href="mailto:don@friendship-manor.org ">don@friendship-manor.org </a>\r\nGeorge Deak, Food Services Director &ndash; <a href="mailto:george@friendship-manor.org">george@friendship-manor.org</a>', 'Board &amp; Staff', '', 'inherit', 'open', 'open', '', '32-revision-7', '', '', '2010-10-13 20:59:25', '2010-10-13 20:59:25', '', 32, 'http://friendship-manor.org/wordpress/2010/10/13/32-revision-7/', 0, 'revision', '', 0),
(280, 1, '2010-10-12 22:23:02', '2010-10-12 22:23:02', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua.\r\n<h2>Quote 1</h2>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod  tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo consequat. Duis aute irure dolor in reprehenderit in voluptate  velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint  occaecat cupidatat non proident, sunt in culpa qui officia deserunt  mollit anim id est laborum.</blockquote>\r\n<h2>Quote 2</h2>\r\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod   tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim   veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea   commodo consequat. Duis aute irure dolor in reprehenderit in voluptate   velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint   occaecat cupidatat non proident, sunt in culpa qui officia deserunt   mollit anim id est laborum.</blockquote>', 'Testimonials', '', 'inherit', 'open', 'open', '', '41-revision-6', '', '', '2010-10-12 22:23:02', '2010-10-12 22:23:02', '', 41, 'http://friendship-manor.org/wordpress/2010/10/12/41-revision-6/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (281, 1, '2010-10-14 21:15:08', '2010-10-14 21:15:08', 'At Friendship Manor, our residents’ quality of life is always the top priority on our minds. Our facility has an atmosphere in which our residents live with a sense community that embraces everyone. From nutritious meals, to beautiful surroundings, to diverse activities and a rewarding social life, we recognize the importance of a safe, comfortable environment and encourage an active, friendly lifestyle. We warmly invite you and a guest to join us for a complimentary meal and learn more about the Friendship Manor community and the services we provide.\r\n<h2>Dining</h2>\r\nOur dining services offer three regularly scheduled meals for our residents, prepared in our own kitchen and served buffet style in our gracious Willoughby Dining Room. Family members are always our welcome guests. We provide fresh fruit and vegetables, traditional breakfast entrees, and lunch and dinner designed with our residents’ tastes in mind and for those with special diets. Refreshments are also available throughout the day.\r\n<a href="#">Click Here to View Our Sample Menu</a>\r\n<h2>Social</h2>\r\nThe Friendship Manor community is full of remarkable people who enjoy meeting one another and spending time together. Our residents participate in lively conversations, games, arts and crafts, relaxing walks and other mutual hobbies. Our facility offers on-site shopping, a beauty/barber shop, pool table and arts &amp; crafts room, theatre and stage with a grand piano for our music lovers.\r\n<h2>Outdoors</h2>\r\nWe are happy to provide a pleasant environment for our seniors, along with a variety of outdoor opportunities. Our beautiful gardens are courtyards are great for walks and just sitting outside to read a book. Many of our residents take pride in gardening and maintaining the greenery for us all to enjoy. Transportation service is also provided for residents’ convenience – whether it be for medical appointments, shopping or other personal errands.', 'Amenities', '', 'inherit', 'open', 'open', '', '48-revision-8', '', '', '2010-10-14 21:15:08', '2010-10-14 21:15:08', '', 48, 'http://friendship-manor.org/wordpress/2010/10/14/48-revision-8/', 0, 'revision', '', 0),
(295, 3, '2010-10-18 18:36:04', '2010-10-18 18:36:04', 'Friendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All utilities are paid (including gas, water, electric and trash) with computers/free internet provided in our library. Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking. Residents also have access to a heating swimming pool, meeting facilities, entertainment room with big screen, theatre and stage, and game/pool table/arts and crafts room.\r\n\r\nWe offer four floor plans for our units: Large Apartment, Standard Apartment, Studio and Suite. Click the links below to download and view the floor plans.\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Large-Apartment.pdf">Large Apartment</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Standard-Apartment.pdf">Standard Apartment</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Studio.pdf">Studio</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Suite.pdf">Suite</a></li>\r\n</ul>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/our-services.png" alt="Friendship Manor Services" title="our-services" width="278" height="221" class="alignleft size-full wp-image-228" style="margin-left: -30px; margin-bottom: -20px;" /></div>', 'Units', '', 'inherit', 'open', 'open', '', '51-revision-11', '', '', '2010-10-18 18:36:04', '2010-10-18 18:36:04', '', 51, 'http://friendship-manor.org/wordpress/2010/10/18/51-revision-11/', 0, 'revision', '', 0),
(282, 1, '2010-10-15 21:39:36', '2010-10-15 21:39:36', 'Friendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All utilities are paid (including gas, water, electric and trash) with computers/free internet provided in our library. Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking. Residents also have access to a heating swimming pool, meeting facilities, entertainment room with big screen, theatre and stage, and game/pool table/arts and crafts room.\r\n\r\nWe offer four floor plans for our units: Large Apartment, Standard Apartment, Studio and Suite. Click the links below to download and view the floor plans.\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Large-Apartment.pdf">Large Apartment</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Standard-Apartment.pdf">Standard Apartment</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Studio.pdf">Studio</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Suite.pdf">Suite</a></li>\r\n</ul>', 'Units', '', 'inherit', 'open', 'open', '', '51-revision-10', '', '', '2010-10-15 21:39:36', '2010-10-15 21:39:36', '', 51, 'http://friendship-manor.org/wordpress/2010/10/15/51-revision-10/', 0, 'revision', '', 0),
(283, 1, '2010-10-14 21:14:25', '2010-10-14 21:14:25', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\nClick here for <a href="/wordpress/about/frequently-asked-questions/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Frequently Asked Questions</a>.\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="#">Click here for our Email</a>\r\n<div style="margin-top: 20px;">\r\n<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small></div>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" title="contact" width="306" height="211" class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" /></div>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-16', '', '', '2010-10-14 21:14:25', '2010-10-14 21:14:25', '', 15, 'http://friendship-manor.org/wordpress/2010/10/14/15-revision-16/', 0, 'revision', '', 0),
(284, 1, '2010-10-18 18:39:06', '2010-10-18 18:39:06', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\nClick here for <a href="/wordpress/about/frequently-asked-questions/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Frequently Asked Questions</a>.\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="mailto:info@friendshipmanor.org">Click here for our Email</a>\r\n<div style="margin-top: 20px;">\r\n<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small></div>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" title="contact" width="306" height="211" class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" /></div>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-17', '', '', '2010-10-18 18:39:06', '2010-10-18 18:39:06', '', 15, 'http://friendship-manor.org/wordpress/2010/10/18/15-revision-17/', 0, 'revision', '', 0),
(285, 1, '2010-10-18 18:42:07', '2010-10-18 18:42:07', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\nClick here for <a href="/wordpress/about/frequently-asked-questions/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Frequently Asked Questions</a>.\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="mailto:info@friendshipmanor.org">Click here for our Email</a>\r\n<div style="margin-top: 20px;">\r\n<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small></div>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" title="contact" width="306" height="211" class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" /></div>', 'Contact Us', '', 'inherit', 'open', 'open', '', '15-revision-18', '', '', '2010-10-18 18:42:07', '2010-10-18 18:42:07', '', 15, 'http://friendship-manor.org/wordpress/2010/10/18/15-revision-18/', 0, 'revision', '', 0),
(286, 1, '2010-10-18 23:41:30', '2010-10-18 23:41:30', 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/header-tag.png', 'header-tag.png', '', 'inherit', 'open', 'open', '', 'header-tag-png', '', '', '2010-10-18 23:41:30', '2010-10-18 23:41:30', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/header-tag.png', 0, 'attachment', 'image/png', 0),
(292, 3, '2010-10-14 02:29:17', '2010-10-14 02:29:17', '<ol>\r\n	<li><a href="#one">How much does it cost to live at Friendship Manor?</a></li>\r\n	<li><a href="#two">Are meals prepared?</a></li>\r\n	<li> Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of tenant functions/social opportunities are held at Friendship Manor?</li>\r\n	<li>Does public transportation come to the facility for tenants?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n	<li>Do you have specialized care for residents with Alzheimer’s and/or dementia?</li>\r\n</ol>\r\n<h2><a name="one"></a>How much does it cost to live at Friendship Manor?</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<h2><a name="two"></a>Are meals prepared?</h2>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/faq.png" alt="" title="faq" width="262" height="191" class="alignleft size-full wp-image-220" style="margin-left: -30px; margin-bottom: -20px;" /></div>', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-16', '', '', '2010-10-14 02:29:17', '2010-10-14 02:29:17', '', 44, 'http://friendship-manor.org/wordpress/2010/10/14/44-revision-16/', 0, 'revision', '', 0),
(296, 3, '2010-10-14 22:42:00', '2010-10-14 22:42:00', 'One of the vital parts of our community is our activity curriculum. This dynamic program is planned by our full time Resident Services Director. Fellowship, friendship and companionship are tremendously important to us, and we do our best to provide a full and varied activity program for our residents.\r\n\r\nMany of our seniors participate in arts and crafts, games such as bingo or pool, and gardening in our outdoor courtyard garden. Our facility offers on-site shopping, an entertainment room with big screen TV, theatre and stage, and grand piano. Transportation is also provided for planned activities or personal and social errands.\r\n\r\n<a href="http://friendship-manor.org/wordpress/category/events/">Click Here to View Our Current Monthly Activities</a>\r\n\r\nIf you would like to volunteer, entertain, or have any related questions regarding Friendship Manor Activities Program, please contact Chris Rendessy at <a href="mailto:Chris@Friendship-Manor.org">Chris@Friendship-Manor.org</a>. \r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/activities.png" alt="Friendship Manor Activities" title="activities" width="560" height="164" class="alignleft size-full wp-image-269" style="margin-left: -30px; margin-bottom: -20px;" /></div>\r\n', 'Activities', '', 'inherit', 'open', 'open', '', '54-revision-9', '', '', '2010-10-14 22:42:00', '2010-10-14 22:42:00', '', 54, 'http://friendship-manor.org/wordpress/2010/10/14/54-revision-9/', 0, 'revision', '', 0),
(297, 3, '2010-11-11 18:28:25', '2010-11-11 18:28:25', 'One of the vital parts of our community is our activity program that is planned by our full time Resident Services Director. Friendship and companionship are tremendously important to us, and we do our best to provide a full and varied activity program for our residents.\r\n\r\nMany of our seniors participate in arts and crafts, games such as bingo and cards, and gardening in our outdoor courtyard garden. Our facility offers on-site shopping, an entertainment room with big screen TV, theatre and stage, and grand piano. Transportation is also provided for planned activities or personal and social errands.\r\n\r\n<a href="http://friendship-manor.org/wordpress/category/events/">Click Here to View Our Current Monthly Activities</a>\r\n\r\nIf you would like to volunteer, entertain, or have any related questions regarding Friendship Manor Activities Program, please contact Chris Rendessy at <a href="mailto:Chris@Friendship-Manor.org">Chris@Friendship-Manor.org</a>.\r\n<div style="margin-top: 20px;"><img class="alignleft size-full wp-image-269" style="margin-left: -30px; margin-bottom: -20px;" title="activities" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/activities.png" alt="Friendship Manor Activities" width="560" height="164" /></div>', 'Activities', '', 'inherit', 'open', 'open', '', '54-revision-10', '', '', '2010-11-11 18:28:25', '2010-11-11 18:28:25', '', 54, 'http://friendship-manor.org/wordpress/2010/11/11/54-revision-10/', 0, 'revision', '', 0),
(315, 4, '2010-10-12 22:25:16', '2010-10-12 22:25:16', 'Our Services &gt; Resident Gallery page', 'Resident Gallery', '', 'inherit', 'open', 'open', '', '57-revision-4', '', '', '2010-10-12 22:25:16', '2010-10-12 22:25:16', '', 57, 'http://friendship-manor.org/wordpress/2010/10/12/57-revision-4/', 0, 'revision', '', 0),
(299, 1, '2010-11-11 18:14:40', '2010-11-11 18:14:40', '<ol>\r\n	<li><a href="#one">How much does it cost to live at Friendship Manor?</a></li>\r\n	<li><a href="#two">Are meals prepared?</a></li>\r\n	<li> Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of social opportunities are held at Friendship Manor?</li>\r\n	<li>Is public transportation close by?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n</ol>\r\n<h2><a name="one"></a>1. How much does it cost to live at Friendship Manor?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n<h2><a name="two"></a>2. Are meals prepared?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n<div style="margin-top: 20px;"><img class="alignleft size-full wp-image-220" style="margin-left: -30px; margin-bottom: -20px;" title="faq" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/faq.png" alt="" width="262" height="191" /></div>', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-17', '', '', '2010-11-11 18:14:40', '2010-11-11 18:14:40', '', 44, 'http://friendship-manor.org/wordpress/2010/11/11/44-revision-17/', 0, 'revision', '', 0),
(306, 2, '2010-11-16 01:28:06', '2010-11-16 01:28:06', '', 'Resources', '', 'inherit', 'open', 'open', '', '302-revision-2', '', '', '2010-11-16 01:28:06', '2010-11-16 01:28:06', '', 302, 'http://friendship-manor.org/wordpress/2010/11/16/302-revision-2/', 0, 'revision', '', 0),
(307, 2, '2010-11-16 20:59:18', '2010-11-16 20:59:18', 'In this section you will find a library of resources for Friendship Manor, including the Resident Handbook and other reference materials.\r\n\r\n<h2>Resident Handbook</h2>Download Friendship Manor''s Resident Handbook (PDF format)\r\n<h2>Advice to Adult Children</h2>\r\n<a href="http://www.friendship-manor.org/wordpress/wp-content/uploads/2010/11/ResidentHandbook.PDF">Download Advice to Adult Children (PDF format)</a>\r\n\r\n<em>You will need Adobe''s Acrobat Reader to open these documents. You can <a href="http://get.adobe.com/reader/" target="_blank">download it for free here</a>.</em>', 'Resources', '', 'inherit', 'open', 'open', '', '302-revision-3', '', '', '2010-11-16 20:59:18', '2010-11-16 20:59:18', '', 302, 'http://friendship-manor.org/wordpress/2010/11/16/302-revision-3/', 0, 'revision', '', 0),
(308, 2, '2010-11-16 21:00:40', '2010-11-16 21:00:40', 'In this section you will find a library of resources for Friendship Manor, including the Resident Handbook and other reference materials.\r\n\r\n<h2>Resident Handbook</h2>\r\n<a href="http://www.friendship-manor.org/wordpress/wp-content/uploads/2010/11/ResidentHandbook.PDF">Download Friendship Manor''s Resident Handbook (PDF format)</a>\r\n<h2>Advice to Adult Children</h2>\r\n<a href="http://www.friendship-manor.org/wordpress/wp-content/uploads/2010/11/AdvicetoAdultChildren.pdf">Download Advice to Adult Children (PDF format)</a>\r\n\r\n<em>You will need Adobe''s Acrobat Reader to open these documents. You can <a href="http://get.adobe.com/reader/" target="_blank">download it for free here</a>.</em>', 'Resources', '', 'inherit', 'open', 'open', '', '302-revision-4', '', '', '2010-11-16 21:00:40', '2010-11-16 21:00:40', '', 302, 'http://friendship-manor.org/wordpress/2010/11/16/302-revision-4/', 0, 'revision', '', 0),
(311, 2, '2010-11-16 21:05:10', '2010-11-16 21:05:10', 'In this section you will find a library of resources for Friendship Manor, including the Resident Handbook and other reference materials.\r\n\r\n<h2>Resident Handbook</h2>\r\n<a href="http://www.friendship-manor.org/wordpress/wp-content/uploads/2010/11/ResidentHandbook.PDF">Download Friendship Manor''s Resident Handbook (PDF format)</a>\r\n<h2>Advice to Adult Children</h2>\r\n<a href="http://www.friendship-manor.org/wordpress/wp-content/uploads/2010/11/AdvicetoAdultChildren.pdf">Download Advice to Adult Children (PDF format)</a>\r\n\r\n<em>You will need Adobe''s Acrobat Reader to open these documents. You can <a href="http://get.adobe.com/reader/" target="_blank">download it for free here</a>.</em>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" title="info-center" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" width="241" height="157" /></div>', 'Resources', '', 'inherit', 'open', 'open', '', '302-revision-7', '', '', '2010-11-16 21:05:10', '2010-11-16 21:05:10', '', 302, 'http://friendship-manor.org/wordpress/2010/11/16/302-revision-7/', 0, 'revision', '', 0),
(309, 2, '2010-11-16 21:04:22', '2010-11-16 21:04:22', 'In this section you will find a library of resources for Friendship Manor, including the Resident Handbook and other reference materials.\r\n\r\n<h2>Resident Handbook</h2>\r\n<a href="http://www.friendship-manor.org/wordpress/wp-content/uploads/2010/11/ResidentHandbook.PDF">Download Friendship Manor''s Resident Handbook (PDF format)</a>\r\n<h2>Advice to Adult Children</h2>\r\n<a href="http://www.friendship-manor.org/wordpress/wp-content/uploads/2010/11/AdvicetoAdultChildren.pdf">Download Advice to Adult Children (PDF format)</a>\r\n\r\n<em>You will need Adobe''s Acrobat Reader to open these documents. You can <a href="http://get.adobe.com/reader/" target="_blank">download it for free here</a>.</em>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" title="info-center" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" width="241" height="157" /></div>', 'Resources', '', 'inherit', 'open', 'open', '', '302-revision-5', '', '', '2010-11-16 21:04:22', '2010-11-16 21:04:22', '', 302, 'http://friendship-manor.org/wordpress/2010/11/16/302-revision-5/', 0, 'revision', '', 0),
(310, 2, '2010-11-16 21:04:45', '2010-11-16 21:04:45', 'In this section you will find a library of resources for Friendship Manor, including the Resident Handbook and other reference materials.\r\n\r\n<h2>Resident Handbook</h2>\r\n<a href="http://www.friendship-manor.org/wordpress/wp-content/uploads/2010/11/ResidentHandbook.PDF">Download Friendship Manor''s Resident Handbook (PDF format)</a>\r\n<h2>Advice to Adult Children</h2>\r\n<a href="http://www.friendship-manor.org/wordpress/wp-content/uploads/2010/11/AdvicetoAdultChildren.pdf">Download Advice to Adult Children (PDF format)</a>\r\n\r\n<em>You will need Adobe''s Acrobat Reader to open these documents. You can <a href="http://get.adobe.com/reader/" target="_blank">download it for free here</a>.</em>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-231" style="margin-bottom: -23px; margin-right: -20px;" title="info-center" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/info-center.png" alt="" width="241" height="157" /></div>', 'Resources', '', 'inherit', 'open', 'open', '', '302-revision-6', '', '', '2010-11-16 21:04:45', '2010-11-16 21:04:45', '', 302, 'http://friendship-manor.org/wordpress/2010/11/16/302-revision-6/', 0, 'revision', '', 0),
(324, 4, '2010-10-09 19:28:11', '2010-10-09 19:28:11', 'This is an example Newsletter post. To make a Newsletter post, create a new post and then check the Newsletter box under Categories. It will then appear in the Newsletter section.', 'Newsletter November 2010', '', 'inherit', 'open', 'open', '', '73-revision-2', '', '', '2010-10-09 19:28:11', '2010-10-09 19:28:11', '', 73, 'http://friendship-manor.org/wordpress/2010/10/09/73-revision-2/', 0, 'revision', '', 0),
(316, 4, '2010-12-01 15:55:15', '2010-12-01 15:55:15', 'Our Services &gt; Resident Gallery page\r\n\r\n[caption id="" align="alignnone" width="100" caption="Come visit us at Friendship Manor and see these lovely hand made cards for yourself."]<img src="http://3.bp.blogspot.com/_VoqXDitlx5I/SiH4_qWBzFI/AAAAAAAAAFM/VKf360_JbUc/s400/HandMade+Card.JPG" alt="" width="100" height="70" />[/caption]\r\n\r\n<img src="http://cdn1.ioffer.com/img/item/139/401/251/44aSdfrM0HdK0NT.jpg" alt="" width="100" height="120" /><img class="alignnone" src="http://t3.gstatic.com/images?q=tbn:ANd9GcQuG7T4L1gDRB8fJUAHthoNj6HNAzXH7jWO55jJhuGmy6y5gmg9" alt="" width="201" height="251" />', 'Resident Gallery', '', 'inherit', 'open', 'open', '', '57-autosave', '', '', '2010-12-01 15:55:15', '2010-12-01 15:55:15', '', 57, 'http://friendship-manor.org/wordpress/2010/12/01/57-autosave/', 0, 'revision', '', 0),
(317, 4, '2010-12-01 15:45:40', '2010-12-01 15:45:40', 'Our Services &gt; Resident Gallery page\r\n<img alt="" src="http://3.bp.blogspot.com/_VoqXDitlx5I/SiH4_qWBzFI/AAAAAAAAAFM/VKf360_JbUc/s400/HandMade+Card.JPG" class="alignnone" width="400" height="285" /> <img alt="" src="http://cdn1.ioffer.com/img/item/139/401/251/44aSdfrM0HdK0NT.jpg" class="alignnone" width="435" height="580" />', 'Resident Gallery', '', 'inherit', 'open', 'open', '', '57-revision-5', '', '', '2010-12-01 15:45:40', '2010-12-01 15:45:40', '', 57, 'http://friendship-manor.org/wordpress/2010/12/01/57-revision-5/', 0, 'revision', '', 0),
(318, 4, '2010-12-01 15:47:47', '2010-12-01 15:47:47', 'Our Services &gt; Resident Gallery page\r\n<img alt="" src="http://3.bp.blogspot.com/_VoqXDitlx5I/SiH4_qWBzFI/AAAAAAAAAFM/VKf360_JbUc/s400/HandMade+Card.JPG" class="alignnone" width="100" height="70" /> <img alt="" src="http://cdn1.ioffer.com/img/item/139/401/251/44aSdfrM0HdK0NT.jpg" class="alignnone" width="100" height="120" />', 'Resident Gallery', '', 'inherit', 'open', 'open', '', '57-revision-6', '', '', '2010-12-01 15:47:47', '2010-12-01 15:47:47', '', 57, 'http://friendship-manor.org/wordpress/2010/12/01/57-revision-6/', 0, 'revision', '', 0),
(323, 4, '2010-12-03 15:54:03', '2010-12-03 15:54:03', '', 'November 2010', 'Friendship Manor November Newsletter', 'inherit', 'open', 'open', '', 'tasc_newsletter_10_03', '', '', '2010-12-03 15:54:03', '2010-12-03 15:54:03', '', 73, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/TASC_Newsletter_10_03.pdf', 0, 'attachment', 'application/pdf', 0),
(319, 4, '2010-12-01 15:49:54', '2010-12-01 15:49:54', 'Our Services &gt; Resident Gallery page\r\n\r\n[caption id="" align="alignnone" width="100" caption="Come visit us at Friendship Manor and see these lovely hand made cards for yourself."]<img src="http://3.bp.blogspot.com/_VoqXDitlx5I/SiH4_qWBzFI/AAAAAAAAAFM/VKf360_JbUc/s400/HandMade+Card.JPG" alt="" width="100" height="70" />[/caption]\r\n\r\n<img class="alignnone" src="http://cdn1.ioffer.com/img/item/139/401/251/44aSdfrM0HdK0NT.jpg" alt="" width="100" height="120" />', 'Resident Gallery', '', 'inherit', 'open', 'open', '', '57-revision-7', '', '', '2010-12-01 15:49:54', '2010-12-01 15:49:54', '', 57, 'http://friendship-manor.org/wordpress/2010/12/01/57-revision-7/', 0, 'revision', '', 0),
(322, 2, '2010-12-01 21:49:57', '2010-12-01 21:49:57', '[ nggallery id=1 ]', 'Resident Gallery', '', 'inherit', 'open', 'open', '', '57-revision-9', '', '', '2010-12-01 21:49:57', '2010-12-01 21:49:57', '', 57, 'http://friendship-manor.org/wordpress/2010/12/01/57-revision-9/', 0, 'revision', '', 0),
(321, 2, '2010-12-01 15:55:12', '2010-12-01 15:55:12', 'Our Services &gt; Resident Gallery page\r\n\r\n[caption id="" align="alignnone" width="100" caption="Come visit us at Friendship Manor and see these lovely hand made cards for yourself."]<img src="http://3.bp.blogspot.com/_VoqXDitlx5I/SiH4_qWBzFI/AAAAAAAAAFM/VKf360_JbUc/s400/HandMade+Card.JPG" alt="" width="100" height="70" />[/caption]\r\n\r\n<img src="http://cdn1.ioffer.com/img/item/139/401/251/44aSdfrM0HdK0NT.jpg" alt="" width="100" height="120" /><img class="alignnone" src="http://t3.gstatic.com/images?q=tbn:ANd9GcQuG7T4L1gDRB8fJUAHthoNj6HNAzXH7jWO55jJhuGmy6y5gmg9" alt="" width="201" height="251" />', 'Resident Gallery', '', 'inherit', 'open', 'open', '', '57-revision-8', '', '', '2010-12-01 15:55:12', '2010-12-01 15:55:12', '', 57, 'http://friendship-manor.org/wordpress/2010/12/01/57-revision-8/', 0, 'revision', '', 0),
(325, 5, '2010-12-03 19:27:17', '2010-12-03 19:27:17', 'Click here to see our December Newletter. Check out the GREAT photo''s from our Fall Fashion Show!\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/December-Newsletter-2010-web.pdf">December Newsletter 2010 </a><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/TASC_Newsletter_10_03.pdf"></a><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/TASC_Newsletter_10_03.pdf"></a>', 'Newsletter December 2010', '', 'inherit', 'open', 'open', '', '73-autosave', '', '', '2010-12-03 19:27:17', '2010-12-03 19:27:17', '', 73, 'http://friendship-manor.org/wordpress/2010/12/03/73-autosave/', 0, 'revision', '', 0),
(326, 4, '2010-12-03 15:59:31', '2010-12-03 15:59:31', '', 'delete-me-newsletter-test', 'November 2010', 'inherit', 'open', 'open', '', 'delete-me-newsletter-test', '', '', '2010-12-03 15:59:31', '2010-12-03 15:59:31', '', 73, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/delete-me-newsletter-test.jpg', 0, 'attachment', 'image/jpeg', 0),
(334, 5, '2010-12-03 19:24:43', '2010-12-03 19:24:43', 'Click here to see our December Newletter. Check out the GREAT photo''s from our Fall Fashion Show!\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/December-Newsletter-2010-web.pdf">December Newsletter 2010 </a><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/TASC_Newsletter_10_03.pdf"></a><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/TASC_Newsletter_10_03.pdf"></a> \r\n\r\n', 'Newsletter December 2010', '', 'inherit', 'open', 'open', '', '73-revision-5', '', '', '2010-12-03 19:24:43', '2010-12-03 19:24:43', '', 73, 'http://friendship-manor.org/wordpress/2010/12/03/73-revision-5/', 0, 'revision', '', 0),
(327, 4, '2010-12-03 15:56:52', '2010-12-03 15:56:52', 'This is an example Newsletter post. To make a Newsletter post, create a new post and then check the Newsletter box under Categories. It will then appear in the Newsletter section.\r\n\r\n﻿<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/TASC_Newsletter_10_03.pdf">November 2010</a>', 'Newsletter November 2010', '', 'inherit', 'open', 'open', '', '73-revision-3', '', '', '2010-12-03 15:56:52', '2010-12-03 15:56:52', '', 73, 'http://friendship-manor.org/wordpress/2010/12/03/73-revision-3/', 0, 'revision', '', 0),
(344, 2, '2010-11-11 18:25:44', '2010-11-11 18:25:44', 'Friendship Manor’s cozy apartments include private baths, large closets and individually controlled heating. All meals and utilities are included (gas, water, electric and trash). Furnished guest rooms are also available. We offer laundry on premises, a country kitchen for resident use, and covered, secure garage parking. Residents also have access to a heating swimming pool, meeting facilities, entertainment room with big screen, theatre and stage, and game/pool table/arts and crafts room.\r\n\r\nWe offer four floor plans for our units: Large Apartment, Standard Apartment, Studio and Suite. Click the links below to download and view the floor plans.\r\n<ul>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Large-Apartment.pdf">Large Apartment</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Standard-Apartment.pdf">Standard Apartment</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Studio.pdf">Studio</a></li>\r\n	<li><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/Floor-Plan-FM-Suite.pdf">Suite</a></li>\r\n</ul>\r\n<div style="margin-top: 20px;"><img class="alignleft size-full wp-image-228" style="margin-left: -30px; margin-bottom: -20px;" title="our-services" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/our-services.png" alt="Friendship Manor Services" width="278" height="221" /></div>', 'Units/Amenities', '', 'inherit', 'closed', 'closed', '', '51-revision-12', '', '', '2010-11-11 18:25:44', '2010-11-11 18:25:44', '', 51, 'http://friendship-manor.org/wordpress/2010/11/11/51-revision-12/', 0, 'revision', '', 0),
(359, 4, '2011-01-19 20:16:13', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2011-01-19 20:16:13', '0000-00-00 00:00:00', '', 0, 'http://friendship-manor.org/wordpress/?p=359', 0, 'post', '', 0),
(331, 5, '2010-12-03 19:03:24', '2010-12-03 19:03:24', '<ol>\r\n	<li><a href="#one">How much does it cost to live at Friendship Manor?</a></li>\r\n	<li><a href="#two">Are meals prepared?</a></li>\r\n	<li>Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of social opportunities are held at Friendship Manor?</li>\r\n	<li>Is public transportation close by?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n</ol>\r\n<h2><a name="one"></a>1. How much does it cost to live at Friendship Manor?</h2>\r\nFriendship Manor is affordable.\r\n<h2><a name="two"></a>2. Are meals prepared?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n<div style="margin-top: 20px;"><img class="alignleft size-full wp-image-228" style="margin-left: -30px; margin-bottom: -20px;" title="our-services" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/our-services.png" alt="Friendship Manor Services" width="278" height="221" /></div>', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-19', '', '', '2010-12-03 19:03:24', '2010-12-03 19:03:24', '', 44, 'http://friendship-manor.org/wordpress/2010/12/03/44-revision-19/', 0, 'revision', '', 0),
(330, 5, '2010-11-11 18:47:38', '2010-11-11 18:47:38', '<ol>\r\n	<li><a href="#one">How much does it cost to live at Friendship Manor?</a></li>\r\n	<li><a href="#two">Are meals prepared?</a></li>\r\n	<li> Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of social opportunities are held at Friendship Manor?</li>\r\n	<li>Is public transportation close by?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n</ol>\r\n<h2><a name="one"></a>1. How much does it cost to live at Friendship Manor?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n<h2><a name="two"></a>2. Are meals prepared?</h2>\r\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\r\n<div style="margin-top: 20px;"><img class="alignleft size-full wp-image-228" style="margin-left: -30px; margin-bottom: -20px;" title="our-services" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/our-services.png" alt="Friendship Manor Services" width="278" height="221" /></div>', 'Frequently Asked Questions', '', 'inherit', 'open', 'open', '', '44-revision-18', '', '', '2010-11-11 18:47:38', '2010-11-11 18:47:38', '', 44, 'http://friendship-manor.org/wordpress/2010/11/11/44-revision-18/', 0, 'revision', '', 0),
(332, 5, '2010-12-03 19:14:19', '2010-12-03 19:14:19', '', 'December Newsletter 2010 ', '', 'inherit', 'open', 'open', '', 'december-newsletter-2010-web', '', '', '2010-12-03 19:14:19', '2010-12-03 19:14:19', '', 73, 'http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/December-Newsletter-2010-web.pdf', 0, 'attachment', 'application/pdf', 0),
(333, 5, '2010-12-03 16:04:37', '2010-12-03 16:04:37', 'This is an example Newsletter post. To make a Newsletter post, create a new post and then check the Newsletter box under Categories. It will then appear in the Newsletter section.\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/TASC_Newsletter_10_03.pdf">\r\n\r\n[caption id="attachment_326" align="alignnone" width="116" caption="November 2010"]</a><a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/TASC_Newsletter_10_03.pdf"><img class="size-full wp-image-326" title="delete-me-newsletter-test" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/delete-me-newsletter-test.jpg" alt="" width="116" height="151" /></a>[/caption]\r\n\r\n', 'Newsletter November 2010', '', 'inherit', 'open', 'open', '', '73-revision-4', '', '', '2010-12-03 16:04:37', '2010-12-03 16:04:37', '', 73, 'http://friendship-manor.org/wordpress/2010/12/03/73-revision-4/', 0, 'revision', '', 0),
(336, 5, '2010-12-03 19:52:00', '2010-12-03 19:52:00', 'This is a resident holiday party! Santa''s Visit - Light the Tree - Hot Cookies!!', 'Holiday Party December 24th', '', 'publish', 'closed', 'closed', '', 'holiday-party-december-24th', '', '', '2010-12-03 19:52:38', '2010-12-03 19:52:38', '', 0, 'http://friendship-manor.org/wordpress/?p=336', 0, 'post', '', 0),
(337, 5, '2010-12-03 19:51:54', '2010-12-03 19:51:54', 'This is a resident holiday party! Santa''s Visit - Light the Tree - Hot Cookies!!', 'Holiday Party December 24th', '', 'inherit', 'open', 'open', '', '336-revision', '', '', '2010-12-03 19:51:54', '2010-12-03 19:51:54', '', 336, 'http://friendship-manor.org/wordpress/2010/12/03/336-revision/', 0, 'revision', '', 0),
(338, 5, '2010-12-03 19:52:00', '2010-12-03 19:52:00', 'This is a resident holiday party! Santa''s Visit - Light the Tree - Hot Cookies!!', 'Holiday Party December 24th', '', 'inherit', 'open', 'open', '', '336-revision-2', '', '', '2010-12-03 19:52:00', '2010-12-03 19:52:00', '', 336, 'http://friendship-manor.org/wordpress/2010/12/03/336-revision-2/', 0, 'revision', '', 0),
(339, 2, '2010-11-11 18:30:24', '2010-11-11 18:30:24', 'One of the vital parts of our community is our activity program that is planned by our full time Resident Services Director. Friendship and companionship are tremendously important to us, and we do our best to provide a full and varied activity program for our residents.\r\n\r\nMany of our seniors participate in arts and crafts, games such as bingo and cards, and gardening in our outdoor courtyard garden. Our facility offers on-site shopping, an entertainment room with big screen TV, theatre and stage, and grand piano. Transportation is also provided for planned activities or personal and social errands.\r\n\r\n<a href="http://friendship-manor.org/wordpress/category/events/">Click Here to View Our Current Monthly Activities</a>\r\n\r\nIf you would like to volunteer, entertain, or have any related questions regarding Friendship Manor Activities Program, please contact Chris Rendessy at <a href="mailto:Chris@Friendship-Manor.org">Chris@Friendship-Manor.org</a>.\r\n<div style="margin-top: 20px;"><img class="alignleft size-full wp-image-269" style="margin-left: -30px; margin-bottom: -20px;" title="activities" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/activities.png" alt="Friendship Manor Activities" width="560" height="164" /></div>', 'Activities', '', 'inherit', 'open', 'open', '', '54-revision-11', '', '', '2010-11-11 18:30:24', '2010-11-11 18:30:24', '', 54, 'http://friendship-manor.org/wordpress/2010/11/11/54-revision-11/', 0, 'revision', '', 0),
(355, 5, '2011-01-07 21:10:34', '2011-01-07 21:10:34', '', 'January Newsletter 2011 web', 'A New Year!', 'inherit', 'closed', 'closed', '', 'january-newsletter-2011-web', '', '', '2011-01-07 21:10:34', '2011-01-07 21:10:34', '', 0, 'http://friendship-manor.org/wordpress/wp-content/uploads/2011/01/January-Newsletter-2011-web.pdf', 0, 'attachment', 'application/pdf', 0),
(345, 4, '2010-10-13 19:14:33', '2010-10-13 19:14:33', '<span class="underline">For Immediate Release</span>\r\nPress Contacts: Chris Davis / Daniella Elghanayan - (805) 687-3322\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_Relocationrelease_030110.pdf">View this Press Release in printable (PDF) format</a>\r\n<h2>Friendship Manor committed to building a purpose built property for senior residents; free up current University-area location for student housing</h2>\r\n<strong>Goleta, CA, March 1, 2010</strong>—For over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community.  While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time relocate and create ‘purpose built'' housing for their senior residents.\r\n\r\nWhile Friendship Manor has been making the most of its resources over the years to maintain a secure and safe environment for seniors, there are insurmountable limitations to re-design and retrofit.  The concept of purpose built is an approach to housing design and development that, in the case of senior communities, accommodates mobility, access to community resources, and transportation. The current Friendship Manor building was built for student housing in 1967.\r\n\r\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or nonprofit to expand the scope of services available at the new location to meet the needs of a growing senior population.  Friendship Manor would seriously consider an organizational “match” such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\r\n\r\nFriendship Manor has been conducting a Carpinteria to Goleta-wide search for the perfect 4-5 acre location on which to build—ideally a location that would provide easy access to public transportation, local shopping, and medical facilities.  Friendship Manor is diligently rising to this challenge of finding the right property, in the right location, with the proper zoning. The organization faces a much more arbitrary, yet major, obstacle to building new housing: As a 501c3 tax exempt property, this becomes a challenge to cities or counties facing increasing deficits.\r\n\r\n“Our tax exempt status is critical for us to maintain our affordability,” said Skip Szymanski, Board President of Friendship Manor and also serves as the COO of the Housing Authority of the City of Santa Barbara  “Having a broad overview of the affordable housing needs in our area,  Friendship Manor  is a critical piece in the senior housing market.  This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\n“<em>In this economy, a project such as this would generate significant local benefits such as contract work for local companies, and the humanitarian benefit of improving the quality of life for our resident seniors</em>,” added Szymanski.  “We also believe that our current location will be ideal for housing UCSB students. We think it’s a win for the greater Santa Barbara Community.”\r\n\r\nCurrently, Friendship Manor houses 200 senior residents and employs 40 people.  Friendship Manor is a mixed income property allowing seniors of diverse socio-economic backgrounds to live together in one location. Monthly rental rates include meals and utilities and range from $782-$962.   Amenities  include resident “community” gardens, laundry facilities, beauty shop, library, theatre, pool, computer access, onsite maintenance staff, a small store, exercise area, transportation, covered parking, and a variety of planned on and offsite activities.\r\n<h3>Community benefits of a new location</h3>\r\n<ul>\r\n	<li> Provide purpose built housing for approximately 200 seniors</li>\r\n	<li>New construction and landscaping will incorporate green building and environmentally friendly elements</li>\r\n	<li>A convenient location will reduce the need for residents to drive, thereby reducing traffic and safety impacts</li>\r\n	<li>Increased business for local retailers that are located near the new Friendship Manor</li>\r\n	<li>Architectural design will enhance and beautify area</li>\r\n	<li>Workforce housing is increased due to UCSB students freeing up rental units in the area and relocating within walking distance to UCSB</li>\r\n</ul>\r\n<h3>Benefits for Isla Vista/UCSB Area</h3>\r\n<ul>\r\n	<li>Additional housing for students, which is in critical demand</li>\r\n	<li>Reduced traffic impacts in the congested Isla Vista area</li>\r\n	<li>New jobs created to re-create and maintain housing</li>\r\n</ul>\r\n<h3>About Friendship Manor</h3>\r\nFor 37 years, Friendship Manor has been quietly providing senior housing in the Santa Barbara, California area.  It is not just a place to live, but a community that offers comfortable surroundings, which reinforce self respect, self esteem, and encourages new friendships.\r\n\r\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at  <a href="http://www.friendship-manor.org/">www.friendship-manor.org</a>', 'Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'inherit', 'closed', 'closed', '', '164-revision-11', '', '', '2010-10-13 19:14:33', '2010-10-13 19:14:33', '', 164, 'http://friendship-manor.org/wordpress/2010/10/13/164-revision-11/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (346, 4, '2010-10-13 20:24:04', '2010-10-13 20:24:04', 'Santa Barbara Independent, 3/4/2010\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_20100304_Indy_9.pdf">View a printable (PDF) version of this article</a>\r\n\r\nIsla Vista''s Frienship Manor&mdash;home to approximately 200 people 62 years old and over&mdash;announced this week that it is looking to relocate. The search, however, has proven challenging given the facility''s 501(c)(3) tax-exempt property status, which affords its residents less expensive monthly rates. Friendship Manor has said it is open to the idea of partnering and/or sharing facilities with an existing senior center. The move would reportedly benefit both Friendship Manor residents and UCSB students, as vacating the current facility would allow seniors increased community access and students additional university housing.', 'Santa Barbara Independent: Isla Vista''s Friendship Manor', '', 'inherit', 'closed', 'closed', '', '198-revision-5', '', '', '2010-10-13 20:24:04', '2010-10-13 20:24:04', '', 198, 'http://friendship-manor.org/wordpress/2010/10/13/198-revision-5/', 0, 'revision', '', 0),
(347, 4, '2010-10-13 20:00:34', '2010-10-13 20:00:34', 'KEYT News, Santa Barbara\r\nMar 5, 2010\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_20100305_KEYT.pdf">View printable (PDF) version of this article</a>\r\n\r\nIsla Vista''s Friendship Manor is looking for a new home, after over 30-years at it''s present site on El Colegio Road.\r\n\r\nRight now, about 200-seniors live at the multi-story facility. However, the non-profit is looking for a new, modern, upgraded home for it''s residents.\r\n\r\nCurrently, they are seeking community support to find a site, somewhere between Goleta and Carpinteria.\r\n\r\nOnce a new location for Friendship Manor is found, the current site will be sold, possibly for student housing.', 'KEYT: Senior Residence Looking to Relocate', '', 'inherit', 'closed', 'closed', '', '189-revision-3', '', '', '2010-10-13 20:00:34', '2010-10-13 20:00:34', '', 189, 'http://friendship-manor.org/wordpress/2010/10/13/189-revision-3/', 0, 'revision', '', 0),
(348, 4, '2010-10-13 19:47:11', '2010-10-13 19:47:11', 'By Sonia Fernandez, Noozhawk Staff Writer | Published on 03.08.2010\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_20100308_Noozhawk.pdf">View a printable (PDF) version of this story</a>\r\n\r\nThe independent-living facility says its current location doesn''t fit the needs of its elderly residents\r\n\r\n[caption id="attachment_182" align="aligncenter" width="397" caption="Resident Shirley Bagwell welcomes <br />Friendship Manor\\''s move to a new location."]<img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/03/noozhawk-fm-shirley-bagwell.jpg" alt="Shirley Bagwell, Friendship Manor Resident" title="noozhawk-fm-shirley-bagwell" width="397" height="283" class="size-full wp-image-182" />[/caption]\r\n\r\nThey’ve done the best they could with what they’ve had. They’ve even flourished. But now it’s time for these seniors to get a place of their own.\r\n\r\nPatricia Fabing, marketing director for Friendship Manor, an independent senior living facility on El Colegio Road in Isla Vista, says it’s time to look into the future and step out of the current digs into a more “purpose-built” home.\r\n\r\n“We’d like to be more current, and maybe cutting-edge,” Fabing said.\r\n\r\nBuilt in the 1960s, the complex of buildings that houses the 200 seniors who live in Friendship Manor was originally the College Inn, built for student housing. A student-population drop in the early 1970s, after the riots that resulted in the burning of the Bank of America in Isla Vista in 1970, prompted the owners of the complex to offer it up for sale. The purchasers turned the complex into an independent-living facility, which it remains today.\r\n\r\nAs well as the buildings and the grounds have been used to create and maintain a thriving senior community for nearly 40 years, there’s only so much one can do to a building meant for younger, more able-bodied people to make it useful for the more elderly crowd — for whom mobility, accessibility and safety are big issues.\r\n\r\n“This place was built for kids,” resident Shirley Bagwell said.\r\n\r\nFor instance, she said, the showers are small, and adding grab bars makes them even smaller. The stair steps aren’t deep enough to use with a cane or a walker, and there’s only one elevator in the whole complex.\r\nFabing said there are too many cost-prohibitive obstacles to performing needed retrofits. That, coupled with a desire to create greener standards of living for the senior residents, led to the decision to search for a place to build the ideal facility.\r\n\r\nWhat will remain the same, however, are the activities and the amenities.\r\n\r\nThe organization has been looking at Goleta, but it’s also considering a broader search for a four- to five-acre site on which to build new senior housing. It would have a larger footprint than the current site, about three acres, to accommodate what Fabing calls the oncoming “senior tsunami,” the wave of seniors who may have to move out of their homes and into an independent-living situation.\r\n\r\nFabing said what makes Friendship Manor unique is that it’s virtually the only independent-living facility in town that incorporates a diversity of seniors from various economic situations. Other facilities are too pricey for some retirees, or seniors may not fit the requirements.\r\n\r\n“It brings a vitality,” resident Sue Lipsky said of the social diversity of the seniors who come to Friendship Manor. “And I’ve always been excited about that.”\r\n\r\nThe move won’t be an easy feat for Friendship Manor. Aside from the normal travails of finding, acquiring and developing land on the South Coast, preferably with access to shops and hospitals, the nonprofit organization’s tax-exempt status may not make its project as attractive to local jurisdictions as one that would be required to pay local property taxes.\r\n\r\n“Our tax-exempt status is critical for us to maintain our affordability,” Skip Szymanski, board president of Friendship Manor, said in a recent statement. “Having a broad overview of the affordable housing needs in our area, Friendship Manor is a critical piece in the senior housing market. This allows us to offer incredible value to our senior residents and also sends out an important message about how we operate in the community.”\r\n\r\nFriendship Manor is looking to partner with other organizations with similar goals to collaborate on ways to provide care and services to seniors — potentially easing up on the need for those services from local jurisdictions.\r\nFabing said there are other benefits to the move. The current building is located in the middle of prime student housing, and can be reconverted to its original purpose, helping alleviate the congestion and parking crunch of Isla Vista when UCSB is in session.\r\n\r\nAlso, according to the organization, local retailers would benefit from having a population of 200 or so seniors in the area.\r\nThe construction and move — if and when they happen — will be a major expense to the organization, which will use the money from the sale of its current building to cover the cost. However, Fabing, who would not speculate on the total cost of the project at this time, provided assurance that the organization would search for other ways to fund the project before considering any price raise to the seniors — and that there would be “no senior left behind” during the relocation.\r\n\r\nThat comes as good news for senior residents such as Frank Hazen, who came to Friendship Manor with his wife just a few years ago.\r\n\r\n“It’s wonderful here,” said Hazen, whose wife died recently. “It’s the easiest living we’ve ever had in our lives.”\r\n\r\n&mdash; Noozhawk staff writer Sonia Fernandez can be reached at <a href="mailto:sfernandez@noozhawk.com ">sfernandez@noozhawk.com</a>.', 'Noozhawk: Friendship Manor Looking for New Place to Call Home', '', 'inherit', 'closed', 'closed', '', '177-revision-9', '', '', '2010-10-13 19:47:11', '2010-10-13 19:47:11', '', 177, 'http://friendship-manor.org/wordpress/2010/10/13/177-revision-9/', 0, 'revision', '', 0),
(349, 4, '2010-10-13 20:15:50', '2010-10-13 20:15:50', 'Santa Barbara News Press, 3/14/2010\r\n\r\n<a href="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/FM_20100314_SBNP_E44.pdf">View printable (PDF) version of this article</a>\r\n\r\nFriendship Manor, committed to building a purpose, built property for senior residents; free up current University-area location for student housing [sic].\r\n\r\nFor over 37 years, Goleta-based Friendship Manor has been a prominent fixture in the Isla Vista community. While the retirement community offers some of the most affordable housing for those 62 and over in the Santa Barbara area, leaders of the nonprofit organization say it is time to relocate and create "purpose built" housing for their senior residents.\r\n\r\nIn addition to spreading the word of their search for new real estate, Friendship Manor is also seeking to partner with a like-minded organization or non-profit to expand the scope of services available at the new location to meet the needs of a growing senior population. Friendship Manor would seriously consider an organizational "match" such as a senior day care center or other type of senior-related group that has an interest in sharing part of their new space.\r\n\r\nFor more information about Friendship Manor and to learn about how you can help, please contact Patricia Fabing, Community Outreach Coordinator at 805-968-0771 or on the web at http://www.friendship-manor.org/\r\n\r\n<em>We want the community to hear about your real estate related fundraisers, charity work, events and accomplishments. Please submit your good news to bbrown@newspress.com.</em>', 'Santa Barbara News Press: Friendship Manor Housing for Seniors Seeks Land for Relocation', '', 'inherit', 'closed', 'closed', '', '194-revision-3', '', '', '2010-10-13 20:15:50', '2010-10-13 20:15:50', '', 194, 'http://friendship-manor.org/wordpress/2010/10/13/194-revision-3/', 0, 'revision', '', 0),
(362, 2, '2011-01-19 20:50:36', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2011-01-19 20:50:36', '0000-00-00 00:00:00', '', 0, 'http://friendship-manor.org/wordpress/?p=362', 0, 'post', '', 0),
(358, 5, '2011-01-07 21:44:14', '2011-01-07 21:44:14', '<ol>\r\n	<li><a href="#one">How much does it cost to live at Friendship Manor?</a></li>\r\n	<li><a href="#two">Are meals prepared?</a></li>\r\n	<li>Is housekeeping available?</li>\r\n	<li>What is the size of the apartment units? Is it possible to see a floor plan?</li>\r\n	<li>What amenities are included?</li>\r\n	<li>Can residents have pets?</li>\r\n	<li>What type of social opportunities are held at Friendship Manor?</li>\r\n	<li>Is public transportation close by?</li>\r\n	<li>Is there an elevator?</li>\r\n	<li>How long will it take to get an apartment?</li>\r\n</ol>\r\n<h2><a name="one"></a>1. How much does it cost to live at Friendship Manor?</h2>\r\nRates vary according to the size of the apartment.  Our small studio at $787 per month which includes 3 buffet style meals and utilities.\r\n<h2><a name="two"></a>2. Are meals prepared?</h2>\r\n<div style="margin-top: 20px;">Yes. Our meals are prepared fresh daily and served buffet style.  All meals and utilities are included in the cost of living at Friendship Manor.</div>', 'Frequently Asked Questions', '', 'inherit', 'closed', 'closed', '', '44-revision-22', '', '', '2011-01-07 21:44:14', '2011-01-07 21:44:14', '', 44, 'http://friendship-manor.org/wordpress/2011/01/07/44-revision-22/', 0, 'revision', '', 0),
(364, 4, '2010-10-18 19:13:07', '2010-10-18 19:13:07', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\nClick here for <a href="/wordpress/about/frequently-asked-questions/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Frequently Asked Questions</a>.\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="mailto:info@friendship-manor.org">info@friendship-manor.org</a>\r\n<div style="margin-top: 20px;">\r\n<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small></div>\r\n<div style="margin-top: 20px;"><img src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" title="contact" width="306" height="211" class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" /></div>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '15-revision-19', '', '', '2010-10-18 19:13:07', '2010-10-18 19:13:07', '', 15, 'http://friendship-manor.org/2010/10/18/15-revision-19/', 0, 'revision', '', 0),
(367, 4, '2011-01-19 21:28:27', '2011-01-19 21:28:27', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\n<!-- Click here for <a href="/wordpress/about/frequently-asked-questions/?phpMyAdmin=efdaeb8ed4edfa9a0065b25d3b2cd08a">Frequently Asked Questions. -->\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="mailto:info@friendship-manor.org">info@friendship-manor.org</a>\r\n<div style="margin-top: 20px;"><small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A">View Larger Map</a></small></div>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" title="contact" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" width="306" height="211" /></div>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '15-revision-22', '', '', '2011-01-19 21:28:27', '2011-01-19 21:28:27', '', 15, 'http://friendship-manor.org/2011/01/19/15-revision-22/', 0, 'revision', '', 0),
(370, 2, '2011-01-20 19:33:09', '2011-01-20 19:33:09', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="mailto:info@friendship-manor.org">info@friendship-manor.org</a>\r\n<div style="margin-top: 20px;"><small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A">View Larger Map</a></small></div>\r\n<div style="margin-top: 20px;"><img class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" title="contact" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" width="306" height="211" /></div>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '15-revision-24', '', '', '2011-01-20 19:33:09', '2011-01-20 19:33:09', '', 15, 'http://friendship-manor.org/2011/01/20/15-revision-24/', 0, 'revision', '', 0),
(371, 2, '2011-01-20 19:34:43', '2011-01-20 19:34:43', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="mailto:info@friendship-manor.org">info@friendship-manor.org</a>\r\n<div style="margin-top: 20px;"><small><a style="color: #0000ff; text-align: left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.021242,0.025749&amp;z=14&amp;iwloc=A">View Larger Map</a></small></div>\r\n<div style="margin-top: 60px;"><img class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" title="contact" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" width="306" height="211" /></div>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '15-revision-25', '', '', '2011-01-20 19:34:43', '2011-01-20 19:34:43', '', 15, 'http://friendship-manor.org/2011/01/20/15-revision-25/', 0, 'revision', '', 0),
(372, 2, '2011-01-20 19:36:34', '2011-01-20 19:36:34', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="mailto:info@friendship-manor.org">info@friendship-manor.org</a>\r\n<div style="margin-top: 20px;"><iframe width="300" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.05275,0.132093&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.05275,0.132093&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small></div>\r\n<div style="margin-top: 60px;"><img class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" title="contact" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" width="306" height="211" /></div>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '15-revision-26', '', '', '2011-01-20 19:36:34', '2011-01-20 19:36:34', '', 15, 'http://friendship-manor.org/2011/01/20/15-revision-26/', 0, 'revision', '', 0),
(373, 2, '2011-01-20 19:37:06', '2011-01-20 19:37:06', 'If you or a family member are interested in learning more about Friendship Manor and independent senior living, we’re here to help. Call us today!\r\n\r\n<strong>Friendship Manor</strong>\r\n6647 El Colegio Road\r\nGoleta, California 93117\r\nPhone: (805) 968-0771\r\nFax: (805) 968-2181\r\n<a href="mailto:info@friendship-manor.org">info@friendship-manor.org</a>\r\n<div style="margin-top: 20px;"><iframe width="400" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.05275,0.132093&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=6647+El+Colegio+Road,+Isla+Vista,+CA&amp;sll=37.0625,-95.677068&amp;sspn=47.751524,79.013672&amp;ie=UTF8&amp;hq=&amp;hnear=6647+El+Colegio+Rd,+Isla+Vista,+Santa+Barbara,+California+93117&amp;ll=34.416823,-119.859896&amp;spn=0.05275,0.132093&amp;z=14&amp;iwloc=A" style="color:#0000FF;text-align:left">View Larger Map</a></small></div>\r\n<div style="margin-top: 60px;"><img class="alignright size-full wp-image-235" style="margin-bottom: -20px; margin-right: -20px;" title="contact" src="http://friendship-manor.org/wordpress/wp-content/uploads/2010/10/contact.png" alt="Contact Us" width="306" height="211" /></div>', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '15-revision-27', '', '', '2011-01-20 19:37:06', '2011-01-20 19:37:06', '', 15, 'http://friendship-manor.org/2011/01/20/15-revision-27/', 0, 'revision', '', 0);

-- --------------------------------------------------------

-- 
-- Table structure for table `wp_term_relationships`
-- 

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1, 2, 0),
(2, 2, 0),
(3, 2, 0),
(4, 2, 0),
(5, 2, 0),
(6, 2, 0),
(7, 2, 0),
(304, 3, 0),
(8, 3, 0),
(9, 3, 0),
(14, 3, 0),
(17, 3, 0),
(43, 3, 0),
(39, 3, 0),
(40, 3, 0),
(46, 3, 0),
(50, 3, 0),
(53, 3, 0),
(56, 3, 0),
(66, 3, 0),
(67, 3, 0),
(68, 3, 0),
(65, 3, 0),
(73, 4, 0),
(73, 7, 0),
(163, 3, 0),
(164, 5, 0),
(177, 6, 0),
(189, 6, 0),
(194, 6, 0),
(198, 6, 0),
(73, 8, 0),
(336, 8, 0),
(336, 4, 0);

-- --------------------------------------------------------

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

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

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

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', 0, 0),
(2, 2, 'link_category', '', 0, 7),
(3, 3, 'nav_menu', '', 0, 17),
(4, 4, 'category', '', 0, 2),
(5, 5, 'category', '', 0, 1),
(6, 6, 'category', '', 0, 4),
(7, 7, 'category', '', 0, 1),
(8, 8, 'category', '', 0, 2);

-- --------------------------------------------------------

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

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `slug` (`slug`),
  KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

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

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Uncategorized', 'uncategorized', 0),
(2, 'Blogroll', 'blogroll', 0),
(3, 'mainnav', 'mainnav', 0),
(4, 'What''s New', 'whats-new', 0),
(5, 'News Releases', 'newsreleases', 0),
(6, 'Selected News Stories', 'selectednewsstories', 0),
(7, 'Newsletter', 'newsletter', 0),
(8, 'Events', 'events', 0);

-- --------------------------------------------------------

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

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=97 DEFAULT CHARSET=utf8 AUTO_INCREMENT=97 ;

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

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'wp-admin'),
(4, 1, 'description', 'Executive Director of Friendship Manor'),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'aim', ''),
(10, 1, 'yim', ''),
(11, 1, 'jabber', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'wp_dashboard_quick_press_last_post_id', '329'),
(15, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(16, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'),
(17, 1, 'nav_menu_recently_edited', '3'),
(18, 1, 'wp_user-settings', 'editor=html&m4=o&m1=o&align=left&imgsize=full&urlbutton=none'),
(19, 1, 'wp_user-settings-time', '1289501241'),
(20, 2, 'first_name', 'Daniel'),
(21, 2, 'last_name', 'Potter'),
(22, 2, 'nickname', 'Daniel'),
(23, 2, 'description', ''),
(24, 2, 'rich_editing', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'aim', ''),
(29, 2, 'yim', ''),
(30, 2, 'jabber', ''),
(31, 2, 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'),
(32, 2, 'wp_user_level', '10'),
(34, 3, 'first_name', 'Daniella'),
(35, 3, 'last_name', 'Elghanayan'),
(36, 3, 'nickname', 'Daniella'),
(37, 3, 'description', ''),
(38, 3, 'rich_editing', 'true'),
(39, 3, 'comment_shortcuts', 'false'),
(40, 3, 'admin_color', 'fresh'),
(41, 3, 'use_ssl', '0'),
(42, 3, 'aim', ''),
(43, 3, 'yim', ''),
(44, 3, 'jabber', ''),
(45, 3, 'wp_capabilities', 'a:1:{s:6:"editor";s:1:"1";}'),
(46, 3, 'wp_user_level', '7'),
(47, 1, 'closedpostboxes_dashboard', 'a:0:{}'),
(48, 1, 'metaboxhidden_dashboard', 'a:3:{i:0;s:17:"dashboard_plugins";i:1;s:17:"dashboard_primary";i:2;s:19:"dashboard_secondary";}'),
(49, 3, 'wp_dashboard_quick_press_last_post_id', '287'),
(50, 1, 'default_password_nag', '1'),
(54, 2, 'nav_menu_recently_edited', '3'),
(52, 2, 'wp_dashboard_quick_press_last_post_id', '362'),
(53, 2, 'wp_user-settings-time', '1289941153'),
(55, 2, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(56, 2, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'),
(57, 2, 'wp_user-settings', 'editor=html'),
(58, 4, 'first_name', 'Juliana'),
(59, 4, 'last_name', 'Minsky'),
(60, 4, 'nickname', 'Juliana'),
(61, 4, 'description', ''),
(62, 4, 'rich_editing', 'true'),
(63, 4, 'comment_shortcuts', 'false'),
(64, 4, 'admin_color', 'fresh'),
(65, 4, 'use_ssl', '0'),
(66, 4, 'aim', ''),
(67, 4, 'yim', ''),
(68, 4, 'jabber', ''),
(69, 4, 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'),
(70, 4, 'wp_user_level', '10'),
(71, 5, 'first_name', 'Patricia'),
(72, 5, 'last_name', 'Fabing'),
(73, 5, 'nickname', 'Patricia'),
(74, 5, 'description', ''),
(75, 5, 'rich_editing', 'true'),
(76, 5, 'comment_shortcuts', 'false'),
(77, 5, 'admin_color', 'fresh'),
(78, 5, 'use_ssl', '0'),
(79, 5, 'aim', ''),
(80, 5, 'yim', ''),
(81, 5, 'jabber', ''),
(82, 5, 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'),
(83, 5, 'wp_user_level', '10'),
(84, 4, 'wp_dashboard_quick_press_last_post_id', '359'),
(85, 4, 'closedpostboxes_dashboard', 'a:4:{i:0;s:25:"dashboard_recent_comments";i:1;s:17:"dashboard_plugins";i:2;s:17:"dashboard_primary";i:3;s:19:"dashboard_secondary";}'),
(86, 4, 'metaboxhidden_dashboard', 'a:0:{}'),
(87, 4, 'wp_user-settings', 'editor=html&m1=o&m2=c&m3=c&m11=c&m13=c&m4=c'),
(88, 4, 'wp_user-settings-time', '1295472344'),
(89, 4, 'closedpostboxes_post', 'a:0:{}'),
(90, 4, 'metaboxhidden_post', 'a:1:{i:0;s:7:"slugdiv";}'),
(91, 5, 'wp_dashboard_quick_press_last_post_id', '354'),
(92, 5, 'wp_user-settings', 'm4=o&editor=tinymce&hidetb=1&align=right&imgsize=medium&m1=o&m8=c&m2=o&m3=o'),
(93, 5, 'wp_user-settings-time', '1294435548'),
(94, 4, 'nav_menu_recently_edited', '3'),
(95, 4, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}'),
(96, 4, 'metaboxhidden_nav-menus', 'a:3:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";i:2;s:11:"add-ngg_tag";}');

-- --------------------------------------------------------

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

CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(64) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

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

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'admin', '$P$BLT1fyYV/aePJoUO6n.fDMlkMXch7D/', 'admin', 'dan@friendship-manor.org', 'http://www.friendship-manor.org', '2010-09-30 01:25:26', '', 0, 'admin'),
(2, 'Daniel', '$P$B1Q/0PqCaHHOUYiJkm39CdrC/3uToA1', 'daniel', 'dlp@silverthreaded.com', '', '2010-10-09 18:37:20', '', 0, 'Daniel'),
(3, 'Daniella', '$P$BctVm4QnOJsnI.hNwKqC/EYkWNqCfB.', 'daniella', 'delghanayan@gmail.com', 'http://www.surfmedia.com/', '2010-11-11 02:58:02', '', 0, 'Daniella'),
(4, 'Juliana', '$P$BwqbJuzdRmDvWYI07zD1.8LX2UCFFZ.', 'juliana', 'jm@surfmedia.com', '', '2010-11-30 22:21:35', '', 0, 'Juliana'),
(5, 'Patricia', '$P$BDvSEv.9AGTpCsauAjG3Vxu8DIjWgn/', 'patricia', 'patricia@friendship-manor.org', '', '2010-11-30 22:29:23', '', 0, 'Patricia');

-- --------------------------------------------------------

-- 
-- Table structure for table `wp_wpr_autoresponder_messages`
-- 

CREATE TABLE `wp_wpr_autoresponder_messages` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `aid` int(11) NOT NULL DEFAULT '0',
  `subject` text NOT NULL,
  `htmlenabled` tinyint(1) NOT NULL DEFAULT '0',
  `textbody` text NOT NULL,
  `htmlbody` text NOT NULL,
  `sequence` int(11) NOT NULL DEFAULT '0',
  `attachimages` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `wp_wpr_autoresponder_messages`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_wpr_autoresponders`
-- 

CREATE TABLE `wp_wpr_autoresponders` (
  `nid` int(11) NOT NULL DEFAULT '0',
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `nid` (`nid`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `wp_wpr_autoresponders`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_wpr_blog_series`
-- 

CREATE TABLE `wp_wpr_blog_series` (
  `id` tinyint(4) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `catid` varchar(100) NOT NULL DEFAULT '',
  `frequency` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `wp_wpr_blog_series`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_wpr_blog_subscription`
-- 

CREATE TABLE `wp_wpr_blog_subscription` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sid` int(11) NOT NULL DEFAULT '0',
  `type` enum('all','cat') NOT NULL DEFAULT 'all',
  `catid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `sid` (`sid`,`type`,`catid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `wp_wpr_blog_subscription`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_wpr_custom_fields`
-- 

CREATE TABLE `wp_wpr_custom_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nid` int(11) NOT NULL DEFAULT '0',
  `type` enum('enum','text','hidden') NOT NULL DEFAULT 'enum',
  `name` varchar(50) NOT NULL DEFAULT '',
  `label` varchar(50) NOT NULL DEFAULT '',
  `enum` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `nid` (`nid`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `wp_wpr_custom_fields`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_wpr_custom_fields_values`
-- 

CREATE TABLE `wp_wpr_custom_fields_values` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nid` int(11) NOT NULL DEFAULT '0',
  `sid` int(11) NOT NULL DEFAULT '0',
  `cid` int(11) NOT NULL DEFAULT '0',
  `value` text NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `nid` (`nid`,`sid`,`cid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `wp_wpr_custom_fields_values`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_wpr_followup_subscriptions`
-- 

CREATE TABLE `wp_wpr_followup_subscriptions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sid` int(11) NOT NULL DEFAULT '0',
  `type` enum('autoresponder','postseries') NOT NULL DEFAULT 'autoresponder',
  `eid` int(4) NOT NULL DEFAULT '0',
  `sequence` smallint(6) NOT NULL DEFAULT '0',
  `last_date` int(11) NOT NULL DEFAULT '0',
  `doc` varchar(25) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `sid` (`sid`,`type`,`eid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `wp_wpr_followup_subscriptions`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_wpr_newsletter_mailouts`
-- 

CREATE TABLE `wp_wpr_newsletter_mailouts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `nid` int(11) NOT NULL DEFAULT '0',
  `subject` varchar(100) NOT NULL DEFAULT '',
  `textbody` text NOT NULL,
  `htmlbody` text NOT NULL,
  `time` varchar(25) NOT NULL DEFAULT '',
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `recipients` text NOT NULL,
  `attachimages` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `wp_wpr_newsletter_mailouts`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_wpr_newsletters`
-- 

CREATE TABLE `wp_wpr_newsletters` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL DEFAULT '',
  `reply_to` varchar(50) NOT NULL DEFAULT '',
  `description` text NOT NULL,
  `confirm_subject` varchar(100) NOT NULL DEFAULT '',
  `confirm_body` text NOT NULL,
  `confirmed_subject` varchar(100) NOT NULL DEFAULT '',
  `confirmed_body` text NOT NULL,
  `fromname` varchar(50) NOT NULL DEFAULT '',
  `fromemail` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `wp_wpr_newsletters`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_wpr_queue`
-- 

CREATE TABLE `wp_wpr_queue` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `from` varchar(200) NOT NULL DEFAULT '',
  `fromname` varchar(50) NOT NULL DEFAULT '',
  `to` varchar(200) NOT NULL DEFAULT '',
  `subject` text NOT NULL,
  `htmlbody` text NOT NULL,
  `textbody` text NOT NULL,
  `headers` text NOT NULL,
  `sent` int(11) NOT NULL DEFAULT '0',
  `htmlenabled` tinyint(1) NOT NULL DEFAULT '0',
  `attachimages` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `wp_wpr_queue`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_wpr_subscriber_transfer`
-- 

CREATE TABLE `wp_wpr_subscriber_transfer` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `source` int(10) unsigned NOT NULL DEFAULT '0',
  `dest` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `unsub_from_nid` (`source`,`dest`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `wp_wpr_subscriber_transfer`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_wpr_subscribers`
-- 

CREATE TABLE `wp_wpr_subscribers` (
  `nid` int(11) NOT NULL DEFAULT '0',
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `date` varchar(30) NOT NULL DEFAULT '',
  `active` tinyint(1) NOT NULL DEFAULT '1',
  `fid` int(11) DEFAULT NULL,
  `confirmed` tinyint(1) NOT NULL DEFAULT '0',
  `hash` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `nid_2` (`nid`,`email`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `wp_wpr_subscribers`
-- 


-- --------------------------------------------------------

-- 
-- Table structure for table `wp_wpr_subscription_form`
-- 

CREATE TABLE `wp_wpr_subscription_form` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL DEFAULT '',
  `return_url` varchar(150) NOT NULL DEFAULT '',
  `followup_type` enum('postseries','autoresponder','none') NOT NULL DEFAULT 'postseries',
  `followup_id` int(11) NOT NULL DEFAULT '0',
  `blogsubscription_type` enum('all','cat','none') NOT NULL DEFAULT 'all',
  `blogsubscription_id` int(11) NOT NULL DEFAULT '0',
  `nid` int(11) NOT NULL DEFAULT '0',
  `custom_fields` varchar(100) NOT NULL DEFAULT '',
  `confirm_subject` text NOT NULL,
  `confirm_body` text NOT NULL,
  `confirmed_subject` text NOT NULL,
  `confirmed_body` text NOT NULL,
  `confirm_url` varchar(100) NOT NULL DEFAULT '',
  `submit_button` varchar(45) NOT NULL DEFAULT 'Subscribe',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- 
-- Dumping data for table `wp_wpr_subscription_form`
-- 

