-- MySQL dump 10.13  Distrib 5.5.19, for Linux (x86_64)
--
-- Host: 184.168.155.94    Database: fre1307908252046
-- ------------------------------------------------------
-- Server version	5.0.96-log

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

--
-- Table structure for table `wp_backup_and_move`
--

DROP TABLE IF EXISTS `wp_backup_and_move`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_backup_and_move` (
  `bid` bigint(20) unsigned NOT NULL auto_increment,
  `bfile` text NOT NULL,
  `backup_created_on` datetime NOT NULL default '0000-00-00 00:00:00',
  `backup_created_by` varchar(60) NOT NULL,
  PRIMARY KEY  (`bid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_backup_and_move`
--

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

--
-- Table structure for table `wp_cat_redirect`
--

DROP TABLE IF EXISTS `wp_cat_redirect`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_cat_redirect` (
  `id` mediumint(10) NOT NULL auto_increment,
  `cat_id` mediumint(10) NOT NULL,
  `url` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_cat_redirect`
--

LOCK TABLES `wp_cat_redirect` WRITE;
/*!40000 ALTER TABLE `wp_cat_redirect` DISABLE KEYS */;
INSERT INTO `wp_cat_redirect` VALUES (1,1,'http://freereincenter.com/?page_id=44');
INSERT INTO `wp_cat_redirect` VALUES (2,4,'http://freereincenter.com/?page_id=163');
INSERT INTO `wp_cat_redirect` VALUES (3,3,'http://freereincenter.com/?page_id=187');
/*!40000 ALTER TABLE `wp_cat_redirect` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL auto_increment,
  `comment_post_ID` bigint(20) unsigned NOT NULL default '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL default '',
  `comment_author_url` varchar(200) NOT NULL default '',
  `comment_author_IP` varchar(100) NOT NULL default '',
  `comment_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL default '0',
  `comment_approved` varchar(20) NOT NULL default '1',
  `comment_agent` varchar(255) NOT NULL default '',
  `comment_type` varchar(20) NOT NULL default '',
  `comment_parent` bigint(20) unsigned NOT NULL default '0',
  `user_id` bigint(20) unsigned NOT NULL default '0',
  PRIMARY KEY  (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (11,63,'Homepage','','http://www.TNlaxERfb.com','83.143.242.27','2015-11-10 07:49:35','2015-11-10 07:49:35','<strong>... [Trackback]</strong>\n\n[...] Informations on that Topic: freereincenter.com/?page_id=63 [...]',0,'0','Opera/9.80 (Windows NT 5.1; U; ja) Presto/2.8.131 Version/11.11','trackback',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_custom_headers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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,
  `header_type` varchar(255) NOT NULL,
  `filetype` varchar(255) NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=75 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_custom_headers` WRITE;
/*!40000 ALTER TABLE `wp_custom_headers` DISABLE KEYS */;
INSERT INTO `wp_custom_headers` VALUES (1,1,'','media','');
INSERT INTO `wp_custom_headers` VALUES (2,5,'Default','media','Default');
INSERT INTO `wp_custom_headers` VALUES (3,7,'image1.jpg','media','jpg');
INSERT INTO `wp_custom_headers` VALUES (4,9,'image3.jpg','media','jpg');
INSERT INTO `wp_custom_headers` VALUES (5,10,'Default','media','Default');
INSERT INTO `wp_custom_headers` VALUES (6,12,'Default','media','Default');
INSERT INTO `wp_custom_headers` VALUES (7,13,'','media','');
INSERT INTO `wp_custom_headers` VALUES (8,14,'image3.jpg','media','jpg');
INSERT INTO `wp_custom_headers` VALUES (9,16,'Default','media','Default');
INSERT INTO `wp_custom_headers` VALUES (10,18,'Default','media','Default');
INSERT INTO `wp_custom_headers` VALUES (11,20,'image1.jpg','media','jpg');
INSERT INTO `wp_custom_headers` VALUES (12,21,'','media','');
INSERT INTO `wp_custom_headers` VALUES (13,22,'','media','');
INSERT INTO `wp_custom_headers` VALUES (14,23,'','media','');
INSERT INTO `wp_custom_headers` VALUES (15,24,'','media','');
INSERT INTO `wp_custom_headers` VALUES (16,25,'','media','');
INSERT INTO `wp_custom_headers` VALUES (17,26,'','media','');
INSERT INTO `wp_custom_headers` VALUES (18,27,'','media','');
INSERT INTO `wp_custom_headers` VALUES (19,28,'','media','');
INSERT INTO `wp_custom_headers` VALUES (20,29,'','media','');
INSERT INTO `wp_custom_headers` VALUES (21,30,'','media','');
INSERT INTO `wp_custom_headers` VALUES (22,2,'','media','');
INSERT INTO `wp_custom_headers` VALUES (23,42,'Default','media','Default');
INSERT INTO `wp_custom_headers` VALUES (24,48,'','media','');
INSERT INTO `wp_custom_headers` VALUES (25,54,'','media','');
INSERT INTO `wp_custom_headers` VALUES (26,55,'','media','');
INSERT INTO `wp_custom_headers` VALUES (27,58,'','media','');
INSERT INTO `wp_custom_headers` VALUES (28,63,'Default','media','Default');
INSERT INTO `wp_custom_headers` VALUES (29,65,'Default','media','Default');
INSERT INTO `wp_custom_headers` VALUES (30,80,'','media','');
INSERT INTO `wp_custom_headers` VALUES (31,101,'','media','');
INSERT INTO `wp_custom_headers` VALUES (32,108,'','media','');
INSERT INTO `wp_custom_headers` VALUES (33,109,'','media','');
INSERT INTO `wp_custom_headers` VALUES (34,110,'','media','');
INSERT INTO `wp_custom_headers` VALUES (35,114,'','media','');
INSERT INTO `wp_custom_headers` VALUES (36,122,'','media','');
INSERT INTO `wp_custom_headers` VALUES (37,123,'','media','');
INSERT INTO `wp_custom_headers` VALUES (38,125,'Default','media','Default');
INSERT INTO `wp_custom_headers` VALUES (39,135,'','media','');
INSERT INTO `wp_custom_headers` VALUES (40,147,'','media','');
INSERT INTO `wp_custom_headers` VALUES (41,148,'','media','');
INSERT INTO `wp_custom_headers` VALUES (42,149,'','media','');
INSERT INTO `wp_custom_headers` VALUES (43,151,'Default','media','Default');
INSERT INTO `wp_custom_headers` VALUES (44,166,'','media','');
INSERT INTO `wp_custom_headers` VALUES (45,167,'','media','');
INSERT INTO `wp_custom_headers` VALUES (46,174,'','media','');
INSERT INTO `wp_custom_headers` VALUES (47,175,'','media','');
INSERT INTO `wp_custom_headers` VALUES (48,180,'','media','');
INSERT INTO `wp_custom_headers` VALUES (49,181,'','media','');
INSERT INTO `wp_custom_headers` VALUES (50,190,'Default','media','Default');
INSERT INTO `wp_custom_headers` VALUES (51,205,'','media','');
INSERT INTO `wp_custom_headers` VALUES (52,210,'','media','');
INSERT INTO `wp_custom_headers` VALUES (53,219,'','media','');
INSERT INTO `wp_custom_headers` VALUES (54,223,'','media','');
INSERT INTO `wp_custom_headers` VALUES (55,233,'','media','');
INSERT INTO `wp_custom_headers` VALUES (56,237,'','media','');
INSERT INTO `wp_custom_headers` VALUES (57,240,'','media','');
INSERT INTO `wp_custom_headers` VALUES (58,241,'','media','');
INSERT INTO `wp_custom_headers` VALUES (59,263,'','media','');
INSERT INTO `wp_custom_headers` VALUES (60,266,'','media','');
INSERT INTO `wp_custom_headers` VALUES (61,272,'','media','');
INSERT INTO `wp_custom_headers` VALUES (62,273,'','media','');
INSERT INTO `wp_custom_headers` VALUES (63,276,'','media','');
INSERT INTO `wp_custom_headers` VALUES (64,291,'','media','');
INSERT INTO `wp_custom_headers` VALUES (65,296,'','media','');
INSERT INTO `wp_custom_headers` VALUES (66,300,'','media','');
INSERT INTO `wp_custom_headers` VALUES (67,301,'','media','');
INSERT INTO `wp_custom_headers` VALUES (68,305,'','media','');
INSERT INTO `wp_custom_headers` VALUES (69,318,'','media','');
INSERT INTO `wp_custom_headers` VALUES (70,320,'Default','media','Default');
INSERT INTO `wp_custom_headers` VALUES (71,329,'','media','');
INSERT INTO `wp_custom_headers` VALUES (72,330,'','media','');
INSERT INTO `wp_custom_headers` VALUES (73,331,'','media','');
INSERT INTO `wp_custom_headers` VALUES (74,335,'','media','');
/*!40000 ALTER TABLE `wp_custom_headers` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

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

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://freereincenter.com','yes');
INSERT INTO `wp_options` VALUES (2,'blogname','Free Rein Center','yes');
INSERT INTO `wp_options` VALUES (3,'blogdescription','Brevard NC','yes');
INSERT INTO `wp_options` VALUES (4,'users_can_register','0','yes');
INSERT INTO `wp_options` VALUES (5,'admin_email','freerein1325@gmail.com','yes');
INSERT INTO `wp_options` VALUES (6,'start_of_week','1','yes');
INSERT INTO `wp_options` VALUES (7,'use_balanceTags','0','yes');
INSERT INTO `wp_options` VALUES (8,'use_smilies','1','yes');
INSERT INTO `wp_options` VALUES (9,'require_name_email','1','yes');
INSERT INTO `wp_options` VALUES (10,'comments_notify','1','yes');
INSERT INTO `wp_options` VALUES (11,'posts_per_rss','10','yes');
INSERT INTO `wp_options` VALUES (12,'rss_use_excerpt','0','yes');
INSERT INTO `wp_options` VALUES (13,'mailserver_url','mail.example.com','yes');
INSERT INTO `wp_options` VALUES (14,'mailserver_login','login@example.com','yes');
INSERT INTO `wp_options` VALUES (15,'mailserver_pass','password','yes');
INSERT INTO `wp_options` VALUES (16,'mailserver_port','110','yes');
INSERT INTO `wp_options` VALUES (17,'default_category','1','yes');
INSERT INTO `wp_options` VALUES (18,'default_comment_status','closed','yes');
INSERT INTO `wp_options` VALUES (19,'default_ping_status','open','yes');
INSERT INTO `wp_options` VALUES (20,'default_pingback_flag','1','yes');
INSERT INTO `wp_options` VALUES (21,'posts_per_page','10','yes');
INSERT INTO `wp_options` VALUES (22,'date_format','F j, Y','yes');
INSERT INTO `wp_options` VALUES (23,'time_format','g:i a','yes');
INSERT INTO `wp_options` VALUES (24,'links_updated_date_format','F j, Y g:i a','yes');
INSERT INTO `wp_options` VALUES (28,'comment_moderation','','yes');
INSERT INTO `wp_options` VALUES (29,'moderation_notify','1','yes');
INSERT INTO `wp_options` VALUES (30,'permalink_structure','','yes');
INSERT INTO `wp_options` VALUES (31,'gzipcompression','0','yes');
INSERT INTO `wp_options` VALUES (32,'hack_file','0','yes');
INSERT INTO `wp_options` VALUES (33,'blog_charset','UTF-8','yes');
INSERT INTO `wp_options` VALUES (34,'moderation_keys','','no');
INSERT INTO `wp_options` VALUES (35,'active_plugins','a:12:{i:0;s:35:\"backup-and-move/backup_and_move.php\";i:1;s:55:\"category-redirect-to-post-or-page/category_redirect.php\";i:2;s:33:\"dynamic-headers/custom-header.php\";i:3;s:29:\"easy-columns/easy-columns.php\";i:4;s:31:\"exclude-pages/exclude_pages.php\";i:5;s:49:\"facebook-button-plugin/facebook-button-plugin.php\";i:6;s:35:\"googleanalytics/googleanalytics.php\";i:7;s:19:\"jetpack/jetpack.php\";i:8;s:29:\"my-page-order/mypageorder.php\";i:9;s:31:\"page-links-to/page-links-to.php\";i:10;s:35:\"post-page-notes/post-page-notes.php\";i:11;s:35:\"si-contact-form/si-contact-form.php\";}','yes');
INSERT INTO `wp_options` VALUES (36,'home','http://freereincenter.com','yes');
INSERT INTO `wp_options` VALUES (37,'category_base','','yes');
INSERT INTO `wp_options` VALUES (38,'ping_sites','http://rpc.pingomatic.com/','yes');
INSERT INTO `wp_options` VALUES (39,'advanced_edit','0','yes');
INSERT INTO `wp_options` VALUES (40,'comment_max_links','2','yes');
INSERT INTO `wp_options` VALUES (41,'gmt_offset','0','yes');
INSERT INTO `wp_options` VALUES (42,'default_email_category','1','yes');
INSERT INTO `wp_options` VALUES (43,'recently_edited','a:4:{i:0;s:71:\"/home/content/20/10648920/html/wp-content/themes/800pxmock_v3/style.css\";i:2;s:99:\"/home/content/20/10648920/html/wp-content/plugins/facebook-button-plugin/facebook-button-plugin.php\";i:3;s:85:\"/home/content/20/10648920/html/wp-content/plugins/backup-and-move/backup_and_move.php\";i:4;s:0:\"\";}','no');
INSERT INTO `wp_options` VALUES (44,'template','800pxmock_v3','yes');
INSERT INTO `wp_options` VALUES (45,'stylesheet','800pxmock_v3','yes');
INSERT INTO `wp_options` VALUES (46,'comment_whitelist','1','yes');
INSERT INTO `wp_options` VALUES (47,'blacklist_keys','','no');
INSERT INTO `wp_options` VALUES (48,'comment_registration','','yes');
INSERT INTO `wp_options` VALUES (49,'html_type','text/html','yes');
INSERT INTO `wp_options` VALUES (50,'use_trackback','0','yes');
INSERT INTO `wp_options` VALUES (51,'default_role','subscriber','yes');
INSERT INTO `wp_options` VALUES (52,'db_version','27918','yes');
INSERT INTO `wp_options` VALUES (53,'uploads_use_yearmonth_folders','1','yes');
INSERT INTO `wp_options` VALUES (54,'upload_path','wp-content/uploads','yes');
INSERT INTO `wp_options` VALUES (55,'blog_public','1','yes');
INSERT INTO `wp_options` VALUES (56,'default_link_category','2','yes');
INSERT INTO `wp_options` VALUES (57,'show_on_front','posts','yes');
INSERT INTO `wp_options` VALUES (58,'tag_base','','yes');
INSERT INTO `wp_options` VALUES (59,'show_avatars','','yes');
INSERT INTO `wp_options` VALUES (60,'avatar_rating','G','yes');
INSERT INTO `wp_options` VALUES (61,'upload_url_path','','yes');
INSERT INTO `wp_options` VALUES (62,'thumbnail_size_w','150','yes');
INSERT INTO `wp_options` VALUES (63,'thumbnail_size_h','150','yes');
INSERT INTO `wp_options` VALUES (64,'thumbnail_crop','1','yes');
INSERT INTO `wp_options` VALUES (65,'medium_size_w','300','yes');
INSERT INTO `wp_options` VALUES (66,'medium_size_h','300','yes');
INSERT INTO `wp_options` VALUES (67,'avatar_default','mystery','yes');
INSERT INTO `wp_options` VALUES (68,'large_size_w','1024','yes');
INSERT INTO `wp_options` VALUES (69,'large_size_h','1024','yes');
INSERT INTO `wp_options` VALUES (70,'image_default_link_type','file','yes');
INSERT INTO `wp_options` VALUES (71,'image_default_size','','yes');
INSERT INTO `wp_options` VALUES (72,'image_default_align','','yes');
INSERT INTO `wp_options` VALUES (73,'close_comments_for_old_posts','','yes');
INSERT INTO `wp_options` VALUES (74,'close_comments_days_old','14','yes');
INSERT INTO `wp_options` VALUES (75,'thread_comments','1','yes');
INSERT INTO `wp_options` VALUES (76,'thread_comments_depth','5','yes');
INSERT INTO `wp_options` VALUES (77,'page_comments','','yes');
INSERT INTO `wp_options` VALUES (78,'comments_per_page','50','yes');
INSERT INTO `wp_options` VALUES (79,'default_comments_page','newest','yes');
INSERT INTO `wp_options` VALUES (80,'comment_order','asc','yes');
INSERT INTO `wp_options` VALUES (81,'sticky_posts','a:0:{}','yes');
INSERT INTO `wp_options` VALUES (82,'widget_categories','a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}','yes');
INSERT INTO `wp_options` VALUES (83,'widget_text','a:2:{i:2;a:3:{s:5:\"title\";s:16:\"Additional Links\";s:4:\"text\";s:216:\"<p><a href=\"http://freereincenter.com/?page_id=63\">Camp Rockbrook</a></p>\r\n<p><a href=\"http://freereincenter.com/?page_id=65\">PATH Intl.</a></p>\r\n<p><a href=\"http://freereincenter.com/?page_id=20\">Donate Now!</a></p>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (84,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (85,'uninstall_plugins','a:4:{s:25:\"duplicator/duplicator.php\";s:20:\"duplicator_uninstall\";s:35:\"si-contact-form/si-contact-form.php\";s:24:\"si_contact_unset_options\";s:49:\"facebook-button-plugin/facebook-button-plugin.php\";s:19:\"fcbk_delete_options\";s:29:\"easy-columns/easy-columns.php\";a:2:{i:0;s:11:\"EasyColumns\";i:1;s:9:\"uninstall\";}}','no');
INSERT INTO `wp_options` VALUES (86,'timezone_string','','yes');
INSERT INTO `wp_options` VALUES (87,'page_for_posts','0','yes');
INSERT INTO `wp_options` VALUES (88,'page_on_front','0','yes');
INSERT INTO `wp_options` VALUES (89,'default_post_format','0','yes');
INSERT INTO `wp_options` VALUES (90,'link_manager_enabled','0','yes');
INSERT INTO `wp_options` VALUES (91,'initial_db_version','22441','yes');
INSERT INTO `wp_options` VALUES (92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes');
INSERT INTO `wp_options` VALUES (93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (94,'widget_recent-posts','a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}','yes');
INSERT INTO `wp_options` VALUES (95,'widget_recent-comments','a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}','yes');
INSERT INTO `wp_options` VALUES (96,'widget_archives','a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}','yes');
INSERT INTO `wp_options` VALUES (97,'widget_meta','a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}','yes');
INSERT INTO `wp_options` VALUES (98,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:6:\"text-2\";}s:13:\"array_version\";i:3;}','yes');
INSERT INTO `wp_options` VALUES (41210,'ep_exclude_pages','64,63,66,65,69,67,86','yes');
INSERT INTO `wp_options` VALUES (99,'jetpack_activated','3','yes');
INSERT INTO `wp_options` VALUES (101,'cron','a:5:{i:1453925358;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1453928093;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:1453995373;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1454007231;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;}}}s:7:\"version\";i:2;}','yes');
INSERT INTO `wp_options` VALUES (43350,'_site_transient_timeout_theme_roots','1453887384','yes');
INSERT INTO `wp_options` VALUES (43351,'_site_transient_theme_roots','a:9:{s:9:\"800pxmock\";s:7:\"/themes\";s:16:\"800pxmock_static\";s:7:\"/themes\";s:12:\"800pxmock_v2\";s:7:\"/themes\";s:12:\"800pxmock_v3\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes');
INSERT INTO `wp_options` VALUES (104,'current_theme','800pxmock_v3','yes');
INSERT INTO `wp_options` VALUES (106,'_transient_random_seed','9f54afd0380f85fb71dae08fc29c5a75','yes');
INSERT INTO `wp_options` VALUES (107,'nonce_key',',]i:;<h1fEmi^_zrVu]^b%n%,[I4K=5JF.7g0.Dl1r5G,b<CGUiL HDj8`Wo=G%R','yes');
INSERT INTO `wp_options` VALUES (108,'nonce_salt','cP<xMX u5M,~@BHdU5V=#1{zPX:}0uWKHT=ycbHtg}V6LT@AARYO;w}RAC 4^y:M','yes');
INSERT INTO `wp_options` VALUES (109,'auth_key','gPh3YW8~X6@p15Dj[oYfdv(12Vb{L(`Cn~$_{J(A>KAfY$-kmPe*._2_F:N6tAM(','yes');
INSERT INTO `wp_options` VALUES (110,'auth_salt','jz![ vB*(70ucXK~y&LSaqh$4]~IdxU8ys?fdJ%Ra/S:BGkWcvz#F@:`*m@Y?$rd','yes');
INSERT INTO `wp_options` VALUES (111,'logged_in_key','n<t~b)z8EU!V$N)a&a=_g6br$8itj3`b%{;4_k.: L=%1PW8m)0`j<ZTS%>Zzzkl','yes');
INSERT INTO `wp_options` VALUES (112,'logged_in_salt','5h.Va{OqeBn4Oi|1Vmq4kSM{lLWLztyj7l-%%Or,>/+7{~yU?g,9$AQ/Y+u =75x','yes');
INSERT INTO `wp_options` VALUES (33268,'_site_transient_browser_afc0dd1f4bdfa183ea07d50c68c58ce7','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"43.0.2357.130\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (196,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes');
INSERT INTO `wp_options` VALUES (118,'jetpack_options','a:7:{s:7:\"version\";s:16:\"2.1.1:1363892032\";s:11:\"old_version\";s:16:\"2.1.1:1363892032\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:62903740;s:10:\"blog_token\";s:65:\"@Fl3QODnDRLQXzEu(GZFskSk!vM3JnNl.GeXLFz(UNT8NckkrGkxbODqKF%0uyyEj\";s:6:\"public\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (121,'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:25:\"http://freereincenter.com\";s:4:\"link\";s:101:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://freereincenter.com/\";s:3:\"url\";s:134:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://freereincenter.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes');
INSERT INTO `wp_options` VALUES (42180,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1451314087','no');
INSERT INTO `wp_options` VALUES (42178,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1451357287','no');
INSERT INTO `wp_options` VALUES (40378,'_site_transient_timeout_wporg_theme_feature_list','1448149838','yes');
INSERT INTO `wp_options` VALUES (40379,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes');
INSERT INTO `wp_options` VALUES (41181,'_site_transient_timeout_browser_aaa2c20d7bf00bbeae56cba8f0350cee','1450205485','yes');
INSERT INTO `wp_options` VALUES (41182,'_site_transient_browser_aaa2c20d7bf00bbeae56cba8f0350cee','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.73\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (42179,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1451357287','no');
INSERT INTO `wp_options` VALUES (39088,'_site_transient_timeout_browser_c5dcbefd1064d750168630247ba3d4dc','1446643979','yes');
INSERT INTO `wp_options` VALUES (39089,'_site_transient_browser_c5dcbefd1064d750168630247ba3d4dc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (37478,'_site_transient_timeout_browser_ccc8a85d6f737c9e9b5525517abba1e2','1443723457','yes');
INSERT INTO `wp_options` VALUES (37479,'_site_transient_browser_ccc8a85d6f737c9e9b5525517abba1e2','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"45.0.2454.99\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (42181,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1451357288','no');
INSERT INTO `wp_options` VALUES (42182,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: 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:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: 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:\"Mon, 28 Dec 2015 14:39: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jun 2007 15: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 May 2008 22:11: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5790@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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: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:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO 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:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"6743@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s: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:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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: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:14:\"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:55:\"https://wordpress.org/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:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:16:\"Donncha O Caoimh\";s: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:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"363@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Lester Chan\";s: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:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"9542@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 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: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: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:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12073@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"25254@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Your WordPress, Simplified.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate 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:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2646@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26907@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 Jul 2011 12:22: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:35:\"28395@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE 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:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Nov 2011 15:06: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:35:\"31973@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36: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:35:\"51888@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 Mar 2013 17:07: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:35:\"50539@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"49521@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"47509@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15: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:35:\"26607@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Cory Lamle\";s: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:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 28 Dec 2015 14:48:08 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:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Wed, 27 Jun 2007 15:00:26 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20131105181155\";}','no');
INSERT INTO `wp_options` VALUES (42172,'_site_transient_timeout_browser_15297098b1b9a9d1d3687dc973a31662','1451918884','yes');
INSERT INTO `wp_options` VALUES (42173,'_site_transient_browser_15297098b1b9a9d1d3687dc973a31662','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (42183,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1451357288','no');
INSERT INTO `wp_options` VALUES (42184,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1451314088','no');
INSERT INTO `wp_options` VALUES (36141,'_site_transient_timeout_browser_6b009318863ea304e35202878ce73d1f','1441376562','yes');
INSERT INTO `wp_options` VALUES (36142,'_site_transient_browser_6b009318863ea304e35202878ce73d1f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"44.0.2403.157\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (10447,'web_property_id','UA-47847529-1','yes');
INSERT INTO `wp_options` VALUES (43352,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1453885585;s:7:\"checked\";a:9:{s:9:\"800pxmock\";s:3:\"1.0\";s:16:\"800pxmock_static\";s:3:\"1.0\";s:12:\"800pxmock_v2\";s:3:\"1.0\";s:12:\"800pxmock_v3\";s:3:\"1.0\";s:12:\"twentyeleven\";s:3:\"1.5\";s:14:\"twentyfourteen\";s:3:\"1.0\";s:9:\"twentyten\";s:3:\"1.2\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.1\";}s:8:\"response\";a:5:{s:12:\"twentyeleven\";a:4:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentyeleven/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentyeleven.2.3.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.6.zip\";}s:9:\"twentyten\";a:4:{s:5:\"theme\";s:9:\"twentyten\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:39:\"https://wordpress.org/themes/twentyten/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/twentyten.2.1.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.1.7.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.1.9.zip\";}}s:12:\"translations\";a:0:{}}','yes');
INSERT INTO `wp_options` VALUES (43353,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1453885585;s:8:\"response\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.1.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.7.zip\";}s:31:\"exclude-pages/exclude_pages.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"1019\";s:4:\"slug\";s:13:\"exclude-pages\";s:6:\"plugin\";s:31:\"exclude-pages/exclude_pages.php\";s:11:\"new_version\";s:4:\"1.92\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/exclude-pages/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/exclude-pages.1.92.zip\";}s:49:\"facebook-button-plugin/facebook-button-plugin.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"23139\";s:4:\"slug\";s:22:\"facebook-button-plugin\";s:6:\"plugin\";s:49:\"facebook-button-plugin/facebook-button-plugin.php\";s:11:\"new_version\";s:4:\"2.46\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/facebook-button-plugin/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/facebook-button-plugin.2.46.zip\";}s:35:\"si-contact-form/si-contact-form.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"9891\";s:4:\"slug\";s:15:\"si-contact-form\";s:6:\"plugin\";s:35:\"si-contact-form/si-contact-form.php\";s:11:\"new_version\";s:6:\"4.0.39\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/si-contact-form/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/si-contact-form.zip\";}s:35:\"googleanalytics/googleanalytics.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"8553\";s:4:\"slug\";s:15:\"googleanalytics\";s:6:\"plugin\";s:35:\"googleanalytics/googleanalytics.php\";s:11:\"new_version\";s:5:\"1.0.6\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/googleanalytics/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/googleanalytics.zip\";}s:31:\"page-links-to/page-links-to.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"216\";s:4:\"slug\";s:13:\"page-links-to\";s:6:\"plugin\";s:31:\"page-links-to/page-links-to.php\";s:11:\"new_version\";s:5:\"2.9.6\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/page-links-to/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/page-links-to.2.9.6.zip\";}}s:12:\"translations\";a:0:{}}','yes');
INSERT INTO `wp_options` VALUES (11003,'fcbk_bttn_plgn_options','a:10:{s:4:\"link\";s:14:\"FreeReinCenter\";s:7:\"my_page\";i:0;s:4:\"like\";i:1;s:5:\"where\";s:5:\"after\";s:14:\"display_option\";s:8:\"standart\";s:10:\"count_icon\";i:1;s:9:\"extention\";s:3:\"png\";s:11:\"fb_img_link\";s:97:\"http://freereincenter.com/wp-content/plugins/facebook-button-plugin/img/standart-facebook-ico.png\";s:6:\"locale\";s:5:\"en_US\";s:5:\"html5\";s:1:\"0\";}','yes');
INSERT INTO `wp_options` VALUES (42176,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1451357287','no');
INSERT INTO `wp_options` VALUES (42177,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1451314087','no');
INSERT INTO `wp_options` VALUES (42187,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1451357288','no');
INSERT INTO `wp_options` VALUES (42188,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/12/clifford/\'>WordPress 4.4 “Clifford”</a> <span class=\"rss-date\">December 8, 2015</span><div class=\"rssSummary\">Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen. Introducing Twenty Sixteen Our newest default theme, Twenty Sixteen, is a modern</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/12/merry-christmas-2/\' title=\'I hope it’s filled with lots of comfortable sweaters, like this one..  \'>Matt: Merry Christmas!</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/milestone-wp-tavern-publishes-its-30000th-comment\' title=\'When I founded WP Tavern in 2009, comments were an important part of the site’s initial success. After six years, the site has published its 30,000th comment. The 30,000th Comment At a time where large websites such as Copyblogger and the Toronto Star are closing down comments in favor of social media, the Tavern continues to be a source of open conversation\'>WPTavern: Milestone: WP Tavern Publishes its 30,000th Comment</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordcamp-pakistan-application-approved-for-2016\' title=\'Earlier this week we interviewed Muhammad Kashif about the phenomenal growth of the WordPress community in Pakistan. Kashif organizes the local Lahore meetup, which started with a few dozen attendees three months ago and grew to more than 500 this past weekend. His team has been working hard to bring WordCamp to Pakistan, and today their application was appr\'>WPTavern: WordCamp Lahore, Pakistan Application Approved for 2016</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/updraftplus/\' class=\'dashboard-news-plugin-link\'>UpdraftPlus Backup and Restoration</a>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=updraftplus&amp;_wpnonce=2590c87029&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'UpdraftPlus Backup and Restoration\'>Install</a>)</span></li></ul></div>','no');
INSERT INTO `wp_options` VALUES (42189,'_transient_is_multi_author','0','yes');
INSERT INTO `wp_options` VALUES (42625,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:6:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.1\";s:7:\"version\";s:5:\"4.4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.1\";s:7:\"version\";s:5:\"4.4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.2\";s:7:\"version\";s:5:\"4.3.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.2.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.2.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.2.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.2.6\";s:7:\"version\";s:5:\"4.2.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.1.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.1.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.1.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.1.9\";s:7:\"version\";s:5:\"4.1.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.0.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.0.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.0.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.0.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.0.9\";s:7:\"version\";s:5:\"4.0.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";}}s:12:\"last_checked\";i:1453885582;s:15:\"version_checked\";s:6:\"3.9.10\";s:12:\"translations\";a:0:{}}','yes');
INSERT INTO `wp_options` VALUES (153,'recently_activated','a:0:{}','yes');
INSERT INTO `wp_options` VALUES (154,'backup_and_move_database_version','1.0','yes');
INSERT INTO `wp_options` VALUES (157,'theme_mods_twentytwelve','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1363892209;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes');
INSERT INTO `wp_options` VALUES (158,'theme_mods_800pxmock_v3','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}}','yes');
INSERT INTO `wp_options` VALUES (159,'theme_switched','','yes');
INSERT INTO `wp_options` VALUES (160,'dhnd_max_size','400','yes');
INSERT INTO `wp_options` VALUES (161,'dhnd_default','FRheader.jpg','yes');
INSERT INTO `wp_options` VALUES (162,'dhnd_homepage','FRheader.jpg','yes');
INSERT INTO `wp_options` VALUES (163,'dhnd_footer_link','','yes');
INSERT INTO `wp_options` VALUES (164,'dhnd_image_dir','wp-content/header-images/','yes');
INSERT INTO `wp_options` VALUES (165,'txfx_plt_schema_version','3','yes');
INSERT INTO `wp_options` VALUES (206,'category_children','a:0:{}','yes');
INSERT INTO `wp_options` VALUES (172,'_transient_plugins_delete_result_1','1','yes');
INSERT INTO `wp_options` VALUES (174,'dhnd_FRheader.jpg_link','http://','yes');
INSERT INTO `wp_options` VALUES (175,'dhnd_FRheader.jpg_target','','yes');
INSERT INTO `wp_options` VALUES (173,'dhnd_FRheader.jpg_alt','','yes');
INSERT INTO `wp_options` VALUES (197,'si_contact_form_gb','a:5:{s:7:\"donated\";s:5:\"false\";s:9:\"max_forms\";i:4;s:10:\"max_fields\";s:1:\"4\";s:23:\"captcha_disable_session\";s:4:\"true\";s:5:\"2.6.3\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (198,'si_contact_form','a:182:{s:9:\"form_name\";s:0:\"\";s:7:\"welcome\";s:41:\"<p>Comments or questions are welcome.</p>\";s:8:\"email_to\";s:22:\"freerein1325@gmail.com\";s:17:\"php_mailer_enable\";s:9:\"wordpress\";s:10:\"email_from\";s:0:\"\";s:19:\"email_from_enforced\";s:5:\"false\";s:9:\"email_bcc\";s:0:\"\";s:14:\"email_reply_to\";s:0:\"\";s:13:\"email_subject\";s:19:\"My Website Contact:\";s:18:\"email_subject_list\";s:0:\"\";s:11:\"name_format\";s:4:\"name\";s:9:\"name_type\";s:8:\"required\";s:10:\"email_type\";s:8:\"required\";s:12:\"subject_type\";s:8:\"required\";s:12:\"message_type\";s:8:\"required\";s:21:\"preserve_space_enable\";s:5:\"false\";s:10:\"max_fields\";s:1:\"4\";s:12:\"double_email\";s:5:\"false\";s:16:\"name_case_enable\";s:5:\"false\";s:18:\"sender_info_enable\";s:4:\"true\";s:14:\"domain_protect\";s:4:\"true\";s:15:\"email_check_dns\";s:5:\"false\";s:10:\"email_html\";s:5:\"false\";s:15:\"akismet_disable\";s:5:\"false\";s:19:\"akismet_send_anyway\";s:4:\"true\";s:14:\"captcha_enable\";s:4:\"true\";s:18:\"captcha_difficulty\";s:6:\"medium\";s:13:\"captcha_small\";s:5:\"false\";s:16:\"captcha_no_trans\";s:5:\"false\";s:12:\"enable_audio\";s:5:\"false\";s:18:\"enable_audio_flash\";s:5:\"false\";s:12:\"captcha_perm\";s:5:\"false\";s:18:\"captcha_perm_level\";s:4:\"read\";s:15:\"redirect_enable\";s:4:\"true\";s:16:\"redirect_seconds\";s:1:\"3\";s:12:\"redirect_url\";s:25:\"http://freereincenter.com\";s:14:\"redirect_query\";s:5:\"false\";s:15:\"redirect_ignore\";s:0:\"\";s:15:\"redirect_rename\";s:0:\"\";s:12:\"redirect_add\";s:0:\"\";s:18:\"redirect_email_off\";s:5:\"false\";s:11:\"silent_send\";s:3:\"off\";s:10:\"silent_url\";s:0:\"\";s:13:\"silent_ignore\";s:0:\"\";s:13:\"silent_rename\";s:0:\"\";s:10:\"silent_add\";s:0:\"\";s:16:\"silent_email_off\";s:5:\"false\";s:13:\"export_enable\";s:4:\"true\";s:13:\"export_ignore\";s:0:\"\";s:13:\"export_rename\";s:0:\"\";s:10:\"export_add\";s:0:\"\";s:16:\"export_email_off\";s:5:\"false\";s:13:\"border_enable\";s:5:\"false\";s:19:\"ex_fields_after_msg\";s:5:\"false\";s:11:\"date_format\";s:10:\"mm/dd/yyyy\";s:13:\"cal_start_day\";s:1:\"0\";s:11:\"time_format\";s:2:\"12\";s:12:\"attach_types\";s:28:\"doc,pdf,txt,gif,jpg,jpeg,png\";s:11:\"attach_size\";s:3:\"1mb\";s:19:\"textarea_html_allow\";s:5:\"false\";s:17:\"enable_areyousure\";s:5:\"false\";s:19:\"auto_respond_enable\";s:5:\"false\";s:17:\"auto_respond_html\";s:5:\"false\";s:22:\"auto_respond_from_name\";s:9:\"WordPress\";s:23:\"auto_respond_from_email\";s:18:\"gyromudd@gmail.com\";s:21:\"auto_respond_reply_to\";s:18:\"gyromudd@gmail.com\";s:20:\"auto_respond_message\";s:0:\"\";s:20:\"auto_respond_subject\";s:0:\"\";s:19:\"req_field_indicator\";s:2:\" *\";s:22:\"req_field_label_enable\";s:4:\"true\";s:26:\"req_field_indicator_enable\";s:4:\"true\";s:10:\"form_style\";s:12:\"width:375px;\";s:12:\"border_style\";s:37:\"border:1px solid black; padding:10px;\";s:14:\"required_style\";s:16:\"text-align:left;\";s:11:\"notes_style\";s:16:\"text-align:left;\";s:11:\"title_style\";s:33:\"text-align:left; padding-top:5px;\";s:12:\"select_style\";s:16:\"text-align:left;\";s:11:\"field_style\";s:26:\"text-align:left; margin:0;\";s:15:\"field_div_style\";s:16:\"text-align:left;\";s:11:\"error_style\";s:27:\"text-align:left; color:red;\";s:20:\"captcha_div_style_sm\";s:42:\"width:175px; height:50px; padding-top:2px;\";s:19:\"captcha_div_style_m\";s:42:\"width:250px; height:65px; padding-top:2px;\";s:19:\"captcha_input_style\";s:38:\"text-align:left; margin:0; width:50px;\";s:16:\"submit_div_style\";s:33:\"text-align:left; padding-top:2px;\";s:12:\"button_style\";s:25:\"cursor:pointer; margin:0;\";s:11:\"reset_style\";s:25:\"cursor:pointer; margin:0;\";s:16:\"powered_by_style\";s:55:\"font-size:x-small; font-weight:normal; padding-top:5px;\";s:10:\"field_size\";s:2:\"40\";s:18:\"captcha_field_size\";s:1:\"6\";s:9:\"text_cols\";s:2:\"30\";s:9:\"text_rows\";s:2:\"10\";s:13:\"aria_required\";s:5:\"false\";s:16:\"auto_fill_enable\";s:4:\"true\";s:12:\"title_border\";s:0:\"\";s:10:\"title_dept\";s:0:\"\";s:12:\"title_select\";s:0:\"\";s:10:\"title_name\";s:0:\"\";s:11:\"title_fname\";s:0:\"\";s:11:\"title_lname\";s:0:\"\";s:11:\"title_mname\";s:0:\"\";s:12:\"title_miname\";s:0:\"\";s:11:\"title_email\";s:0:\"\";s:12:\"title_email2\";s:0:\"\";s:17:\"title_email2_help\";s:0:\"\";s:10:\"title_subj\";s:0:\"\";s:10:\"title_mess\";s:0:\"\";s:10:\"title_capt\";s:0:\"\";s:12:\"title_submit\";s:0:\"\";s:11:\"title_reset\";s:0:\"\";s:16:\"title_areyousure\";s:0:\"\";s:17:\"text_message_sent\";s:0:\"\";s:16:\"tooltip_required\";s:0:\"\";s:15:\"tooltip_captcha\";s:0:\"\";s:13:\"tooltip_audio\";s:0:\"\";s:15:\"tooltip_refresh\";s:0:\"\";s:17:\"tooltip_filetypes\";s:0:\"\";s:16:\"tooltip_filesize\";s:0:\"\";s:12:\"enable_reset\";s:5:\"false\";s:18:\"enable_credit_link\";s:5:\"false\";s:20:\"error_contact_select\";s:0:\"\";s:10:\"error_name\";s:0:\"\";s:11:\"error_email\";s:0:\"\";s:12:\"error_email2\";s:0:\"\";s:11:\"error_field\";s:0:\"\";s:13:\"error_subject\";s:0:\"\";s:13:\"error_message\";s:0:\"\";s:11:\"error_input\";s:0:\"\";s:19:\"error_captcha_blank\";s:0:\"\";s:19:\"error_captcha_wrong\";s:0:\"\";s:13:\"error_correct\";s:0:\"\";s:15:\"ex_field1_label\";s:0:\"\";s:14:\"ex_field1_type\";s:4:\"text\";s:17:\"ex_field1_default\";s:1:\"0\";s:22:\"ex_field1_default_text\";s:0:\"\";s:17:\"ex_field1_max_len\";s:0:\"\";s:19:\"ex_field1_label_css\";s:0:\"\";s:19:\"ex_field1_input_css\";s:0:\"\";s:20:\"ex_field1_attributes\";s:0:\"\";s:15:\"ex_field1_regex\";s:0:\"\";s:21:\"ex_field1_regex_error\";s:0:\"\";s:13:\"ex_field1_req\";s:5:\"false\";s:15:\"ex_field1_notes\";s:0:\"\";s:21:\"ex_field1_notes_after\";s:0:\"\";s:15:\"ex_field2_label\";s:0:\"\";s:14:\"ex_field2_type\";s:4:\"text\";s:17:\"ex_field2_default\";s:1:\"0\";s:22:\"ex_field2_default_text\";s:0:\"\";s:17:\"ex_field2_max_len\";s:0:\"\";s:19:\"ex_field2_label_css\";s:0:\"\";s:19:\"ex_field2_input_css\";s:0:\"\";s:20:\"ex_field2_attributes\";s:0:\"\";s:15:\"ex_field2_regex\";s:0:\"\";s:21:\"ex_field2_regex_error\";s:0:\"\";s:13:\"ex_field2_req\";s:5:\"false\";s:15:\"ex_field2_notes\";s:0:\"\";s:21:\"ex_field2_notes_after\";s:0:\"\";s:15:\"ex_field3_label\";s:0:\"\";s:14:\"ex_field3_type\";s:4:\"text\";s:17:\"ex_field3_default\";s:1:\"0\";s:22:\"ex_field3_default_text\";s:0:\"\";s:17:\"ex_field3_max_len\";s:0:\"\";s:19:\"ex_field3_label_css\";s:0:\"\";s:19:\"ex_field3_input_css\";s:0:\"\";s:20:\"ex_field3_attributes\";s:0:\"\";s:15:\"ex_field3_regex\";s:0:\"\";s:21:\"ex_field3_regex_error\";s:0:\"\";s:13:\"ex_field3_req\";s:5:\"false\";s:15:\"ex_field3_notes\";s:0:\"\";s:21:\"ex_field3_notes_after\";s:0:\"\";s:15:\"ex_field4_label\";s:0:\"\";s:14:\"ex_field4_type\";s:4:\"text\";s:17:\"ex_field4_default\";s:1:\"0\";s:22:\"ex_field4_default_text\";s:0:\"\";s:17:\"ex_field4_max_len\";s:0:\"\";s:19:\"ex_field4_label_css\";s:0:\"\";s:19:\"ex_field4_input_css\";s:0:\"\";s:20:\"ex_field4_attributes\";s:0:\"\";s:15:\"ex_field4_regex\";s:0:\"\";s:21:\"ex_field4_regex_error\";s:0:\"\";s:13:\"ex_field4_req\";s:5:\"false\";s:15:\"ex_field4_notes\";s:0:\"\";s:21:\"ex_field4_notes_after\";s:0:\"\";}','yes');
INSERT INTO `wp_options` VALUES (199,'si_contact_form2','a:182:{s:9:\"form_name\";s:0:\"\";s:7:\"welcome\";s:41:\"<p>Comments or questions are welcome.</p>\";s:8:\"email_to\";s:28:\"Webmaster,gyromudd@gmail.com\";s:17:\"php_mailer_enable\";s:9:\"wordpress\";s:10:\"email_from\";s:0:\"\";s:19:\"email_from_enforced\";s:5:\"false\";s:14:\"email_reply_to\";s:0:\"\";s:9:\"email_bcc\";s:0:\"\";s:13:\"email_subject\";s:19:\"My Website Contact:\";s:18:\"email_subject_list\";s:0:\"\";s:11:\"name_format\";s:4:\"name\";s:9:\"name_type\";s:8:\"required\";s:10:\"email_type\";s:8:\"required\";s:12:\"subject_type\";s:8:\"required\";s:12:\"message_type\";s:8:\"required\";s:21:\"preserve_space_enable\";s:5:\"false\";s:10:\"max_fields\";s:1:\"4\";s:12:\"double_email\";s:5:\"false\";s:16:\"name_case_enable\";s:5:\"false\";s:18:\"sender_info_enable\";s:4:\"true\";s:14:\"domain_protect\";s:4:\"true\";s:15:\"email_check_dns\";s:5:\"false\";s:10:\"email_html\";s:5:\"false\";s:15:\"akismet_disable\";s:5:\"false\";s:19:\"akismet_send_anyway\";s:4:\"true\";s:14:\"captcha_enable\";s:4:\"true\";s:13:\"captcha_small\";s:5:\"false\";s:18:\"captcha_difficulty\";s:6:\"medium\";s:16:\"captcha_no_trans\";s:5:\"false\";s:12:\"enable_audio\";s:4:\"true\";s:18:\"enable_audio_flash\";s:5:\"false\";s:12:\"captcha_perm\";s:5:\"false\";s:18:\"captcha_perm_level\";s:4:\"read\";s:15:\"redirect_enable\";s:4:\"true\";s:16:\"redirect_seconds\";s:1:\"3\";s:12:\"redirect_url\";s:25:\"http://freereincenter.com\";s:14:\"redirect_query\";s:5:\"false\";s:15:\"redirect_ignore\";s:0:\"\";s:15:\"redirect_rename\";s:0:\"\";s:12:\"redirect_add\";s:0:\"\";s:18:\"redirect_email_off\";s:5:\"false\";s:11:\"silent_send\";s:3:\"off\";s:10:\"silent_url\";s:0:\"\";s:13:\"silent_ignore\";s:0:\"\";s:13:\"silent_rename\";s:0:\"\";s:10:\"silent_add\";s:0:\"\";s:16:\"silent_email_off\";s:5:\"false\";s:13:\"export_enable\";s:4:\"true\";s:13:\"export_ignore\";s:0:\"\";s:13:\"export_rename\";s:0:\"\";s:10:\"export_add\";s:0:\"\";s:16:\"export_email_off\";s:5:\"false\";s:19:\"ex_fields_after_msg\";s:5:\"false\";s:11:\"date_format\";s:10:\"mm/dd/yyyy\";s:13:\"cal_start_day\";s:1:\"0\";s:11:\"time_format\";s:2:\"12\";s:12:\"attach_types\";s:28:\"doc,pdf,txt,gif,jpg,jpeg,png\";s:11:\"attach_size\";s:3:\"1mb\";s:19:\"textarea_html_allow\";s:5:\"false\";s:17:\"enable_areyousure\";s:5:\"false\";s:19:\"auto_respond_enable\";s:5:\"false\";s:17:\"auto_respond_html\";s:5:\"false\";s:22:\"auto_respond_from_name\";s:9:\"WordPress\";s:23:\"auto_respond_from_email\";s:18:\"gyromudd@gmail.com\";s:21:\"auto_respond_reply_to\";s:18:\"gyromudd@gmail.com\";s:20:\"auto_respond_subject\";s:0:\"\";s:20:\"auto_respond_message\";s:0:\"\";s:26:\"req_field_indicator_enable\";s:4:\"true\";s:22:\"req_field_label_enable\";s:4:\"true\";s:19:\"req_field_indicator\";s:2:\" *\";s:13:\"border_enable\";s:5:\"false\";s:10:\"form_style\";s:12:\"width:375px;\";s:12:\"border_style\";s:37:\"border:1px solid black; padding:10px;\";s:14:\"required_style\";s:16:\"text-align:left;\";s:11:\"notes_style\";s:16:\"text-align:left;\";s:11:\"title_style\";s:33:\"text-align:left; padding-top:5px;\";s:11:\"field_style\";s:26:\"text-align:left; margin:0;\";s:15:\"field_div_style\";s:16:\"text-align:left;\";s:11:\"error_style\";s:27:\"text-align:left; color:red;\";s:12:\"select_style\";s:16:\"text-align:left;\";s:20:\"captcha_div_style_sm\";s:42:\"width:175px; height:50px; padding-top:2px;\";s:19:\"captcha_div_style_m\";s:42:\"width:250px; height:65px; padding-top:2px;\";s:19:\"captcha_input_style\";s:38:\"text-align:left; margin:0; width:50px;\";s:16:\"submit_div_style\";s:33:\"text-align:left; padding-top:2px;\";s:12:\"button_style\";s:25:\"cursor:pointer; margin:0;\";s:11:\"reset_style\";s:25:\"cursor:pointer; margin:0;\";s:16:\"powered_by_style\";s:55:\"font-size:x-small; font-weight:normal; padding-top:5px;\";s:10:\"field_size\";s:2:\"40\";s:18:\"captcha_field_size\";s:1:\"6\";s:9:\"text_cols\";s:2:\"30\";s:9:\"text_rows\";s:2:\"10\";s:13:\"aria_required\";s:5:\"false\";s:16:\"auto_fill_enable\";s:4:\"true\";s:12:\"title_border\";s:0:\"\";s:10:\"title_dept\";s:0:\"\";s:12:\"title_select\";s:0:\"\";s:10:\"title_name\";s:0:\"\";s:11:\"title_fname\";s:0:\"\";s:11:\"title_mname\";s:0:\"\";s:12:\"title_miname\";s:0:\"\";s:11:\"title_lname\";s:0:\"\";s:11:\"title_email\";s:0:\"\";s:12:\"title_email2\";s:0:\"\";s:17:\"title_email2_help\";s:0:\"\";s:10:\"title_subj\";s:0:\"\";s:10:\"title_mess\";s:0:\"\";s:10:\"title_capt\";s:0:\"\";s:12:\"title_submit\";s:0:\"\";s:11:\"title_reset\";s:0:\"\";s:16:\"title_areyousure\";s:0:\"\";s:17:\"text_message_sent\";s:0:\"\";s:16:\"tooltip_required\";s:0:\"\";s:15:\"tooltip_captcha\";s:0:\"\";s:13:\"tooltip_audio\";s:0:\"\";s:15:\"tooltip_refresh\";s:0:\"\";s:17:\"tooltip_filetypes\";s:0:\"\";s:16:\"tooltip_filesize\";s:0:\"\";s:12:\"enable_reset\";s:5:\"false\";s:18:\"enable_credit_link\";s:5:\"false\";s:20:\"error_contact_select\";s:0:\"\";s:10:\"error_name\";s:0:\"\";s:11:\"error_email\";s:0:\"\";s:12:\"error_email2\";s:0:\"\";s:11:\"error_field\";s:0:\"\";s:13:\"error_subject\";s:0:\"\";s:13:\"error_message\";s:0:\"\";s:11:\"error_input\";s:0:\"\";s:19:\"error_captcha_blank\";s:0:\"\";s:19:\"error_captcha_wrong\";s:0:\"\";s:13:\"error_correct\";s:0:\"\";s:17:\"ex_field1_default\";s:1:\"0\";s:22:\"ex_field1_default_text\";s:0:\"\";s:13:\"ex_field1_req\";s:5:\"false\";s:15:\"ex_field1_label\";s:0:\"\";s:14:\"ex_field1_type\";s:4:\"text\";s:17:\"ex_field1_max_len\";s:0:\"\";s:19:\"ex_field1_label_css\";s:0:\"\";s:19:\"ex_field1_input_css\";s:0:\"\";s:20:\"ex_field1_attributes\";s:0:\"\";s:15:\"ex_field1_regex\";s:0:\"\";s:21:\"ex_field1_regex_error\";s:0:\"\";s:15:\"ex_field1_notes\";s:0:\"\";s:21:\"ex_field1_notes_after\";s:0:\"\";s:17:\"ex_field2_default\";s:1:\"0\";s:22:\"ex_field2_default_text\";s:0:\"\";s:13:\"ex_field2_req\";s:5:\"false\";s:15:\"ex_field2_label\";s:0:\"\";s:14:\"ex_field2_type\";s:4:\"text\";s:17:\"ex_field2_max_len\";s:0:\"\";s:19:\"ex_field2_label_css\";s:0:\"\";s:19:\"ex_field2_input_css\";s:0:\"\";s:20:\"ex_field2_attributes\";s:0:\"\";s:15:\"ex_field2_regex\";s:0:\"\";s:21:\"ex_field2_regex_error\";s:0:\"\";s:15:\"ex_field2_notes\";s:0:\"\";s:21:\"ex_field2_notes_after\";s:0:\"\";s:17:\"ex_field3_default\";s:1:\"0\";s:22:\"ex_field3_default_text\";s:0:\"\";s:13:\"ex_field3_req\";s:5:\"false\";s:15:\"ex_field3_label\";s:0:\"\";s:14:\"ex_field3_type\";s:4:\"text\";s:17:\"ex_field3_max_len\";s:0:\"\";s:19:\"ex_field3_label_css\";s:0:\"\";s:19:\"ex_field3_input_css\";s:0:\"\";s:20:\"ex_field3_attributes\";s:0:\"\";s:15:\"ex_field3_regex\";s:0:\"\";s:21:\"ex_field3_regex_error\";s:0:\"\";s:15:\"ex_field3_notes\";s:0:\"\";s:21:\"ex_field3_notes_after\";s:0:\"\";s:17:\"ex_field4_default\";s:1:\"0\";s:22:\"ex_field4_default_text\";s:0:\"\";s:13:\"ex_field4_req\";s:5:\"false\";s:15:\"ex_field4_label\";s:0:\"\";s:14:\"ex_field4_type\";s:4:\"text\";s:17:\"ex_field4_max_len\";s:0:\"\";s:19:\"ex_field4_label_css\";s:0:\"\";s:19:\"ex_field4_input_css\";s:0:\"\";s:20:\"ex_field4_attributes\";s:0:\"\";s:15:\"ex_field4_regex\";s:0:\"\";s:21:\"ex_field4_regex_error\";s:0:\"\";s:15:\"ex_field4_notes\";s:0:\"\";s:21:\"ex_field4_notes_after\";s:0:\"\";}','yes');
INSERT INTO `wp_options` VALUES (200,'si_contact_form3','a:182:{s:9:\"form_name\";s:0:\"\";s:7:\"welcome\";s:41:\"<p>Comments or questions are welcome.</p>\";s:8:\"email_to\";s:28:\"Webmaster,gyromudd@gmail.com\";s:17:\"php_mailer_enable\";s:9:\"wordpress\";s:10:\"email_from\";s:0:\"\";s:19:\"email_from_enforced\";s:5:\"false\";s:14:\"email_reply_to\";s:0:\"\";s:9:\"email_bcc\";s:0:\"\";s:13:\"email_subject\";s:19:\"My Website Contact:\";s:18:\"email_subject_list\";s:0:\"\";s:11:\"name_format\";s:4:\"name\";s:9:\"name_type\";s:8:\"required\";s:10:\"email_type\";s:8:\"required\";s:12:\"subject_type\";s:8:\"required\";s:12:\"message_type\";s:8:\"required\";s:21:\"preserve_space_enable\";s:5:\"false\";s:10:\"max_fields\";s:1:\"4\";s:12:\"double_email\";s:5:\"false\";s:16:\"name_case_enable\";s:5:\"false\";s:18:\"sender_info_enable\";s:4:\"true\";s:14:\"domain_protect\";s:4:\"true\";s:15:\"email_check_dns\";s:5:\"false\";s:10:\"email_html\";s:5:\"false\";s:15:\"akismet_disable\";s:5:\"false\";s:19:\"akismet_send_anyway\";s:4:\"true\";s:14:\"captcha_enable\";s:4:\"true\";s:13:\"captcha_small\";s:5:\"false\";s:18:\"captcha_difficulty\";s:6:\"medium\";s:16:\"captcha_no_trans\";s:5:\"false\";s:12:\"enable_audio\";s:4:\"true\";s:18:\"enable_audio_flash\";s:5:\"false\";s:12:\"captcha_perm\";s:5:\"false\";s:18:\"captcha_perm_level\";s:4:\"read\";s:15:\"redirect_enable\";s:4:\"true\";s:16:\"redirect_seconds\";s:1:\"3\";s:12:\"redirect_url\";s:25:\"http://freereincenter.com\";s:14:\"redirect_query\";s:5:\"false\";s:15:\"redirect_ignore\";s:0:\"\";s:15:\"redirect_rename\";s:0:\"\";s:12:\"redirect_add\";s:0:\"\";s:18:\"redirect_email_off\";s:5:\"false\";s:11:\"silent_send\";s:3:\"off\";s:10:\"silent_url\";s:0:\"\";s:13:\"silent_ignore\";s:0:\"\";s:13:\"silent_rename\";s:0:\"\";s:10:\"silent_add\";s:0:\"\";s:16:\"silent_email_off\";s:5:\"false\";s:13:\"export_enable\";s:4:\"true\";s:13:\"export_ignore\";s:0:\"\";s:13:\"export_rename\";s:0:\"\";s:10:\"export_add\";s:0:\"\";s:16:\"export_email_off\";s:5:\"false\";s:19:\"ex_fields_after_msg\";s:5:\"false\";s:11:\"date_format\";s:10:\"mm/dd/yyyy\";s:13:\"cal_start_day\";s:1:\"0\";s:11:\"time_format\";s:2:\"12\";s:12:\"attach_types\";s:28:\"doc,pdf,txt,gif,jpg,jpeg,png\";s:11:\"attach_size\";s:3:\"1mb\";s:19:\"textarea_html_allow\";s:5:\"false\";s:17:\"enable_areyousure\";s:5:\"false\";s:19:\"auto_respond_enable\";s:5:\"false\";s:17:\"auto_respond_html\";s:5:\"false\";s:22:\"auto_respond_from_name\";s:9:\"WordPress\";s:23:\"auto_respond_from_email\";s:18:\"gyromudd@gmail.com\";s:21:\"auto_respond_reply_to\";s:18:\"gyromudd@gmail.com\";s:20:\"auto_respond_subject\";s:0:\"\";s:20:\"auto_respond_message\";s:0:\"\";s:26:\"req_field_indicator_enable\";s:4:\"true\";s:22:\"req_field_label_enable\";s:4:\"true\";s:19:\"req_field_indicator\";s:2:\" *\";s:13:\"border_enable\";s:5:\"false\";s:10:\"form_style\";s:12:\"width:375px;\";s:12:\"border_style\";s:37:\"border:1px solid black; padding:10px;\";s:14:\"required_style\";s:16:\"text-align:left;\";s:11:\"notes_style\";s:16:\"text-align:left;\";s:11:\"title_style\";s:33:\"text-align:left; padding-top:5px;\";s:11:\"field_style\";s:26:\"text-align:left; margin:0;\";s:15:\"field_div_style\";s:16:\"text-align:left;\";s:11:\"error_style\";s:27:\"text-align:left; color:red;\";s:12:\"select_style\";s:16:\"text-align:left;\";s:20:\"captcha_div_style_sm\";s:42:\"width:175px; height:50px; padding-top:2px;\";s:19:\"captcha_div_style_m\";s:42:\"width:250px; height:65px; padding-top:2px;\";s:19:\"captcha_input_style\";s:38:\"text-align:left; margin:0; width:50px;\";s:16:\"submit_div_style\";s:33:\"text-align:left; padding-top:2px;\";s:12:\"button_style\";s:25:\"cursor:pointer; margin:0;\";s:11:\"reset_style\";s:25:\"cursor:pointer; margin:0;\";s:16:\"powered_by_style\";s:55:\"font-size:x-small; font-weight:normal; padding-top:5px;\";s:10:\"field_size\";s:2:\"40\";s:18:\"captcha_field_size\";s:1:\"6\";s:9:\"text_cols\";s:2:\"30\";s:9:\"text_rows\";s:2:\"10\";s:13:\"aria_required\";s:5:\"false\";s:16:\"auto_fill_enable\";s:4:\"true\";s:12:\"title_border\";s:0:\"\";s:10:\"title_dept\";s:0:\"\";s:12:\"title_select\";s:0:\"\";s:10:\"title_name\";s:0:\"\";s:11:\"title_fname\";s:0:\"\";s:11:\"title_mname\";s:0:\"\";s:12:\"title_miname\";s:0:\"\";s:11:\"title_lname\";s:0:\"\";s:11:\"title_email\";s:0:\"\";s:12:\"title_email2\";s:0:\"\";s:17:\"title_email2_help\";s:0:\"\";s:10:\"title_subj\";s:0:\"\";s:10:\"title_mess\";s:0:\"\";s:10:\"title_capt\";s:0:\"\";s:12:\"title_submit\";s:0:\"\";s:11:\"title_reset\";s:0:\"\";s:16:\"title_areyousure\";s:0:\"\";s:17:\"text_message_sent\";s:0:\"\";s:16:\"tooltip_required\";s:0:\"\";s:15:\"tooltip_captcha\";s:0:\"\";s:13:\"tooltip_audio\";s:0:\"\";s:15:\"tooltip_refresh\";s:0:\"\";s:17:\"tooltip_filetypes\";s:0:\"\";s:16:\"tooltip_filesize\";s:0:\"\";s:12:\"enable_reset\";s:5:\"false\";s:18:\"enable_credit_link\";s:5:\"false\";s:20:\"error_contact_select\";s:0:\"\";s:10:\"error_name\";s:0:\"\";s:11:\"error_email\";s:0:\"\";s:12:\"error_email2\";s:0:\"\";s:11:\"error_field\";s:0:\"\";s:13:\"error_subject\";s:0:\"\";s:13:\"error_message\";s:0:\"\";s:11:\"error_input\";s:0:\"\";s:19:\"error_captcha_blank\";s:0:\"\";s:19:\"error_captcha_wrong\";s:0:\"\";s:13:\"error_correct\";s:0:\"\";s:17:\"ex_field1_default\";s:1:\"0\";s:22:\"ex_field1_default_text\";s:0:\"\";s:13:\"ex_field1_req\";s:5:\"false\";s:15:\"ex_field1_label\";s:0:\"\";s:14:\"ex_field1_type\";s:4:\"text\";s:17:\"ex_field1_max_len\";s:0:\"\";s:19:\"ex_field1_label_css\";s:0:\"\";s:19:\"ex_field1_input_css\";s:0:\"\";s:20:\"ex_field1_attributes\";s:0:\"\";s:15:\"ex_field1_regex\";s:0:\"\";s:21:\"ex_field1_regex_error\";s:0:\"\";s:15:\"ex_field1_notes\";s:0:\"\";s:21:\"ex_field1_notes_after\";s:0:\"\";s:17:\"ex_field2_default\";s:1:\"0\";s:22:\"ex_field2_default_text\";s:0:\"\";s:13:\"ex_field2_req\";s:5:\"false\";s:15:\"ex_field2_label\";s:0:\"\";s:14:\"ex_field2_type\";s:4:\"text\";s:17:\"ex_field2_max_len\";s:0:\"\";s:19:\"ex_field2_label_css\";s:0:\"\";s:19:\"ex_field2_input_css\";s:0:\"\";s:20:\"ex_field2_attributes\";s:0:\"\";s:15:\"ex_field2_regex\";s:0:\"\";s:21:\"ex_field2_regex_error\";s:0:\"\";s:15:\"ex_field2_notes\";s:0:\"\";s:21:\"ex_field2_notes_after\";s:0:\"\";s:17:\"ex_field3_default\";s:1:\"0\";s:22:\"ex_field3_default_text\";s:0:\"\";s:13:\"ex_field3_req\";s:5:\"false\";s:15:\"ex_field3_label\";s:0:\"\";s:14:\"ex_field3_type\";s:4:\"text\";s:17:\"ex_field3_max_len\";s:0:\"\";s:19:\"ex_field3_label_css\";s:0:\"\";s:19:\"ex_field3_input_css\";s:0:\"\";s:20:\"ex_field3_attributes\";s:0:\"\";s:15:\"ex_field3_regex\";s:0:\"\";s:21:\"ex_field3_regex_error\";s:0:\"\";s:15:\"ex_field3_notes\";s:0:\"\";s:21:\"ex_field3_notes_after\";s:0:\"\";s:17:\"ex_field4_default\";s:1:\"0\";s:22:\"ex_field4_default_text\";s:0:\"\";s:13:\"ex_field4_req\";s:5:\"false\";s:15:\"ex_field4_label\";s:0:\"\";s:14:\"ex_field4_type\";s:4:\"text\";s:17:\"ex_field4_max_len\";s:0:\"\";s:19:\"ex_field4_label_css\";s:0:\"\";s:19:\"ex_field4_input_css\";s:0:\"\";s:20:\"ex_field4_attributes\";s:0:\"\";s:15:\"ex_field4_regex\";s:0:\"\";s:21:\"ex_field4_regex_error\";s:0:\"\";s:15:\"ex_field4_notes\";s:0:\"\";s:21:\"ex_field4_notes_after\";s:0:\"\";}','yes');
INSERT INTO `wp_options` VALUES (201,'si_contact_form4','a:182:{s:9:\"form_name\";s:0:\"\";s:7:\"welcome\";s:41:\"<p>Comments or questions are welcome.</p>\";s:8:\"email_to\";s:28:\"Webmaster,gyromudd@gmail.com\";s:17:\"php_mailer_enable\";s:9:\"wordpress\";s:10:\"email_from\";s:0:\"\";s:19:\"email_from_enforced\";s:5:\"false\";s:14:\"email_reply_to\";s:0:\"\";s:9:\"email_bcc\";s:0:\"\";s:13:\"email_subject\";s:19:\"My Website Contact:\";s:18:\"email_subject_list\";s:0:\"\";s:11:\"name_format\";s:4:\"name\";s:9:\"name_type\";s:8:\"required\";s:10:\"email_type\";s:8:\"required\";s:12:\"subject_type\";s:8:\"required\";s:12:\"message_type\";s:8:\"required\";s:21:\"preserve_space_enable\";s:5:\"false\";s:10:\"max_fields\";s:1:\"4\";s:12:\"double_email\";s:5:\"false\";s:16:\"name_case_enable\";s:5:\"false\";s:18:\"sender_info_enable\";s:4:\"true\";s:14:\"domain_protect\";s:4:\"true\";s:15:\"email_check_dns\";s:5:\"false\";s:10:\"email_html\";s:5:\"false\";s:15:\"akismet_disable\";s:5:\"false\";s:19:\"akismet_send_anyway\";s:4:\"true\";s:14:\"captcha_enable\";s:4:\"true\";s:13:\"captcha_small\";s:5:\"false\";s:18:\"captcha_difficulty\";s:6:\"medium\";s:16:\"captcha_no_trans\";s:5:\"false\";s:12:\"enable_audio\";s:4:\"true\";s:18:\"enable_audio_flash\";s:5:\"false\";s:12:\"captcha_perm\";s:5:\"false\";s:18:\"captcha_perm_level\";s:4:\"read\";s:15:\"redirect_enable\";s:4:\"true\";s:16:\"redirect_seconds\";s:1:\"3\";s:12:\"redirect_url\";s:25:\"http://freereincenter.com\";s:14:\"redirect_query\";s:5:\"false\";s:15:\"redirect_ignore\";s:0:\"\";s:15:\"redirect_rename\";s:0:\"\";s:12:\"redirect_add\";s:0:\"\";s:18:\"redirect_email_off\";s:5:\"false\";s:11:\"silent_send\";s:3:\"off\";s:10:\"silent_url\";s:0:\"\";s:13:\"silent_ignore\";s:0:\"\";s:13:\"silent_rename\";s:0:\"\";s:10:\"silent_add\";s:0:\"\";s:16:\"silent_email_off\";s:5:\"false\";s:13:\"export_enable\";s:4:\"true\";s:13:\"export_ignore\";s:0:\"\";s:13:\"export_rename\";s:0:\"\";s:10:\"export_add\";s:0:\"\";s:16:\"export_email_off\";s:5:\"false\";s:19:\"ex_fields_after_msg\";s:5:\"false\";s:11:\"date_format\";s:10:\"mm/dd/yyyy\";s:13:\"cal_start_day\";s:1:\"0\";s:11:\"time_format\";s:2:\"12\";s:12:\"attach_types\";s:28:\"doc,pdf,txt,gif,jpg,jpeg,png\";s:11:\"attach_size\";s:3:\"1mb\";s:19:\"textarea_html_allow\";s:5:\"false\";s:17:\"enable_areyousure\";s:5:\"false\";s:19:\"auto_respond_enable\";s:5:\"false\";s:17:\"auto_respond_html\";s:5:\"false\";s:22:\"auto_respond_from_name\";s:9:\"WordPress\";s:23:\"auto_respond_from_email\";s:18:\"gyromudd@gmail.com\";s:21:\"auto_respond_reply_to\";s:18:\"gyromudd@gmail.com\";s:20:\"auto_respond_subject\";s:0:\"\";s:20:\"auto_respond_message\";s:0:\"\";s:26:\"req_field_indicator_enable\";s:4:\"true\";s:22:\"req_field_label_enable\";s:4:\"true\";s:19:\"req_field_indicator\";s:2:\" *\";s:13:\"border_enable\";s:5:\"false\";s:10:\"form_style\";s:12:\"width:375px;\";s:12:\"border_style\";s:37:\"border:1px solid black; padding:10px;\";s:14:\"required_style\";s:16:\"text-align:left;\";s:11:\"notes_style\";s:16:\"text-align:left;\";s:11:\"title_style\";s:33:\"text-align:left; padding-top:5px;\";s:11:\"field_style\";s:26:\"text-align:left; margin:0;\";s:15:\"field_div_style\";s:16:\"text-align:left;\";s:11:\"error_style\";s:27:\"text-align:left; color:red;\";s:12:\"select_style\";s:16:\"text-align:left;\";s:20:\"captcha_div_style_sm\";s:42:\"width:175px; height:50px; padding-top:2px;\";s:19:\"captcha_div_style_m\";s:42:\"width:250px; height:65px; padding-top:2px;\";s:19:\"captcha_input_style\";s:38:\"text-align:left; margin:0; width:50px;\";s:16:\"submit_div_style\";s:33:\"text-align:left; padding-top:2px;\";s:12:\"button_style\";s:25:\"cursor:pointer; margin:0;\";s:11:\"reset_style\";s:25:\"cursor:pointer; margin:0;\";s:16:\"powered_by_style\";s:55:\"font-size:x-small; font-weight:normal; padding-top:5px;\";s:10:\"field_size\";s:2:\"40\";s:18:\"captcha_field_size\";s:1:\"6\";s:9:\"text_cols\";s:2:\"30\";s:9:\"text_rows\";s:2:\"10\";s:13:\"aria_required\";s:5:\"false\";s:16:\"auto_fill_enable\";s:4:\"true\";s:12:\"title_border\";s:0:\"\";s:10:\"title_dept\";s:0:\"\";s:12:\"title_select\";s:0:\"\";s:10:\"title_name\";s:0:\"\";s:11:\"title_fname\";s:0:\"\";s:11:\"title_mname\";s:0:\"\";s:12:\"title_miname\";s:0:\"\";s:11:\"title_lname\";s:0:\"\";s:11:\"title_email\";s:0:\"\";s:12:\"title_email2\";s:0:\"\";s:17:\"title_email2_help\";s:0:\"\";s:10:\"title_subj\";s:0:\"\";s:10:\"title_mess\";s:0:\"\";s:10:\"title_capt\";s:0:\"\";s:12:\"title_submit\";s:0:\"\";s:11:\"title_reset\";s:0:\"\";s:16:\"title_areyousure\";s:0:\"\";s:17:\"text_message_sent\";s:0:\"\";s:16:\"tooltip_required\";s:0:\"\";s:15:\"tooltip_captcha\";s:0:\"\";s:13:\"tooltip_audio\";s:0:\"\";s:15:\"tooltip_refresh\";s:0:\"\";s:17:\"tooltip_filetypes\";s:0:\"\";s:16:\"tooltip_filesize\";s:0:\"\";s:12:\"enable_reset\";s:5:\"false\";s:18:\"enable_credit_link\";s:5:\"false\";s:20:\"error_contact_select\";s:0:\"\";s:10:\"error_name\";s:0:\"\";s:11:\"error_email\";s:0:\"\";s:12:\"error_email2\";s:0:\"\";s:11:\"error_field\";s:0:\"\";s:13:\"error_subject\";s:0:\"\";s:13:\"error_message\";s:0:\"\";s:11:\"error_input\";s:0:\"\";s:19:\"error_captcha_blank\";s:0:\"\";s:19:\"error_captcha_wrong\";s:0:\"\";s:13:\"error_correct\";s:0:\"\";s:17:\"ex_field1_default\";s:1:\"0\";s:22:\"ex_field1_default_text\";s:0:\"\";s:13:\"ex_field1_req\";s:5:\"false\";s:15:\"ex_field1_label\";s:0:\"\";s:14:\"ex_field1_type\";s:4:\"text\";s:17:\"ex_field1_max_len\";s:0:\"\";s:19:\"ex_field1_label_css\";s:0:\"\";s:19:\"ex_field1_input_css\";s:0:\"\";s:20:\"ex_field1_attributes\";s:0:\"\";s:15:\"ex_field1_regex\";s:0:\"\";s:21:\"ex_field1_regex_error\";s:0:\"\";s:15:\"ex_field1_notes\";s:0:\"\";s:21:\"ex_field1_notes_after\";s:0:\"\";s:17:\"ex_field2_default\";s:1:\"0\";s:22:\"ex_field2_default_text\";s:0:\"\";s:13:\"ex_field2_req\";s:5:\"false\";s:15:\"ex_field2_label\";s:0:\"\";s:14:\"ex_field2_type\";s:4:\"text\";s:17:\"ex_field2_max_len\";s:0:\"\";s:19:\"ex_field2_label_css\";s:0:\"\";s:19:\"ex_field2_input_css\";s:0:\"\";s:20:\"ex_field2_attributes\";s:0:\"\";s:15:\"ex_field2_regex\";s:0:\"\";s:21:\"ex_field2_regex_error\";s:0:\"\";s:15:\"ex_field2_notes\";s:0:\"\";s:21:\"ex_field2_notes_after\";s:0:\"\";s:17:\"ex_field3_default\";s:1:\"0\";s:22:\"ex_field3_default_text\";s:0:\"\";s:13:\"ex_field3_req\";s:5:\"false\";s:15:\"ex_field3_label\";s:0:\"\";s:14:\"ex_field3_type\";s:4:\"text\";s:17:\"ex_field3_max_len\";s:0:\"\";s:19:\"ex_field3_label_css\";s:0:\"\";s:19:\"ex_field3_input_css\";s:0:\"\";s:20:\"ex_field3_attributes\";s:0:\"\";s:15:\"ex_field3_regex\";s:0:\"\";s:21:\"ex_field3_regex_error\";s:0:\"\";s:15:\"ex_field3_notes\";s:0:\"\";s:21:\"ex_field3_notes_after\";s:0:\"\";s:17:\"ex_field4_default\";s:1:\"0\";s:22:\"ex_field4_default_text\";s:0:\"\";s:13:\"ex_field4_req\";s:5:\"false\";s:15:\"ex_field4_label\";s:0:\"\";s:14:\"ex_field4_type\";s:4:\"text\";s:17:\"ex_field4_max_len\";s:0:\"\";s:19:\"ex_field4_label_css\";s:0:\"\";s:19:\"ex_field4_input_css\";s:0:\"\";s:20:\"ex_field4_attributes\";s:0:\"\";s:15:\"ex_field4_regex\";s:0:\"\";s:21:\"ex_field4_regex_error\";s:0:\"\";s:15:\"ex_field4_notes\";s:0:\"\";s:21:\"ex_field4_notes_after\";s:0:\"\";}','yes');
INSERT INTO `wp_options` VALUES (12516,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"freerein1325@gmail.com\";s:7:\"version\";s:6:\"3.9.10\";s:9:\"timestamp\";i:1452114706;}','yes');
INSERT INTO `wp_options` VALUES (31672,'can_compress_scripts','0','yes');
INSERT INTO `wp_options` VALUES (31670,'_site_transient_timeout_browser_47dca2058296bab976fdf3d6d12dc841','1433186642','yes');
INSERT INTO `wp_options` VALUES (31671,'_site_transient_browser_47dca2058296bab976fdf3d6d12dc841','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"43.0.2357.65\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (42174,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1451357287','no');
INSERT INTO `wp_options` VALUES (42175,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\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:26:\"https://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, 09 Dec 2015 14:54:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.5-alpha-36110\";s:7:\"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:36:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a: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:28:\"WordPress 4.4 “Clifford”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/2015/12/clifford/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2015 03:25:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3990\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen. Introducing Twenty Sixteen Our newest default theme, Twenty Sixteen, is a modern take [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:39387:\"<p>Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/J44FHXvg?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Sixteen</h2>\n<p><img class=\"aligncenter size-full wp-image-3994\" src=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png\" alt=\"A screenshot of Twenty Sixteen set in an iPad frame\" width=\"1680\" height=\"1139\" srcset=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-300x203.png 300w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-768x521.png 768w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-1024x694.png 1024w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png 1680w\" sizes=\"(max-width: 1680px) 100vw, 1680px\" /></p>\n<p>Our newest default theme, Twenty Sixteen, is a modern take on a classic blog design.</p>\n<p>Twenty Sixteen was built to look great on any device. A fluid grid design, flexible header, fun color schemes, and more, will all make your content shine.</p>\n<hr />\n<h2 style=\"text-align: center\">Responsive Images</h2>\n<p><img class=\"aligncenter wp-image-3995 size-full\" src=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png\" alt=\"An image of a laptop, iPad, Android phone, and iPhone containing the same image displayed at multiple sizes to demonstrate responsive image features.\" width=\"1396\" height=\"640\" srcset=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-300x138.png 300w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-768x352.png 768w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-1024x469.png 1024w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png 1396w\" sizes=\"(max-width: 1396px) 100vw, 1396px\" /></p>\n<p>WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.</p>\n<hr />\n<h2 style=\"text-align: center\">Embed Everything</h2>\n<div class=\"embed-container\">\n<blockquote data-secret=\"wv4RlzOPNS\" class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/\">New Embeds Feature in WordPress 4.4</a></p></blockquote>\n<p><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/embed/#?secret=wv4RlzOPNS\" data-secret=\"wv4RlzOPNS\" width=\"600\" height=\"338\" title=\"Embedded WordPress Post\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div>\n<p>Now you can embed your posts on other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.</p>\n<p>In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<p><img class=\"aligncenter size-full wp-image-4003\" src=\"https://wordpress.org/news/files/2015/12/banner-1544x500.jpg\" alt=\"The WordPress REST API logo\" width=\"1544\" height=\"500\" srcset=\"https://wordpress.org/news/files/2015/12/banner-1544x500-300x97.jpg 300w, https://wordpress.org/news/files/2015/12/banner-1544x500-768x249.jpg 768w, https://wordpress.org/news/files/2015/12/banner-1544x500-1024x332.jpg 1024w, https://wordpress.org/news/files/2015/12/banner-1544x500.jpg 1544w\" sizes=\"(max-width: 1544px) 100vw, 1544px\" /></p>\n<h3>REST API infrastructure</h3>\n<p>Infrastructure for the REST API has been integrated into core, marking a new era in developing with WordPress. The REST API gives developers an easy way to build and extend RESTful APIs on top of WordPress.</p>\n<p>Infrastructure is the first part of a multi-stage rollout for the REST API. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official <a href=\"https://wordpress.org/plugins/rest-api/\">WordPress REST API</a> plugin.</p>\n<h3>Term meta</h3>\n<p>Terms now support metadata, just like posts. See <a href=\"https://developer.wordpress.org/reference/functions/add_term_meta\"><code>add_term_meta()</code></a>, <a href=\"https://developer.wordpress.org/reference/functions/get_term_meta\"><code>get_term_meta()</code></a>, and <a href=\"https://developer.wordpress.org/reference/functions/update_term_meta\"><code>update_term_meta()</code></a> for more information.</p>\n<h3>Comment query improvements</h3>\n<p>Comment queries now have cache handling to improve performance. New arguments in <code>WP_Comment_Query</code> make crafting robust comment queries simpler.</p>\n<div class=\"feature-section under-the-hood three-col\">\n<div class=\"col\">\n<h3>Term, comment, and network objects</h3>\n<p>New <code>WP_Term</code>, <code>WP_Comment</code>, and <code>WP_Network</code> objects make interacting with terms, comments, and networks more predictable and intuitive in code.</p>\n</div>\n</div>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/wonderboymusic\"><img src=\"https://www.gravatar.com/avatar/ed0f881acb9dc96bee53e4dc61b5558f?d=mm&amp;s=180&amp;r=G\" alt=\"Scott Taylor\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://scotty-t.com/\">Scott Taylor</a>, with the help of these fine individuals. There are 471 contributors with props in this release (by far the most ever!). Pull up some Clifford Brown on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/_smartik_\">_smartik_</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrutley\">Aaron Rutley</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamholisky\">adamholisky</a>, <a href=\"https://profiles.wordpress.org/aduth\">aduth</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bj&#246;rklund</a>, <a href=\"https://profiles.wordpress.org/albertoct\">AlbertoCT</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/gounder\">Alexander Gounder</a>, <a href=\"https://profiles.wordpress.org/alireza1375\">alireza1375</a>, <a href=\"https://profiles.wordpress.org/shedonist\">Amanda Giles</a>, <a href=\"https://profiles.wordpress.org/amereservant\">amereservant</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/amandato\">Angelo Mandato</a>, <a href=\"https://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/apkoponen\">ap.koponen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/athsear\">Athsear\'J.S.</a>, <a href=\"https://profiles.wordpress.org/atomicjack\">atomicjack</a>, <a href=\"https://profiles.wordpress.org/austinginder\">Austin Ginder</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/barrykooij\">Barry Kooij</a>, <a href=\"https://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/bdn3504\">BdN3504</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/benjmay\">Ben May</a>, <a href=\"https://profiles.wordpress.org/benjaminpick\">Benjamin Pick</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"https://profiles.wordpress.org/bilalcoder\">bilalcoder</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bj&#248;rn Johansen</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"https://profiles.wordpress.org/brentvr\">brentvr</a>, <a href=\"https://profiles.wordpress.org/brettz95\">brettz95</a>, <a href=\"https://profiles.wordpress.org/mckilem\">Bruno Kos</a>, <a href=\"https://profiles.wordpress.org/crazycoolcam\">Cam</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/misterbisson\">Casey Bisson</a>, <a href=\"https://profiles.wordpress.org/ch1902\">ch1902</a>, <a href=\"https://profiles.wordpress.org/nhuja\">Chandra M</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chiara_09\">Chiara Dossena</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chrismkindred\">Chris Kindred</a>, <a href=\"https://profiles.wordpress.org/cklosows\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/chriscoyier\">chriscoyier</a>, <a href=\"https://profiles.wordpress.org/chrisdc1\">Chrisdc1</a>, <a href=\"https://profiles.wordpress.org/lovememore\">christianoliff</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom\">cjhaas</a>, <a href=\"https://profiles.wordpress.org/codeelite\">codeelite</a>, <a href=\"https://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/couturefreak\">Courtney Ivey</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dboulet\">Dan Boulet</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/daniel-koskinen\">Daniel Koskinen</a>, <a href=\"https://profiles.wordpress.org/dmenard\">Daniel M&#233;nard</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniellandau\">daniellandau</a>, <a href=\"https://profiles.wordpress.org/daniloercoli\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/dattaparad\">Datta Parad</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/debaat\">DeBAAT</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/downstairsdev\">Devin Price</a>, <a href=\"https://profiles.wordpress.org/dezzy\">Dezzy</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipalidhole27gmailcom\">Dipali Dhole</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dbru\">Dominik Bruderer</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/edirect24\">edirect24</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/eduardozulian\">Eduardo Zulian</a>, <a href=\"https://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"https://profiles.wordpress.org/egill\">Egill R. Erlendsson</a>, <a href=\"https://profiles.wordpress.org/egower\">egower</a>, <a href=\"https://profiles.wordpress.org/iehsanir\">Ehsaan</a>, <a href=\"https://profiles.wordpress.org/ehtis\">ehtis</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ellieroepken\">Ellie Strejlau</a>, <a href=\"https://profiles.wordpress.org/elliott-stocks\">Elliott Stocks</a>, <a href=\"https://profiles.wordpress.org/elusiveunit\">elusiveunit</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ericjuden\">ericjuden</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/f4rkie\">F4rkie</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fsylum\">Firdaus Zahari</a>, <a href=\"https://profiles.wordpress.org/fonglh\">fonglh</a>, <a href=\"https://profiles.wordpress.org/francoisb\">francoisb</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/gaelan\">Gaelan Lloyd</a>, <a href=\"https://profiles.wordpress.org/gagan0123\">Gagan Deep Singh</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/grvrulz\">Gaurav Pareek</a>, <a href=\"https://profiles.wordpress.org/gautamgupta\">Gautam Gupta</a>, <a href=\"https://profiles.wordpress.org/geminorum\">geminorum</a>, <a href=\"https://profiles.wordpress.org/kloon\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/gezamiklo\">geza.miklo</a>, <a href=\"https://profiles.wordpress.org/gizburdt\">Gijs Jorissen</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/gnaka08\">gnaka08</a>, <a href=\"https://profiles.wordpress.org/gradyetc\">gradyetc</a>, <a href=\"https://profiles.wordpress.org/gregrickaby\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/webord\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwinhlopez\">gwinh.lopez</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/icetee\">icetee</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/headonfire\">Ihor Vorotnov</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/janhenckens\">janhenckens</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/jazbek\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jcroucher\">jcroucher</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeffmatson\">JeffMatson</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeichorn\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/slimndap\">Jeroen Schmit</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jim912\">jim912</a>, <a href=\"https://profiles.wordpress.org/jliman\">jliman</a>, <a href=\"https://profiles.wordpress.org/jmayhak\">jmayhak</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">jnylen0</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joehills\">joehills</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/mindctrl\">John Parris</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/betzster\">Josh Betz</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justdaiv\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/karinedo\">karinedo</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinb\">Kevin Behrens</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kevinatelement\">kevinatelement</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/drozdz\">Krzysiek Dr&#243;żdż</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/laceous\">laceous</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/lcherpit\">lcherpit</a>, <a href=\"https://profiles.wordpress.org/ldinclaux\">ldinclaux</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"https://profiles.wordpress.org/lucatume\">lucatume</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lucymtc\">Lucy Tomas</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/madalinungureanu\">madalin.ungureanu</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/manolis09\">manolis09</a>, <a href=\"https://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mechter\">Markus</a>, <a href=\"https://profiles.wordpress.org/wilto\">Mat Marquis</a>, <a href=\"https://profiles.wordpress.org/matheusfd\">Matheus Martins</a>, <a href=\"https://profiles.wordpress.org/mattbagwell\">Matt Bagwell</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mazurstas\">mazurstas</a>, <a href=\"https://profiles.wordpress.org/mbrandys\">mbrandys</a>, <a href=\"https://profiles.wordpress.org/mdmcginn\">mdmcginn</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"https://profiles.wordpress.org/micahmills\">micahmills</a>, <a href=\"https://profiles.wordpress.org/micahwave\">micahwave</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"https://profiles.wordpress.org/michielhab\">Michiel Habraken</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/thaicloud\">Mike Jordan</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mismith227\">mismith227</a>, <a href=\"https://profiles.wordpress.org/misterunknown\">misterunknown</a>, <a href=\"https://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"https://profiles.wordpress.org/monika\">Monika</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/mulvane\">mulvane</a>, <a href=\"https://profiles.wordpress.org/neoscrib\">neoscrib</a>, <a href=\"https://profiles.wordpress.org/next-season\">NExT-Season</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/nickciske\">Nick Ciske</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickduncan\">NickDuncan</a>, <a href=\"https://profiles.wordpress.org/rahe\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/niklasbr\">Niklas</a>, <a href=\"https://profiles.wordpress.org/nikolovtmw\">Nikola Nikolov</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walb&#248; Johnsg&#229;rd</a>, <a href=\"https://profiles.wordpress.org/petya\">Petya Raykovska</a>, <a href=\"https://profiles.wordpress.org/pfefferle\">pfefferle</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philiplakin\">PhilipLakin</a>, <a href=\"https://profiles.wordpress.org/corphi\">Philipp Cordes</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/prasad-nevase\">Prasad Nevase</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajnikmit\">rajnikmit</a>, <a href=\"https://profiles.wordpress.org/racase\">Rakesh Lawaju (Racase Lawaju)</a>, <a href=\"https://profiles.wordpress.org/ramay\">ramay</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raulillana\">Raul Illana</a>, <a href=\"https://profiles.wordpress.org/renoirb\">renoirb</a>, <a href=\"https://profiles.wordpress.org/rhubbardreverb\">rhubbardreverb</a>, <a href=\"https://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/wpmuguru\">Ron Rennick</a>, <a href=\"https://profiles.wordpress.org/ronalfy\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/kingkool68\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/markel\">Ryan Markel</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/zeo\">Safirul Alredha</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/sam2kb\">sam2kb</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">sarciszewski</a>, <a href=\"https://profiles.wordpress.org/sgrant\">Scott Grant</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sdavis2702\">sdavis2702</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/serpent7776\">serpent7776</a>, <a href=\"https://profiles.wordpress.org/several27\">several27</a>, <a href=\"https://profiles.wordpress.org/shimakyohsuke\">shimakyohsuke</a>, <a href=\"https://profiles.wordpress.org/side777\">side777</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"https://profiles.wordpress.org/sjmur\">sjmur</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Spacedmonkey</a>, <a href=\"https://profiles.wordpress.org/sboisvert\">St&#233;phane Boisvert</a>, <a href=\"https://profiles.wordpress.org/khromov\">Stanislav Khromov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stebbiv\">stebbiv</a>, <a href=\"https://profiles.wordpress.org/miglosh\">Stefan Froehlich</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevehenty\">stevehenty</a>, <a href=\"https://profiles.wordpress.org/stevehoneynz\">SteveHoneyNZ</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Sujay</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/summerblue\">summerblue</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"https://profiles.wordpress.org/tbcorr\">tbcorr</a>, <a href=\"https://profiles.wordpress.org/tychay\">Terry Chay</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/kraftner\">Thomas Kr&#228;ftner</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tott\">Thorsten Ott</a>, <a href=\"https://profiles.wordpress.org/tigertech\">tigertech</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Kr&#252;ss</a>, <a href=\"https://profiles.wordpress.org/tevko\">Tim Evko</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmeister\">tmeister</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tommarshall\">tommarshall</a>, <a href=\"https://profiles.wordpress.org/tomsommer\">tomsommer</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/trenzterra\">trenzterra</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tszming\">tszming</a>, <a href=\"https://profiles.wordpress.org/junsuijin\">ty</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/chacha102\">Tyler Carter</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vilkatis\">vilkatis</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/walterebert\">Walter Ebert</a>, <a href=\"https://profiles.wordpress.org/walterbarcelos\">walterbarcelos</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom\">webdevmattcrom</a>, <a href=\"https://profiles.wordpress.org/wen-solutions\">WEN Solutions</a>, <a href=\"https://profiles.wordpress.org/wenthemes\">WEN Themes</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wmertens\">wmertens</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/theode\">WP Plugin Dev dot com</a>, <a href=\"https://profiles.wordpress.org/wpdev101\">wpdev101</a>, <a href=\"https://profiles.wordpress.org/alphawolf\">wpseek</a>, <a href=\"https://profiles.wordpress.org/wturrell\">wturrell</a>, <a href=\"https://profiles.wordpress.org/yamchhetri\">Yam Chhetri</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/zrothauser\">Zack Rothauser</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p>&nbsp;</p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video with <a href=\"http://www.sararosso.com/newsletter/\">Sara Rosso</a>, and <a href=\"http://camikaos.com\">Cami Kaos</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 23 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.5!</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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a: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:31:\"WordPress 4.4 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:67:\"https://wordpress.org/news/2015/11/wordpress-4-4-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Nov 2015 23:04: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:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3982\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"The release candidate for WordPress 4.4 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on Tuesday, December 8, but we need your help to get there. If you haven’t tested 4.4 yet, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1801:\"<p>The release candidate for WordPress 4.4 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on <strong>Tuesday, December 8</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.4 yet, now is the time!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.4 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.4-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\">Beta</a> blog post.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.4 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.4 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we&#8217;ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-4/\">notes for developers</a> for 4.4.</p>\n<p><em>Tickets are all closed</em><br />\n<em>Help test the latest changes</em><br />\n<em>New WordPress for All</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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a: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:20:\"WordPress 4.4 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Nov 2015 00:04:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3977\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"WordPress 4.4 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1407:\"<p>WordPress 4.4 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">Beta 1</a> blog post. This our final planned beta. Next week will be our first Release Candidate.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Closer To The End</em><br />\n<em>Tickets Are Being Shuffled</em><br />\n<i>Onward to RC</i></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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a: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:20:\"WordPress 4.4 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Nov 2015 22:10:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3969\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1245:\"<p>WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta three<br />\nEven more activity<br />\nNary a shared term</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:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a: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:20:\"WordPress 4.4 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:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Oct 2015 20:50: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3966\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1246:\"<p>WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta two<br />\nAnother week of progress<br />\nREST API lives!</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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a: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:20:\"WordPress 4.4 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:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Oct 2015 23:54:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3926\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"WordPress 4.4 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4293:\"<p>WordPress 4.4 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta1.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>WordPress 4.4 is slated for release on <a href=\"https://make.wordpress.org/core/version-4-4-project-schedule/\" target=\"_blank\">December 8</a>, but to get there, we need your help testing what we have been working on, including:</p>\n<ul>\n<li><strong>Twenty Sixteen </strong>— The <a href=\"https://make.wordpress.org/core/2015/08/25/introducing-twenty-sixteen/\">newest</a> default theme for WordPress.</li>\n<li><strong>Responsive Images </strong>— WordPress automatically delivers a <a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">more appropriate image</a> to users depending on a variety of conditions like screen size, viewport size, and screen resolution.</li>\n<li><strong>Embeds </strong>— WordPress can now embed rich content from nearly all sites that support the oEmbed standard — not just YouTube, Flickr, Twitter, and the like. You can even embed <a href=\"https://make.wordpress.org/core/2015/09/30/feature-plugin-merge-proposal-oembed/\">previews of posts</a> from other WordPress sites by pasting the URL on its own line.</li>\n</ul>\n<p>There have been a lot of changes for developers to play with as well:</p>\n<ul>\n<li><strong>REST API (phase 1) </strong>— The underlying infrastructure of the WordPress REST API <a href=\"https://wordpress.org/plugins/rest-api/\">plugin</a> has been <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">included in WordPress 4.4</a>. Plugin authors can take advantage of this by adding custom endpoints.</li>\n<li><strong>Term Metadata </strong>— Taxonomy term metadata is <a href=\"https://make.wordpress.org/core/2015/09/04/taxonomy-term-metadata-proposal/\">now included</a> in WordPress 4.4. If you&#8217;ve already been using a plugin to implement term metadata, you should read <a href=\"https://make.wordpress.org/core/2015/09/22/preparing-your-plugins-and-your-client-sites-for-termmeta/\">this post</a> on how to prepare. Also, the underlying <code>WP_Term</code> class improves caching when working with terms. (<a href=\"https://core.trac.wordpress.org/ticket/14162\">#14162</a>)</li>\n<li><strong>Improved <code>&lt;title&gt;</code> output</strong> — <code>wp_title()</code> is now deprecated; WordPress can <a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">handle the rendering</a> of the document title automatically.</li>\n<li><strong>Comments </strong>— Comment queries are now split for performance. Also, the underlying <code>WP_Comment</code> class improves caching and introduces strong-typing. (<a href=\"https://core.trac.wordpress.org/ticket/8071\">#8071</a>, <a href=\"https://core.trac.wordpress.org/ticket/32619\">#32619</a>)</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.4, <a href=\"https://make.wordpress.org/core/tag/4-4/\" target=\"_blank\">check out all 4.4-tagged posts</a> on the main development blog, or check out a <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=4.4\">list of everything</a> that&#8217;s changed.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><em>Many small changes</em><br />\n<em>Some groundbreaking new features<br />\nFun times had by all<br />\n</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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a: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:48:\"WordPress 4.3.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/09/wordpress-4-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Sep 2015 15:22:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3914\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:439:\"WordPress 4.3.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation. WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4022:\"<div class=\"storycontent\">\n<p>WordPress 4.3.1 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation.</p>\n<ul>\n<li>WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n<li>A separate cross-site scripting vulnerability was found in the user list table. Reported by Ben Bidner of the WordPress security team.</li>\n<li>Finally, in certain cases, users without proper permissions could publish private posts and make them sticky (CVE-2015-5715). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n</ul>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.3.1 also fixes twenty-six bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.3.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.3/?rev=34199&amp;stop_rev=33647\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.3.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.3.1.</p>\n</div>\n<p>Thanks to everyone who contributed to 4.3.1:</p>\n<p><a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/DrewAPicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jobst\">jobst</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/welcher\">welcher</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</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:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:36:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a: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:26:\"WordPress 4.3 “Billie”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2015/08/billie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Aug 2015 19:12: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: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:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3845\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"Version 4.3 of WordPress, named &#8220;Billie&#8221; in honor of jazz singer Billie Holiday, is available for download or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site. Menus in the Customizer Create your menu, update it, and assign it, all while live-previewing in [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:22303:\"<p style=\"margin: 0;height: 0\"><img src=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png\" alt=\"WordPress 4.3 - &quot;Billie&quot;\" width=\"692\" height=\"388\" class=\"alignnone size-large wp-image-3896\" style=\"height:0px;width: 0px;margin: 0\" /></p>\n<p>Version 4.3 of WordPress, named &#8220;Billie&#8221; in honor of jazz singer <a href=\"https://en.wikipedia.org/wiki/Billie_Holiday\">Billie Holiday</a>, is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/T54Iy7Tw?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2>Menus in the Customizer</h2>\n<div><img src=\"//s.w.org/images/core/4.3/menu-customizer.png\" alt=\"\" /></div>\n<p>Create your menu, update it, and assign it, all while live-previewing in the customizer. The streamlined customizer design provides a mobile-friendly and accessible interface. With every release, it becomes easier and faster to make your site just the way you want it.</p>\n<hr />\n<h2>Formatting Shortcuts</h2>\n<p><div style=\"width: 640px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3845-1\" width=\"640\" height=\"360\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.3/formatting.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.3/formatting.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.3/formatting.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.3/formatting.mp4\">//s.w.org/images/core/4.3/formatting.mp4</a></video></div><br />\nYour writing flow just got faster with new formatting shortcuts in WordPress 4.3. Use asterisks to create lists and number signs to make a heading. No more breaking your flow; your text looks great with a <code>*</code> and a <code>#</code>.</p>\n<hr />\n<h2>Site Icons</h2>\n<p><img src=\"//s.w.org/images/core/4.3/site-icon-customizer.png\" alt=\"\" /><br />\n&nbsp;<br />\nSite icons represent your site in browser tabs, bookmark menus, and on the home screen of mobile devices. Add your unique site icon in the customizer; it will even stay in place when you switch themes. Make your whole site reflect your brand.</p>\n<hr />\n<h2>Better Passwords</h2>\n<p><img src=\"//s.w.org/images/core/4.3/better-passwords.png\" alt=\"\" /><br />\n&nbsp;<br />\nKeep your site more secure with WordPress’ improved approach to passwords. Instead of receiving passwords via email, you’ll get a password reset link. When you add new users to your site or edit a user profile, WordPress will automatically generate a secure password.</p>\n<hr />\n<h2>Other improvements</h2>\n<ul>\n<li><strong>A smoother admin experience</strong> &#8211; Refinements to the list view across the admin make your WordPress more accessible and easier to work with on any device.</li>\n<li><strong>Comments turned off on pages</strong> &#8211; All new pages that you create will have comments turned off. Keep discussions to your blog, right where they’re supposed to happen.</li>\n<li><strong>Customize your site quickly</strong> &#8211; Wherever you are on the front-end, you can click the customize link in the toolbar to swiftly make changes to your site.</li>\n</ul>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/obenland\"><img src=\"https://www.gravatar.com/avatar/2370ea5912750f4cb0f3c51ae1cbca55?d=mm&amp;s=180&amp;r=G\" alt=\"Konstantin Obenland\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>, with the help of these fine individuals. There are 246 contributors with props in this release. Pull up some Billie Holiday on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamkheckler\">Adam Heckler</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bj&#246;rklund</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/deconf\">Alin Marcu</a>, <a href=\"https://profiles.wordpress.org/andfinally\">andfinally</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/anubisthejackle\">anubisthejackle</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/arjunskumar\">Arjun S Kumar</a>, <a href=\"https://profiles.wordpress.org/avnarun\">avnarun</a>, <a href=\"https://profiles.wordpress.org/brad2dabone\">Bad Feather</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bj&#248;rn Johansen</a>, <a href=\"https://profiles.wordpress.org/bolo1988\">bolo1988</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calevans\">CalEvans</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniluk4000\">daniluk4000</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/daveal\">DaveAl</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/daxelrod\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">DH-Shredder</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eligijus\">eligijus</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/francoeurdavid\">francoeurdavid</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">gabrielperezs</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glennm\">glennm</a>, <a href=\"https://profiles.wordpress.org/gtuk\">gtuk</a>, <a href=\"https://profiles.wordpress.org/hailin\">hailin</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrikakselsen\">henrikakselsen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isaacchapman\">isaacchapman</a>, <a href=\"https://profiles.wordpress.org/izem\">izem</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jamesgol\">jamesgol</a>, <a href=\"https://profiles.wordpress.org/jancbeck\">jancbeck</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jmichaelward\">Jeremy Ward</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/eltobiano\">jjberry</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/picard102\">John Leschinski</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/maxxsnake\">Josh Davis</a>, <a href=\"https://profiles.wordpress.org/jpyper\">Jpyper</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/ungestaltbar\">Kai Jacobsen</a>, <a href=\"https://profiles.wordpress.org/karinchristen\">karinchristen</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevkoeh\">Kevin Koehler</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leogopal\">Leo Gopal</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/lumaraf\">Lumaraf</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/martinsachse\">martinsachse</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/nikonratm\">Michael</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelryanmcneill\">michaelryanmcneill</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mihai\">mihai</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mrutz\">mrutz</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nazmulhossainnihal\">Nazmul Hossain Nihal</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/onnimonni\">Onni Hakala</a>, <a href=\"https://profiles.wordpress.org/ozh\">Ozh</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/peterrknight\">PeterRKnight</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/posykrat\">posykrat</a>, <a href=\"https://profiles.wordpress.org/pragunbhutani\">pragunbhutani</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rarylson\">rarylson</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rauchg\">rauchg</a>, <a href=\"https://profiles.wordpress.org/ravinderk\">Ravinder Kumar</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmarks\">Ryan Marks</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ohryan\">Ryan Neudorf</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/santagada\">santagada</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastiantiede\">Sebastian</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/designsimply\">Sheri Bigelow</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stuartshields\">stuartshields</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/taka2\">taka2</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thorbrink\">Thor Brink</a>, <a href=\"https://profiles.wordpress.org/creativeinfusion\">Tim Smith</a>, <a href=\"https://profiles.wordpress.org/tlexcellent\">tlexcellent</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vivekbhusal\">vivekbhusal</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"https://profiles.wordpress.org/willgladstone\">willgladstone</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/willstedt\">willstedt</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/ysalame\">Yuri Salame</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p>&nbsp;</p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video, <a href=\"http://hugobaeta.com/\">Hugo Baeta</a> for the design, and <a href=\"http://jacklenox.com/\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 30 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.4!</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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a: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:48:\"WordPress 4.2.4 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2015 12:10: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: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:3:\"4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3827\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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 4.2.4 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by Marc-Alexandre Montpas of Sucuri, Helen Hou-Sandí [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2011:\"<p>WordPress 4.2.4 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by <a href=\"https://sucuri.net/\">Marc-Alexandre Montpas</a> of Sucuri, <a href=\"http://helenhousandi.com/\">Helen Hou-Sandí</a> of the WordPress security team, <a href=\"http://www.checkpoint.com/\">Netanel Rubin</a> of Check Point, and <a href=\"https://hackerone.com/reactors08\">Ivan Grigorov</a>. It also includes a fix for a potential timing side-channel attack, discovered by <a href=\"http://www.scrutinizer-ci.com/\">Johannes Schmitt</a> of Scrutinizer, and prevents an attacker from locking a post from being edited, discovered by <a href=\"https://www.linkedin.com/in/symbiansymoh\">Mohamed A. Baset</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.4 also fixes four bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.4\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33573&amp;stop_rev=33396\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.4</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.4.</p>\n<p><em>Already testing WordPress 4.3? The second release candidate is now available (<a href=\"https://wordpress.org/wordpress-4.3-RC2.zip\">zip</a>) and it contains these fixes. For more on 4.3, see <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\">the RC 1 announcement post</a>.</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:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a: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:31:\"WordPress 4.3 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:67:\"https://wordpress.org/news/2015/07/wordpress-4-3-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2015 23:50:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3817\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:340:\"The release candidate for WordPress 4.3 is now available. We&#8217;ve made more than 100 changes since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on Tuesday, August 18, but we [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2256:\"<p>The release candidate for WordPress 4.3 is now available.</p>\n<p>We&#8217;ve made more than <a href=\"https://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=33512&amp;stop_rev=33372&amp;limit=120\">100 changes</a> since releasing Beta 4 a week ago. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.3 on <strong>Tuesday, August 18</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.3 yet, now is the time!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you&#8217;ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.3 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.3-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.3, check out the <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-beta-4/\">Beta 4</a> blog posts.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.3 and update your plugin&#8217;s <em>Tested up to</em> version in the readme to 4.3 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we&#8217;ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-3/\">notes for developers</a> for 4.3.</p>\n<p><em>Drei Monate Arbeit</em><br />\n<em>Endlich das Ziel vor Augen</em><br />\n<em>Bald hab ich Urlaub!</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: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:32:\"https://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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 28 Dec 2015 14:48:07 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 09 Dec 2015 14:54:21 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20131105181155\";}','no');
INSERT INTO `wp_options` VALUES (33267,'_site_transient_timeout_browser_afc0dd1f4bdfa183ea07d50c68c58ce7','1436299181','yes');
INSERT INTO `wp_options` VALUES (35777,'_site_transient_timeout_browser_5668bd6e6a4cf0c04ef5a078b5c1ea4d','1440730338','yes');
INSERT INTO `wp_options` VALUES (35778,'_site_transient_browser_5668bd6e6a4cf0c04ef5a078b5c1ea4d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"44.0.2403.155\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (19710,'widget_vertical-menu','a:0:{}','yes');
INSERT INTO `wp_options` VALUES (19711,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (19712,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (19713,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (19714,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (19715,'widget_mypageorder','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes');
INSERT INTO `wp_options` VALUES (35024,'_site_transient_timeout_browser_d0759656127fb7cee6e0fe8bb5fe19f9','1439503096','yes');
INSERT INTO `wp_options` VALUES (35025,'_site_transient_browser_d0759656127fb7cee6e0fe8bb5fe19f9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"44.0.2403.130\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (20802,'easycol_options','a:38:{s:10:\"use_custom\";b:0;s:13:\"quarter_width\";s:0:\"\";s:18:\"quarter_width_type\";s:1:\"%\";s:14:\"quarter_margin\";s:0:\"\";s:19:\"quarter_margin_type\";s:1:\"%\";s:13:\"onehalf_width\";s:0:\"\";s:18:\"onehalf_width_type\";s:1:\"%\";s:14:\"onehalf_margin\";s:0:\"\";s:12:\"onehalf_type\";s:1:\"%\";s:18:\"threequarter_width\";s:0:\"\";s:23:\"threequarter_width_type\";s:1:\"%\";s:19:\"threequarter_margin\";s:0:\"\";s:17:\"threequarter_type\";s:1:\"%\";s:14:\"onethird_width\";s:0:\"\";s:19:\"onethird_width_type\";s:1:\"%\";s:15:\"onethird_margin\";s:0:\"\";s:20:\"onethird_margin_type\";s:1:\"%\";s:14:\"twothird_width\";s:0:\"\";s:19:\"twothird_width_type\";s:1:\"%\";s:15:\"twothird_margin\";s:0:\"\";s:20:\"twothird_margin_type\";s:1:\"%\";s:14:\"onefifth_width\";s:0:\"\";s:19:\"onefifth_width_type\";s:1:\"%\";s:15:\"onefifth_margin\";s:0:\"\";s:20:\"onefifth_margin_type\";s:1:\"%\";s:14:\"twofifth_width\";s:0:\"\";s:19:\"twofifth_width_type\";s:1:\"%\";s:15:\"twofifth_margin\";s:0:\"\";s:20:\"twofifth_margin_type\";s:1:\"%\";s:16:\"threefifth_width\";s:0:\"\";s:21:\"threefifth_width_type\";s:1:\"%\";s:17:\"threefifth_margin\";s:0:\"\";s:22:\"threefifth_margin_type\";s:1:\"%\";s:15:\"fourfifth_width\";s:0:\"\";s:20:\"fourfifth_width_type\";s:1:\"%\";s:16:\"fourfifth_margin\";s:0:\"\";s:21:\"fourfifth_margin_type\";s:1:\"%\";s:10:\"custom_css\";s:0:\"\";}','yes');
INSERT INTO `wp_options` VALUES (40358,'_site_transient_timeout_browser_c4ad11723f9adaddd6e43884d917b605','1448743734','yes');
INSERT INTO `wp_options` VALUES (40359,'_site_transient_browser_c4ad11723f9adaddd6e43884d917b605','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (42185,'_transient_timeout_plugin_slugs','1451400488','no');
INSERT INTO `wp_options` VALUES (42186,'_transient_plugin_slugs','a:14:{i:0;s:35:\"add-post-footer/add_post_footer.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:35:\"backup-and-move/backup_and_move.php\";i:3;s:55:\"category-redirect-to-post-or-page/category_redirect.php\";i:4;s:33:\"dynamic-headers/custom-header.php\";i:5;s:29:\"easy-columns/easy-columns.php\";i:6;s:31:\"exclude-pages/exclude_pages.php\";i:7;s:49:\"facebook-button-plugin/facebook-button-plugin.php\";i:8;s:35:\"si-contact-form/si-contact-form.php\";i:9;s:35:\"googleanalytics/googleanalytics.php\";i:10;s:19:\"jetpack/jetpack.php\";i:11;s:29:\"my-page-order/mypageorder.php\";i:12;s:31:\"page-links-to/page-links-to.php\";i:13;s:35:\"post-page-notes/post-page-notes.php\";}','no');
INSERT INTO `wp_options` VALUES (31915,'_site_transient_timeout_browser_52fcc5c9bb837e35bcdb6a6f0af6ef5e','1433601733','yes');
INSERT INTO `wp_options` VALUES (31916,'_site_transient_browser_52fcc5c9bb837e35bcdb6a6f0af6ef5e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"43.0.2357.81\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
INSERT INTO `wp_options` VALUES (6525,'db_upgraded','','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (5,5,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (6,5,'_edit_lock','1447361854:1');
INSERT INTO `wp_postmeta` VALUES (7,7,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (8,7,'_edit_lock','1446058818:1');
INSERT INTO `wp_postmeta` VALUES (9,9,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (10,9,'_edit_lock','1432581944:1');
INSERT INTO `wp_postmeta` VALUES (11,10,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (12,10,'_edit_lock','1447362385:1');
INSERT INTO `wp_postmeta` VALUES (13,12,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (14,12,'_edit_lock','1446059410:1');
INSERT INTO `wp_postmeta` VALUES (15,13,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (16,13,'_edit_lock','1446058814:1');
INSERT INTO `wp_postmeta` VALUES (17,14,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (18,14,'_edit_lock','1396400292:1');
INSERT INTO `wp_postmeta` VALUES (19,16,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (20,16,'_edit_lock','1438899083:1');
INSERT INTO `wp_postmeta` VALUES (21,18,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (22,18,'_edit_lock','1410197811:1');
INSERT INTO `wp_postmeta` VALUES (23,20,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (24,20,'_edit_lock','1451313967:1');
INSERT INTO `wp_postmeta` VALUES (25,21,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (26,21,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (27,21,'_menu_item_object_id','20');
INSERT INTO `wp_postmeta` VALUES (28,21,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (29,21,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (30,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (31,21,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (32,21,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (34,22,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (35,22,'_menu_item_menu_item_parent','24');
INSERT INTO `wp_postmeta` VALUES (36,22,'_menu_item_object_id','18');
INSERT INTO `wp_postmeta` VALUES (37,22,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (38,22,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (39,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (40,22,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (41,22,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (43,23,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (44,23,'_menu_item_menu_item_parent','24');
INSERT INTO `wp_postmeta` VALUES (45,23,'_menu_item_object_id','16');
INSERT INTO `wp_postmeta` VALUES (46,23,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (47,23,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (48,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (49,23,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (50,23,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (117,10,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (52,24,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (53,24,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (54,24,'_menu_item_object_id','14');
INSERT INTO `wp_postmeta` VALUES (55,24,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (56,24,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (57,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (58,24,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (59,24,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (118,12,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (61,25,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (62,25,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (63,25,'_menu_item_object_id','13');
INSERT INTO `wp_postmeta` VALUES (64,25,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (65,25,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (66,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (67,25,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (68,25,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (119,16,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (70,26,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (71,26,'_menu_item_menu_item_parent','28');
INSERT INTO `wp_postmeta` VALUES (72,26,'_menu_item_object_id','12');
INSERT INTO `wp_postmeta` VALUES (73,26,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (74,26,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (75,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (76,26,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (77,26,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (120,18,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (79,27,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (80,27,'_menu_item_menu_item_parent','28');
INSERT INTO `wp_postmeta` VALUES (81,27,'_menu_item_object_id','10');
INSERT INTO `wp_postmeta` VALUES (82,27,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (83,27,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (84,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (85,27,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (86,27,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (121,14,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (88,28,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (89,28,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (90,28,'_menu_item_object_id','9');
INSERT INTO `wp_postmeta` VALUES (91,28,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (92,28,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (93,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (94,28,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (95,28,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (122,13,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (97,29,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (98,29,'_menu_item_menu_item_parent','30');
INSERT INTO `wp_postmeta` VALUES (99,29,'_menu_item_object_id','7');
INSERT INTO `wp_postmeta` VALUES (100,29,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (101,29,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (102,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (103,29,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (104,29,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (123,9,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (106,30,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (107,30,'_menu_item_menu_item_parent','0');
INSERT INTO `wp_postmeta` VALUES (108,30,'_menu_item_object_id','5');
INSERT INTO `wp_postmeta` VALUES (109,30,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (110,30,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (111,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (112,30,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (113,30,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (124,7,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (125,5,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (126,42,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (129,42,'_edit_lock','1447361923:1');
INSERT INTO `wp_postmeta` VALUES (164,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:994;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2013/03/FR-Calendar-Cover.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"FR-Calendar-Cover-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"FR-Calendar-Cover-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (165,106,'_wp_attached_file','2013/04/FR-Calendar-July-Days.jpg');
INSERT INTO `wp_postmeta` VALUES (163,82,'_wp_attached_file','2013/03/FR-Calendar-Cover.jpg');
INSERT INTO `wp_postmeta` VALUES (166,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:938;s:6:\"height\";i:768;s:4:\"file\";s:33:\"2013/04/FR-Calendar-July-Days.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"FR-Calendar-July-Days-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"FR-Calendar-July-Days-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (158,63,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (159,63,'_edit_lock','1406815823:1');
INSERT INTO `wp_postmeta` VALUES (160,65,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (161,65,'_edit_lock','1375125804:1');
INSERT INTO `wp_postmeta` VALUES (162,20,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (228,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:709;s:6:\"height\";i:549;s:4:\"file\";s:48:\"2013/10/Sponsor-Page-2015-Free-Rein-Calendar.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"Sponsor-Page-2015-Free-Rein-Calendar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"Sponsor-Page-2015-Free-Rein-Calendar-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (226,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:792;s:6:\"height\";i:614;s:4:\"file\";s:31:\"2013/10/2015-Calendar-Cover.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"2015-Calendar-Cover-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"2015-Calendar-Cover-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (227,230,'_wp_attached_file','2013/10/Sponsor-Page-2015-Free-Rein-Calendar.jpg');
INSERT INTO `wp_postmeta` VALUES (225,229,'_wp_attached_file','2013/10/2015-Calendar-Cover.jpg');
INSERT INTO `wp_postmeta` VALUES (170,125,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (171,125,'_edit_lock','1446046915:1');
INSERT INTO `wp_postmeta` VALUES (172,130,'_wp_attached_file','2013/10/cover_front.jpg');
INSERT INTO `wp_postmeta` VALUES (173,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:792;s:6:\"height\";i:612;s:4:\"file\";s:23:\"2013/10/cover_front.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cover_front-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"cover_front-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (174,136,'_wp_attached_file','2013/10/2014-Calendar-Sponsor-Page.jpg');
INSERT INTO `wp_postmeta` VALUES (175,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:880;s:4:\"file\";s:38:\"2013/10/2014-Calendar-Sponsor-Page.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"2014-Calendar-Sponsor-Page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"2014-Calendar-Sponsor-Page-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"2014-Calendar-Sponsor-Page-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (176,137,'_wp_attached_file','2013/10/2014-Calendar-Front-Sponsors-Page.jpg');
INSERT INTO `wp_postmeta` VALUES (177,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:902;s:6:\"height\";i:1400;s:4:\"file\";s:45:\"2013/10/2014-Calendar-Front-Sponsors-Page.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"2014-Calendar-Front-Sponsors-Page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"2014-Calendar-Front-Sponsors-Page-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"2014-Calendar-Front-Sponsors-Page-659x1024.jpg\";s:5:\"width\";i:659;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (178,151,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (179,151,'_edit_lock','1432581927:1');
INSERT INTO `wp_postmeta` VALUES (180,153,'_wp_attached_file','2014/02/Proposed-Free-Rein-Riding-Center-low-res.jpg');
INSERT INTO `wp_postmeta` VALUES (181,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1715;s:6:\"height\";i:1192;s:4:\"file\";s:52:\"2014/02/Proposed-Free-Rein-Riding-Center-low-res.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Proposed-Free-Rein-Riding-Center-low-res-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"Proposed-Free-Rein-Riding-Center-low-res-1024x711.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (182,166,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (183,166,'_menu_item_menu_item_parent','28');
INSERT INTO `wp_postmeta` VALUES (184,166,'_menu_item_object_id','151');
INSERT INTO `wp_postmeta` VALUES (185,166,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (186,166,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (187,166,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (188,166,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (189,166,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (191,167,'_menu_item_type','post_type');
INSERT INTO `wp_postmeta` VALUES (192,167,'_menu_item_menu_item_parent','28');
INSERT INTO `wp_postmeta` VALUES (193,167,'_menu_item_object_id','125');
INSERT INTO `wp_postmeta` VALUES (194,167,'_menu_item_object','page');
INSERT INTO `wp_postmeta` VALUES (195,167,'_menu_item_target','');
INSERT INTO `wp_postmeta` VALUES (196,167,'_menu_item_classes','a:1:{i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` VALUES (197,167,'_menu_item_xfn','');
INSERT INTO `wp_postmeta` VALUES (198,167,'_menu_item_url','');
INSERT INTO `wp_postmeta` VALUES (200,176,'_wp_attached_file','2013/03/IMG_4432-small.jpg');
INSERT INTO `wp_postmeta` VALUES (201,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:602;s:4:\"file\";s:26:\"2013/03/IMG_4432-small.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_4432-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"IMG_4432-small-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:27:\"Canon EOS DIGITAL REBEL XTi\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1366975684;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:8:\"0.000625\";s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (209,190,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (210,190,'_edit_lock','1449604435:1');
INSERT INTO `wp_postmeta` VALUES (211,192,'_wp_attached_file','2014/07/Free-Rein-Newsletter-June-2014.pdf');
INSERT INTO `wp_postmeta` VALUES (229,231,'_wp_attached_file','2013/10/2015-Calendar-Pages.jpg');
INSERT INTO `wp_postmeta` VALUES (213,207,'_wp_attached_file','2013/03/Mane-Event-Logo-2014.jpg');
INSERT INTO `wp_postmeta` VALUES (214,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:1148;s:4:\"file\";s:32:\"2013/03/Mane-Event-Logo-2014.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Mane-Event-Logo-2014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Mane-Event-Logo-2014-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Mane-Event-Logo-2014-1024x1020.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1020;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (248,261,'_wp_attached_file','2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf');
INSERT INTO `wp_postmeta` VALUES (249,267,'_wp_attached_file','2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf');
INSERT INTO `wp_postmeta` VALUES (218,213,'_wp_attached_file','2013/03/Sponsor-opportunities.pdf');
INSERT INTO `wp_postmeta` VALUES (219,215,'_wp_attached_file','2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf');
INSERT INTO `wp_postmeta` VALUES (230,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:817;s:6:\"height\";i:1264;s:4:\"file\";s:31:\"2013/10/2015-Calendar-Pages.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"2015-Calendar-Pages-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"2015-Calendar-Pages-193x300.jpg\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"2015-Calendar-Pages-661x1024.jpg\";s:5:\"width\";i:661;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (223,225,'_wp_attached_file','2013/03/Mane-Event-Flyer-20141.jpg');
INSERT INTO `wp_postmeta` VALUES (224,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1444;s:6:\"height\";i:1069;s:4:\"file\";s:34:\"2013/03/Mane-Event-Flyer-20141.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Mane-Event-Flyer-20141-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Mane-Event-Flyer-20141-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Mane-Event-Flyer-20141-1024x758.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:758;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (250,278,'_wp_attached_file','2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf');
INSERT INTO `wp_postmeta` VALUES (251,278,'_edit_lock','1435697178:1');
INSERT INTO `wp_postmeta` VALUES (252,267,'_edit_lock','1435696906:1');
INSERT INTO `wp_postmeta` VALUES (253,278,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (254,292,'_wp_attached_file','2013/10/Calendar-Day-Page-with-Highlight.jpg');
INSERT INTO `wp_postmeta` VALUES (255,292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:702;s:6:\"height\";i:539;s:4:\"file\";s:44:\"2013/10/Calendar-Day-Page-with-Highlight.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Calendar-Day-Page-with-Highlight-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Calendar-Day-Page-with-Highlight-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (256,294,'_wp_attached_file','2013/03/Gala-Flyer-2015.jpg');
INSERT INTO `wp_postmeta` VALUES (257,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:724;s:6:\"height\";i:565;s:4:\"file\";s:27:\"2013/03/Gala-Flyer-2015.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Gala-Flyer-2015-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Gala-Flyer-2015-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (258,298,'_wp_attached_file','2014/07/Free-Rein-Newsletter-SEP-2015-email.pdf');
INSERT INTO `wp_postmeta` VALUES (259,306,'_wp_attached_file','2013/03/Board-Members-Porsha-and-Denise-small.jpg');
INSERT INTO `wp_postmeta` VALUES (260,306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:208;s:4:\"file\";s:49:\"2013/03/Board-Members-Porsha-and-Denise-small.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Board-Members-Porsha-and-Denise-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Board-Members-Porsha-and-Denise-small-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-3N\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1445063810;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (261,307,'_wp_attached_file','2013/03/Sabrina-Shook.jpg');
INSERT INTO `wp_postmeta` VALUES (262,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3568;s:6:\"height\";i:2368;s:4:\"file\";s:25:\"2013/03/Sabrina-Shook.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Sabrina-Shook-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Sabrina-Shook-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Sabrina-Shook-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-3N\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1445069102;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (263,310,'_wp_attached_file','2013/03/DSC02805.jpg');
INSERT INTO `wp_postmeta` VALUES (264,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1577;s:6:\"height\";i:2346;s:4:\"file\";s:20:\"2013/03/DSC02805.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC02805-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC02805-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC02805-688x1024.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-3N\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1445071846;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (265,314,'_wp_attached_file','2013/10/2016-Calendar-Cover-Sponsor-Page.jpg');
INSERT INTO `wp_postmeta` VALUES (266,314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:2120;s:4:\"file\";s:44:\"2013/10/2016-Calendar-Cover-Sponsor-Page.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"2016-Calendar-Cover-Sponsor-Page-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"2016-Calendar-Cover-Sponsor-Page-191x300.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"2016-Calendar-Cover-Sponsor-Page-652x1024.jpg\";s:5:\"width\";i:652;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (268,316,'_wp_attached_file','2013/10/2016-Calendar-POS-Sign.jpg');
INSERT INTO `wp_postmeta` VALUES (269,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1582;s:6:\"height\";i:1114;s:4:\"file\";s:34:\"2013/10/2016-Calendar-POS-Sign.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"2016-Calendar-POS-Sign-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"2016-Calendar-POS-Sign-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"2016-Calendar-POS-Sign-1024x721.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (270,320,'_edit_last','1');
INSERT INTO `wp_postmeta` VALUES (271,320,'_edit_lock','1446059553:1');
INSERT INTO `wp_postmeta` VALUES (275,324,'_wp_attached_file','2015/10/Free-Rein-Map.jpg');
INSERT INTO `wp_postmeta` VALUES (276,324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:584;s:6:\"height\";i:902;s:4:\"file\";s:25:\"2015/10/Free-Rein-Map.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Free-Rein-Map-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Free-Rein-Map-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}');
INSERT INTO `wp_postmeta` VALUES (277,332,'_wp_attached_file','2015/12/Free-Rein-Newsletter-DEC-2015-email.pdf');
INSERT INTO `wp_postmeta` VALUES (278,332,'_edit_lock','1449600861:1');
INSERT INTO `wp_postmeta` VALUES (279,298,'_edit_lock','1449600846:1');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (81,1,'2015-03-21 17:03:30','2015-03-21 17:03:30','<strong> Free Rein\'s 2015 Fund Raising Calendar  is now available.</strong>\r\n\r\n<strong><a href=\"http://freereincenter.com/wp-content/uploads/2013/10/2015-Calendar-Cover.jpg\"><img class=\"alignright wp-image-229 size-medium\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/2015-Calendar-Cover-300x232.jpg\" alt=\"\" width=\"300\" height=\"232\" /></a></strong>\r\n\r\nOur third fund raising calendar was a real work of heart, with lots of high quality photos of our students, our volunteers, and (of course) our horses.  It was also very high quality art.  Thanks to local businesses who sponsored months and a bunch of people who bought days to commemorate birthdays and anniversaries or honor loved ones, Free Rein raised over $3,000 that will help feed the horses and keep making a large, positive impact in the lives of our students and their families.\r\n\r\nYou can highlight your loved ones\' special days with a special note on that day in the calendar.  <strong>If you\'d like to buy a 2015 calendar, or day in the 2016 calendar, please email us and we\'ll have someone get in touch to arrange the details. </strong> Every day you buy 25 each), you\'ll get a free calendar ($15 value).  They make great presents, too.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','News and Events','','inherit','closed','open','','9-autosave-v1','','','2015-03-21 17:03:30','2015-03-21 17:03:30','',9,'http://freereincenter.com/?p=81',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (5,1,'2013-03-22 15:37:17','2013-03-22 15:37:17','<h2><a title=\"Permanent Link to Home\" href=\"http://freereincenter.com.previewdns.com/\" rel=\"bookmark\"> </a></h2>\r\n<div>\r\n\r\nWinston Churchill once said, “There is something about the outside of a horse that is good for the inside of a man.”  This is certainly true at Free Rein Center. At Free Rein, horses and humans are partners in learning. Free Rein instructors, volunteers, and horses help children and adults with autism, Attention Deficit Hyperactivity Disorder, physical limitations, and a wide range of other disabilities enjoy such benefits as increased flexibility, balance and coordination, enhanced gross and fine motor skills, improved posture, and self confidence.\r\n\r\nFree Rein also offers courses for adults and children on such themes as spirituality, grief, and confidence-building.  Free Rein is an affiliated member of the Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA), which also certifies our organization’s experienced instructors. Our program utilizes the human-horse connection as the therapeutic agent in working with diverse groups ranging in age from childhood to senior citizen status.\r\n\r\nWhile a variety of therapeutic riding programs have grown up around the Western North Carolina area, Free Rein is the only program of its kind in Transylvania County. Free Rein lesson fees are kept low to assure participation by all who might benefit, and scholarship assistance is available to all who qualify. Free Rein is a 501.c.3 nonprofit organization.\r\n\r\nFor more information on Free Rein news, and events, or to find out about lessons or volunteering, click on the tabs above, or to get in touch with us, visit our Contact page.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Home','','draft','closed','closed','','home','','','2014-02-25 01:21:02','2014-02-25 01:21:02','',0,'http://freereincenter.com/?page_id=5',0,'page','',0);
INSERT INTO `wp_posts` VALUES (6,1,'2013-03-22 15:37:03','2013-03-22 15:37:03','<h2><a title=\"Permanent Link to Home\" href=\"http://freereincenter.com/\" rel=\"bookmark\"> </a></h2>\n<div>\n\nWinston Churchill once said, “There is something about the outside of a horse that is good for the inside of a man.”  This is certainly true at Free Rein Center. At Free Rein, horses and humans are partners in learning. Free Rein instructors, volunteers, and horses help children and adults with autism, Attention Deficit Hyperactivity Disorder, physical limitations, and a wide range of other disabilities enjoy such benefits as increased flexibility, balance and coordination, enhanced gross and fine motor skills, improved posture, and self confidence.\n\nFree Rein also offers courses for adults and children on such themes as spirituality, grief, and confidence-building.  Free Rein is an affiliated member of the Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA), which also certifies our organization’s experienced instructors. Our program utilizes the human-horse connection as the therapeutic agent in working with diverse groups ranging in age from childhood to senior citizen status.\n\nWhile a variety of therapeutic riding programs have grown up around the Western North Carolina area, Free Rein is the only program of its kind in Transylvania County. Free Rein lesson fees are kept low to assure participation by all who might benefit, and scholarship assistance is available to all who qualify. Free Rein is a 501.c.3 nonprofit organization.\n\nFor more information on Free Rein news, and events, or to find out about lessons or volunteering, click on the tabs above, or to get in touch with us, visit our Contact page.\n\n&nbsp;\n\n<strong>Free Rein Center</strong>\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\n<strong>828-883-3375</strong>\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\n\n</div>','Home','','inherit','open','open','','5-revision-v1','','','2013-03-22 15:37:03','2013-03-22 15:37:03','',5,'http://freereincenter.com/?p=6',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (7,1,'2013-03-22 15:38:15','2013-03-22 15:38:15','\"Horses Helping Humans Heal\" is more than a tagline at Free Rein - it\'s what we\'re all about.\r\n\r\nFree Rein is proud to have a vibrant, growing, human-horse interaction program.  We are staffed by a program director and  instructors certified by Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA).\r\n\r\nThe therapeutic benefits of structured interaction with a horse are recognized by many in the medical professions.  For individuals with special needs in the cognitive, emotional, physical, and relationship areas, the unique relationship formed with a horse can lead to dramatic growth in self-esteem, self-awareness, confidence, and communication skills.  For those with physical disabilities, there are often the added outcomes of improved coordination, balance, and flexibility.\r\n\r\nFree Rein is dedicated to the principle that all of us, whatever our abilities, are capable of more than we think, and that together we can help build a more caring and compassionate world.\r\n<blockquote>\"The connection between the horses and these riders is surprisingly powerful.\"\r\n<strong>-Free Rein Volunteer</strong>\r\n\r\n&nbsp;</blockquote>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','About Us','','publish','closed','closed','','about-us','','','2014-02-06 02:30:43','2014-02-06 02:30:43','',0,'http://freereincenter.com/?page_id=7',1,'page','',0);
INSERT INTO `wp_posts` VALUES (8,1,'2013-03-22 15:37:50','2013-03-22 15:37:50','','About Us','','inherit','open','open','','7-revision-v1','','','2013-03-22 15:37:50','2013-03-22 15:37:50','',7,'http://freereincenter.com/?p=8',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (9,1,'2013-03-22 15:38:46','2013-03-22 15:38:46','<strong> Free Rein\'s 2015 Fund Raising Calendar  is now available.</strong>\r\n\r\n<strong><a href=\"http://freereincenter.com/wp-content/uploads/2013/10/2015-Calendar-Cover.jpg\"><img class=\"alignright wp-image-229 size-medium\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/2015-Calendar-Cover-300x232.jpg\" alt=\"\" width=\"300\" height=\"232\" /></a></strong>\r\n\r\nOur third fund raising calendar was a real work of heart, with lots of high quality photos of our students, our volunteers, and (of course) our horses.  It was also very high quality art.  Thanks to local businesses who sponsored months and a bunch of people who bought days to commemorate birthdays and anniversaries or honor loved ones, Free Rein raised over $3,000 that will help feed the horses and keep making a large, positive impact in the lives of our students and their families.\r\n\r\nYou can highlight your loved ones\' special days with a special note on that day in the calendar.  <strong>If you\'d like to buy a 2015 calendar, or day in the 2016 calendar, please email us and we\'ll have someone get in touch to arrange the details. </strong> Every day you buy 25 each), you\'ll get a free calendar ($15 value).  They make great presents, too.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','News and Events','','publish','closed','closed','','news-and-events','','','2015-03-21 17:03:39','2015-03-21 17:03:39','',0,'http://freereincenter.com/?page_id=9',2,'page','',0);
INSERT INTO `wp_posts` VALUES (10,1,'2013-03-22 15:39:20','2013-03-22 15:39:20','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Logo-2014.jpg\"><img class=\"alignleft wp-image-207\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Logo-2014-300x298.jpg\" alt=\"\" width=\"144\" height=\"143\" /></a></h2>\r\nWow - what a great event the 2015 Mane Event gala was - thanks to our wonderfully supportive sponsors and the caring guests who joined in the fun on Saturday, October 17th.  Many folks who attended said that it was one of the most enjoyable fund raising events they have attended in years.  We broke all previous records for both attendance and money raised.  This is a big reason that we were able to serve more people (110) at Free Rein this year - more than any other year in Free Rein\'s 15 year history.<img class=\"wp-image-307  alignright\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Sabrina-Shook-150x150.jpg\" alt=\"Sabrina Shook\" width=\"137\" height=\"137\" />\r\n\r\nOne of our student-rider\'s Moms really conveyed the impacts that Free Rein makes in real peoples\' lives when she told the audience about what Free Rein has meant to her family and her daughter over the two shorts years her daughter has been participating.  She said that, \"Free Rein is a place where her daughter said her first words and where people only talk about what she can do... and then help make it happen.\"\r\n\r\n<img class=\"alignright wp-image-310 \" src=\"http://freereincenter.com/wp-content/uploads/2013/03/DSC02805-201x300.jpg\" alt=\"DSC02805\" width=\"134\" height=\"200\" />The Moon Shine Babies entertained Lois &amp; Clark (and the rest of us) us with their beautiful music and Chef Craig made sure that we had great food to enjoy.  Duke and Bird (<a title=\"Duke Says Sold\" href=\"http://https://www.facebook.com/Duke-Says-Sold-418897541538370/\" target=\"_blank\">Duke Says Sold</a>) brought their high-energy <img class=\"wp-image-306  alignleft\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Board-Members-Porsha-and-Denise-small-150x150.jpg\" alt=\"Board Members Porsha and Denise (small)\" width=\"130\" height=\"130\" /> \"auctiontainment\" that made giving fun for everyone.\r\n\r\nBoard members Porsha Smith and Denise Stretcher created and oversaw the Horse Hunger Games raffle, which pitted Team Lois and Team Clark in a battle of supporters to determine who would win the prize (no horses, real or stuffed, were harmed in the running of this raffle).\r\n\r\nGuests had a wide selection of great live and silent auction items to choose from, including:\r\n<ul>\r\n	<li>A French Broad Dinner Cruise (thanks to  Jaime\'s Creole Brasserie, Down To Earth Kayaking, and Duckpond Pottery).</li>\r\n	<li>“Z’s and Zips” - an outdoor experience for two, including a night for two in a treehouse, zipline trips, and a picnic dinner provided by the Free Rein Board (thanks to Carl &amp; Lois at<a title=\"Z-Z-Zip - Rosman, NC\" href=\"http://http://www.z-z-zip.com/\" target=\"_blank\"> <strong><em>Z-Z-Zip</em></strong></a> (<em>Brevard\'s #1 Outdoor Activity on TripAdvisor</em>).</li>\r\n	<li>House concerts by the Moon Shine Babies.</li>\r\n	<li>VIP Maestro Package for a Brevard Music Center 2016 Season performance.</li>\r\n	<li>One of Paula Poad\'s beautiful, emotionally engaging Untamed Horse sculptures.</li>\r\n	<li>An original oil painting by local artist Alana Merrell - a real rising young talent in the local art scene.</li>\r\n	<li>A Cocktail Cruise and custom gourmet dinner for four at one of our board member\'s beautiful lakeside home in Connestee Falls.</li>\r\n	<li>A Mackinac Island getaway, including a night\'s lodging, meals, a carriage ride, and more.</li>\r\n	<li>Rounds of golf, a one-hour airplane ride around our beautiful countryside, pet sitting services, beautiful artwork, massages, cooking classes, baskets full of fun, and lots more - there truly was something that almost everyone had to take home.</li>\r\n</ul>\r\n==============================\r\n\r\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items.  They combined to make this the most successful gala in Free Rein\'s 15 year history, generating almost $38,000 to support the horses and programs at Free Rein and, more importantly, the people - young and older- that we serve.\r\n\r\nSponsors of the 2015 gala included the following.\r\n<ul>\r\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser</li>\r\n	<li>Mustang Level - <a title=\"Domkur Architects\" href=\"http://http://www.domokur.com/\" target=\"_blank\">Domokur Architects</a> ~ <a href=\"http://www.duganspub.com/\" target=\"_blank\">Dave &amp; Donna Hunter ~Dugan\'s Pub</a> ~ <a title=\"M-B INdustries, Inc.\" href=\"http://www.m-bindustries.com/\" target=\"_blank\">M-B Industries, Inc.</a> ~ <a title=\"Mission Health\" href=\"http://http://www.mission-health.org/\" target=\"_blank\">Mission Health</a>  ~ Ronald &amp; Mary Schleich ~ Porsha &amp; Nathan Smith ~ <a title=\"The Transylvania Times\" href=\"http://www.transylvaniatimes.com\" target=\"_blank\">The Transylvania Times</a></li>\r\n	<li>Pony Level - <a href=\"http://www.brianstretcherlaw.com/\" target=\"_blank\">Attorney Brian Stretcher</a> ~ Sylvan &amp; Maureen Copelof ~ Susan Peterson &amp; Tom Mahan ~ Jack &amp; Peggy McGoldrick ~ <a title=\"Carolina Mountain Gastroenterology and Endoscope Center\" href=\"http://http://www.caromtngastro.com/\" target=\"_blank\">Carolina Mountain Gastroenterology and Endoscope Center</a></li>\r\n</ul>\r\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\r\n<ul>\r\n	<li>Alana Merrell ~ Annie \"Mossin\' Annie\" Martin ~ Barbara Walter ~ Big Mike\'s ~ Blue Ridge Bakery ~ Bracken Mountain Bakery ~ Brad Butler ~ Brevard Brewing Co. ~ Brevard Music Center ~ Broad Street Wines ~ Brown Bean Coffee ~ Bullwinkles, Rocky\'s, Moose Tracks ~ Charlie\'s Tire Center ~ Connestee Falls Golf Club ~ Denise Jones ~ Dick Shulman ~ Donna Hunter ~ Dottie Hollum ~ Doug &amp; Paula Poad ~ Down To Earth Kayaking ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Duckpond Pottery ~ Egolf Motors ~ Elements Spa ~ Falls Landing ~ Greg McCathern ~ Gretchen Colman ~ Hawg Wild ~ Headwaters Outfitters ~ Jaime\'s Creole Brasserie ~ Jet\'s Pizza ~ Judith and Peter Johnson ~ Kathy King ~ KeyLight Media, Albert Dulin ~ La Petite Spa ~ Lauren D\'Alessandro ~ Kiwi Gelato ~ La Petite Spa ~ Looking Glass Entertainment ~ Lorraine Rourke ~ Love\'s Jewelry ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Moon Shine Babies ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Nancy Moak ~ Nancy Richards ~ Oskar Blues Brewery ~ Pat Dennis ~ Peter Mockridge ~ The Proper Pot ~ Ron Schleich ~ Shannon Rood ~ Sherwood Forest Golf Club ~ Sierra Nevada Brewery ~ Southern Appalachian Brewing ~ Spice It To A Tea ~ The Square Root ~ Tony\'s Deli ~ The White Squirrel Shop ~ Z-Z- Zip/Carl &amp; Lois Ganner</li>\r\n</ul>\r\n<div>\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span><strong>Free Rein Center</strong></p>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2015','','publish','closed','closed','','annual-fall-gala','','','2015-10-28 15:23:03','2015-10-28 15:23:03','',9,'http://freereincenter.com/?page_id=10',2,'page','',0);
INSERT INTO `wp_posts` VALUES (11,1,'2013-03-22 15:39:09','2013-03-22 15:39:09','','Annual Fall Gala','','inherit','open','open','','10-revision-v1','','','2013-03-22 15:39:09','2013-03-22 15:39:09','',10,'http://freereincenter.com/?p=11',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (12,1,'2013-03-22 15:39:39','2013-03-22 15:39:39','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and after-school lessons Monday-Friday and on Saturday mornings.</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small.jpg\"><img class=\"size-medium wp-image-176 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small-300x176.jpg\" alt=\"IMG_4432 (small)\" width=\"300\" height=\"176\" /></a></p>\r\n<span style=\"line-height: 1.5em;\">Our 2015 Spring Session was another success, serving 59 individuals.  Our 8-week fall </span><span style=\"line-height: 1.5em;\">session started on September 8th and will end on November 7th (including the week of make-ups we invariably need).  We\'re serving 59 individuals in this session, making 2015 the largest number of people Free Rein has served since our humble beginnings in 2000.</span>\r\n\r\nIf you need more information, or would like to apply for one of our programs, please contact Jennifer Rouse, Program Director, at (828) 883-3375 or use the email link below for more information or to request an application packet.\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','publish','closed','closed','','lessons','','','2015-10-28 19:11:34','2015-10-28 19:11:34','',7,'http://freereincenter.com/?page_id=12',2,'page','',0);
INSERT INTO `wp_posts` VALUES (125,1,'2013-10-30 17:37:21','2013-10-30 17:37:21','<a href=\"http://freereincenter.com/wp-content/uploads/2013/10/2016-Calendar-POS-Sign.jpg\"><img class=\"wp-image-316 alignright\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/2016-Calendar-POS-Sign-300x211.jpg\" alt=\"2016 Calendar POS Sign\" width=\"263\" height=\"185\" /></a>Our annual calendar is a true labor of love... it\'s a lot of work, but we love to do it.  We love to do it because it is another way we can tell the wonderful stories of Horses Helping Humans Heal - and those humans, too.\r\n\r\nThe 2016 calendars are here.  Printed on heavy stock, easy to write important notes on, and only cost $15 each ~ they make wonderful gifts... and help support Free Rein\'s programs.  Contact the office at the email or phone number below to get one, or look for them at some of the calendar sponsors shown below.\r\n\r\n<strong>Please help thank our annual calendar sponsors</strong> - they believe in what we do and show it by sponsoring months in our calendar - check out their web pages using the links below and thank them for their support of Free Rein with your patronage.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2013/10/2016-Calendar-Cover-Sponsor-Page.jpg\"><img class=\"wp-image-314 size-medium alignleft\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/2016-Calendar-Cover-Sponsor-Page-191x300.jpg\" alt=\"\" width=\"191\" height=\"300\" /></a>\r\n<table style=\"height: 585px;\" width=\"362\">\r\n<tbody>\r\n<tr>\r\n<td width=\"94\">January</td>\r\n<td width=\"249\"><a title=\"Oskar Blues Brewery\" href=\"http://www.oskarblues.com/\" target=\"_blank\">Oskar Blues Brewery</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">February</td>\r\n<td width=\"249\"><a title=\"Food Matters Market &amp; Cafe\" href=\"http://www.foodmattersmarket.com/\" target=\"_blank\">Food Matters Market</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">March</td>\r\n<td width=\"249\"><a title=\"Dugan\'s Pub\" href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan’s Pub</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">April</td>\r\n<td width=\"249\"><a title=\"Hampton Inn of Brevard/Pisgah Forest\" href=\"http://www.brevardnc.com/businesses/hampton-inn-275-forest-gate-drive-pisgah-forest/\" target=\"_blank\">Hampton Inn of Brevard-Pisgah Forest</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">May</td>\r\n<td width=\"249\"><a title=\"D.D. Bullwinkel\'s ~ Rocky\'s ~ Moose Tracks\" href=\"http://www.ddbullwinkels.com/\" target=\"_blank\">Rocky’s, D.D. Bullwinkel’s, and Moose Tracks</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">June</td>\r\n<td width=\"249\"><a title=\"Looking Glass Realty\" href=\"http://www.lookingglassbrevard.com/\" target=\"_blank\">Looking Glass Realty</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">July</td>\r\n<td width=\"249\"><a title=\"Perfect Balance Physical Therapy\" href=\"http://www.perfectbalancept.com/\" target=\"_blank\">Perfect Balance Physical Therapy</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">August</td>\r\n<td width=\"249\"><a title=\"Charlie\'s Tire Center\" href=\"http://www.charliestirecenter.com/\" target=\"_blank\">Charlie’s Tire Center</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">September</td>\r\n<td width=\"249\"><a title=\"First Citizens Bank\" href=\"http://www.firstcitizens.com/\" target=\"_blank\">First Citizens Bank</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">October</td>\r\n<td width=\"249\"><a title=\"Copy Works\" href=\"http://www.copy-works.net/\" target=\"_blank\">Copy Works</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">November</td>\r\n<td width=\"249\"><a title=\"Broad Street Wines\" href=\"http://http://broadstreetwines.com/\" target=\"_blank\">Broad Street Wines</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">December</td>\r\n<td width=\"249\"><a title=\"Water Oak Dental Group\" href=\"http://www.wateroakdental.com/\" target=\"_blank\">Water Oak Dental Associates</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nP.O. Box 1325 Brevard, NC  28712</strong>\r\n\r\n<strong>Free Rein Center</strong>\r\n\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Free Rein Calendar','','publish','closed','closed','','thanks-to-our-donors-and-supporters','','','2015-10-28 15:44:16','2015-10-28 15:44:16','',9,'http://freereincenter.com/?page_id=125',0,'page','',0);
INSERT INTO `wp_posts` VALUES (13,1,'2013-03-22 15:40:15','2013-03-22 15:40:15','[si-contact-form form=\'1\']','Contact','','publish','closed','closed','','contact','','','2013-03-22 16:21:26','2013-03-22 16:21:26','',0,'http://freereincenter.com/?page_id=13',6,'page','',0);
INSERT INTO `wp_posts` VALUES (14,1,'2013-03-22 15:41:06','2013-03-22 15:41:06','There are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<div>\r\n<ul>\r\n	<li><strong>Donating Equipment:</strong> Our wish list includes:</li>\r\n	<li><strong>Gift Certificates for: </strong>Office Supplies, Tractor Supply, Valley Ag, or Balsam Quarter Tack</li>\r\n	<li><strong>Donating Money:</strong> Free Rein depends upon financial contributions from individuals, groups, foundations, and businesses of all sizes.  Your donation is tax deductible as we are a 501(3)(c) organization.  Your money will be used to feed and care for horses, sponsor students who cannot afford to pay for lessons, and pay for operating expenses, which we try to keep as low as possible...  so more of our donations can go towards what matters most.  In 2013, more than 88% of our revenues went to support program-related expenses.</li>\r\n	<li><strong>Volunteer</strong>…<a href=\"http://freereincenter.com/?page_id=16\">learn more</a></li>\r\n	<li><strong>Sponsorship</strong>...<a href=\"http://freereincenter.com/?page_id=18\">learn more</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Ways You Can Help','','publish','closed','closed','','ways-you-can-help','','','2014-04-02 00:58:11','2014-04-02 00:58:11','',0,'http://freereincenter.com/?page_id=14',3,'page','',0);
INSERT INTO `wp_posts` VALUES (93,1,'2014-04-02 00:57:58','2014-04-02 00:57:58','There are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<div>\r\n<ul>\r\n	<li><strong>Donating Equipment:</strong> Our wish list includes:</li>\r\n	<li><strong>Gift Certificates for: </strong>Office Supplies, Tractor Supply, Valley Ag, or Balsam Quarter Tack</li>\r\n	<li><strong>Donating Money:</strong> Free Rein depends upon financial contributions from individuals, groups, foundations, and businesses of all sizes.  Your donation is tax deductible as we are a 501(3)(c) organization.  Your money will be used to feed and care for horses, sponsor students who cannot afford to pay for lessons, and pay for operating expenses, which we try to keep as low as possible...  so more of our donations can go towards what matters most.  In 2013, more than 88% of our revenues went to support program-related expenses.</li>\r\n	<li><strong>Volunteer</strong>…<a href=\"http://freereincenter.com/?page_id=16\">learn more</a></li>\r\n	<li><strong>Sponsorship</strong>...<a href=\"http://freereincenter.com/?page_id=18\">learn more</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Ways You Can Help','','inherit','closed','open','','14-autosave-v1','','','2014-04-02 00:57:58','2014-04-02 00:57:58','',14,'http://freereincenter.com/?p=93',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (15,1,'2013-03-22 15:41:03','2013-03-22 15:41:03','<h2><a title=\"Permanent Link to Ways You Can Help\" href=\"http://freereincenter.com/?page_id=203\" rel=\"bookmark\">Ways You Can Help</a></h2>\n<div>\n\nThere are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\n<ul>\n	<li><strong>Donating Equipment:</strong> Our wish list includes:</li>\n	<li><strong>Gift Certificates for: </strong>Office Supplies, Valley Ag, or Balsam Quarter Tack</li>\n	<li><strong>Donating Money:</strong> Free Rein depends upon financial contributions from individuals and groups.  Your donation is tax deductible as we are a 501(3)(c) organization.  Your money will be used to support staff, feed and care for horses, and sponsor students who cannot afford to pay for lessons.</li>\n	<li><strong>Volunteer</strong>…<a href=\"http://freereincenter.com/?page_id=254\">learn more</a></li>\n	<li><strong>Sponsorship</strong>..<a href=\"http://freereincenter.com/?page_id=231\">.learn more</a></li>\n</ul>\n&nbsp;\n\n<strong>Free Rein Center</strong>\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\n<strong>828-883-3375</strong>\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\n\n</div>','Ways You Can Help','','inherit','open','open','','14-revision-v1','','','2013-03-22 15:41:03','2013-03-22 15:41:03','',14,'http://freereincenter.com/?p=15',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (16,1,'2013-03-22 15:41:35','2013-03-22 15:41:35','There are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<div>\r\n<ul>\r\n	<li>Donating your Time:  Help with our students and horses during class time or help with one of our special events. “Volunteers are the heart and soul of our program.  Without the help of our wonderful helpers, we could not offer our programs to our students,” says our former volunteer coordinator, Kathy Morrow.</li>\r\n	<li>Volunteers help us primarily by assisting with our students and horses during our classes.  You do not need to know a lot about children or adults with special needs or about horses.  We provide all the training you need to make our students’ dreams come true.  All Volunteers who wish to work with our lessons must attend a Volunteer Training Session before they begin.  <strong>Volunteer Orientation/Training takes place prior to the start of each </strong><strong>session</strong>. If you would like to volunteer with Free Rein, please call our office or send us an email at info@freereincenter.com.</li>\r\n	<li>If working in classes is not what you had in mind, there are many other areas in which we need help including fundraising, office work, special events, and horse care. Volunteer Today! You will be glad you did!</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Volunteer','','publish','closed','closed','','volunteer','','','2014-07-31 13:51:57','2014-07-31 13:51:57','',14,'http://freereincenter.com/?page_id=16',1,'page','',0);
INSERT INTO `wp_posts` VALUES (17,1,'2013-03-22 15:41:22','2013-03-22 15:41:22','','Volunteer','','inherit','open','open','','16-revision-v1','','','2013-03-22 15:41:22','2013-03-22 15:41:22','',16,'http://freereincenter.com/?p=17',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (18,1,'2013-03-22 15:42:16','2013-03-22 15:42:16','<a title=\"Permanent Link to Sponsorship\" href=\"http://freereincenter.com/?page_id=231\" rel=\"bookmark\"><strong style=\"color: #333333;\">Sponsorship Opportunities for Supporting Free Rein</strong></a>\r\n<div>\r\n\r\n<strong>Special Friends of Free Rein</strong>:  This is a three year commitment to donate\r\na minimum of $1000 annually during that period.\r\n\r\n<strong>Roundup Circle:</strong> Minimum donation of $5000\r\n\r\n<strong>Riders’ Circle:</strong> Donation of $2500 to $4999\r\n\r\n<strong>Groomers’ Circle:</strong> Donation of $1500 to $2499\r\n\r\n<strong>Lead Rope Circle:</strong> Donation of $1000 to $1499\r\n\r\n<strong>Arena Circle:</strong> Donation of $500 to $999\r\n\r\n<strong>Tack Room Circle:</strong> Donation of $100 to $499\r\n\r\n<strong>Haystack Circle:</strong> Donation of less than $100\r\n<h2><strong><span style=\"font-size: 0.83em;\">Help Free Rein Keep Trottin’ Along……We could not do what we do without your support!</span></strong></h2>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Sponsorship','','publish','closed','closed','','sponsorship','','','2013-11-11 03:58:12','2013-11-11 03:58:12','',14,'http://freereincenter.com/?page_id=18',2,'page','',0);
INSERT INTO `wp_posts` VALUES (19,1,'2013-03-22 15:42:05','2013-03-22 15:42:05','','Sponsorship','','inherit','open','open','','18-revision-v1','','','2013-03-22 15:42:05','2013-03-22 15:42:05','',18,'http://freereincenter.com/?p=19',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (20,1,'2013-03-22 15:42:53','2013-03-22 15:42:53','<h3 style=\"text-align: left;\"><a href=\"http://freereincenter.com.previewdns.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\"><img class=\"aligncenter size-full wp-image-298\" title=\"Free Rein Priceless (2) - small\" src=\"http://freereincenter.com.previewdns.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\" alt=\"\" width=\"561\" height=\"440\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Become a friend of Free Rein.  Make your tax deductible donation today!</span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Together we can make miracles happen.</span></h3>\r\n<div align=\"center\"><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_donations\" /> <input name=\"business\" type=\"hidden\" value=\"freerein1325@gmail.com\" /> <input name=\"lc\" type=\"hidden\" value=\"US\" /> <input name=\"item_name\" type=\"hidden\" value=\"Free Rein Center\" /> <input name=\"no_note\" type=\"hidden\" value=\"0\" /> <input name=\"currency_code\" type=\"hidden\" value=\"USD\" /> <input name=\"bn\" type=\"hidden\" value=\"PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest\" /> <input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" /> <img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" />\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong></p>\r\n<p style=\"text-align: left;\"></p>\r\n\r\n</form></div>','Donate Now!','','publish','closed','closed','','donate-now','','','2014-09-08 17:41:47','2014-09-08 17:41:47','',0,'http://freereincenter.com/?page_id=20',5,'page','',0);
INSERT INTO `wp_posts` VALUES (21,1,'2013-03-22 15:45:15','2013-03-22 15:45:15',' ','','','publish','open','open','','21','','','2014-09-28 01:35:54','2014-09-28 01:35:54','',0,'http://freereincenter.com/?p=21',12,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (22,1,'2013-03-22 15:45:15','2013-03-22 15:45:15',' ','','','publish','open','open','','22','','','2014-09-28 01:35:54','2014-09-28 01:35:54','',14,'http://freereincenter.com/?p=22',11,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (23,1,'2013-03-22 15:45:15','2013-03-22 15:45:15',' ','','','publish','open','open','','23','','','2014-09-28 01:35:54','2014-09-28 01:35:54','',14,'http://freereincenter.com/?p=23',10,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (24,1,'2013-03-22 15:45:15','2013-03-22 15:45:15',' ','','','publish','open','open','','24','','','2014-09-28 01:35:54','2014-09-28 01:35:54','',0,'http://freereincenter.com/?p=24',9,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (25,1,'2013-03-22 15:45:15','2013-03-22 15:45:15',' ','','','publish','open','open','','25','','','2014-09-28 01:35:54','2014-09-28 01:35:54','',0,'http://freereincenter.com/?p=25',8,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (26,1,'2013-03-22 15:45:15','2013-03-22 15:45:15',' ','','','publish','open','open','','26','','','2014-09-28 01:35:54','2014-09-28 01:35:54','',7,'http://freereincenter.com/?p=26',7,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (27,1,'2013-03-22 15:45:15','2013-03-22 15:45:15','','\"Mane Event\" Gala - 2014','','publish','open','open','','27','','','2014-09-28 01:35:54','2014-09-28 01:35:54','',9,'http://freereincenter.com/?p=27',5,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (28,1,'2013-03-22 15:45:15','2013-03-22 15:45:15',' ','','','publish','open','open','','28','','','2014-09-28 01:35:54','2014-09-28 01:35:54','',0,'http://freereincenter.com/?p=28',3,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (29,1,'2013-03-22 15:45:15','2013-03-22 15:45:15',' ','','','publish','open','open','','29','','','2014-09-28 01:35:54','2014-09-28 01:35:54','',0,'http://freereincenter.com/?p=29',2,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (30,1,'2013-03-22 15:45:15','2013-03-22 15:45:15',' ','','','publish','open','open','','30','','','2014-09-28 01:35:54','2014-09-28 01:35:54','',0,'http://freereincenter.com/?p=30',1,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (113,1,'2013-04-26 00:20:07','2013-04-26 00:20:07','<strong>White Squirrel Festival on May 25th &amp; 26th.</strong>\r\n\r\nFree Rein will have a booth at Brevard’s <a href=\"http://whitesquirrelfestival.com/\" target=\"_blank\">White Squirrel Festival</a> on May 25th &amp; 26th.  Come out and enjoy the festival’s music, food, and other activities after you stop by and meet the dedicated, hard-working Free Rein volunteers at our tent.  We\'ll have t-shirts, refreshments, fun activities for youth, and a lot of information about our programs.  A new addition will be absolutely touching \"therapeutic horses\" that one of our board members is making.  We also hope to have <a href=\"http://www.missteeninternational.us/vcontestantdetails.php?id=507\" target=\"_blank\">Miss Shelby Cannon</a>, Miss Teen International North Carolina 2012 at our booth.  Miss Cannon is a big supporter of Therapeutic Riding and will be working on behalf of Free Rein Center during this year.\r\n\r\n&nbsp;\r\n\r\n<strong> <a href=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover.jpg\">Free Rein\'s 2013 Fund Raising Calendar </a> has been a big success.</strong><strong><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover.jpg\"><img class=\"wp-image-82 alignright\" alt=\"FR Calendar Cover\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover-300x231.jpg\" width=\"210\" height=\"162\" /></a></strong>\r\n\r\nOur inaugural fund raising calendar was a real work of heart, with lots of high quality photos of our students, our volunteers, and (of course) our horses.  It was also very high quality art.  Thanks to local businesses who sponsored months and a bunch of people who bought days to commemorate birthdays and anniversaries or honor loved ones, Free Rein raised over $3,000 that will help feed the horses and keep making a large, positive impact in the lives of our students and their families.\r\n\r\nYou can highlight your loved ones\' special days with a special note on that day in the calendar.  If you\'d like to buy a day in the 2014 calendar, please email us and we\'ll have someone get in touch to arrange the details.  We\'ll be going to press with the 2014 calendar in September, so get your days lined up soon.  If you buy two days ($25 each), you\'ll get a free calendar ($15 value).  They make great presents, too.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','News and Events','','inherit','closed','open','','9-revision-v1','','','2013-04-26 00:20:07','2013-04-26 00:20:07','',9,'http://freereincenter.com/?p=113',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (91,1,'2013-03-27 15:39:35','2013-03-27 15:39:35','There are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<div>\r\n<ul>\r\n	<li><strong>Donating Equipment:</strong> Our wish list includes:</li>\r\n	<li><strong>Gift Certificates for: </strong>Office Supplies, Valley Ag, or Balsam Quarter Tack</li>\r\n	<li><strong>Donating Money:</strong> Free Rein depends upon financial contributions from individuals and groups.  Your donation is tax deductible as we are a 501(3)(c) organization.  Your money will be used to support staff, feed and care for horses, and sponsor students who cannot afford to pay for lessons.</li>\r\n	<li><strong>Volunteer</strong>…<a href=\"http://freereincenter.com.previewdns.com/?page_id=254\">learn more</a></li>\r\n	<li><strong>Sponsorship</strong>..<a href=\"http://freereincenter.com.previewdns.com/?page_id=231\">.learn more</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Ways You Can Help','','inherit','closed','open','','14-revision-v1','','','2013-03-27 15:39:35','2013-03-27 15:39:35','',14,'http://freereincenter.com/?p=91',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (32,1,'2013-03-22 15:39:20','2013-03-22 15:39:20','<h2><a title=\"Permanent Link to Annual Fall Gala\" href=\"http://freereincenter.com/?page_id=37\" rel=\"bookmark\">Annual Fall Gala</a></h2>\r\n<div>\r\n\r\nFree Rein’s 2012 Fall Gala on October 20th was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  The food and music were very good and everyne who attended seemed to have a wonderful time.  Miss Shelby Cannon, Miss Teen NC International, was there to help out as well.\r\n\r\nWe’ll be getting started soon with plans to make our 2013 Gala even bigger and better, so check back here mid-year for more info.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Annual Fall Gala','','inherit','closed','open','','10-revision-v1','','','2013-03-22 15:39:20','2013-03-22 15:39:20','',10,'http://freereincenter.com/?p=32',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (33,1,'2013-03-22 15:39:39','2013-03-22 15:39:39','<h2><a title=\"Permanent Link to Lessons\" href=\"http://freereincenter.com/?page_id=35\" rel=\"bookmark\">Lessons</a></h2>\r\n<div>\r\n\r\n<strong>Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and afterschool lessons Monday-Thursday as well as a limited schedule on Saturday mornings.\r\n</strong>\r\n\r\nOur 8-week fall session is well underway, and we are pleased to be serving the largest number of students we have had in many years.\r\n\r\nWe are currently accepting applications for the Spring 2013 session which will begin in mid-March. Please contact Jennifer Rouse, Program Director, at (828)883-3375 or info@freereincenter.com for more information or to request a registration packet.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2013-03-22 15:39:39','2013-03-22 15:39:39','',12,'http://freereincenter.com/?p=33',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (34,1,'2013-03-22 15:41:35','2013-03-22 15:41:35','<h2><a title=\"Permanent Link to Volunteer\" href=\"http://freereincenter.com/?page_id=254\" rel=\"bookmark\">Volunteer</a></h2>\r\n<div>\r\n\r\nThere are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<ul>\r\n	<li>Donating your Time:  Help with our students and horses during class time or help with one of our special events. “Volunteers are the heart and soul of our program.  Without the help of our wonderful helpers, we could not offer our programs to our students,” says our former volunteer coordinator, Kathy Morrow.</li>\r\n	<li>Volunteers help us primarily by assisting with our students and horses during our classes.  You do not need to know a lot about children or adults with special needs or about horses.  We provide all the training you need to make our students’ dreams come true.  All Volunteers who wish to work with our lessons must attend a Volunteer Training Session before they begin.  <strong>Volunteer Training takes place prior to the start of each </strong><strong>session</strong>. If you would like to volunteer with Free Rein, please call our office or send us an email at info@freereincenter.com.</li>\r\n	<li>If working in classes is not what you had in mind, there are many other areas in which we need help including fundraising, office work, special events, and horse care. Volunteer Today! You will be glad you did!</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Volunteer','','inherit','closed','open','','16-revision-v1','','','2013-03-22 15:41:35','2013-03-22 15:41:35','',16,'http://freereincenter.com/?p=34',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (78,1,'2013-03-22 16:20:26','2013-03-22 16:20:26','<h2><a title=\"Permanent Link to Lessons\" href=\"http://freereincenter.com/?page_id=35\" rel=\"bookmark\">Lessons</a></h2>\r\n<div>\r\n\r\n<strong>Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and afterschool lessons Monday-Thursday as well as a limited schedule on Saturday mornings.\r\n</strong>\r\n\r\nOur 8-week fall session is well underway, and we are pleased to be serving the largest number of students we have had in many years.\r\n\r\nWe are currently accepting applications for the Spring 2013 session which will begin in mid-March. Please contact Jennifer Rouse, Program Director, at (828)883-3375 or info@freereincenter.com for more information or to request a registration packet.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2013-03-22 16:20:26','2013-03-22 16:20:26','',12,'http://freereincenter.com/?p=78',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (35,1,'2013-03-22 15:42:16','2013-03-22 15:42:16','<h2><a title=\"Permanent Link to Sponsorship\" href=\"http://freereincenter.com/?page_id=231\" rel=\"bookmark\">Sponsorship</a></h2>\r\n<div>\r\n\r\n<strong>Sponsorship Opportunities for Supporting Free Rein</strong>\r\n\r\n<strong>Special Friends of Free Rein</strong>:  This is a three year commitment to donate\r\na minimum of $1000 annually during that period.\r\n\r\n<strong>Roundup Circle:</strong> Minimum donation of $5000\r\n\r\n<strong>Riders’ Circle:</strong> Donation of $2500 to $4999\r\n\r\n<strong>Groomers’ Circle:</strong> Donation of $1500 to $2499\r\n\r\n<strong>Lead Rope Circle:</strong> Donation of $1000 to $1499\r\n\r\n<strong>Arena Circle:</strong> Donation of $500 to $999\r\n\r\n<strong>Tack Room Circle:</strong> Donation of $100 to $499\r\n\r\n<strong>Haystack Circle:</strong> Donation of less than $100\r\n\r\n<strong>2012 Fall Gala Sponsor:</strong> The 2012 Fall Gala will be held at Connestee Falls Country\r\nClub on Saturday, October 20, 2012.   Minimum donation for a sponsor is $1000.\r\n<h5>Help Free Rein Keep Trottin’ Along……We could not do what we do without your support!</h5>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Sponsorship','','inherit','closed','open','','18-revision-v1','','','2013-03-22 15:42:16','2013-03-22 15:42:16','',18,'http://freereincenter.com/?p=35',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (146,1,'2013-11-11 03:58:12','2013-11-11 03:58:12','<a title=\"Permanent Link to Sponsorship\" href=\"http://freereincenter.com/?page_id=231\" rel=\"bookmark\"><strong style=\"color: #333333;\">Sponsorship Opportunities for Supporting Free Rein</strong></a>\r\n<div>\r\n\r\n<strong>Special Friends of Free Rein</strong>:  This is a three year commitment to donate\r\na minimum of $1000 annually during that period.\r\n\r\n<strong>Roundup Circle:</strong> Minimum donation of $5000\r\n\r\n<strong>Riders’ Circle:</strong> Donation of $2500 to $4999\r\n\r\n<strong>Groomers’ Circle:</strong> Donation of $1500 to $2499\r\n\r\n<strong>Lead Rope Circle:</strong> Donation of $1000 to $1499\r\n\r\n<strong>Arena Circle:</strong> Donation of $500 to $999\r\n\r\n<strong>Tack Room Circle:</strong> Donation of $100 to $499\r\n\r\n<strong>Haystack Circle:</strong> Donation of less than $100\r\n<h2><strong><span style=\"font-size: 0.83em;\">Help Free Rein Keep Trottin’ Along……We could not do what we do without your support!</span></strong></h2>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Sponsorship','','inherit','closed','open','','18-revision-v1','','','2013-11-11 03:58:12','2013-11-11 03:58:12','',18,'http://freereincenter.com/?p=146',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (36,1,'2013-03-22 16:20:07','2013-03-22 16:20:07','<h2><a title=\"Permanent Link to Annual Fall Gala\" href=\"http://freereincenter.com/?page_id=37\" rel=\"bookmark\">Annual Fall Gala</a></h2>\r\n<div>\r\n\r\nFree Rein’s 2012 Fall Gala on October 20th was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  The food and music were very good and everyne who attended seemed to have a wonderful time.  Miss Shelby Cannon, Miss Teen NC International, was there to help out as well.\r\n\r\nWe’ll be getting started soon with plans to make our 2013 Gala even bigger and better, so check back here mid-year for more info.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Annual Fall Gala','','inherit','closed','open','','10-revision-v1','','','2013-03-22 16:20:07','2013-03-22 16:20:07','',10,'http://freereincenter.com/?p=36',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (37,1,'2013-03-22 15:41:06','2013-03-22 15:41:06','<h2><a title=\"Permanent Link to Ways You Can Help\" href=\"http://freereincenter.com/?page_id=203\" rel=\"bookmark\">Ways You Can Help</a></h2>\r\n<div>\r\n\r\nThere are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<ul>\r\n	<li><strong>Donating Equipment:</strong> Our wish list includes:</li>\r\n	<li><strong>Gift Certificates for: </strong>Office Supplies, Valley Ag, or Balsam Quarter Tack</li>\r\n	<li><strong>Donating Money:</strong> Free Rein depends upon financial contributions from individuals and groups.  Your donation is tax deductible as we are a 501(3)(c) organization.  Your money will be used to support staff, feed and care for horses, and sponsor students who cannot afford to pay for lessons.</li>\r\n	<li><strong>Volunteer</strong>…<a href=\"http://freereincenter.com/?page_id=254\">learn more</a></li>\r\n	<li><strong>Sponsorship</strong>..<a href=\"http://freereincenter.com/?page_id=231\">.learn more</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Ways You Can Help','','inherit','closed','open','','14-revision-v1','','','2013-03-22 15:41:06','2013-03-22 15:41:06','',14,'http://freereincenter.com/?p=37',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (38,1,'2013-03-22 15:40:15','2013-03-22 15:40:15','[si-contact-form form=\'1\']','Contact','','inherit','closed','open','','13-revision','','','2013-03-22 15:40:15','2013-03-22 15:40:15','',13,'http://freereincenter.com/?p=38',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (39,1,'2013-03-22 15:38:46','2013-03-22 15:38:46','<strong>Macho’s birthday celebration on Sat., May 12</strong>\r\n\r\n<a title=\"Macho\'s Birthday\" href=\"http://freereincenter.com/wp-content/Macho\'s-Birthday-Event-Flyer.pdf\" target=\"_blank\">Click here to see details</a>\r\n\r\n&nbsp;\r\n\r\n<strong>White Squirrel Festival on May 26th &amp; 27th.</strong>\r\n\r\nFree Rein will have a booth at Brevard’s <a href=\"http://whitesquirrelfestival.com/\" target=\"_blank\">White Squirrel Festival</a> on May 26th &amp; 27th.  Come out and enjoy the festival’s music, food, and other activities after you stop by and meet the dedicated, hard-working Free Rein volunteers at our tent.  Bernard Pellitier (a local farrier) will be on hand, demonstrating his skills in creating some truly beautiful hand-forged art pieces.  Bernard’s pieces are highly sought-after pieces of original art and he’ll be selling them on Saturday the 26th for the benefit of Free Rein Center.  We also hope to have <a href=\"http://www.missteeninternational.us/vcontestantdetails.php?id=507\" target=\"_blank\">Miss Shelby Cannon</a>, Miss Teen International North Carolina at our booth.  Miss Cannon is a big supporter of Therapeutic Riding and will be working on behalf of Free Rein Center during this year.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','News and Events','','inherit','closed','open','','9-revision-v1','','','2013-03-22 15:38:46','2013-03-22 15:38:46','',9,'http://freereincenter.com/?p=39',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (40,1,'2013-03-22 15:38:15','2013-03-22 15:38:15','Free Rein is proud to have a vibrant, growing, human-horse interaction\r\nprogram.  We are staffed by a program director and  instructors certified by Professional Association of Therapeutic Horsemanship International (PATH International), formerly the\r\nNorth American Riding for the Handicapped Association (NARHA).\r\nThe therapeutic benefits of structured interaction with a horse are recognized\r\nby many in the medical professions.  For individuals with special needs in the\r\ncognitive, emotional, physical, and relationship areas, the unique relationship\r\nformed with a horse can lead to dramatic growth in self-esteem, self-\r\nawareness, confidence, and communication skills.  For those with physical\r\ndisabilities, there are often the added outcomes of improved coordination,\r\nbalance, and flexibility.\r\n\r\nFree Rein is dedicated to the principle that all of us, whatever our abilities, are\r\ncapable of more than we think, and that together we can help build a more\r\ncaring and compassionate world.\r\n<blockquote>\"The connection between the horses and these riders is surprisingly powerful.\"\r\n<strong>-Free Rein Volunteer</strong>\r\n\r\n&nbsp;</blockquote>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','About Us','','inherit','closed','open','','7-revision-v1','','','2013-03-22 15:38:15','2013-03-22 15:38:15','',7,'http://freereincenter.com/?p=40',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (41,1,'2013-03-22 15:37:17','2013-03-22 15:37:17','<h2><a title=\"Permanent Link to Home\" href=\"http://freereincenter.com/\" rel=\"bookmark\"> </a></h2>\r\n<div>\r\n\r\nWinston Churchill once said, “There is something about the outside of a horse that is good for the inside of a man.”  This is certainly true at Free Rein Center. At Free Rein, horses and humans are partners in learning. Free Rein instructors, volunteers, and horses help children and adults with autism, Attention Deficit Hyperactivity Disorder, physical limitations, and a wide range of other disabilities enjoy such benefits as increased flexibility, balance and coordination, enhanced gross and fine motor skills, improved posture, and self confidence.\r\n\r\nFree Rein also offers courses for adults and children on such themes as spirituality, grief, and confidence-building.  Free Rein is an affiliated member of the Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA), which also certifies our organization’s experienced instructors. Our program utilizes the human-horse connection as the therapeutic agent in working with diverse groups ranging in age from childhood to senior citizen status.\r\n\r\nWhile a variety of therapeutic riding programs have grown up around the Western North Carolina area, Free Rein is the only program of its kind in Transylvania County. Free Rein lesson fees are kept low to assure participation by all who might benefit, and scholarship assistance is available to all who qualify. Free Rein is a 501.c.3 nonprofit organization.\r\n\r\nFor more information on Free Rein news, and events, or to find out about lessons or volunteering, click on the tabs above, or to get in touch with us, visit our Contact page.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Home','','inherit','closed','open','','5-revision-v1','','','2013-03-22 15:37:17','2013-03-22 15:37:17','',5,'http://freereincenter.com/?p=41',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (42,1,'2013-03-22 16:22:48','2013-03-22 16:22:48','Winston Churchill once said, “There is something about the outside of a horse that is good for the inside of a man.”  This is certainly true at Free Rein Center. At Free Rein, horses and humans are partners in learning. Free Rein instructors, volunteers, and horses help children and adults with autism, Attention Deficit Hyperactivity Disorder, physical limitations, and a wide range of other disabilities enjoy such benefits as increased flexibility, balance and coordination, enhanced gross and fine motor skills, improved posture, and self confidence.\r\n<div>\r\n\r\nFree Rein also offers courses for adults and children on such themes as spirituality, grief, and confidence-building.  Free Rein is an affiliated member of the Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA), which also certifies our organization’s experienced instructors. Our program utilizes the human-horse connection as the therapeutic agent in working with diverse groups ranging in age from childhood to senior citizen status.\r\n\r\nWhile a variety of therapeutic riding programs have grown up around the Western North Carolina area, Free Rein is the only program of its kind in Transylvania County. Free Rein lesson fees are kept low to assure participation by all who might benefit, and scholarship assistance is available to all who qualify. Free Rein is a 501.c.3 nonprofit organization.\r\n\r\nFor more information on Free Rein news, and events, or to find out about lessons or volunteering, click on the tabs above, or to get in touch with us, visit our Contact page.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Home','','publish','closed','open','','home','','','2013-03-25 17:48:50','2013-03-25 17:48:50','',0,'http://freereincenter.com/?p=42',0,'post','',0);
INSERT INTO `wp_posts` VALUES (43,1,'2013-03-22 16:22:48','2013-03-22 16:22:48','<h2><a title=\"Permanent Link to Home\" href=\"http://freereincenter.com/\" rel=\"bookmark\">Home</a></h2>\r\n<div>\r\n\r\nWinston Churchill once said, “There is something about the outside of a horse that is good for the inside of a man.”  This is certainly true at Free Rein Center. At Free Rein, horses and humans are partners in learning. Free Rein instructors, volunteers, and horses help children and adults with autism, Attention Deficit Hyperactivity Disorder, physical limitations, and a wide range of other disabilities enjoy such benefits as increased flexibility, balance and coordination, enhanced gross and fine motor skills, improved posture, and self confidence.\r\n\r\nFree Rein also offers courses for adults and children on such themes as spirituality, grief, and confidence-building.  Free Rein is an affiliated member of the Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA), which also certifies our organization’s experienced instructors. Our program utilizes the human-horse connection as the therapeutic agent in working with diverse groups ranging in age from childhood to senior citizen status.\r\n\r\nWhile a variety of therapeutic riding programs have grown up around the Western North Carolina area, Free Rein is the only program of its kind in Transylvania County. Free Rein lesson fees are kept low to assure participation by all who might benefit, and scholarship assistance is available to all who qualify. Free Rein is a 501.c.3 nonprofit organization.\r\n\r\nFor more information on Free Rein news, and events, or to find out about lessons or volunteering, click on the tabs above, or to get in touch with us, visit our Contact page.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Home','','inherit','closed','open','','42-revision','','','2013-03-22 16:22:48','2013-03-22 16:22:48','',42,'http://freereincenter.com/?p=43',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (44,1,'2013-03-22 16:23:11','2013-03-22 16:23:11','<h2><a title=\"Permanent Link to Home\" href=\"http://freereincenter.com.previewdns.com/\" rel=\"bookmark\"> </a></h2>\n<div>\n\nWinston Churchill once said, “There is something about the outside of a horse that is good for the inside of a man.”  This is certainly true at Free Rein Center. At Free Rein, horses and humans are partners in learning. Free Rein instructors, volunteers, and horses help children and adults with autism, Attention Deficit Hyperactivity Disorder, physical limitations, and a wide range of other disabilities enjoy such benefits as increased flexibility, balance and coordination, enhanced gross and fine motor skills, improved posture, and self confidence.\n\nFree Rein also offers courses for adults and children on such themes as spirituality, grief, and confidence-building.  Free Rein is an affiliated member of the Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA), which also certifies our organization’s experienced instructors. Our program utilizes the human-horse connection as the therapeutic agent in working with diverse groups ranging in age from childhood to senior citizen status.\n\nWhile a variety of therapeutic riding programs have grown up around the Western North Carolina area, Free Rein is the only program of its kind in Transylvania County. Free Rein lesson fees are kept low to assure participation by all who might benefit, and scholarship assistance is available to all who qualify. Free Rein is a 501.c.3 nonprofit organization.\n\nFor more information on Free Rein news, and events, or to find out about lessons or volunteering, click on the tabs above, or to get in touch with us, visit our Contact page.\n\n&nbsp;\n\n<strong>Free Rein Center</strong>\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\n<strong>828-883-3375</strong>\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\n\n</div>','Home','','inherit','closed','open','','5-autosave-v1','','','2013-03-22 16:23:11','2013-03-22 16:23:11','',5,'http://freereincenter.com/?p=44',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (45,1,'2013-03-22 16:21:40','2013-03-22 16:21:40','<h2><a title=\"Permanent Link to Home\" href=\"http://freereincenter.com/\" rel=\"bookmark\"> </a></h2>\r\n<div>\r\n\r\nWinston Churchill once said, “There is something about the outside of a horse that is good for the inside of a man.”  This is certainly true at Free Rein Center. At Free Rein, horses and humans are partners in learning. Free Rein instructors, volunteers, and horses help children and adults with autism, Attention Deficit Hyperactivity Disorder, physical limitations, and a wide range of other disabilities enjoy such benefits as increased flexibility, balance and coordination, enhanced gross and fine motor skills, improved posture, and self confidence.\r\n\r\nFree Rein also offers courses for adults and children on such themes as spirituality, grief, and confidence-building.  Free Rein is an affiliated member of the Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA), which also certifies our organization’s experienced instructors. Our program utilizes the human-horse connection as the therapeutic agent in working with diverse groups ranging in age from childhood to senior citizen status.\r\n\r\nWhile a variety of therapeutic riding programs have grown up around the Western North Carolina area, Free Rein is the only program of its kind in Transylvania County. Free Rein lesson fees are kept low to assure participation by all who might benefit, and scholarship assistance is available to all who qualify. Free Rein is a 501.c.3 nonprofit organization.\r\n\r\nFor more information on Free Rein news, and events, or to find out about lessons or volunteering, click on the tabs above, or to get in touch with us, visit our Contact page.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Home','','inherit','closed','open','','5-revision-v1','','','2013-03-22 16:21:40','2013-03-22 16:21:40','',5,'http://freereincenter.com/?p=45',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (46,1,'2013-03-22 16:23:03','2013-03-22 16:23:03','<h2><a title=\"Permanent Link to Home\" href=\"http://freereincenter.com/\" rel=\"bookmark\">Home</a></h2>\r\n<div>\r\n\r\nWinston Churchill once said, “There is something about the outside of a horse that is good for the inside of a man.”  This is certainly true at Free Rein Center. At Free Rein, horses and humans are partners in learning. Free Rein instructors, volunteers, and horses help children and adults with autism, Attention Deficit Hyperactivity Disorder, physical limitations, and a wide range of other disabilities enjoy such benefits as increased flexibility, balance and coordination, enhanced gross and fine motor skills, improved posture, and self confidence.\r\n\r\nFree Rein also offers courses for adults and children on such themes as spirituality, grief, and confidence-building.  Free Rein is an affiliated member of the Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA), which also certifies our organization’s experienced instructors. Our program utilizes the human-horse connection as the therapeutic agent in working with diverse groups ranging in age from childhood to senior citizen status.\r\n\r\nWhile a variety of therapeutic riding programs have grown up around the Western North Carolina area, Free Rein is the only program of its kind in Transylvania County. Free Rein lesson fees are kept low to assure participation by all who might benefit, and scholarship assistance is available to all who qualify. Free Rein is a 501.c.3 nonprofit organization.\r\n\r\nFor more information on Free Rein news, and events, or to find out about lessons or volunteering, click on the tabs above, or to get in touch with us, visit our Contact page.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Home','','inherit','closed','open','','42-revision-2','','','2013-03-22 16:23:03','2013-03-22 16:23:03','',42,'http://freereincenter.com/?p=46',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (47,1,'2013-03-22 16:25:44','2013-03-22 16:25:44','<h2><a title=\"Permanent Link to Home\" href=\"http://freereincenter.com.previewdns.com/\" rel=\"bookmark\"> </a></h2>\n<div>\n\nWinston Churchill once said, “There is something about the outside of a horse that is good for the inside of a man.”  This is certainly true at Free Rein Center. At Free Rein, horses and humans are partners in learning. Free Rein instructors, volunteers, and horses help children and adults with autism, Attention Deficit Hyperactivity Disorder, physical limitations, and a wide range of other disabilities enjoy such benefits as increased flexibility, balance and coordination, enhanced gross and fine motor skills, improved posture, and self confidence.\n\nFree Rein also offers courses for adults and children on such themes as spirituality, grief, and confidence-building.  Free Rein is an affiliated member of the Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA), which also certifies our organization’s experienced instructors. Our program utilizes the human-horse connection as the therapeutic agent in working with diverse groups ranging in age from childhood to senior citizen status.\n\nWhile a variety of therapeutic riding programs have grown up around the Western North Carolina area, Free Rein is the only program of its kind in Transylvania County. Free Rein lesson fees are kept low to assure participation by all who might benefit, and scholarship assistance is available to all who qualify. Free Rein is a 501.c.3 nonprofit organization.\n\nFor more information on Free Rein news, and events, or to find out about lessons or volunteering, click on the tabs above, or to get in touch with us, visit our Contact page.\n\n&nbsp;\n\n<strong>Free Rein Center</strong>\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\n<strong>828-883-3375</strong>\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\n\n</div>','Home','','inherit','closed','open','','42-autosave','','','2013-03-22 16:25:44','2013-03-22 16:25:44','',42,'http://freereincenter.com/?p=47',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (111,1,'2013-04-26 00:08:56','2013-04-26 00:08:56','<span style=\"color: #000000;\">Free Rein’s 2012 Fall Gala on October 20th was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  Miss Shelby Cannon, Miss Teen NC International 2012, was there to help out as well. The food and music were very good and everyone who attended seemed to have a wonderful time.  </span>\r\n\r\n&nbsp;\r\n\r\n<strong>2013 Fall Gala to be Bigger and Better</strong>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Were getting started now with plans to make our 2013 Gala even bigger and better, so check back here mid-year for more info.  We will be holding it at Connestee Falls Clubhouse again on Saturday, November 2, 2013.  We are working on some really great door prizes and some even better auction items for this year\'s gala... possibly even some free cruise tickets.  If you\'d like to help out in the organization of this fun event, please contact the office and we\'ll get you in touch with the organizing committee.</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Annual Fall Gala','','inherit','closed','open','','10-revision-v1','','','2013-04-26 00:08:56','2013-04-26 00:08:56','',10,'http://freereincenter.com/?p=111',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (107,1,'2013-04-26 00:07:08','2013-04-26 00:07:08','<strong>White Squirrel Festival on May 25th &amp; 26th.</strong>\r\n\r\nFree Rein will have a booth at Brevard’s <a href=\"http://whitesquirrelfestival.com/\" target=\"_blank\">White Squirrel Festival</a> on May 25th &amp; 26th.  Come out and enjoy the festival’s music, food, and other activities after you stop by and meet the dedicated, hard-working Free Rein volunteers at our tent.  We\'ll have t-shirts, refreshments, fun activities for youth, and a lot of information about our programs.  A new addition will be absolutely touching \"therapeutic horses\" that one of our board members is making.  We also hope to have <a href=\"http://www.missteeninternational.us/vcontestantdetails.php?id=507\" target=\"_blank\">Miss Shelby Cannon</a>, Miss Teen International North Carolina 2012 at our booth.  Miss Cannon is a big supporter of Therapeutic Riding and will be working on behalf of Free Rein Center during this year.\r\n\r\n&nbsp;\r\n\r\n<strong> <a href=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover.jpg\">Free Rein\'s 2013 Fund Raising Calendar </a> has been a big success.</strong><strong><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover.jpg\"><img class=\"wp-image-82 alignright\" alt=\"FR Calendar Cover\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover-300x231.jpg\" width=\"210\" height=\"162\" /></a></strong>\r\n\r\nOur inaugural fund raising calendar was a real work of heart, with lots of high quality photos of our students, our volunteers, and (of course) our horses.  It was also very high quality art.  Thanks to local businesses who sponsored months and a bunch of people who bought days to commemorate birthdays and anniversaries or honor loved ones, Free Rein raised over $3,000 that will help feed the horses and keep making a large, positive impact in the lives of our students and their families.\r\n\r\nYou can highlight your loved ones\' special days with a special note on that day in the calendar.  If you\'d like to buy a day in the 2014 calendar, please email us and we\'ll have someone get in touch to arrange the details.  We\'ll be going to press with the 2014 calendar in September, so get your days lined up soon.  If you buy two days ($25 each), you\'ll get a free calendar ($15 value).  They make great presents, too.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','News and Events','','inherit','closed','open','','9-revision-v1','','','2013-04-26 00:07:08','2013-04-26 00:07:08','',9,'http://freereincenter.com/?p=107',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (188,1,'2013-03-27 15:41:03','2013-03-27 15:41:03','There are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<div>\r\n<ul>\r\n	<li>Donating your Time:  Help with our students and horses during class time or help with one of our special events. “Volunteers are the heart and soul of our program.  Without the help of our wonderful helpers, we could not offer our programs to our students,” says our former volunteer coordinator, Kathy Morrow.</li>\r\n	<li>Volunteers help us primarily by assisting with our students and horses during our classes.  You do not need to know a lot about children or adults with special needs or about horses.  We provide all the training you need to make our students’ dreams come true.  All Volunteers who wish to work with our lessons must attend a Volunteer Training Session before they begin.  <strong>Volunteer Training takes place prior to the start of each </strong><strong>session</strong>. If you would like to volunteer with Free Rein, please call our office or send us an email at info@freereincenter.com.</li>\r\n	<li>If working in classes is not what you had in mind, there are many other areas in which we need help including fundraising, office work, special events, and horse care. Volunteer Today! You will be glad you did!</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Volunteer','','inherit','closed','open','','16-revision-v1','','','2013-03-27 15:41:03','2013-03-27 15:41:03','',16,'http://freereincenter.com/?p=188',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (106,1,'2013-04-26 00:15:09','2013-04-26 00:15:09','','FR Calendar July Days','','inherit','closed','open','','fr-calendar-july-days','','','2013-04-26 00:15:09','2013-04-26 00:15:09','',9,'http://freereincenter.com/wp-content/uploads/2013/04/FR-Calendar-July-Days.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (124,1,'2013-09-16 16:06:23','2013-09-16 16:06:23','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and after-school lessons Monday-Thursday as well as a limited schedule on Saturday mornings.</strong>\r\n\r\n&nbsp;\r\n<div>\r\n\r\nOur 8-week spring session was a big success, and we are pleased to have served the largest number of students we have had in many years.\r\n\r\nOur fall session is underway.  We are currently accepting applications for the spring 2014 session.  Please contact Jennifer Rouse, Program Director, at (828)883-3375 or use the email link below for more information or to request an application packet.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2013-09-16 16:06:23','2013-09-16 16:06:23','',12,'http://freereincenter.com/?p=124',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (57,1,'2013-03-22 16:24:41','2013-03-22 16:24:41','<h2><a title=\"Permanent Link to Home\" href=\"http://freereincenter.com.previewdns.com/\" rel=\"bookmark\"> </a></h2>\r\n<div>\r\n\r\nWinston Churchill once said, “There is something about the outside of a horse that is good for the inside of a man.”  This is certainly true at Free Rein Center. At Free Rein, horses and humans are partners in learning. Free Rein instructors, volunteers, and horses help children and adults with autism, Attention Deficit Hyperactivity Disorder, physical limitations, and a wide range of other disabilities enjoy such benefits as increased flexibility, balance and coordination, enhanced gross and fine motor skills, improved posture, and self confidence.\r\n\r\nFree Rein also offers courses for adults and children on such themes as spirituality, grief, and confidence-building.  Free Rein is an affiliated member of the Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA), which also certifies our organization’s experienced instructors. Our program utilizes the human-horse connection as the therapeutic agent in working with diverse groups ranging in age from childhood to senior citizen status.\r\n\r\nWhile a variety of therapeutic riding programs have grown up around the Western North Carolina area, Free Rein is the only program of its kind in Transylvania County. Free Rein lesson fees are kept low to assure participation by all who might benefit, and scholarship assistance is available to all who qualify. Free Rein is a 501.c.3 nonprofit organization.\r\n\r\nFor more information on Free Rein news, and events, or to find out about lessons or volunteering, click on the tabs above, or to get in touch with us, visit our Contact page.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Home','','inherit','closed','open','','42-revision-3','','','2013-03-22 16:24:41','2013-03-22 16:24:41','',42,'http://freereincenter.com/?p=57',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (166,1,'2014-02-06 02:25:34','2014-02-06 02:25:34','','\"Raise the Roof\" for Free Rein','','publish','closed','open','','raise-the-roof-for-free-rein','','','2014-09-28 01:35:54','2014-09-28 01:35:54','',9,'http://freereincenter.com/?p=166',4,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (104,1,'2013-04-03 02:22:13','2013-04-03 02:22:13','There are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<div>\r\n<ul>\r\n	<li><strong>Donating Equipment:</strong> Our wish list includes:</li>\r\n	<li><strong>Gift Certificates for: </strong>Office Supplies, Valley Ag, or Balsam Quarter Tack</li>\r\n	<li><strong>Donating Money:</strong> Free Rein depends upon financial contributions from individuals and groups.  Your donation is tax deductible as we are a 501(3)(c) organization.  Your money will be used to support staff, feed and care for horses, and sponsor students who cannot afford to pay for lessons.</li>\r\n	<li><strong>Volunteer</strong>…<a href=\"http://freereincenter.com/?page_id=16\">learn more</a></li>\r\n	<li><strong>Sponsorship</strong>...<a href=\"http://freereincenter.com/?page_id=18\">learn more</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Ways You Can Help','','inherit','closed','open','','14-revision-v1','','','2013-04-03 02:22:13','2013-04-03 02:22:13','',14,'http://freereincenter.com/?p=104',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (112,1,'2013-04-04 14:59:12','2013-04-04 14:59:12','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and afterschool lessons Monday-Thursday as well as a limited schedule on Saturday mornings.</strong>\r\n\r\n&nbsp;\r\n<div>\r\n\r\nOur 8-week spring session is underway, and we are pleased to be serving the largest number of students we have had in many years.\r\n\r\n&nbsp;\r\n\r\nWe are currently accepting applications for the fall 2013 session which will begin in early September. Please contact Jennifer Rouse, Program Director, at (828)883-3375 or use the email link below for more information or to request an application packet.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2013-04-04 14:59:12','2013-04-04 14:59:12','',12,'http://freereincenter.com/?p=112',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (103,1,'2013-04-04 14:52:51','2013-04-04 14:52:51','<span style=\"color: #000000;\">Free Rein’s 2012 Fall Gala on October 20th was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  Miss Shelby Cannon, Miss Teen NC International 2012, was there to help out as well. The food and music were very good and everyone who attended seemed to have a wonderful time.  </span>\r\n\r\n&nbsp;\r\n\r\n<strong>2013 Fall Gala to be Bigger and Better</strong>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Were getting started now with plans to make our 2013 Gala even bigger and better, so check back here mid-year for more info.  We will be holding it at Connestee Falls Clubhouse again on Saturday, November 2, 2013.  We are working on some really great door prizes and some even better auction items for this year\'s gala... possibly even some free cruise tickets.</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Annual Fall Gala','','inherit','closed','open','','10-revision-v1','','','2013-04-04 14:52:51','2013-04-04 14:52:51','',10,'http://freereincenter.com/?p=103',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (61,1,'2013-03-25 17:45:51','2013-03-25 17:45:51','<h2><a title=\"Permanent Link to Home\" href=\"http://freereincenter.com.previewdns.com/\" rel=\"bookmark\"> </a></h2>\r\n<div>\r\n\r\nWinston Churchill once said, “There is something about the outside of a horse that is good for the inside of a man.”  This is certainly true at Free Rein Center. At Free Rein, horses and humans are partners in learning. Free Rein instructors, volunteers, and horses help children and adults with autism, Attention Deficit Hyperactivity Disorder, physical limitations, and a wide range of other disabilities enjoy such benefits as increased flexibility, balance and coordination, enhanced gross and fine motor skills, improved posture, and self confidence.\r\n\r\nFree Rein also offers courses for adults and children on such themes as spirituality, grief, and confidence-building.  Free Rein is an affiliated member of the Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA), which also certifies our organization’s experienced instructors. Our program utilizes the human-horse connection as the therapeutic agent in working with diverse groups ranging in age from childhood to senior citizen status.\r\n\r\nWhile a variety of therapeutic riding programs have grown up around the Western North Carolina area, Free Rein is the only program of its kind in Transylvania County. Free Rein lesson fees are kept low to assure participation by all who might benefit, and scholarship assistance is available to all who qualify. Free Rein is a 501.c.3 nonprofit organization.\r\n\r\nFor more information on Free Rein news, and events, or to find out about lessons or volunteering, click on the tabs above, or to get in touch with us, visit our Contact page.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Home','','inherit','closed','open','','42-revision-4','','','2013-03-25 17:45:51','2013-03-25 17:45:51','',42,'http://freereincenter.com/?p=61',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (63,1,'2013-03-25 17:51:06','2013-03-25 17:51:06','Rockbrook is a summer camp for girls located in Brevard, North Carolina. It was founded in 1921 and provides an outstanding summer camp experience for girls ages 6 – 16.\r\n\r\nRockbrook also serves as the home for Free Rein during fall, winter and spring seasons.\r\n\r\nRockbrook\'s summer camp <a title=\"Camp Horseback Riding Program\" href=\"http://www.rockbrookcamp.com/horseback.html\" target=\"_blank\">horseback riding program</a> facilities include teaching and show riding rings, two barns, and more than 30 acres of pasture.  Rockbrook also leases some of its horses to Free Rein for use in its therapeutic riding program.\r\n\r\n<img title=\"Camp Horse Girl\" alt=\"Girl riding horse at Rockbrook Camp\" src=\"http://freereincenter.com/wp-content/uploads/2011/07/camp-horse-girl-300x225.jpg\" width=\"300\" height=\"225\" />\r\n\r\n&nbsp;','Rockbrook Camp for Girls!','','publish','closed','open','','rockbrook-camp-for-girls-2','','','2013-03-25 17:51:06','2013-03-25 17:51:06','',0,'http://freereincenter.com/?page_id=63',7,'page','',0);
INSERT INTO `wp_posts` VALUES (64,1,'2013-03-25 17:50:35','2013-03-25 17:50:35','','Rockbrook Camp for Girls!','','inherit','closed','open','','63-revision','','','2013-03-25 17:50:35','2013-03-25 17:50:35','',63,'http://freereincenter.com/?p=64',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (65,1,'2013-03-25 17:52:01','2013-03-25 17:52:01','<p style=\"text-align: left;\"><strong>Professional Association of Therapeutic Horsemanship International (PATH Intl.)</strong>, a federally-registered 501(c3) nonprofit, was formed in 1969 as the North American Riding for the Handicapped Association to promote <a title=\"Learn About EAAT\" href=\"http://www.pathintl.org/resources-education/resources/eaat\">equine-assisted activities and therapies</a> (EAAT) for individuals with special needs. With over 3,500 certified instructors and 800 member centers around the globe, more than 6,500 PATH Intl. members help more than 42,000 children and adults with physical, mental and emotional challenges find strength and independence through the power of the horse each year. In addition to <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#riding\">therapeutic riding</a>, our centers offer a number of therapeutic equine-related activities, including <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#hippotherapy\">hippotherapy</a>, <a href=\"http://www.pathintl.org/component/content/article/60/249-eflp-definitions\">equine-facilitated mental health</a>, <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#driving\">driving</a>, <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#vaulting\">interactive vaulting</a>, competition, ground work and stable management. More recently, programs offer services in human growth and development to serve wide-ranging audiences for such educational purposes as leadership training, team building and other human capacity enhancement skills for the workplace and for daily use. <a href=\"http://www.pathintl.org/path-intl-centers/find-center\">Click here to find a center near you</a>.</p>\r\n<p style=\"text-align: left;\">Through our <a href=\"http://www.pathintl.org/resources-education/certifications\">certification </a>and <a href=\"http://www.pathintl.org/narha-centers/narha-center-accreditation\">accreditation </a>programs, plus a wide variety of <a href=\"http://www.pathintl.org/resources-education/resources\">educational resources</a> that includes a <a href=\"http://www.pathintl.org/component/content/category/8-national-general\">national annual conference</a> with hundreds of attendees, the association helps members start and maintain successful EAAT programs. There are more than 30,000 volunteers, 3,500 instructors, 6,300 equines and thousands of contributors from all over the world inspiring and enriching the human spirit at PATH Intl. Centers.</p>\r\n\r\n<ul style=\"text-align: left;\">\r\n	<li>Mailing Address: PO Box 33150 Denver, Colorado 80233</li>\r\n	<li>National Office Physical Address: 7475 Dakin Street Suite #600 Denver, CO 80221 (<a href=\"http://www.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=7475+Dakin+Street+Suite+%23600+Denver,+CO+80221&amp;sll=37.0625,-95.677068&amp;sspn=48.909425,66.445312&amp;ie=UTF8&amp;hq=&amp;hnear=7475+Dakin+St+%23600,+Denver,+Adams,+Colorado+80221&amp;z=16&amp;iwloc=A\" target=\"_blank\">map</a>)</li>\r\n	<li><a href=\"http://www.pathintl.org\">www.pathintl.org</a></li>\r\n	<li>(800) 369-RIDE (7433)</li>\r\n	<li>Fax (303) 252-4610</li>\r\n</ul>\r\n<p style=\"text-align: left;\">PATH International’s mission is to change and enrich lives by promoting excellence in equine-assisted activities and therapies.</p>','PATH International','','publish','closed','open','','path-international','','','2013-04-03 02:11:44','2013-04-03 02:11:44','',0,'http://freereincenter.com/?page_id=65',8,'page','',0);
INSERT INTO `wp_posts` VALUES (66,1,'2013-03-25 17:51:49','2013-03-25 17:51:49','','PATH International','','inherit','closed','open','','65-revision','','','2013-03-25 17:51:49','2013-03-25 17:51:49','',65,'http://freereincenter.com/?p=66',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (67,1,'2013-04-03 02:11:19','2013-04-03 02:11:19','<p style=\"text-align: left;\"><strong>Professional Association of Therapeutic Horsemanship International (PATH Intl.)</strong>, a federally-registered 501(c3) nonprofit, was formed in 1969 as the North American Riding for the Handicapped Association to promote <a title=\"Learn About EAAT\" href=\"http://www.pathintl.org/resources-education/resources/eaat\">equine-assisted activities and therapies</a> (EAAT) for individuals with special needs. With over 3,500 certified instructors and 800 member centers around the globe, more than 6,500 PATH Intl. members help more than 42,000 children and adults with physical, mental and emotional challenges find strength and independence through the power of the horse each year. In addition to <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#riding\">therapeutic riding</a>, our centers offer a number of therapeutic equine-related activities, including  <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#hippotherapy\">hippotherapy</a>, <a href=\"http://www.pathintl.org/component/content/article/60/249-eflp-definitions\">equine-facilitated mental health</a>, <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#driving\">driving</a>, <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#vaulting\">interactive vaulting</a>, competition, ground work and stable management. More recently, programs offer services in human growth and development to serve wide-ranging audiences for such educational purposes as leadership training, team building and other human capacity enhancement skills for the workplace and for daily use. <a href=\"http://www.pathintl.org/path-intl-centers/find-center\">Click here to find a center near you</a>.</p>\r\n<p style=\"text-align: left;\">Through our <a href=\"http://www.pathintl.org/resources-education/certifications\">certification </a>and <a href=\"http://www.pathintl.org/narha-centers/narha-center-accreditation\">accreditation </a>programs, plus a wide variety of <a href=\"http://www.pathintl.org/resources-education/resources\">educational resources</a> that includes a <a href=\"http://www.pathintl.org/component/content/category/8-national-general\">national annual conference</a> with hundreds of attendees, the association helps members start and maintain successful EAAT programs. There are more than 30,000 volunteers, 3,500 instructors, 6,300 equines and thousands of contributors from all over the world inspiring and enriching the human spirit at PATH Intl. Centers.</p>\r\n\r\n<ul style=\"text-align: left;\">\r\n	<li>Mailing Address: PO Box 33150 Denver, Colorado 80233</li>\r\n	<li>National Office Physical Address: 7475 Dakin Street Suite #600 Denver, CO 80221 (<a href=\"http://www.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=7475+Dakin+Street+Suite+%23600+Denver,+CO+80221&amp;sll=37.0625,-95.677068&amp;sspn=48.909425,66.445312&amp;ie=UTF8&amp;hq=&amp;hnear=7475+Dakin+St+%23600,+Denver,+Adams,+Colorado+80221&amp;z=16&amp;iwloc=A\" target=\"_blank\">map</a>)</li>\r\n	<li><a href=\"http://www.pathintl.org\">www.pathintl.org</a></li>\r\n	<li>(800) 369-RIDE (7433)</li>\r\n	<li>Fax (303) 252-4610</li>\r\n</ul>\r\n<p style=\"text-align: left;\">PATH International’s mission is to change and enrich lives by promoting excellence in equine-assisted activities and therapies.</p>','PATH International','','inherit','closed','open','','65-autosave','','','2013-04-03 02:11:19','2013-04-03 02:11:19','',65,'http://freereincenter.com/?p=67',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (68,1,'2013-03-22 15:42:53','2013-03-22 15:42:53','<h3 style=\"text-align: left;\"><a href=\"http://freereincenter.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\"><img class=\"aligncenter size-full wp-image-298\" title=\"Free Rein Priceless (2) - small\" alt=\"\" src=\"http://freereincenter.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\" width=\"561\" height=\"440\" /></a></h3>\r\n<h3 style=\"text-align: left;\">Become a friend of Free Rein.  Make your tax deductible donation today! Together we can make miracles happen.</h3>\r\n<div align=\"center\"><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input type=\"hidden\" name=\"cmd\" value=\"_donations\" /> <input type=\"hidden\" name=\"business\" value=\"freerein1325@gmail.com\" /> <input type=\"hidden\" name=\"lc\" value=\"US\" /> <input type=\"hidden\" name=\"item_name\" value=\"Free Rein Center\" /> <input type=\"hidden\" name=\"no_note\" value=\"0\" /> <input type=\"hidden\" name=\"currency_code\" value=\"USD\" /> <input type=\"hidden\" name=\"bn\" value=\"PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest\" /> <input type=\"image\" alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" /> <img alt=\"\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\" border=\"0\" /></form></div>','Donate Now!','','inherit','closed','open','','20-revision-v1','','','2013-03-22 15:42:53','2013-03-22 15:42:53','',20,'http://freereincenter.com/?p=68',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (69,1,'2013-03-25 17:52:01','2013-03-25 17:52:01','<strong>Professional Association of Therapeutic Horsemanship International (PATH Intl.)</strong>, a federally-registered 501(c3) nonprofit, was formed in 1969 as the North American Riding for the Handicapped Association to promote <a title=\"Learn About EAAT\" href=\"http://www.pathintl.org/resources-education/resources/eaat\">equine-assisted activities and therapies</a> (EAAT) for individuals with special needs. With over 3,500 certified instructors and 800 member centers around the globe, more than 6,500 PATH Intl. members help more than 42,000 children and adults with physical, mental and emotional challenges find strength and independence through the power of the horse each year. In addition to <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#riding\">therapeutic riding</a>, our centers offer a number of therapeutic equine-related activities, including <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#hippotherapy\">hippotherapy</a>, <a href=\"http://www.pathintl.org/component/content/article/60/249-eflp-definitions\">equine-facilitated mental health</a>, <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#driving\">driving</a>, <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#vaulting\">interactive vaulting</a>, competition, ground work and stable management. More recently, programs offer services in human growth and development to serve wide-ranging audiences for such educational purposes as leadership training, team building and other human capacity enhancement skills for the workplace and for daily use. <a href=\"http://www.pathintl.org/path-intl-centers/find-center\">Click here to find a center near you</a>.\r\n\r\nThrough our <a href=\"http://www.pathintl.org/resources-education/certifications\">certification </a>and <a href=\"http://www.pathintl.org/narha-centers/narha-center-accreditation\">accreditation </a>programs, plus a wide variety of <a href=\"http://www.pathintl.org/resources-education/resources\">educational resources</a> that includes a <a href=\"http://www.pathintl.org/component/content/category/8-national-general\">national annual conference</a> with hundreds of attendees, the association helps members start and maintain successful EAAT programs. There are more than 30,000 volunteers, 3,500 instructors, 6,300 equines and thousands of contributors from all over the world inspiring and enriching the human spirit at PATH Intl. Centers.\r\n<ul>\r\n	<li>Mailing Address: PO Box 33150 Denver, Colorado 80233</li>\r\n	<li>National Office Physical Address: 7475 Dakin Street Suite #600 Denver, CO 80221 (<a href=\"http://www.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=7475+Dakin+Street+Suite+%23600+Denver,+CO+80221&amp;sll=37.0625,-95.677068&amp;sspn=48.909425,66.445312&amp;ie=UTF8&amp;hq=&amp;hnear=7475+Dakin+St+%23600,+Denver,+Adams,+Colorado+80221&amp;z=16&amp;iwloc=A\" target=\"_blank\">map</a>)</li>\r\n	<li><a href=\"http://www.pathintl.org\">www.pathintl.org</a></li>\r\n	<li>(800) 369-RIDE (7433)</li>\r\n	<li>Fax (303) 252-4610</li>\r\n</ul>\r\nPATH International’s mission is to change and enrich lives by promoting excellence in equine-assisted activities and therapies.','PATH International','','inherit','closed','open','','65-revision-2','','','2013-03-25 17:52:01','2013-03-25 17:52:01','',65,'http://freereincenter.com/?p=69',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (70,1,'2013-03-22 16:21:35','2013-03-22 16:21:35','Free Rein is proud to have a vibrant, growing, human-horse interaction\r\nprogram.  We are staffed by a program director and  instructors certified by Professional Association of Therapeutic Horsemanship International (PATH International), formerly the\r\nNorth American Riding for the Handicapped Association (NARHA).\r\nThe therapeutic benefits of structured interaction with a horse are recognized\r\nby many in the medical professions.  For individuals with special needs in the\r\ncognitive, emotional, physical, and relationship areas, the unique relationship\r\nformed with a horse can lead to dramatic growth in self-esteem, self-\r\nawareness, confidence, and communication skills.  For those with physical\r\ndisabilities, there are often the added outcomes of improved coordination,\r\nbalance, and flexibility.\r\n\r\nFree Rein is dedicated to the principle that all of us, whatever our abilities, are\r\ncapable of more than we think, and that together we can help build a more\r\ncaring and compassionate world.\r\n<blockquote>\"The connection between the horses and these riders is surprisingly powerful.\"\r\n<strong>-Free Rein Volunteer</strong>\r\n\r\n&nbsp;</blockquote>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','About Us','','inherit','closed','open','','7-revision-v1','','','2013-03-22 16:21:35','2013-03-22 16:21:35','',7,'http://freereincenter.com/?p=70',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (71,1,'2013-03-25 18:03:02','2013-03-25 18:03:02','Free Rein is proud to have a vibrant, growing, human-horse interaction\r\nprogram.  We are staffed by a program director and  instructors certified by Professional Association of Therapeutic Horsemanship International (PATH International), formerly the\r\nNorth American Riding for the Handicapped Association (NARHA).\r\nThe therapeutic benefits of structured interaction with a horse are recognized\r\nby many in the medical professions.  For individuals with special needs in the\r\ncognitive, emotional, physical, and relationship areas, the unique relationship\r\nformed with a horse can lead to dramatic growth in self-esteem, self-\r\nawareness, confidence, and communication skills.  For those with physical\r\ndisabilities, there are often the added outcomes of improved coordination,\r\nbalance, and flexibility.\r\n\r\nFree Rein is dedicated to the principle that all of us, whatever our abilities, are\r\ncapable of more than we think, and that together we can help build a more\r\ncaring and compassionate world.\r\n<blockquote>\"The connection between the horses and these riders is surprisingly powerful.\"\r\n<strong>-Free Rein Volunteer</strong>\r\n\r\n&nbsp;</blockquote>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','About Us','','inherit','closed','open','','7-revision-v1','','','2013-03-25 18:03:02','2013-03-25 18:03:02','',7,'http://freereincenter.com/?p=71',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (72,1,'2013-03-22 16:21:31','2013-03-22 16:21:31','<strong>Macho’s birthday celebration on Sat., May 12</strong>\r\n\r\n<a title=\"Macho\'s Birthday\" href=\"http://freereincenter.com/wp-content/Macho\'s-Birthday-Event-Flyer.pdf\" target=\"_blank\">Click here to see details</a>\r\n\r\n&nbsp;\r\n\r\n<strong>White Squirrel Festival on May 26th &amp; 27th.</strong>\r\n\r\nFree Rein will have a booth at Brevard’s <a href=\"http://whitesquirrelfestival.com/\" target=\"_blank\">White Squirrel Festival</a> on May 26th &amp; 27th.  Come out and enjoy the festival’s music, food, and other activities after you stop by and meet the dedicated, hard-working Free Rein volunteers at our tent.  Bernard Pellitier (a local farrier) will be on hand, demonstrating his skills in creating some truly beautiful hand-forged art pieces.  Bernard’s pieces are highly sought-after pieces of original art and he’ll be selling them on Saturday the 26th for the benefit of Free Rein Center.  We also hope to have <a href=\"http://www.missteeninternational.us/vcontestantdetails.php?id=507\" target=\"_blank\">Miss Shelby Cannon</a>, Miss Teen International North Carolina at our booth.  Miss Cannon is a big supporter of Therapeutic Riding and will be working on behalf of Free Rein Center during this year.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','News and Events','','inherit','closed','open','','9-revision-v1','','','2013-03-22 16:21:31','2013-03-22 16:21:31','',9,'http://freereincenter.com/?p=72',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (73,1,'2013-03-22 16:21:18','2013-03-22 16:21:18','<h2><a title=\"Permanent Link to Ways You Can Help\" href=\"http://freereincenter.com/?page_id=203\" rel=\"bookmark\">Ways You Can Help</a></h2>\r\n<div>\r\n\r\nThere are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<ul>\r\n	<li><strong>Donating Equipment:</strong> Our wish list includes:</li>\r\n	<li><strong>Gift Certificates for: </strong>Office Supplies, Valley Ag, or Balsam Quarter Tack</li>\r\n	<li><strong>Donating Money:</strong> Free Rein depends upon financial contributions from individuals and groups.  Your donation is tax deductible as we are a 501(3)(c) organization.  Your money will be used to support staff, feed and care for horses, and sponsor students who cannot afford to pay for lessons.</li>\r\n	<li><strong>Volunteer</strong>…<a href=\"http://freereincenter.com/?page_id=254\">learn more</a></li>\r\n	<li><strong>Sponsorship</strong>..<a href=\"http://freereincenter.com/?page_id=231\">.learn more</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Ways You Can Help','','inherit','closed','open','','14-revision-v1','','','2013-03-22 16:21:18','2013-03-22 16:21:18','',14,'http://freereincenter.com/?p=73',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (76,1,'2013-03-22 16:20:59','2013-03-22 16:20:59','<h2><a title=\"Permanent Link to Sponsorship\" href=\"http://freereincenter.com/?page_id=231\" rel=\"bookmark\">Sponsorship</a></h2>\r\n<div>\r\n\r\n<strong>Sponsorship Opportunities for Supporting Free Rein</strong>\r\n\r\n<strong>Special Friends of Free Rein</strong>:  This is a three year commitment to donate\r\na minimum of $1000 annually during that period.\r\n\r\n<strong>Roundup Circle:</strong> Minimum donation of $5000\r\n\r\n<strong>Riders’ Circle:</strong> Donation of $2500 to $4999\r\n\r\n<strong>Groomers’ Circle:</strong> Donation of $1500 to $2499\r\n\r\n<strong>Lead Rope Circle:</strong> Donation of $1000 to $1499\r\n\r\n<strong>Arena Circle:</strong> Donation of $500 to $999\r\n\r\n<strong>Tack Room Circle:</strong> Donation of $100 to $499\r\n\r\n<strong>Haystack Circle:</strong> Donation of less than $100\r\n\r\n<strong>2012 Fall Gala Sponsor:</strong> The 2012 Fall Gala will be held at Connestee Falls Country\r\nClub on Saturday, October 20, 2012.   Minimum donation for a sponsor is $1000.\r\n<h5>Help Free Rein Keep Trottin’ Along……We could not do what we do without your support!</h5>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Sponsorship','','inherit','closed','open','','18-revision-v1','','','2013-03-22 16:20:59','2013-03-22 16:20:59','',18,'http://freereincenter.com/?p=76',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (74,1,'2013-03-25 17:53:12','2013-03-25 17:53:12','<h3 style=\"text-align: left;\"><a href=\"http://freereincenter.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\"><img class=\"aligncenter size-full wp-image-298\" title=\"Free Rein Priceless (2) - small\" alt=\"\" src=\"http://freereincenter.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\" width=\"561\" height=\"440\" /></a></h3>\r\n<h3 style=\"text-align: left;\">Become a friend of Free Rein.  Make your tax deductible donation today! Together we can make miracles happen.</h3>\r\n<div align=\"center\"><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input type=\"hidden\" name=\"cmd\" value=\"_donations\" /> <input type=\"hidden\" name=\"business\" value=\"freerein1325@gmail.com\" /> <input type=\"hidden\" name=\"lc\" value=\"US\" /> <input type=\"hidden\" name=\"item_name\" value=\"Free Rein Center\" /> <input type=\"hidden\" name=\"no_note\" value=\"0\" /> <input type=\"hidden\" name=\"currency_code\" value=\"USD\" /> <input type=\"hidden\" name=\"bn\" value=\"PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest\" /> <input type=\"image\" alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" /> <img alt=\"\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\" border=\"0\" /></form></div>','Donate Now!','','inherit','closed','open','','20-revision-v1','','','2013-03-25 17:53:12','2013-03-25 17:53:12','',20,'http://freereincenter.com/?p=74',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (75,1,'2013-03-25 18:05:13','2013-03-25 18:05:13','<h2><a title=\"Permanent Link to Ways You Can Help\" href=\"http://freereincenter.com.previewdns.com/?page_id=203\" rel=\"bookmark\">Ways You Can Help</a></h2>\r\n<div>\r\n\r\nThere are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<ul>\r\n	<li><strong>Donating Equipment:</strong> Our wish list includes:</li>\r\n	<li><strong>Gift Certificates for: </strong>Office Supplies, Valley Ag, or Balsam Quarter Tack</li>\r\n	<li><strong>Donating Money:</strong> Free Rein depends upon financial contributions from individuals and groups.  Your donation is tax deductible as we are a 501(3)(c) organization.  Your money will be used to support staff, feed and care for horses, and sponsor students who cannot afford to pay for lessons.</li>\r\n	<li><strong>Volunteer</strong>…<a href=\"http://freereincenter.com.previewdns.com/?page_id=254\">learn more</a></li>\r\n	<li><strong>Sponsorship</strong>..<a href=\"http://freereincenter.com.previewdns.com/?page_id=231\">.learn more</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Ways You Can Help','','inherit','closed','open','','14-revision-v1','','','2013-03-25 18:05:13','2013-03-25 18:05:13','',14,'http://freereincenter.com/?p=75',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (77,1,'2013-03-22 16:20:48','2013-03-22 16:20:48','<h2><a title=\"Permanent Link to Volunteer\" href=\"http://freereincenter.com/?page_id=254\" rel=\"bookmark\">Volunteer</a></h2>\r\n<div>\r\n\r\nThere are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<ul>\r\n	<li>Donating your Time:  Help with our students and horses during class time or help with one of our special events. “Volunteers are the heart and soul of our program.  Without the help of our wonderful helpers, we could not offer our programs to our students,” says our former volunteer coordinator, Kathy Morrow.</li>\r\n	<li>Volunteers help us primarily by assisting with our students and horses during our classes.  You do not need to know a lot about children or adults with special needs or about horses.  We provide all the training you need to make our students’ dreams come true.  All Volunteers who wish to work with our lessons must attend a Volunteer Training Session before they begin.  <strong>Volunteer Training takes place prior to the start of each </strong><strong>session</strong>. If you would like to volunteer with Free Rein, please call our office or send us an email at info@freereincenter.com.</li>\r\n	<li>If working in classes is not what you had in mind, there are many other areas in which we need help including fundraising, office work, special events, and horse care. Volunteer Today! You will be glad you did!</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Volunteer','','inherit','closed','open','','16-revision-v1','','','2013-03-22 16:20:48','2013-03-22 16:20:48','',16,'http://freereincenter.com/?p=77',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (79,1,'2013-03-22 16:21:06','2013-03-22 16:21:06','<h2><a title=\"Permanent Link to Annual Fall Gala\" href=\"http://freereincenter.com/?page_id=37\" rel=\"bookmark\">Annual Fall Gala</a></h2>\r\n<div>\r\n\r\nFree Rein’s 2012 Fall Gala on October 20th was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  The food and music were very good and everyne who attended seemed to have a wonderful time.  Miss Shelby Cannon, Miss Teen NC International, was there to help out as well.\r\n\r\nWe’ll be getting started soon with plans to make our 2013 Gala even bigger and better, so check back here mid-year for more info.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Annual Fall Gala','','inherit','closed','open','','10-revision-v1','','','2013-03-22 16:21:06','2013-03-22 16:21:06','',10,'http://freereincenter.com/?p=79',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (116,1,'2013-07-29 19:23:57','2013-07-29 19:23:57','<span style=\"color: #000000;\">Free Rein’s 2012 Fall Gala on October 20th was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  Miss Shelby Cannon, Miss Teen NC International 2012, was there to help out as well. The food and music were very good and everyone who attended seemed to have a wonderful time.  </span>\r\n\r\n&nbsp;\r\n\r\n<strong>2013 Fall Gala to be Bigger and Better</strong>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Were getting started now with plans to make our 2013 Gala even bigger and better, so check back here mid-year for more info.  We will be holding it at Connestee Falls Clubhouse again on Saturday, November 2, 2013.  We are working on some really great door prizes and some even better auction items for this year\'s gala.  If you\'d like to help out in the organization of this fun event, please contact the office and we\'ll get you in touch with the organizing committee.</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Annual Fall Gala','','inherit','closed','open','','10-revision-v1','','','2013-07-29 19:23:57','2013-07-29 19:23:57','',10,'http://freereincenter.com/?p=116',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (82,1,'2013-04-03 01:56:44','2013-04-03 01:56:44','','FR Calendar Cover','','inherit','closed','open','','fr-calendar-cover','','','2013-04-03 01:56:44','2013-04-03 01:56:44','',9,'http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (102,1,'2013-04-03 02:07:01','2013-04-03 02:07:01','<strong>White Squirrel Festival on May 26th &amp; 27th.</strong>\r\n\r\nFree Rein will have a booth at Brevard’s <a href=\"http://whitesquirrelfestival.com/\" target=\"_blank\">White Squirrel Festival</a> on May 25th &amp; 26th.  Come out and enjoy the festival’s music, food, and other activities after you stop by and meet the dedicated, hard-working Free Rein volunteers at our tent.  A new addition will be absolutely touching \"therapeutic horses\" that one of our board members is making.  We also hope to have <a href=\"http://www.missteeninternational.us/vcontestantdetails.php?id=507\" target=\"_blank\">Miss Shelby Cannon</a>, Miss Teen International North Carolina 2012 at our booth.  Miss Cannon is a big supporter of Therapeutic Riding and will be working on behalf of Free Rein Center during this year.\r\n\r\n&nbsp;\r\n\r\n<strong> <a href=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover.jpg\">Free Rein\'s 2013 Fund Raising Calendar </a> has been a big success.</strong><strong><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover.jpg\"><img class=\"wp-image-82 alignright\" alt=\"FR Calendar Cover\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover-300x231.jpg\" width=\"210\" height=\"162\" /></a></strong>\r\n\r\nOur inaugural fund raising calendar was a real work of heart, with lots of high quality photos of our students, our volunteers, and (of course) our horses.  It was also very high quality art.  Thanks to local businesses who sponsored months and a bunch of people who bought days to commemorate birthdays and anniversaries or honor loved ones, Free Rein raised over $3,000 that will help feed the horses and keep making a large, positive impact in the lives of our students and their families.\r\n\r\nIf you\'d like to buy a day in the 2014 calendar, please email us and we\'ll have someone get in touch to arrange the details.  We\'ll be going to press with the 2014 calendar in September, so get your days lined up soon.  If you buy two days ($25 each), you\'ll get a free calendar ($15 value).  They make great presents, too.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','News and Events','','inherit','closed','open','','9-revision-v1','','','2013-04-03 02:07:01','2013-04-03 02:07:01','',9,'http://freereincenter.com/?p=102',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (83,1,'2013-03-25 18:04:47','2013-03-25 18:04:47','<strong>Macho’s birthday celebration on Sat., May 12</strong>\r\n\r\n<a title=\"Macho\'s Birthday\" href=\"http://freereincenter.com.previewdns.com/wp-content/Macho\'s-Birthday-Event-Flyer.pdf\" target=\"_blank\">Click here to see details</a>\r\n\r\n&nbsp;\r\n\r\n<strong>White Squirrel Festival on May 26th &amp; 27th.</strong>\r\n\r\nFree Rein will have a booth at Brevard’s <a href=\"http://whitesquirrelfestival.com/\" target=\"_blank\">White Squirrel Festival</a> on May 26th &amp; 27th.  Come out and enjoy the festival’s music, food, and other activities after you stop by and meet the dedicated, hard-working Free Rein volunteers at our tent.  Bernard Pellitier (a local farrier) will be on hand, demonstrating his skills in creating some truly beautiful hand-forged art pieces.  Bernard’s pieces are highly sought-after pieces of original art and he’ll be selling them on Saturday the 26th for the benefit of Free Rein Center.  We also hope to have <a href=\"http://www.missteeninternational.us/vcontestantdetails.php?id=507\" target=\"_blank\">Miss Shelby Cannon</a>, Miss Teen International North Carolina at our booth.  Miss Cannon is a big supporter of Therapeutic Riding and will be working on behalf of Free Rein Center during this year.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','News and Events','','inherit','closed','open','','9-revision-v1','','','2013-03-25 18:04:47','2013-03-25 18:04:47','',9,'http://freereincenter.com/?p=83',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (142,1,'2013-11-08 14:32:04','2013-11-08 14:32:04','<strong> Free Rein\'s 2014 Fund Raising Calendar  is now available.</strong>\r\n\r\n<strong><a href=\"http://freereincenter.com/wp-content/uploads/2013/10/cover_front.jpg\"><img class=\"size-medium wp-image-130 alignright\" alt=\"cover_front\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/cover_front-300x231.jpg\" width=\"300\" height=\"231\" /></a></strong>\r\n\r\nOur second fund raising calendar was a real work of heart, with lots of high quality photos of our students, our volunteers, and (of course) our horses.  It was also very high quality art.  Thanks to local businesses who sponsored months and a bunch of people who bought days to commemorate birthdays and anniversaries or honor loved ones, Free Rein raised over $3,000 that will help feed the horses and keep making a large, positive impact in the lives of our students and their families.\r\n\r\nYou can highlight your loved ones\' special days with a special note on that day in the calendar.  <strong>If you\'d like to buy a 2014 calendar, or day in the 2015 calendar, please email us and we\'ll have someone get in touch to arrange the details. </strong> If you buy two days ($25 each), you\'ll get a free calendar ($15 value).  They make great presents, too.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','News and Events','','inherit','closed','open','','9-revision-v1','','','2013-11-08 14:32:04','2013-11-08 14:32:04','',9,'http://freereincenter.com/?p=142',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (84,1,'2013-04-03 02:00:11','2013-04-03 02:00:11','<strong>White Squirrel Festival on May 26th &amp; 27th.</strong>\r\n\r\nFree Rein will have a booth at Brevard’s <a href=\"http://whitesquirrelfestival.com/\" target=\"_blank\">White Squirrel Festival</a> on May 25th &amp; 26th.  Come out and enjoy the festival’s music, food, and other activities after you stop by and meet the dedicated, hard-working Free Rein volunteers at our tent.  A new addition will be absolutely touching \"therapeutic horses\" that one of our board members is making.  We also hope to have <a href=\"http://www.missteeninternational.us/vcontestantdetails.php?id=507\" target=\"_blank\">Miss Shelby Cannon</a>, Miss Teen International North Carolina 2012 at our booth.  Miss Cannon is a big supporter of Therapeutic Riding and will be working on behalf of Free Rein Center during this year.\r\n\r\n&nbsp;\r\n\r\n<strong> <a href=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover.jpg\">Free Rein\'s 2013 Fund Raising Calendar </a>a big success.</strong><strong><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover.jpg\"><img class=\"wp-image-82 alignright\" alt=\"FR Calendar Cover\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover-300x231.jpg\" width=\"210\" height=\"162\" /></a></strong>\r\n\r\nOur inaugural fund raising calendar was a real work of heart, with lots of high quality photos of our students, our volunteers, and (of course) our horses.  It was also very high quality art.  Thanks to local businesses who sponsored months and a bunch of people who bought days to commemorate birthdays and anniversaries or honor loved ones, Free Rein raised over $3,000 that will help feed the horses and keep making a large, positive impact in the lives of our students and their families.\r\n\r\nIf you\'d like to buy a day in the 2014 calendar, please email us and we\'ll have someone get in touch to arrange the details.  We\'ll be going to press with the 2014 calendar in September, so get your days lined up soon.  If you buy two days ($25 each), you\'ll get a free calendar ($15 value).  They make great presents, too.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','News and Events','','inherit','closed','open','','9-revision-v1','','','2013-04-03 02:00:11','2013-04-03 02:00:11','',9,'http://freereincenter.com/?p=84',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (85,1,'2013-04-03 02:05:51','2013-04-03 02:05:51','<strong>White Squirrel Festival on May 26th &amp; 27th.</strong>\r\n\r\nFree Rein will have a booth at Brevard’s <a href=\"http://whitesquirrelfestival.com/\" target=\"_blank\">White Squirrel Festival</a> on May 25th &amp; 26th.  Come out and enjoy the festival’s music, food, and other activities after you stop by and meet the dedicated, hard-working Free Rein volunteers at our tent.  A new addition will be absolutely touching \"therapeutic horses\" that one of our board members is making.  We also hope to have <a href=\"http://www.missteeninternational.us/vcontestantdetails.php?id=507\" target=\"_blank\">Miss Shelby Cannon</a>, Miss Teen International North Carolina 2012 at our booth.  Miss Cannon is a big supporter of Therapeutic Riding and will be working on behalf of Free Rein Center during this year.\r\n\r\n&nbsp;\r\n\r\n<strong> <a href=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover.jpg\">Free Rein\'s 2013 Fund Raising Calendar </a> has been a big success.</strong><strong><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover.jpg\"><img class=\"wp-image-82 alignright\" alt=\"FR Calendar Cover\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover-300x231.jpg\" width=\"210\" height=\"162\" /></a></strong>\r\n\r\nOur inaugural fund raising calendar was a real work of heart, with lots of high quality photos of our students, our volunteers, and (of course) our horses.  It was also very high quality art.  Thanks to local businesses who sponsored months and a bunch of people who bought days to commemorate birthdays and anniversaries or honor loved ones, Free Rein raised over $3,000 that will help feed the horses and keep making a large, positive impact in the lives of our students and their families.\r\n\r\nIf you\'d like to buy a day in the 2014 calendar, please email us and we\'ll have someone get in touch to arrange the details.  We\'ll be going to press with the 2014 calendar in September, so get your days lined up soon.  If you buy two days ($25 each), you\'ll get a free calendar ($15 value).  They make great presents, too.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','News and Events','','inherit','closed','open','','9-revision-v1','','','2013-04-03 02:05:51','2013-04-03 02:05:51','',9,'http://freereincenter.com/?p=85',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (86,1,'2013-03-25 17:53:48','2013-03-25 17:53:48','<strong>Professional Association of Therapeutic Horsemanship International (PATH Intl.)</strong>, a federally-registered 501(c3) nonprofit, was formed in 1969 as the North American Riding for the Handicapped Association to promote <a title=\"Learn About EAAT\" href=\"http://www.pathintl.org/resources-education/resources/eaat\">equine-assisted activities and therapies</a> (EAAT) for individuals with special needs. With over 3,500 certified instructors and 800 member centers around the globe, more than 6,500 PATH Intl. members help more than 42,000 children and adults with physical, mental and emotional challenges find strength and independence through the power of the horse each year. In addition to <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#riding\">therapeutic riding</a>, our centers offer a number of therapeutic equine-related activities, including <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#hippotherapy\">hippotherapy</a>, <a href=\"http://www.pathintl.org/component/content/article/60/249-eflp-definitions\">equine-facilitated mental health</a>, <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#driving\">driving</a>, <a href=\"http://www.pathintl.org/resources-education/resources/eaat/193-eaat-definitions#vaulting\">interactive vaulting</a>, competition, ground work and stable management. More recently, programs offer services in human growth and development to serve wide-ranging audiences for such educational purposes as leadership training, team building and other human capacity enhancement skills for the workplace and for daily use. <a href=\"http://www.pathintl.org/path-intl-centers/find-center\">Click here to find a center near you</a>.\r\n\r\nThrough our <a href=\"http://www.pathintl.org/resources-education/certifications\">certification </a>and <a href=\"http://www.pathintl.org/narha-centers/narha-center-accreditation\">accreditation </a>programs, plus a wide variety of <a href=\"http://www.pathintl.org/resources-education/resources\">educational resources</a> that includes a <a href=\"http://www.pathintl.org/component/content/category/8-national-general\">national annual conference</a> with hundreds of attendees, the association helps members start and maintain successful EAAT programs. There are more than 30,000 volunteers, 3,500 instructors, 6,300 equines and thousands of contributors from all over the world inspiring and enriching the human spirit at PATH Intl. Centers.\r\n<ul>\r\n	<li>Mailing Address: PO Box 33150 Denver, Colorado 80233</li>\r\n	<li>National Office Physical Address: 7475 Dakin Street Suite #600 Denver, CO 80221 (<a href=\"http://www.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=7475+Dakin+Street+Suite+%23600+Denver,+CO+80221&amp;sll=37.0625,-95.677068&amp;sspn=48.909425,66.445312&amp;ie=UTF8&amp;hq=&amp;hnear=7475+Dakin+St+%23600,+Denver,+Adams,+Colorado+80221&amp;z=16&amp;iwloc=A\" target=\"_blank\">map</a>)</li>\r\n	<li><a href=\"http://www.pathintl.org\">www.pathintl.org</a></li>\r\n	<li>(800) 369-RIDE (7433)</li>\r\n	<li>Fax (303) 252-4610</li>\r\n</ul>\r\nPATH International’s mission is to change and enrich lives by promoting excellence in equine-assisted activities and therapies.','PATH International','','inherit','closed','open','','65-revision-3','','','2013-03-25 17:53:48','2013-03-25 17:53:48','',65,'http://freereincenter.com/?p=86',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (87,1,'2013-03-25 18:05:35','2013-03-25 18:05:35','<h3 style=\"text-align: left;\"><a href=\"http://freereincenter.com.previewdns.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\"><img class=\"aligncenter size-full wp-image-298\" title=\"Free Rein Priceless (2) - small\" alt=\"\" src=\"http://freereincenter.com.previewdns.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\" width=\"561\" height=\"440\" /></a></h3>\r\n<h3 style=\"text-align: left;\">Become a friend of Free Rein.  Make your tax deductible donation today! Together we can make miracles happen.</h3>\r\n<div align=\"center\"><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input type=\"hidden\" name=\"cmd\" value=\"_donations\" /> <input type=\"hidden\" name=\"business\" value=\"freerein1325@gmail.com\" /> <input type=\"hidden\" name=\"lc\" value=\"US\" /> <input type=\"hidden\" name=\"item_name\" value=\"Free Rein Center\" /> <input type=\"hidden\" name=\"no_note\" value=\"0\" /> <input type=\"hidden\" name=\"currency_code\" value=\"USD\" /> <input type=\"hidden\" name=\"bn\" value=\"PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest\" /> <input type=\"image\" alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" /> <img alt=\"\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\" border=\"0\" /></form></div>','Donate Now!','','inherit','closed','open','','20-revision-v1','','','2013-03-25 18:05:35','2013-03-25 18:05:35','',20,'http://freereincenter.com/?p=87',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (143,1,'2013-04-03 02:12:19','2013-04-03 02:12:19','<h3 style=\"text-align: left;\"><a href=\"http://freereincenter.com.previewdns.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\"><img class=\"aligncenter size-full wp-image-298\" title=\"Free Rein Priceless (2) - small\" alt=\"\" src=\"http://freereincenter.com.previewdns.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\" width=\"561\" height=\"440\" /></a></h3>\r\n<h3 style=\"text-align: center;\">Become a friend of Free Rein.  Make your tax deductible donation today!</h3>\r\n<h3 style=\"text-align: center;\">Together we can make miracles happen.</h3>\r\n<div align=\"center\"><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input type=\"hidden\" name=\"cmd\" value=\"_donations\" /> <input type=\"hidden\" name=\"business\" value=\"freerein1325@gmail.com\" /> <input type=\"hidden\" name=\"lc\" value=\"US\" /> <input type=\"hidden\" name=\"item_name\" value=\"Free Rein Center\" /> <input type=\"hidden\" name=\"no_note\" value=\"0\" /> <input type=\"hidden\" name=\"currency_code\" value=\"USD\" /> <input type=\"hidden\" name=\"bn\" value=\"PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest\" /> <input type=\"image\" alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" /> <img alt=\"\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\" border=\"0\" /></form></div>','Donate Now!','','inherit','closed','open','','20-revision-v1','','','2013-04-03 02:12:19','2013-04-03 02:12:19','',20,'http://freereincenter.com/?p=143',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (168,1,'2014-02-06 02:30:32','2014-02-06 02:30:32','\"Horses Helping Humans Heal\" is more than a tagline at Free Rein - it\'s what we\'re all about.\r\n\r\nFree Rein is proud to have a vibrant, growing, human-horse interaction program.  We are staffed by a program director and  instructors certified by Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA).\r\n\r\nThe therapeutic benefits of structured interaction with a horse are recognized by many in the medical professions.  For individuals with special needs in the cognitive, emotional, physical, and relationship areas, the unique relationship formed with a horse can lead to dramatic growth in self-esteem, self-awareness, confidence, and communication skills.  For those with physical disabilities, there are often the added outcomes of improved coordination, balance, and flexibility.\r\n\r\nFree Rein is dedicated to the principle that all of us, whatever our abilities, are capable of more than we think, and that together we can help build a more caring and compassionate world.\r\n<blockquote>\"The connection between the horses and these riders is surprisingly powerful.\"\r\n<strong>-Free Rein Volunteer</strong>\r\n\r\n&nbsp;</blockquote>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','About Us','','inherit','closed','open','','7-autosave-v1','','','2014-02-06 02:30:32','2014-02-06 02:30:32','',7,'http://freereincenter.com/?p=168',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (90,1,'2013-03-25 18:03:43','2013-03-25 18:03:43','Free Rein is proud to have a vibrant, growing, human-horse interaction\r\nprogram.  We are staffed by a program director and  instructors certified by Professional Association of Therapeutic Horsemanship International (PATH International), formerly the\r\nNorth American Riding for the Handicapped Association (NARHA).\r\nThe therapeutic benefits of structured interaction with a horse are recognized\r\nby many in the medical professions.  For individuals with special needs in the\r\ncognitive, emotional, physical, and relationship areas, the unique relationship\r\nformed with a horse can lead to dramatic growth in self-esteem, self-\r\nawareness, confidence, and communication skills.  For those with physical\r\ndisabilities, there are often the added outcomes of improved coordination,\r\nbalance, and flexibility.\r\n\r\nFree Rein is dedicated to the principle that all of us, whatever our abilities, are\r\ncapable of more than we think, and that together we can help build a more\r\ncaring and compassionate world.\r\n<blockquote>\"The connection between the horses and these riders is surprisingly powerful.\"\r\n<strong>-Free Rein Volunteer</strong>\r\n\r\n&nbsp;</blockquote>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','About Us','','inherit','closed','open','','7-revision-v1','','','2013-03-25 18:03:43','2013-03-25 18:03:43','',7,'http://freereincenter.com/?p=90',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (92,1,'2013-04-03 02:21:11','2013-04-03 02:21:11','There are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<div>\r\n<ul>\r\n	<li><strong>Donating Equipment:</strong> Our wish list includes:</li>\r\n	<li><strong>Gift Certificates for: </strong>Office Supplies, Valley Ag, or Balsam Quarter Tack</li>\r\n	<li><strong>Donating Money:</strong> Free Rein depends upon financial contributions from individuals and groups.  Your donation is tax deductible as we are a 501(3)(c) organization.  Your money will be used to support staff, feed and care for horses, and sponsor students who cannot afford to pay for lessons.</li>\r\n	<li><strong>Volunteer</strong>…<a href=\"http://freereincenter.com/?page_id=16\">learn more</a></li>\r\n	<li><strong>Sponsorship</strong>..<a href=\"http://freereincenter.com.previewdns.com/?page_id=231\">.learn more</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Ways You Can Help','','inherit','closed','open','','14-revision-v1','','','2013-04-03 02:21:11','2013-04-03 02:21:11','',14,'http://freereincenter.com/?p=92',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (94,1,'2013-04-03 02:21:51','2013-04-03 02:21:51','There are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<div>\r\n<ul>\r\n	<li><strong>Donating Equipment:</strong> Our wish list includes:</li>\r\n	<li><strong>Gift Certificates for: </strong>Office Supplies, Valley Ag, or Balsam Quarter Tack</li>\r\n	<li><strong>Donating Money:</strong> Free Rein depends upon financial contributions from individuals and groups.  Your donation is tax deductible as we are a 501(3)(c) organization.  Your money will be used to support staff, feed and care for horses, and sponsor students who cannot afford to pay for lessons.</li>\r\n	<li><strong>Volunteer</strong>…<a href=\"http://freereincenter.com/?page_id=16\">learn more</a></li>\r\n	<li><strong>Sponsorship</strong>...<a href=\"http://freereincenter.com/?page_id=18\">learn more</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Ways You Can Help','','inherit','closed','open','','14-revision-v1','','','2013-04-03 02:21:51','2013-04-03 02:21:51','',14,'http://freereincenter.com/?p=94',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (170,1,'2015-11-12 21:07:31','2015-11-12 21:07:31','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Logo-2014.jpg\"><img class=\"alignleft wp-image-207\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Logo-2014-300x298.jpg\" alt=\"\" width=\"144\" height=\"143\" /></a></h2>\nWow - what a great event the 2015 Mane Event gala was - thanks to our wonderfully supportive sponsors and the caring guests who joined in the fun on Saturday, October 17th.  Many folks who attended said that it was one of the most enjoyable fund raising events they have attended in years.  We broke all previous records for both attendance and money raised.  This is a big reason that we were able to serve more people (110) at Free Rein this year - more than any other year in Free Rein\'s 15 year history.<img class=\"wp-image-307  alignright\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Sabrina-Shook-150x150.jpg\" alt=\"Sabrina Shook\" width=\"137\" height=\"137\" />\n\nOne of our student-rider\'s Moms really conveyed the impacts that Free Rein makes in real peoples\' lives when she told the audience about what Free Rein has meant to her family and her daughter over the two shorts years her daughter has been participating.  She said that, \"Free Rein is a place where her daughter said her first words and where people only talk about what she can do... and then help make it happen.\"\n\n<img class=\"alignright wp-image-310 \" src=\"http://freereincenter.com/wp-content/uploads/2013/03/DSC02805-201x300.jpg\" alt=\"DSC02805\" width=\"134\" height=\"200\" />The Moon Shine Babies entertained Lois &amp; Clark (and the rest of us) us with their beautiful music and Chef Craig made sure that we had great food to enjoy.  Duke and Bird (<a title=\"Duke Says Sold\" href=\"http://https://www.facebook.com/Duke-Says-Sold-418897541538370/\" target=\"_blank\">Duke Says Sold</a>) brought their high-energy <img class=\"wp-image-306  alignleft\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Board-Members-Porsha-and-Denise-small-150x150.jpg\" alt=\"Board Members Porsha and Denise (small)\" width=\"130\" height=\"130\" /> \"auctiontainment\" that made giving fun for everyone.\n\nBoard members Porsha Smith and Denise Stretcher created and oversaw the Horse Hunger Games raffle, which pitted Team Lois and Team Clark in a battle of supporters to determine who would win the prize (no horses, real or stuffed, were harmed in the running of this raffle).\n\nGuests had a wide selection of great live and silent auction items to choose from, including:\n<ul>\n	<li>A French Broad Dinner Cruise (thanks to  Jaime\'s Creole Brasserie, Down To Earth Kayaking, and Duckpond Pottery).</li>\n	<li>“Z’s and Zips” - an outdoor experience for two, including a night for two in a treehouse, zipline trips, and a picnic dinner provided by the Free Rein Board (thanks to Carl &amp; Lois at<a title=\"Z-Z-Zip - Rosman, NC\" href=\"http://http://www.z-z-zip.com/\" target=\"_blank\"> <strong><em>Z-Z-Zip</em></strong></a> (<em>Brevard\'s #1 Outdoor Activity on TripAdvisor</em>).</li>\n	<li>House concerts by the Moon Shine Babies.</li>\n	<li>VIP Maestro Package for a Brevard Music Center 2016 Season performance.</li>\n	<li>One of Paula Poad\'s beautiful, emotionally engaging Untamed Horse sculptures.</li>\n	<li>An original oil painting by local artist Alana Merrell - a real rising young talent in the local art scene.</li>\n	<li>A Cocktail Cruise and custom gourmet dinner for four at one of our board member\'s beautiful lakeside home in Connestee Falls.</li>\n	<li>A Mackinac Island getaway, including a night\'s lodging, meals, a carriage ride, and more.</li>\n	<li>Rounds of golf, a one-hour airplane ride around our beautiful countryside, pet sitting services, beautiful artwork, massages, cooking classes, baskets full of fun, and lots more - there truly was something that almost everyone had to take home.</li>\n</ul>\n==============================\n\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items.  They combined to make this the most successful gala in Free Rein\'s 15 year history, generating almost $38,000 to support the horses and programs at Free Rein and, more importantly, the people - young and older- that we serve.\n\nSponsors of the 2015 gala included the following.\n<ul>\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser</li>\n	<li>Mustang Level - <a title=\"Domkur Architects\" href=\"http://http://www.domokur.com/\" target=\"_blank\">Domokur Architects</a> ~ <a href=\"http://www.duganspub.com/\" target=\"_blank\">Dave &amp; Donna Hunter ~Dugan\'s Pub</a> ~ <a title=\"M-B INdustries, Inc.\" href=\"http://www.m-bindustries.com/\" target=\"_blank\">M-B Industries, Inc.</a> ~ <a title=\"Mission Health\" href=\"http://http://www.mission-health.org/\" target=\"_blank\">Mission Health</a>  ~ Ronald &amp; Mary Schleich ~ Porsha &amp; Nathan Smith ~ <a title=\"The Transylvania Times\" href=\"http://www.transylvaniatimes.com\" target=\"_blank\">The Transylvania Times</a></li>\n	<li>Pony Level - <a href=\"http://www.brianstretcherlaw.com/\" target=\"_blank\">Attorney Brian Stretcher</a> ~ Sylvan &amp; Maureen Copelof ~ Susan Peterson &amp; Tom Mahan ~ Jack &amp; Peggy McGoldrick ~ <a title=\"Carolina Mountain Gastroenterology and Endoscope Center\" href=\"http://http://www.caromtngastro.com/\" target=\"_blank\">Carolina Mountain Gastroenterology and Endoscope Center</a></li>\n</ul>\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\n<ul>\n	<li>Alana Merrell ~ Annie \"Mossin\' Annie\" Martin ~ Barbara Walter ~ Big Mike\'s ~ Blue Ridge Bakery ~ Bracken Mountain Bakery ~ Brad Butler ~ Brevard Brewing Co. ~ Brevard Music Center ~ Broad Street Wines ~ Brown Bean Coffee ~ Bullwinkles, Rocky\'s, Moose Tracks ~ Charlie\'s Tire Center ~ Connestee Falls Golf Club ~ Denise Jones ~ Dick Shulman ~ Donna Hunter ~ Dottie Hollum ~ Doug &amp; Paula Poad ~ Down To Earth Kayaking ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Duckpond Pottery ~ Egolf Motors ~ Elements Spa ~ Falls Landing ~ Greg McCathern ~ Gretchen Colman ~ Hawg Wild ~ Headwaters Outfitters ~ Jaime\'s Creole Brasserie ~ Jet\'s Pizza ~ Judith and Peter Johnson ~ Kathy King ~ KeyLight Media, Albert Dulin ~ La Petite Spa ~ Lauren D\'Alessandro ~ Kiwi Gelato ~ La Petite Spa ~ Looking Glass Entertainment ~ Lorraine Rourke ~ Love\'s Jewelry ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Moon Shine Babies ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Nancy Moak ~ Nancy Richards ~ Oskar Blues Brewery ~ Pat Dennis ~ Peter Mockridge ~ The Proper Pot ~ Ron Schleich ~ Shannon Rood ~ Sherwood Forest Golf Club ~ Sierra Nevada Brewery ~ Southern Appalachian Brewing ~ Spice It To A Tea ~ The Square Root ~ Tony\'s Deli ~ The White Squirrel Shop ~ Z-Z- Zip/Carl &amp; Lois Ganner</li>\n</ul>\n<div>\n<p style=\"text-align: left;\"><strong>Free Rein Center</strong></p>\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\n<strong>828-883-3375</strong>\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\n\n</div>','\"Mane Event\" Gala - 2015','','inherit','closed','open','','10-autosave-v1','','','2015-11-12 21:07:31','2015-11-12 21:07:31','',10,'http://freereincenter.com/?p=170',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (96,1,'2013-03-27 15:42:03','2013-03-27 15:42:03','<a title=\"Permanent Link to Annual Fall Gala\" href=\"http://freereincenter.com/?page_id=37\" rel=\"bookmark\"><span style=\"color: #333333;\">Free Rein’s 2012 Fall Gala on October 20th was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  The food and music were very good and everyne who attended seemed to have a wonderful time.  Miss Shelby Cannon, Miss Teen NC International, was there to help out as well.</span></a>\r\n<div>\r\n\r\nWe’ll be getting started soon with plans to make our 2013 Gala even bigger and better, so check back here mid-year for more info.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Annual Fall Gala','','inherit','closed','open','','10-revision-v1','','','2013-03-27 15:42:03','2013-03-27 15:42:03','',10,'http://freereincenter.com/?p=96',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (97,1,'2013-04-03 02:28:31','2013-04-03 02:28:31','<span style=\"color: #000000;\">Free Rein’s 2012 Fall Gala on October 20th was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  The food and music were very good and everyne who attended seemed to have a wonderful time.  Miss Shelby Cannon, Miss Teen NC International, was there to help out as well.</span>\r\n\r\n&nbsp;\r\n\r\n<strong>2013 Fall Gala to be Bigger and Better</strong>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Were getting started now with plans to make our 2013 Gala even bigger and better, so check back here mid-year for more info.  We will be holding it at Connestee Falls Clubhouse again on Saturday, November 2, 2013.  We are working on some really great door prizes and some even better auction items for this year\'s gala... possibly even some free cruise tickets.</span>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Annual Fall Gala','','inherit','closed','open','','10-revision-v1','','','2013-04-03 02:28:31','2013-04-03 02:28:31','',10,'http://freereincenter.com/?p=97',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (98,1,'2015-09-24 18:43:38','2015-09-24 18:43:38','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and after-school lessons Monday-Friday and on Saturday mornings.</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small.jpg\"><img class=\"size-medium wp-image-176 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small-300x176.jpg\" alt=\"IMG_4432 (small)\" width=\"300\" height=\"176\" /></a></p>\r\n<span style=\"line-height: 1.5em;\">Our 2015 Spring Session was another success, serving 59 individuals.  Our 8-week fall </span><span style=\"line-height: 1.5em;\">session started on September 8th and will end on November 7th (including the week of make-ups we invariably need).  We\'re serving 57 individuals in this session, making 2015 the largest number of people Free Rein has served since our humble beginnings in 2000.</span>\r\n\r\nIf you need more information, or would like to apply for one of our programs, please contact Jennifer Rouse, Program Director, at (828) 883-3375 or use the email link below for more information or to request an application packet.\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-autosave-v1','','','2015-09-24 18:43:38','2015-09-24 18:43:38','',12,'http://freereincenter.com/?p=98',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (100,1,'2013-04-04 14:58:04','2013-04-04 14:58:04','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and afterschool lessons Monday-Thursday as well as a limited schedule on Saturday mornings.</strong>\r\n<div>\r\n\r\nOur 8-week spring session is underway, and we are pleased to be serving the largest number of students we have had in many years.\r\n\r\nWe are currently accepting applications for the fall 2013 session which will begin in early September. Please contact Jennifer Rouse, Program Director, at (828)883-3375 or <a href=\"mailto:freerein1325@freereincenter.com\">freerein1325@freereincenter.com</a> for more information or to request an application packet.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2013-04-04 14:58:04','2013-04-04 14:58:04','',12,'http://freereincenter.com/?p=100',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (99,1,'2013-03-27 15:41:29','2013-03-27 15:41:29','<a title=\"Permanent Link to Lessons\" href=\"http://freereincenter.com/?page_id=35\" rel=\"bookmark\"><strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and afterschool lessons Monday-Thursday as well as a limited schedule on Saturday mornings.</strong></a>\r\n<div>\r\n\r\nOur 8-week fall session is well underway, and we are pleased to be serving the largest number of students we have had in many years.\r\n\r\nWe are currently accepting applications for the Spring 2013 session which will begin in mid-March. Please contact Jennifer Rouse, Program Director, at (828)883-3375 or info@freereincenter.com for more information or to request a registration packet.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2013-03-27 15:41:29','2013-03-27 15:41:29','',12,'http://freereincenter.com/?p=99',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (117,1,'2013-07-29 19:28:37','2013-07-29 19:28:37','<strong> <a href=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover.jpg\">Free Rein\'s 2013 Fund Raising Calendar </a> has been a big success.</strong>\r\n\r\n<strong><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover.jpg\"><img class=\"wp-image-82 alignright\" alt=\"FR Calendar Cover\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/FR-Calendar-Cover-300x231.jpg\" width=\"210\" height=\"162\" /></a></strong>\r\n\r\nOur inaugural fund raising calendar was a real work of heart, with lots of high quality photos of our students, our volunteers, and (of course) our horses.  It was also very high quality art.  Thanks to local businesses who sponsored months and a bunch of people who bought days to commemorate birthdays and anniversaries or honor loved ones, Free Rein raised over $3,000 that will help feed the horses and keep making a large, positive impact in the lives of our students and their families.\r\n\r\nYou can highlight your loved ones\' special days with a special note on that day in the calendar.  If you\'d like to buy a day in the 2014 calendar, please email us and we\'ll have someone get in touch to arrange the details.  We\'ll be going to press with the 2014 calendar in September, so get your days lined up soon.  If you buy two days ($25 each), you\'ll get a free calendar ($15 value).  They make great presents, too.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','News and Events','','inherit','closed','open','','9-revision-v1','','','2013-07-29 19:28:37','2013-07-29 19:28:37','',9,'http://freereincenter.com/?p=117',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (118,1,'2013-09-16 15:27:19','2013-09-16 15:27:19','<span style=\"color: #000000;\">Free Rein’s 2012 Fall Gala on October 20th was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  Miss Shelby Cannon, Miss Teen NC International 2012, was there to help out as well. The food and music were very good and everyone who attended seemed to have a wonderful time.  </span>\r\n\r\n<strong>2013 Fall Gala to be Bigger and Better</strong>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Were getting started now with plans to make our 2013 Gala even bigger and better, so check back here mid-year for more info.  We will be holding it at Connestee Falls Clubhouse again on Saturday, November 2, 2013.  We are working on some really great door prizes and some even better auction items for this year\'s gala.  If you\'d like to help out in the organization of this fun event, please contact the office and we\'ll get you in touch with the organizing committee.</span>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"> </span><img class=\"size-medium wp-image-115 aligncenter\" alt=\"Free Rein Gala Poster - 2014\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Free-Rein-Gala-Poster-2014-232x300.jpg\" width=\"232\" height=\"300\" /></p>\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Annual Fall Gala','','inherit','closed','open','','10-revision-v1','','','2013-09-16 15:27:19','2013-09-16 15:27:19','',10,'http://freereincenter.com/?p=118',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (119,1,'2013-09-16 15:29:22','2013-09-16 15:29:22','<span style=\"color: #000000;\">Free Rein’s 2012 Fall Gala on October 20th was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  Miss Shelby Cannon, Miss Teen NC International 2012, was there to help out as well. The food and music were very good and everyone who attended seemed to have a wonderful time.  </span>\r\n\r\n<img class=\"size-medium wp-image-115 aligncenter\" style=\"text-align: center;\" alt=\"Free Rein Gala Poster - 2014\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Free-Rein-Gala-Poster-2014-232x300.jpg\" width=\"232\" height=\"300\" />\r\n\r\n<strong>2013 Fall Gala to be Bigger and Better</strong>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Were getting started now with plans to make our 2013 Gala even bigger and better, so check back here mid-year for more info.  We will be holding it at Connestee Falls Clubhouse again on Saturday, November 2, 2013.  We are working on some really great door prizes and some even better auction items for this year\'s gala.  If you\'d like to help out in the organization of this fun event, please contact the office and we\'ll get you in touch with the organizing committee.</span>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"> </span></p>\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Annual Fall Gala','','inherit','closed','open','','10-revision-v1','','','2013-09-16 15:29:22','2013-09-16 15:29:22','',10,'http://freereincenter.com/?p=119',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (140,1,'2013-11-08 14:24:30','2013-11-08 14:24:30','<span style=\"color: #000000;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Free-Rein-Gala-Poster-2014.jpg\"><img class=\" wp-image-115 alignleft\" alt=\"Free Rein Gala Poster - 2014\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Free-Rein-Gala-Poster-2014-232x300.jpg\" width=\"167\" height=\"216\" /></a></span>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">Free Rein’s 2013 Fall Gala on October 20th was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  The food and music were very good and everyone who attended seemed to have a wonderful time.  Many thanks to the folks who came out to show their support for Free Rein and, of cou</span><span style=\"color: #000000;\">rse, for our sponsors of the event.  </span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span></p>\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Annual Fall Gala','','inherit','closed','open','','10-revision-v1','','','2013-11-08 14:24:30','2013-11-08 14:24:30','',10,'http://freereincenter.com/?p=140',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (120,1,'2013-09-16 15:30:44','2013-09-16 15:30:44','<span style=\"color: #000000;\">Free Rein’s 2012 Fall Gala on October 20th was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  Miss Shelby Cannon, Miss Teen NC International 2012, was there to help out as well. The food and music were very good and everyone who attended seemed to have a wonderful time.  </span>\r\n<h2 style=\"text-align: center;\"><strong>2013 Fall Gala to be Bigger and Better</strong></h2>\r\n<img class=\"size-medium wp-image-115 aligncenter\" style=\"text-align: center;\" alt=\"Free Rein Gala Poster - 2014\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Free-Rein-Gala-Poster-2014-232x300.jpg\" width=\"232\" height=\"300\" />\r\n<div>\r\n\r\n<span style=\"color: #000000;\">Were getting started now with plans to make our 2013 Gala even bigger and better, so check back here mid-year for more info.  We will be holding it at Connestee Falls Clubhouse again on Saturday, November 2, 2013.  We are working on some really great door prizes and some even better auction items for this year\'s gala.  If you\'d like to buy tickets, or help out in the organization of this fun event, please contact the office and we\'ll get you in touch with the organizing committee.</span>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000;\"> </span></p>\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Annual Fall Gala','','inherit','closed','open','','10-revision-v1','','','2013-09-16 15:30:44','2013-09-16 15:30:44','',10,'http://freereincenter.com/?p=120',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (121,1,'2013-07-29 19:25:01','2013-07-29 19:25:01','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and afterschool lessons Monday-Thursday as well as a limited schedule on Saturday mornings.</strong>\r\n\r\n&nbsp;\r\n<div>\r\n\r\nOur 8-week spring session was a big success, and we are pleased to have served the largest number of students we have had in many years.\r\n\r\n&nbsp;\r\n\r\nWe are currently accepting applications for the fall 2013 session which will begin in early September. Please contact Jennifer Rouse, Program Director, at (828)883-3375 or use the email link below for more information or to request an application packet.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2013-07-29 19:25:01','2013-07-29 19:25:01','',12,'http://freereincenter.com/?p=121',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (126,1,'2013-10-30 17:35:22','2013-10-30 17:35:22','','Free Rein Thanks its Donors and Supporters','','inherit','closed','open','','125-revision-v1','','','2013-10-30 17:35:22','2013-10-30 17:35:22','',125,'http://freereincenter.com/?p=126',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (127,1,'2013-10-30 17:37:15','2013-10-30 17:37:15','Free Rein depends on the generous support of individuals, foundations, and businesses from far and wide.','Thanks to our Donors and Supporters','','inherit','closed','open','','125-revision-v1','','','2013-10-30 17:37:15','2013-10-30 17:37:15','',125,'http://freereincenter.com/?p=127',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (129,1,'2013-10-30 17:37:21','2013-10-30 17:37:21','Free Rein depends on the generous support of individuals, foundations, and businesses from far and wide.','Thanks to our Donors and Supporters','','inherit','closed','open','','125-revision-v1','','','2013-10-30 17:37:21','2013-10-30 17:37:21','',125,'http://freereincenter.com/?p=129',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (130,1,'2013-10-30 18:05:32','2013-10-30 18:05:32','','cover_front','','inherit','closed','open','','cover_front','','','2013-10-30 18:05:32','2013-10-30 18:05:32','',125,'http://freereincenter.com/wp-content/uploads/2013/10/cover_front.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (214,1,'2014-09-01 17:46:08','2014-09-01 17:46:08','<h3 style=\"text-align: center;\">Save the Date</h3>\r\n<h2 style=\"text-align: center;\">Free Rein\'s 2014 Gala will be held on Friday, October 17th</h2>\r\n<h3 style=\"text-align: center;\">at the Connestee Falls Clubhouse</h3>\r\n<img class=\"alignnone size-medium wp-image-206\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-2014.tif\" alt=\"Mane Event 2014\" width=\"1\" height=\"1\" /><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-2014-Flyer.jpg\"><img class=\" wp-image-212 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-2014-Flyer-300x225.jpg\" alt=\"Mane Event - 2014 Flyer\" width=\"323\" height=\"242\" /></a>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">Free Rein’s 2013 Fall Gala was a great success by all measures, with more than 100 people in attendance.  This year\'s event promises to be even more fun.  If you are interested in attending, or being a sponsor for this year\'s Mane Event, please email <a href=\"mailto:freereincenter@gmail.com\" target=\"_blank\">freereincenter@gmail.com</a>.</span><span style=\"color: #000000;\">  Please see the <a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Sponsor-opportunities.pdf\">sponsor opportunities</a> for sponsorship levels and recognition/benefits provided to our sponsors.</span>\r\n<div>\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span></p>\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Fall Gala Event','','inherit','closed','open','','10-revision-v1','','','2014-09-01 17:46:08','2014-09-01 17:46:08','',10,'http://freereincenter.com/?p=214',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (208,1,'2014-08-22 19:38:02','2014-08-22 19:38:02','<h3 style=\"text-align: center;\">Save the Date</h3>\r\n<h2 style=\"text-align: center;\">Free Rein\'s 2014 Gala will be held on Friday, October 17th</h2>\r\n<h3 style=\"text-align: center;\">at the Connestee Falls Clubhouse</h3>\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-2014.tif\"><img class=\"alignnone size-medium wp-image-206\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-2014.tif\" alt=\"Mane Event 2014\" width=\"1\" height=\"1\" /></a><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Logo-2014.jpg\"><img class=\"size-medium wp-image-207 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Logo-2014-300x298.jpg\" alt=\"Mane Event Logo - 2014\" width=\"300\" height=\"298\" /></a>\r\n\r\n<span style=\"color: #000000;\">Free Rein’s 2013 Fall Gala was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  The food and music were very good and everyone who attended seemed to have a wonderful time.  Many thanks to the folks who came out to show their support for Free Rein and, of cou</span><span style=\"color: #000000;\">rse, to our sponsors of the event.  Please support and thank those who support Free Rein.  Our 2013 Gala sponsors included:</span>\r\n\r\n- Comporium\r\n\r\n- Transylvania Times\r\n\r\n- Lake Toxaway Resort\r\n\r\n- Burlingame Country Club\r\n\r\n- Mountain Quilts\r\n\r\n- Kiwi Gelato\r\n\r\n- Macon Bank\r\n\r\n- Ecusta Credit Union\r\n<div>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span></p>\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Fall Gala Event','','inherit','closed','open','','10-revision-v1','','','2014-08-22 19:38:02','2014-08-22 19:38:02','',10,'http://freereincenter.com/?p=208',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (225,1,'2014-09-28 00:37:29','2014-09-28 00:37:29','','Mane Event Flyer - 2014','','inherit','closed','open','','mane-event-flyer-2014-3','','','2014-09-28 00:37:29','2014-09-28 00:37:29','',10,'http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Flyer-20141.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (213,1,'2014-09-01 17:41:31','2014-09-01 17:41:31','','Sponsor opportunities','','inherit','closed','open','','sponsor-opportunities','','','2014-09-01 17:41:31','2014-09-01 17:41:31','',10,'http://freereincenter.com/wp-content/uploads/2013/03/Sponsor-opportunities.pdf',0,'attachment','application/pdf',0);
INSERT INTO `wp_posts` VALUES (132,1,'2013-10-30 18:37:36','2013-10-30 18:37:36','Free Rein depends almost entirely on the generous support of individuals, foundations, and businesses from both near and far.  Student fees cover only a small percentage of the costs of delivering personalized equine-assisted therapies.  We\'d like to offer our most sincere thanks to:\r\n\r\nOur annual calendar sponsors - please support them with your patronage for their support of Free Rein.\r\n\r\n<img class=\"size-medium wp-image-130\" alt=\"cover_front\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/cover_front-300x231.jpg\" width=\"300\" height=\"231\" />\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">January</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Oskar Blues Brewery\" href=\"http://www.oskarblues.com\" target=\"_blank\">Oskar Blues Brewery</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">February</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Food Matters Market\" href=\"http://www.foodmattersmarket.com/\" target=\"_blank\">Food Matters Market</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">March</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Dugan\'s Pub\" href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan’s Pub</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">April</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Brevard-Pisgah Forest Hampton Inn\" href=\"http://www.brevardnc.com/businesses/hampton-inn-275-forest-gate-drive-pisgah-forest/\" target=\"_blank\">Hampton Inn of Brevard-Pisgah Forest</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">May</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"D.D. Bullwinkel\'s, Rocky\'s, and Moose Tracks\" href=\"http://www.ddbullwinkels.com/\" target=\"_blank\">Rocky’s, D.D. Bullwinkel’s, and Moose Tracks</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">June</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Looking Glass Realty\" href=\"http://www.lookingglassbrevard.com/\" target=\"_blank\">Looking Glass Realty</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">July</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Headwaters Outfitters\" href=\"http://www.headwatersoutfitters.com/\" target=\"_blank\">Headwaters Outfitters</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">August</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Charlie\'s Tire Center\" href=\"http://www.charliestirecenter.com/\" target=\"_blank\">Charlie’s Tire Center</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">September</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"First Citizens Bank\" href=\"http://www.firstcitizens.com/\" target=\"_blank\">First Citizens Bank</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">October</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Copy Works\" href=\"http://www.copy-works.net/\" target=\"_blank\">Copy Works</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">November</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Mission Children\'s Hospital\" href=\"http://www.missionchildrens.org/\" target=\"_blank\">Mission Childrens’ Hospital</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">December</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Water Oak Dental Group\" href=\"http://www.wateroakdental.com/\" target=\"_blank\">Water Oak Dental Associates</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Special Thanks to...','','inherit','closed','open','','125-revision-v1','','','2013-10-30 18:37:36','2013-10-30 18:37:36','',125,'http://freereincenter.com/?p=132',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (131,1,'2013-10-30 17:38:49','2013-10-30 17:38:49','Free Rein depends on the generous support of individuals, foundations, and businesses from far and wide.','Special Thanks to...','','inherit','closed','open','','125-revision-v1','','','2013-10-30 17:38:49','2013-10-30 17:38:49','',125,'http://freereincenter.com/?p=131',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (133,1,'2013-10-30 18:47:34','2013-10-30 18:47:34','Free Rein depends almost entirely on the generous support of individuals, foundations, and businesses from both near and far.  Student fees cover only a small percentage of the costs of delivering personalized equine-assisted therapies.  We\'d like to offer our most sincere thanks to:\r\n\r\nOur annual calendar sponsors - please support them with your patronage for their support of Free Rein.\r\n\r\n<img class=\"size-medium wp-image-130\" alt=\"cover_front\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/cover_front-300x231.jpg\" width=\"300\" height=\"231\" />\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">January</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Oskar Blues Brewery\" href=\"http://www.oskarblues.com\" target=\"_blank\">Oskar Blues Brewery</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">February</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Food Matters Market\" href=\"http://www.foodmattersmarket.com/\" target=\"_blank\">Food Matters Market</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">March</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Dugan\'s Pub\" href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan’s Pub</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">April</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Brevard-Pisgah Forest Hampton Inn\" href=\"http://www.brevardnc.com/businesses/hampton-inn-275-forest-gate-drive-pisgah-forest/\" target=\"_blank\">Hampton Inn of Brevard-Pisgah Forest</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">May</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"D.D. Bullwinkel\'s, Rocky\'s, and Moose Tracks\" href=\"http://www.ddbullwinkels.com/\" target=\"_blank\">Rocky’s, D.D. Bullwinkel’s, and Moose Tracks</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">June</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Looking Glass Realty\" href=\"http://www.lookingglassbrevard.com/\" target=\"_blank\">Looking Glass Realty</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">July</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Headwaters Outfitters\" href=\"http://www.headwatersoutfitters.com/\" target=\"_blank\">Headwaters Outfitters</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">August</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Charlie\'s Tire Center\" href=\"http://www.charliestirecenter.com/\" target=\"_blank\">Charlie’s Tire Center</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">September</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"First Citizens Bank\" href=\"http://www.firstcitizens.com/\" target=\"_blank\">First Citizens Bank</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">October</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Copy Works\" href=\"http://www.copy-works.net/\" target=\"_blank\">Copy Works</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">November</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Mission Children\'s Hospital\" href=\"http://www.missionchildrens.org/\" target=\"_blank\">Mission Childrens’ Hospital</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">December</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Water Oak Dental Group\" href=\"http://www.wateroakdental.com/\" target=\"_blank\">Water Oak Dental Associates</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Special Thanks to...','','inherit','closed','open','','125-revision-v1','','','2013-10-30 18:47:34','2013-10-30 18:47:34','',125,'http://freereincenter.com/?p=133',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (134,1,'2013-10-30 18:48:27','2013-10-30 18:48:27','Free Rein depends almost entirely on the generous support of individuals, foundations, and businesses from near and far.  Student fees cover only a small percentage of the costs of delivering personalized equine-assisted therapies.  We\'d like to offer our most sincere thanks to:\r\n\r\nOur annual calendar sponsors - please support them with your patronage for their support of Free Rein.\r\n\r\n<img class=\"size-medium wp-image-130\" alt=\"cover_front\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/cover_front-300x231.jpg\" width=\"300\" height=\"231\" />\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">January</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Oskar Blues Brewery\" href=\"http://www.oskarblues.com\" target=\"_blank\">Oskar Blues Brewery</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">February</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Food Matters Market\" href=\"http://www.foodmattersmarket.com/\" target=\"_blank\">Food Matters Market</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">March</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Dugan\'s Pub\" href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan’s Pub</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">April</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Brevard-Pisgah Forest Hampton Inn\" href=\"http://www.brevardnc.com/businesses/hampton-inn-275-forest-gate-drive-pisgah-forest/\" target=\"_blank\">Hampton Inn of Brevard-Pisgah Forest</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">May</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"D.D. Bullwinkel\'s, Rocky\'s, and Moose Tracks\" href=\"http://www.ddbullwinkels.com/\" target=\"_blank\">Rocky’s, D.D. Bullwinkel’s, and Moose Tracks</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">June</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Looking Glass Realty\" href=\"http://www.lookingglassbrevard.com/\" target=\"_blank\">Looking Glass Realty</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">July</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Headwaters Outfitters\" href=\"http://www.headwatersoutfitters.com/\" target=\"_blank\">Headwaters Outfitters</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">August</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Charlie\'s Tire Center\" href=\"http://www.charliestirecenter.com/\" target=\"_blank\">Charlie’s Tire Center</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">September</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"First Citizens Bank\" href=\"http://www.firstcitizens.com/\" target=\"_blank\">First Citizens Bank</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">October</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Copy Works\" href=\"http://www.copy-works.net/\" target=\"_blank\">Copy Works</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">November</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Mission Children\'s Hospital\" href=\"http://www.missionchildrens.org/\" target=\"_blank\">Mission Childrens’ Hospital</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">December</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Water Oak Dental Group\" href=\"http://www.wateroakdental.com/\" target=\"_blank\">Water Oak Dental Associates</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Special Thanks to...','','inherit','closed','open','','125-revision-v1','','','2013-10-30 18:48:27','2013-10-30 18:48:27','',125,'http://freereincenter.com/?p=134',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (232,1,'2014-09-28 02:03:08','2014-09-28 02:03:08','Our annual calendar is a true labor of love... it\'s a lot of work, but we love to do it.  We love to do it because it is another way we can tell the wonderful stories of Horses Helping Humans Heal - and those humans, too.\r\n\r\nThe 2015 calendars are done - and they are the best ones yet!!  At only $15 each, they make great gifts.  You can get one in the office or at many of our calendar month sponsors.\r\n\r\n<strong>Please help thank our annual calendar sponsors</strong> - they believe in what we do and show it by sponsoring months in our calendar - thank them for their support of Free Rein with your patronage.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2013/10/2015-Calendar-Pages.jpg\"><img class=\"alignleft wp-image-231\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/2015-Calendar-Pages-193x300.jpg\" alt=\"2015 Calendar Pages\" width=\"231\" height=\"359\" /></a>\r\n<table style=\"height: 585px;\" width=\"362\">\r\n<tbody>\r\n<tr>\r\n<td width=\"94\">January</td>\r\n<td width=\"249\"><a href=\"http://www.oskarblues.com/\">Oskar Blues Brewery</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">February</td>\r\n<td width=\"249\"><a href=\"http://www.foodmattersmarket.com/\">Food Matters Market</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">March</td>\r\n<td width=\"249\"><a href=\"http://www.duganspub.com/\">Dugan’s Pub</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">April</td>\r\n<td width=\"249\"><a href=\"http://www.brevardnc.com/businesses/hampton-inn-275-forest-gate-drive-pisgah-forest/\">Hampton Inn of Brevard-Pisgah Forest</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">May</td>\r\n<td width=\"249\"><a href=\"http://www.ddbullwinkels.com/\">Rocky’s, D.D. Bullwinkel’s, and Moose Tracks</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">June</td>\r\n<td width=\"249\"><a href=\"http://www.lookingglassbrevard.com/\">Looking Glass Realty</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">July</td>\r\n<td width=\"249\"><a href=\"http://www.perfectbalancept.com/\">Perfect Balance Physical Therapy</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">August</td>\r\n<td width=\"249\"><a href=\"http://www.charliestirecenter.com/\">Charlie’s Tire Center</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">September</td>\r\n<td width=\"249\"><a href=\"http://www.firstcitizens.com/\">First Citizens Bank</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">October</td>\r\n<td width=\"249\"><a href=\"http://www.copy-works.net/\">Copy Works</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">November</td>\r\n<td width=\"249\"><a href=\"http://www.missionchildrens.org/\">Mission Childrens’ Hospital</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">December</td>\r\n<td width=\"249\"><a href=\"http://www.wateroakdental.com/\">Water Oak Dental Associates</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nP.O. Box 1325 Brevard, NC  28712</strong>\r\n\r\n<strong>Free Rein Center</strong>\r\n\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Free Rein Calendar','','inherit','closed','open','','125-revision-v1','','','2014-09-28 02:03:08','2014-09-28 02:03:08','',125,'http://freereincenter.com/?p=232',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (136,1,'2013-11-08 14:11:42','2013-11-08 14:11:42','','2014 Calendar Sponsor Page','','inherit','closed','open','','2014-calendar-sponsor-page','','','2013-11-08 14:11:42','2013-11-08 14:11:42','',125,'http://freereincenter.com/wp-content/uploads/2013/10/2014-Calendar-Sponsor-Page.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (204,1,'2014-07-31 14:16:55','2014-07-31 14:16:55','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we do it for.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.  Just click on a newsletter issue date below and it should open in a new window for you to view.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2014-07-31 14:16:55','2014-07-31 14:16:55','',190,'http://freereincenter.com/?p=204',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (137,1,'2013-11-08 14:16:16','2013-11-08 14:16:16','','2014 Calendar - Front & Sponsors Page','','inherit','closed','open','','2014-calendar-front-sponsors-page','','','2013-11-08 14:16:16','2013-11-08 14:16:16','',125,'http://freereincenter.com/wp-content/uploads/2013/10/2014-Calendar-Front-Sponsors-Page.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (138,1,'2013-11-08 14:18:58','2013-11-08 14:18:58','Free Rein depends almost entirely on the generous support of individuals, foundations, and businesses from near and far.  Student fees cover only a small percentage of the costs of delivering personalized equine-assisted therapies.  We\'d like to offer our most sincere thanks to:\r\n\r\n<strong>Our annual calendar sponsors</strong> - please support them with your patronage for their support of Free Rein.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2013/10/2014-Calendar-Front-Sponsors-Page.jpg\"><img class=\" wp-image-137 alignleft\" alt=\"2014 Calendar - Front &amp; Sponsors Page\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/2014-Calendar-Front-Sponsors-Page-193x300.jpg\" width=\"250\" height=\"370\" /></a>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">January</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Oskar Blues Brewery\" href=\"http://www.oskarblues.com\" target=\"_blank\">Oskar Blues Brewery</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">February</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Food Matters Market\" href=\"http://www.foodmattersmarket.com/\" target=\"_blank\">Food Matters Market</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">March</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Dugan\'s Pub\" href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan’s Pub</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">April</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Brevard-Pisgah Forest Hampton Inn\" href=\"http://www.brevardnc.com/businesses/hampton-inn-275-forest-gate-drive-pisgah-forest/\" target=\"_blank\">Hampton Inn of Brevard-Pisgah Forest</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">May</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"D.D. Bullwinkel\'s, Rocky\'s, and Moose Tracks\" href=\"http://www.ddbullwinkels.com/\" target=\"_blank\">Rocky’s, D.D. Bullwinkel’s, and Moose Tracks</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">June</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Looking Glass Realty\" href=\"http://www.lookingglassbrevard.com/\" target=\"_blank\">Looking Glass Realty</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">July</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Headwaters Outfitters\" href=\"http://www.headwatersoutfitters.com/\" target=\"_blank\">Headwaters Outfitters</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">August</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Charlie\'s Tire Center\" href=\"http://www.charliestirecenter.com/\" target=\"_blank\">Charlie’s Tire Center</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">September</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"First Citizens Bank\" href=\"http://www.firstcitizens.com/\" target=\"_blank\">First Citizens Bank</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">October</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Copy Works\" href=\"http://www.copy-works.net/\" target=\"_blank\">Copy Works</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">November</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Mission Children\'s Hospital\" href=\"http://www.missionchildrens.org/\" target=\"_blank\">Mission Childrens’ Hospital</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">December</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Water Oak Dental Group\" href=\"http://www.wateroakdental.com/\" target=\"_blank\">Water Oak Dental Associates</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Special Thanks to...','','inherit','closed','open','','125-revision-v1','','','2013-11-08 14:18:58','2013-11-08 14:18:58','',125,'http://freereincenter.com/?p=138',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (141,1,'2013-11-08 14:28:33','2013-11-08 14:28:33','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and after-school lessons Monday-Friday and on Saturday mornings.</strong>\r\n\r\n&nbsp;\r\n<div>\r\n\r\nOur 8-week fall session was a big success, and we are pleased to have served the largest number of students we have had in many years.\r\n\r\nOur 2014 spring session will run from March 17th - May 16th and the 2014 fall session will run from September 8th - November 28th.\r\n\r\nWe are currently accepting applications for the spring 2014 session.  Please contact Jennifer Rouse, Program Director, at (828)883-3375 or use the email link below for more information or to request an application packet.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2013-11-08 14:28:33','2013-11-08 14:28:33','',12,'http://freereincenter.com/?p=141',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (144,1,'2013-11-08 17:12:22','2013-11-08 17:12:22','<h3 style=\"text-align: left;\"><a href=\"http://freereincenter.com.previewdns.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\"><img class=\"aligncenter size-full wp-image-298\" title=\"Free Rein Priceless (2) - small\" alt=\"\" src=\"http://freereincenter.com.previewdns.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\" width=\"561\" height=\"440\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Become a friend of Free Rein.  Make your tax deductible donation today!</span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Together we can make miracles happen.</span></h3>\r\n<div align=\"center\"><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input type=\"hidden\" name=\"cmd\" value=\"_donations\" /> <input type=\"hidden\" name=\"business\" value=\"freerein1325@gmail.com\" /> <input type=\"hidden\" name=\"lc\" value=\"US\" /> <input type=\"hidden\" name=\"item_name\" value=\"Free Rein Center\" /> <input type=\"hidden\" name=\"no_note\" value=\"0\" /> <input type=\"hidden\" name=\"currency_code\" value=\"USD\" /> <input type=\"hidden\" name=\"bn\" value=\"PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest\" /> <input type=\"image\" alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" /> <img alt=\"\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\" border=\"0\" /></form></div>','Donate Now!','','inherit','closed','open','','20-revision-v1','','','2013-11-08 17:12:22','2013-11-08 17:12:22','',20,'http://freereincenter.com/?p=144',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (145,1,'2013-11-11 03:58:03','2013-11-11 03:58:03','<a title=\"Permanent Link to Sponsorship\" href=\"http://freereincenter.com/?page_id=231\" rel=\"bookmark\"><strong style=\"color: #333333;\">Sponsorship Opportunities for Supporting Free Rein</strong></a>\r\n<div>\r\n\r\n<strong>Special Friends of Free Rein</strong>:  This is a three year commitment to donate\r\na minimum of $1000 annually during that period.\r\n\r\n<strong>Roundup Circle:</strong> Minimum donation of $5000\r\n\r\n<strong>Riders’ Circle:</strong> Donation of $2500 to $4999\r\n\r\n<strong>Groomers’ Circle:</strong> Donation of $1500 to $2499\r\n\r\n<strong>Lead Rope Circle:</strong> Donation of $1000 to $1499\r\n\r\n<strong>Arena Circle:</strong> Donation of $500 to $999\r\n\r\n<strong>Tack Room Circle:</strong> Donation of $100 to $499\r\n\r\n<strong>Haystack Circle:</strong> Donation of less than $100\r\n<h2><strong><span style=\"font-size: 0.83em;\">Help Free Rein Keep Trottin’ Along……We could not do what we do without your support!</span></strong></h2>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Sponsorship','','inherit','closed','open','','18-autosave-v1','','','2013-11-11 03:58:03','2013-11-11 03:58:03','',18,'http://freereincenter.com/?p=145',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (150,1,'2013-03-22 16:23:22','2013-03-22 16:23:22','<h2><a title=\"Permanent Link to Home\" href=\"http://freereincenter.com.previewdns.com/\" rel=\"bookmark\"> </a></h2>\r\n<div>\r\n\r\nWinston Churchill once said, “There is something about the outside of a horse that is good for the inside of a man.”  This is certainly true at Free Rein Center. At Free Rein, horses and humans are partners in learning. Free Rein instructors, volunteers, and horses help children and adults with autism, Attention Deficit Hyperactivity Disorder, physical limitations, and a wide range of other disabilities enjoy such benefits as increased flexibility, balance and coordination, enhanced gross and fine motor skills, improved posture, and self confidence.\r\n\r\nFree Rein also offers courses for adults and children on such themes as spirituality, grief, and confidence-building.  Free Rein is an affiliated member of the Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA), which also certifies our organization’s experienced instructors. Our program utilizes the human-horse connection as the therapeutic agent in working with diverse groups ranging in age from childhood to senior citizen status.\r\n\r\nWhile a variety of therapeutic riding programs have grown up around the Western North Carolina area, Free Rein is the only program of its kind in Transylvania County. Free Rein lesson fees are kept low to assure participation by all who might benefit, and scholarship assistance is available to all who qualify. Free Rein is a 501.c.3 nonprofit organization.\r\n\r\nFor more information on Free Rein news, and events, or to find out about lessons or volunteering, click on the tabs above, or to get in touch with us, visit our Contact page.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Home','','inherit','closed','open','','5-revision-v1','','','2013-03-22 16:23:22','2013-03-22 16:23:22','',5,'http://freereincenter.com/?p=150',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (151,1,'2014-02-06 02:15:30','2014-02-06 02:15:30','<img class=\"size-medium wp-image-153 alignright\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" alt=\"Proposed Free Rein Riding Center (low res)\" width=\"300\" height=\"208\" />\r\n<p style=\"text-align: left;\">The Chinese Year of the Horse began on January 31, 2014 and we plan to make it memorable.  We intend to “Raise the Roof” by raising funds to build a covered riding facility.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities, such as Autism.  It will include a large covered arena with attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and their parents and guardians can watch their lessons.</p>\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many people who depend on the structure of a scheduled weekly session can count on it - rain or shine.\r\n\r\nIf you or someone you know can help support this worthwhile project, with time or treasure, please contact us.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','\"Raise the Roof\" Campaign','','publish','closed','open','','raise-the-roof-for-free-rein','','','2014-09-28 00:50:14','2014-09-28 00:50:14','',9,'http://freereincenter.com/?page_id=151',1,'page','',0);
INSERT INTO `wp_posts` VALUES (152,1,'2014-02-06 01:54:57','2014-02-06 01:54:57','','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-02-06 01:54:57','2014-02-06 01:54:57','',151,'http://freereincenter.com/?p=152',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (153,1,'2014-02-06 01:59:45','2014-02-06 01:59:45','','Proposed Free Rein Riding Center (low res)','','inherit','closed','open','','proposed-free-rein-riding-center-low-res','','','2014-02-06 01:59:45','2014-02-06 01:59:45','',151,'http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (154,1,'2014-02-06 01:59:56','2014-02-06 01:59:56','The Chinese Year of the Horse began on January 31st and we are planning to make it memorable.  In fact, we intend to “Raise the Roof” by raising funds to build a covered riding facility, with ground-breaking planned for late 2014.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities like Autism.  The facility will include a large covered arena with an attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and where parents and guardians can watch their lessons.  We hope to have the facility completed in time for our spring session classes in 2015.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res.jpg\"><img class=\"alignnone size-medium wp-image-153\" alt=\"Proposed Free Rein Riding Center (low res)\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" width=\"300\" height=\"208\" /></a>','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-02-06 01:59:56','2014-02-06 01:59:56','',151,'http://freereincenter.com/?p=154',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (155,1,'2014-02-06 02:01:46','2014-02-06 02:01:46','The Chinese Year of the Horse began on January 31st and we are planning to make it memorable.  In fact, we intend to “Raise the Roof” by raising funds to build a covered riding facility, with ground-breaking planned for late 2014.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities like Autism.  The facility will include a large covered arena with an attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and where parents and guardians can watch their lessons.  We hope to have the facility completed in time for our spring session classes in 2015.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res.jpg\"><img class=\"alignnone size-medium wp-image-153\" alt=\"Proposed Free Rein Riding Center (low res)\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" width=\"300\" height=\"208\" /></a>\r\n\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many young people with Autism and others who depend on the structure of a scheduled weekly session can count on it - rain or shine.','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-02-06 02:01:46','2014-02-06 02:01:46','',151,'http://freereincenter.com/?p=155',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (158,1,'2014-02-06 02:03:19','2014-02-06 02:03:19','The Chinese Yea\r\n\r\n<img class=\"size-medium wp-image-153 alignleft\" alt=\"Proposed Free Rein Riding Center (low res)\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" width=\"300\" height=\"208\" />\r\n\r\nr of the Horse began on January 31, 2014 and we are planning to make it memorable.  In fact, we intend to “Raise the R\r\n\r\noof” by raising funds to build a covered riding facility, with ground-breaking planned for late 2014.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities like Autism.  The facility will include a large covered arena with an attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and where parents and guardians can watch their lessons.  We hope to have the facility completed in time for our spring session classes in 2015.\r\n\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many young people with Autism and others who depend on the structure of a scheduled weekly session can count on it - rain or shine.','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-02-06 02:03:19','2014-02-06 02:03:19','',151,'http://freereincenter.com/?p=158',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (156,1,'2014-02-06 02:02:21','2014-02-06 02:02:21','The Chinese Year of the Horse began on January 31, 2014 and we are planning to make it memorable.  In fact, we intend to “Raise the Roof” by raising funds to build a covered riding facility, with ground-breaking planned for late 2014.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities like Autism.  The facility will include a large covered arena with an attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and where parents and guardians can watch their lessons.  We hope to have the facility completed in time for our spring session classes in 2015.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res.jpg\"><img class=\"size-medium wp-image-153 aligncenter\" alt=\"Proposed Free Rein Riding Center (low res)\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" width=\"300\" height=\"208\" /></a>\r\n\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many young people with Autism and others who depend on the structure of a scheduled weekly session can count on it - rain or shine.','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-02-06 02:02:21','2014-02-06 02:02:21','',151,'http://freereincenter.com/?p=156',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (157,1,'2014-02-06 02:02:47','2014-02-06 02:02:47','The Chinese Year of the Horse began on January 31, 2014 and we are planning to make it memorable.  In fact, we intend to “Raise the Roof” by raising funds to build a covered riding facility, with ground-breaking planned for late 2014.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities like Autism.  The facility will include a large covered arena with an attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and where parents and guardians can watch their lessons.  We hope to have the facility completed in time for our spring session classes in 2015.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res.jpg\"><img class=\"size-medium wp-image-153 alignleft\" alt=\"Proposed Free Rein Riding Center (low res)\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" width=\"300\" height=\"208\" /></a>\r\n\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many young people with Autism and others who depend on the structure of a scheduled weekly session can count on it - rain or shine.','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-02-06 02:02:47','2014-02-06 02:02:47','',151,'http://freereincenter.com/?p=157',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (159,1,'2014-02-06 02:03:57','2014-02-06 02:03:57','<img class=\"size-medium wp-image-153 alignleft\" alt=\"Proposed Free Rein Riding Center (low res)\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" width=\"300\" height=\"208\" />\r\n\r\nThe Chinese Year of the Horse began on January 31, 2014 and we are planning to make it memorable.  In fact, we intend to “Raise the Roof” by raising funds to build a covered riding facility, with ground-breaking planned for late 2014.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities like Autism.  The facility will include a large covered arena with an attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and where parents and guardians can watch their lessons.  We hope to have the facility completed in time for our spring session classes in 2015.\r\n\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many young people with Autism and others who depend on the structure of a scheduled weekly session can count on it - rain or shine.','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-02-06 02:03:57','2014-02-06 02:03:57','',151,'http://freereincenter.com/?p=159',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (160,1,'2014-02-06 02:04:15','2014-02-06 02:04:15','<img class=\"size-medium wp-image-153 alignright\" alt=\"Proposed Free Rein Riding Center (low res)\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" width=\"300\" height=\"208\" />\r\n\r\nThe Chinese Year of the Horse began on January 31, 2014 and we are planning to make it memorable.  In fact, we intend to “Raise the Roof” by raising funds to build a covered riding facility, with ground-breaking planned for late 2014.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities like Autism.  The facility will include a large covered arena with an attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and where parents and guardians can watch their lessons.  We hope to have the facility completed in time for our spring session classes in 2015.\r\n\r\n&nbsp;\r\n\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many young people with Autism and others who depend on the structure of a scheduled weekly session can count on it - rain or shine.','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-02-06 02:04:15','2014-02-06 02:04:15','',151,'http://freereincenter.com/?p=160',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (161,1,'2014-02-06 02:05:26','2014-02-06 02:05:26','<img class=\"size-medium wp-image-153 alignright\" alt=\"Proposed Free Rein Riding Center (low res)\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" width=\"300\" height=\"208\" />\r\n\r\nThe Chinese Year of the Horse began on January 31, 2014 and we are planning to make it memorable.  In fact, we intend to “Raise the Roof” by raising funds to build a covered riding facility, with ground-breaking planned for late 2014.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities like Autism.  The facility will include a large covered arena with an attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and where parents and guardians can watch their lessons.  We hope to have the facility completed in time for our spring session classes in 2015.\r\n\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many young people with Autism and others who depend on the structure of a scheduled weekly session can count on it - rain or shine.\r\n\r\nIf you (or someone you know) can help support this truly worthwhile project, with your time or treasure, please contact us.','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-02-06 02:05:26','2014-02-06 02:05:26','',151,'http://freereincenter.com/?p=161',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (162,1,'2014-02-06 02:06:22','2014-02-06 02:06:22','<img class=\"size-medium wp-image-153 alignright\" alt=\"Proposed Free Rein Riding Center (low res)\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" width=\"300\" height=\"208\" />\r\n\r\nThe Chinese Year of the Horse began on January 31, 2014 and we are planning to make it memorable.  In fact, we intend to “Raise the Roof” by raising funds to build a covered riding facility, with ground-breaking planned for late 2014.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities.  The facility will include a large covered arena with an attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and where parents and guardians can watch their lessons.  We hope to have the facility completed in time for our spring session classes in 2015.\r\n\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many young people with Autism and others who depend on the structure of a scheduled weekly session can count on it - rain or shine.\r\n\r\nIf you (or someone you know) can help support this truly worthwhile project, with your time or treasure, please contact us.','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-02-06 02:06:22','2014-02-06 02:06:22','',151,'http://freereincenter.com/?p=162',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (163,1,'2014-02-06 02:09:35','2014-02-06 02:09:35','<img class=\"size-medium wp-image-153 alignright\" alt=\"Proposed Free Rein Riding Center (low res)\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" width=\"300\" height=\"208\" />\r\n\r\nThe Chinese Year of the Horse began on January 31, 2014 and we plan to make it memorable.  We intend to “Raise the Roof” by raising funds to build a covered riding facility, with ground-breaking planned for late 2014.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities, such as Autism.  It will include a large covered arena with attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and their parents and guardians can watch their lessons.  We plan to have the facility completed in time for our spring session classes in 2015.\r\n\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many young people with Autism and others who depend on the structure of a scheduled weekly session can count on it - rain or shine.\r\n\r\nIf you (or someone you know) can help support this truly worthwhile project, with your time or treasure, please contact us.','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-02-06 02:09:35','2014-02-06 02:09:35','',151,'http://freereincenter.com/?p=163',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (164,1,'2014-02-06 02:10:07','2014-02-06 02:10:07','<img class=\"size-medium wp-image-153 alignright\" alt=\"Proposed Free Rein Riding Center (low res)\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" width=\"300\" height=\"208\" />\r\n\r\nThe Chinese Year of the Horse began on January 31, 2014 and we plan to make it memorable.  We intend to “Raise the Roof” by raising funds to build a covered riding facility, with ground-breaking planned for late 2014.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities, such as Autism.  It will include a large covered arena with attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and their parents and guardians can watch their lessons.\r\n\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many young people with Autism and others who depend on the structure of a scheduled weekly session can count on it - rain or shine.\r\n\r\nWe plan to have the facility completed in time for our spring session classes in 2015.  If you (or someone you know) can help support this truly worthwhile project, with your time or treasure, please contact us.','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-02-06 02:10:07','2014-02-06 02:10:07','',151,'http://freereincenter.com/?p=164',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (165,1,'2014-02-06 02:10:41','2014-02-06 02:10:41','<img class=\"size-medium wp-image-153 alignright\" alt=\"Proposed Free Rein Riding Center (low res)\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" width=\"300\" height=\"208\" />\r\n<p style=\"text-align: left;\">The Chinese Year of the Horse began on January 31, 2014 and we plan to make it memorable.  We intend to “Raise the Roof” by raising funds to build a covered riding facility, with ground-breaking planned for late 2014.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities, such as Autism.  It will include a large covered arena with attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and their parents and guardians can watch their lessons.</p>\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many young people with Autism and others who depend on the structure of a scheduled weekly session can count on it - rain or shine.\r\n\r\nWe plan to have the facility completed in time for our spring session classes in 2015.  If you (or someone you know) can help support this truly worthwhile project, with your time or treasure, please contact us.','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-02-06 02:10:41','2014-02-06 02:10:41','',151,'http://freereincenter.com/?p=165',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (167,1,'2014-02-06 02:25:34','2014-02-06 02:25:34',' ','','','publish','closed','open','','167','','','2014-09-28 01:35:54','2014-09-28 01:35:54','',14,'http://freereincenter.com/?p=167',6,'nav_menu_item','',0);
INSERT INTO `wp_posts` VALUES (173,1,'2014-02-06 15:13:07','2014-02-06 15:13:07','<img class=\"size-medium wp-image-153 alignright\" alt=\"Proposed Free Rein Riding Center (low res)\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" width=\"300\" height=\"208\" />\r\n<p style=\"text-align: left;\">The Chinese Year of the Horse began on January 31, 2014 and we plan to make it memorable.  We intend to “Raise the Roof” by raising funds to build a covered riding facility, with ground-breaking planned for late 2014.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities, such as Autism.  It will include a large covered arena with attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and their parents and guardians can watch their lessons.</p>\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many people who depend on the structure of a scheduled weekly session can count on it - rain or shine.\r\n\r\nWe plan to have the facility ready for our spring session classes in 2015.  If you or someone you know can help support this worthwhile project, with time or treasure, please contact us.','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-02-06 15:13:07','2014-02-06 15:13:07','',151,'http://freereincenter.com/?p=173',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (169,1,'2014-02-06 02:30:43','2014-02-06 02:30:43','\"Horses Helping Humans Heal\" is more than a tagline at Free Rein - it\'s what we\'re all about.\r\n\r\nFree Rein is proud to have a vibrant, growing, human-horse interaction program.  We are staffed by a program director and  instructors certified by Professional Association of Therapeutic Horsemanship International (PATH International), formerly the North American Riding for the Handicapped Association (NARHA).\r\n\r\nThe therapeutic benefits of structured interaction with a horse are recognized by many in the medical professions.  For individuals with special needs in the cognitive, emotional, physical, and relationship areas, the unique relationship formed with a horse can lead to dramatic growth in self-esteem, self-awareness, confidence, and communication skills.  For those with physical disabilities, there are often the added outcomes of improved coordination, balance, and flexibility.\r\n\r\nFree Rein is dedicated to the principle that all of us, whatever our abilities, are capable of more than we think, and that together we can help build a more caring and compassionate world.\r\n<blockquote>\"The connection between the horses and these riders is surprisingly powerful.\"\r\n<strong>-Free Rein Volunteer</strong>\r\n\r\n&nbsp;</blockquote>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','About Us','','inherit','closed','open','','7-revision-v1','','','2014-02-06 02:30:43','2014-02-06 02:30:43','',7,'http://freereincenter.com/?p=169',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (171,1,'2014-02-06 02:39:28','2014-02-06 02:39:28','<span style=\"color: #000000;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Free-Rein-Gala-Poster-2014.jpg\"><img class=\" wp-image-115 alignleft\" alt=\"Free Rein Gala Poster - 2014\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Free-Rein-Gala-Poster-2014-232x300.jpg\" width=\"167\" height=\"216\" /></a></span>\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">Free Rein’s 2013 Fall Gala on October 20th was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  The food and music were very good and everyone who attended seemed to have a wonderful time.  Many thanks to the folks who came out to show their support for Free Rein and, of cou</span><span style=\"color: #000000;\">rse, for our sponsors of the event.  Please support and thank those who support Free Rein.  Our Gala sponsors include:</span>\r\n\r\n&nbsp;\r\n\r\n- Comporium\r\n\r\n- Transylvania Times\r\n\r\n- Lake Toxaway Resort\r\n\r\n- Burlingame Country Club\r\n\r\n- Mountain Quilts\r\n\r\n- Kiwi Gelato\r\n\r\n- Macon Bank\r\n\r\n- Ecusta Credit Union\r\n<div>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span></p>\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Annual Fall Gala','','inherit','closed','open','','10-revision-v1','','','2014-02-06 02:39:28','2014-02-06 02:39:28','',10,'http://freereincenter.com/?p=171',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (172,1,'2014-09-28 00:49:53','2014-09-28 00:49:53','<img class=\"size-medium wp-image-153 alignright\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" alt=\"Proposed Free Rein Riding Center (low res)\" width=\"300\" height=\"208\" />\r\n<p style=\"text-align: left;\">The Chinese Year of the Horse began on January 31, 2014 and we plan to make it memorable.  We intend to “Raise the Roof” by raising funds to build a covered riding facility.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities, such as Autism.  It will include a large covered arena with attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and their parents and guardians can watch their lessons.</p>\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many people who depend on the structure of a scheduled weekly session can count on it - rain or shine.\r\n\r\nIf you or someone you know can help support this worthwhile project, with time or treasure, please contact us.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','\"Raise the Roof\" Campaign','','inherit','closed','open','','151-autosave-v1','','','2014-09-28 00:49:53','2014-09-28 00:49:53','',151,'http://freereincenter.com/?p=172',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (176,1,'2014-03-30 17:55:10','2014-03-30 17:55:10','','IMG_4432 (small)','','inherit','closed','open','','img_4432-small','','','2014-03-30 17:55:10','2014-03-30 17:55:10','',12,'http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (182,1,'2014-07-31 13:11:53','2014-07-31 13:11:53','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and after-school lessons Monday-Friday and on Saturday mornings.</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small.jpg\"><img class=\"size-medium wp-image-176 aligncenter\" alt=\"IMG_4432 (small)\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small-300x176.jpg\" width=\"300\" height=\"176\" /></a></p>\r\n<span style=\"line-height: 1.5em;\">Our 8-week spring session was a big success.  </span><span style=\"line-height: 1.5em;\">Our 2014 fall session will run from September 8th - November 28th.</span>\r\n<div>\r\n\r\nIf you need more information, or would like to apply for the fall program, please contact Jennifer Rouse, Program Director, at (828)883-3375 or use the email link below for more information or to request an application packet.\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2014-07-31 13:11:53','2014-07-31 13:11:53','',12,'http://freereincenter.com/?p=182',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (177,1,'2014-03-30 17:57:34','2014-03-30 17:57:34','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and after-school lessons Monday-Friday and on Saturday mornings.</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small.jpg\"><img class=\"size-medium wp-image-176 aligncenter\" alt=\"IMG_4432 (small)\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small-300x176.jpg\" width=\"300\" height=\"176\" /></a></p>\r\nOur 8-week fall session was a big success, and we are pleased to have served the largest number of students we have had in many years.\r\n<div>\r\n\r\nOur 2014 spring session started on March 17th and will end the week of May 16th, 2014.\r\n\r\nOur 2014 fall session will run from September 8th - November 28th.\r\n\r\nIf you need more information, or would like to apply for the fall program, please contact Jennifer Rouse, Program Director, at (828)883-3375 or use the email link below for more information or to request an application packet.\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2014-03-30 17:57:34','2014-03-30 17:57:34','',12,'http://freereincenter.com/?p=177',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (178,1,'2014-03-30 18:00:03','2014-03-30 18:00:03','<img class=\"size-medium wp-image-153 alignright\" alt=\"Proposed Free Rein Riding Center (low res)\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" width=\"300\" height=\"208\" />\r\n<p style=\"text-align: left;\">The Chinese Year of the Horse began on January 31, 2014 and we plan to make it memorable.  We intend to “Raise the Roof” by raising funds to build a covered riding facility, with ground-breaking planned for late 2014.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities, such as Autism.  It will include a large covered arena with attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and their parents and guardians can watch their lessons.</p>\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many people who depend on the structure of a scheduled weekly session can count on it - rain or shine.\r\n\r\nWe plan to have the facility ready for our spring session classes in 2015.  If you or someone you know can help support this worthwhile project, with time or treasure, please contact us.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','\"Raise the Roof\" for Free Rein','','inherit','closed','open','','151-revision-v1','','','2014-03-30 18:00:03','2014-03-30 18:00:03','',151,'http://freereincenter.com/?p=178',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (179,1,'2014-04-02 00:58:11','2014-04-02 00:58:11','There are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<div>\r\n<ul>\r\n	<li><strong>Donating Equipment:</strong> Our wish list includes:</li>\r\n	<li><strong>Gift Certificates for: </strong>Office Supplies, Tractor Supply, Valley Ag, or Balsam Quarter Tack</li>\r\n	<li><strong>Donating Money:</strong> Free Rein depends upon financial contributions from individuals, groups, foundations, and businesses of all sizes.  Your donation is tax deductible as we are a 501(3)(c) organization.  Your money will be used to feed and care for horses, sponsor students who cannot afford to pay for lessons, and pay for operating expenses, which we try to keep as low as possible...  so more of our donations can go towards what matters most.  In 2013, more than 88% of our revenues went to support program-related expenses.</li>\r\n	<li><strong>Volunteer</strong>…<a href=\"http://freereincenter.com/?page_id=16\">learn more</a></li>\r\n	<li><strong>Sponsorship</strong>...<a href=\"http://freereincenter.com/?page_id=18\">learn more</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Ways You Can Help','','inherit','closed','open','','14-revision-v1','','','2014-04-02 00:58:11','2014-04-02 00:58:11','',14,'http://freereincenter.com/?p=179',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (222,1,'2014-09-15 15:11:43','2014-09-15 15:11:43','<h2 style=\"text-align: center;\">Friday, October 17th</h2>\r\n<h2 style=\"text-align: center;\">Connestee Falls Clubhouse</h2>\r\n&nbsp;\r\n\r\n<img class=\"alignnone  wp-image-221 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Flyer-2014-300x222.jpg\" alt=\"Mane Event Flyer - 2014\" width=\"402\" height=\"297\" />\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">Free Rein’s 2013 Fall Gala was a great success by all measures, with more than 100 people in attendance.  This year\'s event promises to be even more fun.  In addition to Connestree Falls\' great food, we\'ll have a variety of popular live and silent auction items.  We\'ll also have live music, including The Moonshine Babies and The Bold Grey Mares.  If you are interested in attending, or being a sponsor for this year\'s Mane Event, please email <a href=\"mailto:freereincenter@gmail.com\" target=\"_blank\">freereincenter@gmail.com</a>.</span><span style=\"color: #000000;\">  Please see the <a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Sponsor-opportunities.pdf\">sponsor opportunities</a> for sponsorship levels and recognition/benefits provided to our sponsors.</span>\r\n<div>\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span></p>\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Fall Gala - 2014','','inherit','closed','open','','10-revision-v1','','','2014-09-15 15:11:43','2014-09-15 15:11:43','',10,'http://freereincenter.com/?p=222',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (207,1,'2014-08-22 19:37:14','2014-08-22 19:37:14','','Mane Event Logo - 2014','','inherit','closed','open','','mane-event-logo-2014','','','2014-08-22 19:37:14','2014-08-22 19:37:14','',10,'http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Logo-2014.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (234,1,'2014-10-20 02:32:06','2014-10-20 02:32:06','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Flyer-20141.jpg\"><img class=\"wp-image-225 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Flyer-20141-300x222.jpg\" alt=\"Mane Event Flyer - 2014\" width=\"423\" height=\"313\" /></a></h2>\r\nFree Rein’s 2014 Mane Event Gala was a phenomenal success... and a lot of fun for all.  Duke &amp; Bird, our Auctioneers, brought tremendous energy.  Geraldine Dinkins, Mother of one of our student-riders made it real for the audience of more than 110 people with a very moving description about how important Free Rein is to her and her son.  In addition to Connestee Falls\' great food, we enjoyed live music by The Bold Grey Mares and The Moonshine Babies.\r\n\r\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items.  They combined to make this the most successful gala in Free Rein\'s history, generating almost $30,000 to support the horses and programs at Free Rein.\r\n\r\nSponsors of this year\'s gala included the following.\r\n<ul>\r\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser ~ Porsha &amp; Nathan Smith (in memory of her Mom, Vergie Lee)</li>\r\n	<li>Thoroughbred Level - Transylvania Times ~ Attorney Brian Stretcher</li>\r\n	<li>Mustang Level - Comporium ~ Dugan\'s Pub ~ Dave &amp; Donna Hunter ~ M-B Industries, Inc. ~ Ronald &amp; Mary Schleich</li>\r\n	<li>Pony Level - Brevard Family Practice ~ Domokur Architects ~ Ecusta Credit Union ~ Sylvan &amp; Maureen Copeloff</li>\r\n</ul>\r\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\r\n<ul>\r\n	<li>Barbara Walter ~ Betsy Alexander~ Bill Lindsay ~ Black Horse Creations ~ Blue Ridge Bakery ~ Body &amp; Soul Therapeutic Massage, Denise Jones ~ Brian Stretcher ~ Brighter Day Coffee ~ Broad Street Wines ~ Carol MacAllister ~ Carter Heyward ~ Celeste Dulin ~ Charlie\'s Tire Center ~ Co-ed Cinema ~ Connestee Falls Golf Club ~ Dollywood ~ Donna Hunter ~ Doug &amp; Paula Poad ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Dugan\'s Pub ~ Ellen Stinchcomb ~ Falls Landing ~ Glass Feather Studio ~ Greg McCathern ~ Headwaters Outfitters ~ Hunters and Gatherers ~ Jaime\'s Creole Brasserie ~ Down to Earth Kayaking ~ Duckpond Pottery ~ KeyLight Media, Albert Dulin ~ Kitty Edwards ~ Kiwi Gelato ~ La Petite Spa ~ Lake Toxaway Country Club ~ Local Color ~ Looking Glass Entertainment ~ Love\'s Jewelry ~ Lowell Steinfeld ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Mountain Home &amp; Mattress ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Peggy McGoldrich ~  Perfect Balance Physical Therapy ~ Peter Mockridge ~ Porsha Smith ~ Attorney Brian Stretcher ~ Sandy Hemmer ~ Stones ~ The Square Root ~ The Sunrise Café ~ Water Oak Dental Group ~ White Squirell Shop ~ Z-Z- Zip, Carl Ganner</li>\r\n</ul>\r\n<div>\r\n<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span><strong>Free Rein Center</strong></p>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2014','','inherit','closed','open','','10-revision-v1','','','2014-10-20 02:32:06','2014-10-20 02:32:06','',10,'http://freereincenter.com/?p=234',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (189,1,'2014-07-31 13:51:57','2014-07-31 13:51:57','There are many ways in which you can help support the Free Rein Center. It is up to you. Here are some suggestions:\r\n<div>\r\n<ul>\r\n	<li>Donating your Time:  Help with our students and horses during class time or help with one of our special events. “Volunteers are the heart and soul of our program.  Without the help of our wonderful helpers, we could not offer our programs to our students,” says our former volunteer coordinator, Kathy Morrow.</li>\r\n	<li>Volunteers help us primarily by assisting with our students and horses during our classes.  You do not need to know a lot about children or adults with special needs or about horses.  We provide all the training you need to make our students’ dreams come true.  All Volunteers who wish to work with our lessons must attend a Volunteer Training Session before they begin.  <strong>Volunteer Orientation/Training takes place prior to the start of each </strong><strong>session</strong>. If you would like to volunteer with Free Rein, please call our office or send us an email at info@freereincenter.com.</li>\r\n	<li>If working in classes is not what you had in mind, there are many other areas in which we need help including fundraising, office work, special events, and horse care. Volunteer Today! You will be glad you did!</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Volunteer','','inherit','closed','open','','16-revision-v1','','','2014-07-31 13:51:57','2014-07-31 13:51:57','',16,'http://freereincenter.com/?p=189',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (187,1,'2014-07-31 13:50:14','2014-07-31 13:50:14','<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\"></p>\r\n\r\n<h3 style=\"text-align: center;\">Save the Date</h3>\r\n<h2 style=\"text-align: center;\">Free Rein\'s 2014 Gala will be held on Friday, October 17th</h2>\r\n<h3 style=\"text-align: center;\">at Connestee Falls</h3>\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2013/03/The-Mane-Event-Logo.jpg\"><img class=\"size-medium wp-image-186 aligncenter\" alt=\"The Mane Event Logo\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/The-Mane-Event-Logo-259x300.jpg\" width=\"259\" height=\"300\" /></a>\r\n\r\n<span style=\"color: #000000;\">Free Rein’s 2013 Fall Gala was a great success by all measures, with more than 100 people in attendance.  Once again, Brevard Mayor Jimmy Harris did an excellent job as our Auctioneer.  Connestee Falls was a great location.  The food and music were very good and everyone who attended seemed to have a wonderful time.  Many thanks to the folks who came out to show their support for Free Rein and, of cou</span><span style=\"color: #000000;\">rse, to our sponsors of the event.  Please support and thank those who support Free Rein.  Our 2013 Gala sponsors included:</span>\r\n\r\n- Comporium\r\n\r\n- Transylvania Times\r\n\r\n- Lake Toxaway Resort\r\n\r\n- Burlingame Country Club\r\n\r\n- Mountain Quilts\r\n\r\n- Kiwi Gelato\r\n\r\n- Macon Bank\r\n\r\n- Ecusta Credit Union\r\n<div>\r\n\r\n<span style=\"color: #000000;\"> </span>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span></p>\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Fall Gala Event','','inherit','closed','open','','10-revision-v1','','','2014-07-31 13:50:14','2014-07-31 13:50:14','',10,'http://freereincenter.com/?p=187',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (190,1,'2014-07-31 13:58:35','2014-07-31 13:58:35','<em><strong>Nickers &amp; News</strong></em>  is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly) who we serve and why it matters.  If you\'d like to receive new issues by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.  Please feel free to share them with your friends and family, too.\r\n\r\nClick on a newsletter issue below and it should open in a new window for you to view.  They are in \".pdf\" format, so you will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) or some other pdf file reader to view it.  Some browsers (i.e. Google Chrome) and smartphone operating systems (i.e. Android) have .pdf reader applications built in.\r\n\r\nIf you have any trouble opening or viewing them, please let us know so we can fix any issues involved.  <strong><em>Please note that the newsletters are listed below from most recent to oldest issues, with the newest issues at the top of the list.</em></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2015/12/Free-Rein-Newsletter-DEC-2015-email.pdf\" target=\"_blank\">December 2015</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-SEP-2015-email.pdf\">September 2015</a></li>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf\" target=\"_blank\">June 2015</a></li>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','publish','closed','open','','nickers-news-free-reins-newsletter','','','2015-12-08 19:05:16','2015-12-08 19:05:16','',9,'http://freereincenter.com/?page_id=190',0,'page','',0);
INSERT INTO `wp_posts` VALUES (191,1,'2014-07-31 13:53:52','2014-07-31 13:53:52','','Nickers & News - Free Rein\'s Newsletter','','inherit','closed','open','','190-revision-v1','','','2014-07-31 13:53:52','2014-07-31 13:53:52','',190,'http://freereincenter.com/?p=191',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (192,1,'2014-07-31 13:54:39','2014-07-31 13:54:39','','June 2014','','inherit','closed','open','','free-rein-newsletter-june-2014','','','2014-07-31 13:54:39','2014-07-31 13:54:39','',190,'http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf',0,'attachment','application/pdf',0);
INSERT INTO `wp_posts` VALUES (193,1,'2014-07-31 13:55:03','2014-07-31 13:55:03','<a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">Free Rein Newsletter June 2014</a>','Nickers & News - Free Rein\'s Newsletter','','inherit','closed','open','','190-revision-v1','','','2014-07-31 13:55:03','2014-07-31 13:55:03','',190,'http://freereincenter.com/?p=193',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (194,1,'2014-07-31 13:58:17','2014-07-31 13:58:17','Nickers &amp; News is a great way to see what Free Rein does, who is doing it, and (more importantly), who we do it for.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\"><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a></a>','Nickers & News - Free Rein\'s Newsletter','','inherit','closed','open','','190-revision-v1','','','2014-07-31 13:58:17','2014-07-31 13:58:17','',190,'http://freereincenter.com/?p=194',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (195,1,'2014-07-31 13:58:35','2014-07-31 13:58:35','Nickers &amp; News is a great way to see what Free Rein does, who is doing it, and (more importantly), who we do it for.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\"><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Nickers & News - Free Rein\'s Newsletter','','inherit','closed','open','','190-revision-v1','','','2014-07-31 13:58:35','2014-07-31 13:58:35','',190,'http://freereincenter.com/?p=195',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (196,1,'2014-07-31 13:59:13','2014-07-31 13:59:13','Nickers &amp; News is a great way to see what Free Rein does, who is doing it, and (more importantly), who we do it for.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Nickers & News - Free Rein\'s Newsletter','','inherit','closed','open','','190-revision-v1','','','2014-07-31 13:59:13','2014-07-31 13:59:13','',190,'http://freereincenter.com/?p=196',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (197,1,'2014-07-31 14:02:48','2014-07-31 14:02:48','Nickers &amp; News is a great way to see what Free Rein does, who is doing it, and (more importantly), who we do it for.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','- Nickers & News - Free Rein\'s Newsletter','','inherit','closed','open','','190-revision-v1','','','2014-07-31 14:02:48','2014-07-31 14:02:48','',190,'http://freereincenter.com/?p=197',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (198,1,'2014-07-31 14:03:44','2014-07-31 14:03:44','Nickers &amp; News is a great way to see what Free Rein does, who is doing it, and (more importantly), who we do it for.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a>\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Nickers & News - Free Rein\'s Newsletter','','inherit','closed','open','','190-revision-v1','','','2014-07-31 14:03:44','2014-07-31 14:03:44','',190,'http://freereincenter.com/?p=198',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (200,1,'2014-07-31 14:04:47','2014-07-31 14:04:47','Nickers &amp; News is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we do it for.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Nickers & News - Free Rein\'s Newsletter','','inherit','closed','open','','190-revision-v1','','','2014-07-31 14:04:47','2014-07-31 14:04:47','',190,'http://freereincenter.com/?p=200',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (201,1,'2014-07-31 14:06:00','2014-07-31 14:06:00','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we do it for.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletter','','inherit','closed','open','','190-revision-v1','','','2014-07-31 14:06:00','2014-07-31 14:06:00','',190,'http://freereincenter.com/?p=201',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (202,1,'2014-07-31 14:06:19','2014-07-31 14:06:19','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we do it for.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2014-07-31 14:06:19','2014-07-31 14:06:19','',190,'http://freereincenter.com/?p=202',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (227,1,'2014-09-28 00:50:14','2014-09-28 00:50:14','<img class=\"size-medium wp-image-153 alignright\" src=\"http://freereincenter.com/wp-content/uploads/2014/02/Proposed-Free-Rein-Riding-Center-low-res-300x208.jpg\" alt=\"Proposed Free Rein Riding Center (low res)\" width=\"300\" height=\"208\" />\r\n<p style=\"text-align: left;\">The Chinese Year of the Horse began on January 31, 2014 and we plan to make it memorable.  We intend to “Raise the Roof” by raising funds to build a covered riding facility.  This will allow us to serve even more adults and children with physical disabilities or developmental disabilities, such as Autism.  It will include a large covered arena with attached 10-stall barn and multi-purpose room, where students can gather in a dry place before lessons and their parents and guardians can watch their lessons.</p>\r\n“Raise the Roof” was intentionally chosen as the theme for this capital fund raising campaign to invoke the memory, images, and experiences of an old-fashioned barn-raising; since that is exactly what it will be.  In raising funds from a mix of individuals, corporate sources, and philanthropic foundations; we will bring the community and region together to raise a roof so that the many people who depend on the structure of a scheduled weekly session can count on it - rain or shine.\r\n\r\nIf you or someone you know can help support this worthwhile project, with time or treasure, please contact us.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','\"Raise the Roof\" Campaign','','inherit','closed','open','','151-revision-v1','','','2014-09-28 00:50:14','2014-09-28 00:50:14','',151,'http://freereincenter.com/?p=227',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (203,1,'2014-07-31 14:09:35','2014-07-31 14:09:35','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and after-school lessons Monday-Friday and on Saturday mornings.</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small.jpg\"><img class=\"size-medium wp-image-176 aligncenter\" alt=\"IMG_4432 (small)\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small-300x176.jpg\" width=\"300\" height=\"176\" /></a></p>\r\n<span style=\"line-height: 1.5em;\">Our 8-week spring session was a big success.  </span><span style=\"line-height: 1.5em;\">Our 2014 fall session will run from September 8th - November 28th.</span>\r\n<div>\r\n\r\nIf you need more information, or would like to apply for the fall program, please contact Jennifer Rouse, Program Director, at (828) 883-3375 or use the email link below for more information or to request an application packet.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2014-07-31 14:09:35','2014-07-31 14:09:35','',12,'http://freereincenter.com/?p=203',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (209,1,'2014-08-22 19:39:34','2014-08-22 19:39:34','Free Rein depends almost entirely on the generous support of individuals, foundations, and businesses from near and far.  Student fees cover only a small percentage of the costs of delivering personalized equine-assisted therapies.  We\'d like to offer our most sincere thanks to:\r\n\r\n<strong>Our annual calendar sponsors</strong> - please thank them with your patronage for their support of Free Rein.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2013/10/2014-Calendar-Front-Sponsors-Page.jpg\"><img class=\" wp-image-137 alignleft\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/2014-Calendar-Front-Sponsors-Page-193x300.jpg\" alt=\"2014 Calendar - Front &amp; Sponsors Page\" width=\"250\" height=\"370\" /></a>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">January</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Oskar Blues Brewery\" href=\"http://www.oskarblues.com\" target=\"_blank\">Oskar Blues Brewery</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">February</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Food Matters Market\" href=\"http://www.foodmattersmarket.com/\" target=\"_blank\">Food Matters Market</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">March</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Dugan\'s Pub\" href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan’s Pub</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">April</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Brevard-Pisgah Forest Hampton Inn\" href=\"http://www.brevardnc.com/businesses/hampton-inn-275-forest-gate-drive-pisgah-forest/\" target=\"_blank\">Hampton Inn of Brevard-Pisgah Forest</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">May</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"D.D. Bullwinkel\'s, Rocky\'s, and Moose Tracks\" href=\"http://www.ddbullwinkels.com/\" target=\"_blank\">Rocky’s, D.D. Bullwinkel’s, and Moose Tracks</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">June</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Looking Glass Realty\" href=\"http://www.lookingglassbrevard.com/\" target=\"_blank\">Looking Glass Realty</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">July</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Headwaters Outfitters\" href=\"http://www.headwatersoutfitters.com/\" target=\"_blank\">Headwaters Outfitters</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">August</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Charlie\'s Tire Center\" href=\"http://www.charliestirecenter.com/\" target=\"_blank\">Charlie’s Tire Center</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">September</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"First Citizens Bank\" href=\"http://www.firstcitizens.com/\" target=\"_blank\">First Citizens Bank</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">October</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Copy Works\" href=\"http://www.copy-works.net/\" target=\"_blank\">Copy Works</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">November</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Mission Children\'s Hospital\" href=\"http://www.missionchildrens.org/\" target=\"_blank\">Mission Childrens’ Hospital</a></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\" width=\"94\">\r\n<p align=\"center\">December</p>\r\n</td>\r\n<td valign=\"top\" width=\"281\"><a title=\"Water Oak Dental Group\" href=\"http://www.wateroakdental.com/\" target=\"_blank\">Water Oak Dental Associates</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Special Thanks to...','','inherit','closed','open','','125-revision-v1','','','2014-08-22 19:39:34','2014-08-22 19:39:34','',125,'http://freereincenter.com/?p=209',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (215,1,'2014-09-08 17:26:58','2014-09-08 17:26:58','','SEP 2014 Free Rein Newsletter (Email Version)','','inherit','closed','open','','sep-2014-free-rein-newsletter-email-version','','','2014-09-08 17:26:58','2014-09-08 17:26:58','',190,'http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf',0,'attachment','application/pdf',0);
INSERT INTO `wp_posts` VALUES (216,1,'2014-09-08 17:38:48','2014-09-08 17:38:48','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we do it for.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.  Just click on a newsletter issue date below and it should open in a new window for you to view.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\">September 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2014-09-08 17:38:48','2014-09-08 17:38:48','',190,'http://freereincenter.com/?p=216',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (217,1,'2014-10-02 02:22:07','2014-10-02 02:22:07','<h3 style=\"text-align: left;\"><a href=\"http://freereincenter.com.previewdns.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\"><img class=\"aligncenter size-full wp-image-298\" title=\"Free Rein Priceless (2) - small\" src=\"http://freereincenter.com.previewdns.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\" alt=\"\" width=\"561\" height=\"440\" /></a></h3>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Become a friend of Free Rein.  Make your tax deductible donation today!</span></h3>\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Together we can make miracles happen.</span></h3>\n<div align=\"center\"><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_donations\" /> <input name=\"business\" type=\"hidden\" value=\"freerein1325@gmail.com\" /> <input name=\"lc\" type=\"hidden\" value=\"US\" /> <input name=\"item_name\" type=\"hidden\" value=\"Free Rein Center\" /> <input name=\"no_note\" type=\"hidden\" value=\"0\" /> <input name=\"currency_code\" type=\"hidden\" value=\"USD\" /> <input name=\"bn\" type=\"hidden\" value=\"PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest\" /> <input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" /> <img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" />\n<p style=\"text-align: left;\"><strong>Free Rein Center</strong>\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\n<strong>828-883-3375</strong>\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong></p>\n<p style=\"text-align: left;\"></p>\n\n</form></div>','Donate Now!','','inherit','closed','open','','20-autosave-v1','','','2014-10-02 02:22:07','2014-10-02 02:22:07','',20,'http://freereincenter.com/?p=217',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (218,1,'2014-09-08 17:41:47','2014-09-08 17:41:47','<h3 style=\"text-align: left;\"><a href=\"http://freereincenter.com.previewdns.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\"><img class=\"aligncenter size-full wp-image-298\" title=\"Free Rein Priceless (2) - small\" src=\"http://freereincenter.com.previewdns.com/wp-content/uploads/2011/05/Free-Rein-Priceless-2-small.jpg\" alt=\"\" width=\"561\" height=\"440\" /></a></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Become a friend of Free Rein.  Make your tax deductible donation today!</span></h3>\r\n<h3 style=\"text-align: center;\"><span style=\"color: #000000;\">Together we can make miracles happen.</span></h3>\r\n<div align=\"center\"><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input name=\"cmd\" type=\"hidden\" value=\"_donations\" /> <input name=\"business\" type=\"hidden\" value=\"freerein1325@gmail.com\" /> <input name=\"lc\" type=\"hidden\" value=\"US\" /> <input name=\"item_name\" type=\"hidden\" value=\"Free Rein Center\" /> <input name=\"no_note\" type=\"hidden\" value=\"0\" /> <input name=\"currency_code\" type=\"hidden\" value=\"USD\" /> <input name=\"bn\" type=\"hidden\" value=\"PP-DonationsBF:btn_donateCC_LG.gif:NonHostedGuest\" /> <input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" type=\"image\" /> <img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" />\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong></p>\r\n<p style=\"text-align: left;\"></p>\r\n\r\n</form></div>','Donate Now!','','inherit','closed','open','','20-revision-v1','','','2014-09-08 17:41:47','2014-09-08 17:41:47','',20,'http://freereincenter.com/?p=218',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (220,1,'2014-09-15 14:57:21','2014-09-15 14:57:21','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we do it for.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\nJust click on a newsletter issue date below and it should open in a new window for you to view.  You will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) to view it.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\">September 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2014-09-15 14:57:21','2014-09-15 14:57:21','',190,'http://freereincenter.com/?p=220',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (226,1,'2014-09-28 00:47:12','2014-09-28 00:47:12','<h2 style=\"text-align: center;\">Friday, October 17th</h2>\r\n<h2 style=\"text-align: center;\">Connestee Falls Clubhouse</h2>\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Flyer-20141.jpg\"><img class=\"wp-image-225 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Flyer-20141-300x222.jpg\" alt=\"Mane Event Flyer - 2014\" width=\"423\" height=\"313\" /></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">Free Rein’s 2013 Fall Gala was a great success by all measures, with more than 100 people in attendance.  This year\'s event promises to be even more fun.  In addition to Connestree Falls\' great food, we\'ll have a variety of popular live and silent auction items, including:</span>\r\n<ul>\r\n	<li>Airplane ride around the area with one of Brevard\'s coolest doctors, Dr. Ruffin Benton</li>\r\n	<li>French Broad Dinner Cruise - canoe/kayak trip for 8 on the FrenchBroad River, followed by a lunch or dinner catered by Jamie Hernandez (Jaime\'s on Main) served by members of the Free Rein board on the deck of Duckpond Pottery</li>\r\n	<li>A Queen-sized quilt, courtesy of Mountain Quilts</li>\r\n	<li>One of Paula Poad\'s popular Untamed Horse statues</li>\r\n	<li>and even more...</li>\r\n</ul>\r\n<span style=\"color: #000000;\">We\'ll also have live music, including The Moonshine Babies and The Bold Grey Mares.  If you are interested in attending, or being a sponsor for this year\'s Mane Event, please contact us at the phone number or email below.  </span><span style=\"color: #000000;\">Please see the <a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Sponsor-opportunities.pdf\">sponsor opportunities</a> for sponsorship levels and recognition/benefits provided to our sponsors.</span>\r\n<div>\r\n\r\n&nbsp;\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span></p>\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2014','','inherit','closed','open','','10-revision-v1','','','2014-09-28 00:47:12','2014-09-28 00:47:12','',10,'http://freereincenter.com/?p=226',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (228,1,'2015-10-28 15:44:10','2015-10-28 15:44:10','<a href=\"http://freereincenter.com/wp-content/uploads/2013/10/2016-Calendar-POS-Sign.jpg\"><img class=\"wp-image-316 alignright\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/2016-Calendar-POS-Sign-300x211.jpg\" alt=\"2016 Calendar POS Sign\" width=\"263\" height=\"185\" /></a>Our annual calendar is a true labor of love... it\'s a lot of work, but we love to do it.  We love to do it because it is another way we can tell the wonderful stories of Horses Helping Humans Heal - and those humans, too.\n\nThe 2016 calendars are here.  Printed on heavy stock, easy to write important notes on, and only cost $15 each ~ they make wonderful gifts... and help support Free Rein\'s programs.  Contact the office at the email or phone number below to get one, or look for them at some of the calendar sponsors shown below.\n\n<strong>Please help thank our annual calendar sponsors</strong> - they believe in what we do and show it by sponsoring months in our calendar - check out their web pages using the links below and thank them for their support of Free Rein with your patronage.\n\n<a href=\"http://freereincenter.com/wp-content/uploads/2013/10/2016-Calendar-Cover-Sponsor-Page.jpg\"><img class=\"wp-image-314 size-medium alignleft\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/2016-Calendar-Cover-Sponsor-Page-191x300.jpg\" alt=\"\" width=\"191\" height=\"300\" /></a>\n<table style=\"height: 585px;\" width=\"362\">\n<tbody>\n<tr>\n<td width=\"94\">January</td>\n<td width=\"249\"><a title=\"Oskar Blues Brewery\" href=\"http://www.oskarblues.com/\" target=\"_blank\">Oskar Blues Brewery</a></td>\n</tr>\n<tr>\n<td width=\"94\">February</td>\n<td width=\"249\"><a title=\"Food Matters Market &amp; Cafe\" href=\"http://www.foodmattersmarket.com/\" target=\"_blank\">Food Matters Market</a></td>\n</tr>\n<tr>\n<td width=\"94\">March</td>\n<td width=\"249\"><a title=\"Dugan\'s Pub\" href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan’s Pub</a></td>\n</tr>\n<tr>\n<td width=\"94\">April</td>\n<td width=\"249\"><a title=\"Hampton Inn of Brevard/Pisgah Forest\" href=\"http://www.brevardnc.com/businesses/hampton-inn-275-forest-gate-drive-pisgah-forest/\" target=\"_blank\">Hampton Inn of Brevard-Pisgah Forest</a></td>\n</tr>\n<tr>\n<td width=\"94\">May</td>\n<td width=\"249\"><a title=\"D.D. Bullwinkel\'s ~ Rocky\'s ~ Moose Tracks\" href=\"http://www.ddbullwinkels.com/\" target=\"_blank\">Rocky’s, D.D. Bullwinkel’s, and Moose Tracks</a></td>\n</tr>\n<tr>\n<td width=\"94\">June</td>\n<td width=\"249\"><a title=\"Looking Glass Realty\" href=\"http://www.lookingglassbrevard.com/\" target=\"_blank\">Looking Glass Realty</a></td>\n</tr>\n<tr>\n<td width=\"94\">July</td>\n<td width=\"249\"><a title=\"Perfect Balance Physical Therapy\" href=\"http://www.perfectbalancept.com/\" target=\"_blank\">Perfect Balance Physical Therapy</a></td>\n</tr>\n<tr>\n<td width=\"94\">August</td>\n<td width=\"249\"><a title=\"Charlie\'s Tire Center\" href=\"http://www.charliestirecenter.com/\" target=\"_blank\">Charlie’s Tire Center</a></td>\n</tr>\n<tr>\n<td width=\"94\">September</td>\n<td width=\"249\"><a title=\"First Citizens Bank\" href=\"http://www.firstcitizens.com/\" target=\"_blank\">First Citizens Bank</a></td>\n</tr>\n<tr>\n<td width=\"94\">October</td>\n<td width=\"249\"><a title=\"Copy Works\" href=\"http://www.copy-works.net/\" target=\"_blank\">Copy Works</a></td>\n</tr>\n<tr>\n<td width=\"94\">November</td>\n<td width=\"249\"><a title=\"Broad Street Wines\" href=\"http://http://broadstreetwines.com/\" target=\"_blank\">Broad Street Wines</a></td>\n</tr>\n<tr>\n<td width=\"94\">December</td>\n<td width=\"249\"><a title=\"Water Oak Dental Group\" href=\"http://www.wateroakdental.com/\" target=\"_blank\">Water Oak Dental Associates</a></td>\n</tr>\n</tbody>\n</table>\n<strong>\nP.O. Box 1325 Brevard, NC  28712</strong>\n\n<strong>Free Rein Center</strong>\n\n<strong>828-883-3375</strong>\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Free Rein Calendar','','inherit','closed','open','','125-autosave-v1','','','2015-10-28 15:44:10','2015-10-28 15:44:10','',125,'http://freereincenter.com/?p=228',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (229,1,'2014-09-28 01:14:31','2014-09-28 01:14:31','','2015 Calendar Cover','','inherit','closed','open','','2015-calendar-cover','','','2014-09-28 01:14:31','2014-09-28 01:14:31','',125,'http://freereincenter.com/wp-content/uploads/2013/10/2015-Calendar-Cover.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (230,1,'2014-09-28 01:14:34','2014-09-28 01:14:34','','Sponsor Page - 2015 Free Rein Calendar','','inherit','closed','open','','sponsor-page-2015-free-rein-calendar','','','2014-09-28 01:14:34','2014-09-28 01:14:34','',125,'http://freereincenter.com/wp-content/uploads/2013/10/Sponsor-Page-2015-Free-Rein-Calendar.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (231,1,'2014-09-28 01:25:26','2014-09-28 01:25:26','','2015 Calendar Pages','','inherit','closed','open','','2015-calendar-pages','','','2014-09-28 01:25:26','2014-09-28 01:25:26','',125,'http://freereincenter.com/wp-content/uploads/2013/10/2015-Calendar-Pages.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (235,1,'2014-10-20 02:40:57','2014-10-20 02:40:57','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Flyer-20141.jpg\"><img class=\"wp-image-225 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Flyer-20141-300x222.jpg\" alt=\"Mane Event Flyer - 2014\" width=\"423\" height=\"313\" /></a></h2>\r\nFree Rein’s 2014 Mane Event Gala was a phenomenal success... and a lot of fun for all.  Duke &amp; Bird, our Auctioneers, brought tremendous energy.  Geraldine Dinkins, Mother of one of our student-riders made it real for the audience of more than 110 people with a very moving description about how important Free Rein is to her and her son.  In addition to Connestee Falls\' great food, we enjoyed live music by The Bold Grey Mares and The Moonshine Babies.\r\n\r\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items.  They combined to make this the most successful gala in Free Rein\'s history, generating almost $30,000 to support the horses and programs at Free Rein.\r\n\r\nSponsors of this year\'s gala included the following.\r\n<ul>\r\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser ~ Porsha &amp; Nathan Smith (in memory of her Mom, Vergie Lee)</li>\r\n	<li>Thoroughbred Level - <a href=\"http://www.transylvaniatimes.com\" target=\"_blank\">Transylvania Times</a> ~ <a href=\"http://www.brianstretcherlaw.com/\" target=\"_blank\">Attorney Brian Stretcher</a></li>\r\n	<li>Mustang Level - <a href=\"http://www.comporium.com\" target=\"_blank\">Comporium</a> ~ <a href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan\'s Pub</a> ~ Dave &amp; Donna Hunter ~ M-B Industries, Inc. ~ Ronald &amp; Mary Schleich</li>\r\n	<li>Pony Level - <a href=\"http://www.brevardfamilypractice.com\" target=\"_blank\">Brevard Family Practice</a> ~ <a href=\"http://www.domokur.com\" target=\"_blank\">Domokur Architects</a> ~ <a href=\"http://www.ecustacu.com\" target=\"_blank\">Ecusta Credit Union</a> ~ Sylvan &amp; Maureen Copeloff</li>\r\n</ul>\r\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\r\n<ul>\r\n	<li>Barbara Walter ~ Betsy Alexander~ Bill Lindsay ~ Black Horse Creations ~ Blue Ridge Bakery ~ Body &amp; Soul Therapeutic Massage, Denise Jones ~ Brian Stretcher ~ Brighter Day Coffee ~ Broad Street Wines ~ Carol MacAllister ~ Carter Heyward ~ Celeste Dulin ~ Charlie\'s Tire Center ~ Co-ed Cinema ~ Connestee Falls Golf Club ~ Dollywood ~ Donna Hunter ~ Doug &amp; Paula Poad ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Dugan\'s Pub ~ Ellen Stinchcomb ~ Falls Landing ~ Glass Feather Studio ~ Greg McCathern ~ Headwaters Outfitters ~ Hunters and Gatherers ~ Jaime\'s Creole Brasserie ~ Down to Earth Kayaking ~ Duckpond Pottery ~ KeyLight Media, Albert Dulin ~ Kitty Edwards ~ Kiwi Gelato ~ La Petite Spa ~ Lake Toxaway Country Club ~ Local Color ~ Looking Glass Entertainment ~ Love\'s Jewelry ~ Lowell Steinfeld ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Mountain Home &amp; Mattress ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Peggy McGoldrich ~  Perfect Balance Physical Therapy ~ Peter Mockridge ~ Porsha Smith ~ Attorney Brian Stretcher ~ Sandy Hemmer ~ Stones ~ The Square Root ~ The Sunrise Café ~ Water Oak Dental Group ~ White Squirell Shop ~ Z-Z- Zip, Carl Ganner</li>\r\n</ul>\r\n<div>\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span><strong>Free Rein Center</strong></p>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2014','','inherit','closed','open','','10-revision-v1','','','2014-10-20 02:40:57','2014-10-20 02:40:57','',10,'http://freereincenter.com/?p=235',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (294,1,'2015-08-06 22:09:05','2015-08-06 22:09:05','','Gala Flyer - 2015','','inherit','closed','open','','gala-flyer-2015','','','2015-08-06 22:09:05','2015-08-06 22:09:05','',10,'http://freereincenter.com/wp-content/uploads/2013/03/Gala-Flyer-2015.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (236,1,'2014-10-24 14:45:50','2014-10-24 14:45:50','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Flyer-20141.jpg\"><img class=\"wp-image-225 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Flyer-20141-300x222.jpg\" alt=\"Mane Event Flyer - 2014\" width=\"423\" height=\"313\" /></a></h2>\r\nFree Rein’s 2014 Mane Event Gala was a phenomenal success... and a lot of fun for all.  Duke &amp; Bird, our Auctioneers, brought tremendous energy.  Geraldine Dinkins, Mother of one of our student-riders made it real for the audience of more than 110 people with a very moving description about how important Free Rein is to her and her son.  In addition to Connestee Falls\' great food, we enjoyed live music by The Bold Grey Mares and The Moonshine Babies.\r\n\r\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items.  They combined to make this the most successful gala in Free Rein\'s history, generating almost $30,000 to support the horses and programs at Free Rein.\r\n\r\nSponsors of this year\'s gala included the following.\r\n<ul>\r\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser ~ Porsha &amp; Nathan Smith (in memory of her Mom, Vergie Lee)</li>\r\n	<li>Thoroughbred Level - <a href=\"http://www.transylvaniatimes.com\" target=\"_blank\">Transylvania Times</a> ~ <a href=\"http://www.brianstretcherlaw.com/\" target=\"_blank\">Attorney Brian Stretcher</a> ~ <a href=\"http://brevard-nc-3439.theupsstorelocal.com/\" target=\"_blank\">Brevard\'s UPS Store</a></li>\r\n	<li>Mustang Level - <a href=\"http://www.comporium.com\" target=\"_blank\">Comporium</a> ~ <a href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan\'s Pub</a> ~ Dave &amp; Donna Hunter ~ M-B Industries, Inc. ~ Ronald &amp; Mary Schleich</li>\r\n	<li>Pony Level - <a href=\"http://www.brevardfamilypractice.com\" target=\"_blank\">Brevard Family Practice</a> ~ <a href=\"http://www.domokur.com\" target=\"_blank\">Domokur Architects</a> ~ <a href=\"http://www.ecustacu.com\" target=\"_blank\">Ecusta Credit Union</a> ~ Sylvan &amp; Maureen Copeloff</li>\r\n</ul>\r\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\r\n<ul>\r\n	<li>Barbara Walter ~ Betsy Alexander~ Bill Lindsay ~ Black Horse Creations ~ Blue Ridge Bakery ~ Body &amp; Soul Therapeutic Massage, Denise Jones ~ Brian Stretcher ~ Brighter Day Coffee ~ Broad Street Wines ~ Carol MacAllister ~ Carter Heyward ~ Celeste Dulin ~ Charlie\'s Tire Center ~ Co-ed Cinema ~ Connestee Falls Golf Club ~ Dollywood ~ Donna Hunter ~ Doug &amp; Paula Poad ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Dugan\'s Pub ~ Ellen Stinchcomb ~ Falls Landing ~ Glass Feather Studio ~ Greg McCathern ~ Headwaters Outfitters ~ Hunters and Gatherers ~ Jaime\'s Creole Brasserie ~ Down to Earth Kayaking ~ Duckpond Pottery ~ KeyLight Media, Albert Dulin ~ Kitty Edwards ~ Kiwi Gelato ~ La Petite Spa ~ Lake Toxaway Country Club ~ Local Color ~ Looking Glass Entertainment ~ Love\'s Jewelry ~ Lowell Steinfeld ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Mountain Home &amp; Mattress ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Peggy McGoldrich ~  Perfect Balance Physical Therapy ~ Peter Mockridge ~ Porsha Smith ~ Attorney Brian Stretcher ~ Sandy Hemmer ~ Stones ~ The Square Root ~ The Sunrise Café ~ Water Oak Dental Group ~ White Squirell Shop ~ Z-Z- Zip, Carl Ganner</li>\r\n</ul>\r\n<div>\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span><strong>Free Rein Center</strong></p>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2014','','inherit','closed','open','','10-revision-v1','','','2014-10-24 14:45:50','2014-10-24 14:45:50','',10,'http://freereincenter.com/?p=236',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (238,1,'2014-10-29 18:11:39','2014-10-29 18:11:39','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Flyer-20141.jpg\"><img class=\"wp-image-225 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Flyer-20141-300x222.jpg\" alt=\"Mane Event Flyer - 2014\" width=\"423\" height=\"313\" /></a></h2>\r\nFree Rein’s 2014 Mane Event Gala was a phenomenal success... and a lot of fun for all.  Duke &amp; Bird, our Auctioneers, brought tremendous energy.  Geraldine Dinkins, Mother of one of our student-riders made it real for the audience of more than 110 people with a very moving description about how important Free Rein is to her and her son.  In addition to Connestee Falls\' great food, we enjoyed live music by The Bold Grey Mares and The Moonshine Babies.\r\n\r\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items.  They combined to make this the most successful gala in Free Rein\'s history, generating almost $30,000 to support the horses and programs at Free Rein.\r\n\r\nSponsors of this year\'s gala included the following.\r\n<ul>\r\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser ~ Porsha &amp; Nathan Smith (in memory of her Mom, Vergie Lee)</li>\r\n	<li>Thoroughbred Level - <a href=\"http://www.transylvaniatimes.com\" target=\"_blank\">Transylvania Times</a> ~ <a href=\"http://www.brianstretcherlaw.com/\" target=\"_blank\">Attorney Brian Stretcher</a> ~ <a href=\"http://brevard-nc-3439.theupsstorelocal.com/\" target=\"_blank\">Brevard\'s UPS Store</a></li>\r\n	<li>Mustang Level - <a href=\"http://www.comporium.com\" target=\"_blank\">Comporium</a> ~ <a href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan\'s Pub</a> ~ Dave &amp; Donna Hunter ~ M-B Industries, Inc. ~ Ronald &amp; Mary Schleich</li>\r\n	<li>Pony Level - <a href=\"http://www.brevardfamilypractice.com\" target=\"_blank\">Brevard Family Practice</a> ~ <a href=\"http://www.domokur.com\" target=\"_blank\">Domokur Architects</a> ~ <a href=\"http://www.ecustacu.com\" target=\"_blank\">Ecusta Credit Union</a> ~ Sylvan &amp; Maureen Copeloff</li>\r\n</ul>\r\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\r\n<ul>\r\n	<li>Barbara Walter ~ Betsy Alexander~ Bill Lindsay ~ Black Horse Creations ~ Blue Ridge Bakery ~ Body &amp; Soul Therapeutic Massage, Denise Jones ~ Brian Stretcher ~ Brighter Day Coffee ~ Broad Street Wines ~ Carol MacAllister ~ Carter Heyward ~ Celeste Dulin ~ Charlie\'s Tire Center ~ Co-ed Cinema ~ Connestee Falls Golf Club ~ Dollywood ~ Donna Hunter ~ Doug &amp; Paula Poad ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Dugan\'s Pub ~ Ellen Stinchcomb ~ Falls Landing ~ Glass Feather Studio ~ Greg McCathern ~ Headwaters Outfitters ~ Hunters and Gatherers ~ Jaime\'s Creole Brasserie ~ Down to Earth Kayaking ~ Duckpond Pottery ~ KeyLight Media, Albert Dulin ~ Kitty Edwards ~ Kiwi Gelato ~ La Petite Spa ~ Lake Toxaway Country Club ~ Local Color ~ Looking Glass Entertainment ~ Love\'s Jewelry ~ Lowell Steinfeld ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Mountain Home &amp; Mattress ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Peggy McGoldrich ~  Perfect Balance Physical Therapy ~ Peter Mockridge ~ Porsha Smith ~ Attorney Brian Stretcher ~ Sandy Hemmer ~ Stones ~ The Square Root ~ The Sunrise Café ~ Water Oak Dental Group ~ White Squirrel Shop ~ Z-Z- Zip, Carl Ganner</li>\r\n</ul>\r\n<div>\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span><strong>Free Rein Center</strong></p>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2014','','inherit','closed','open','','10-revision-v1','','','2014-10-29 18:11:39','2014-10-29 18:11:39','',10,'http://freereincenter.com/?p=238',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (239,1,'2014-10-29 18:12:05','2014-10-29 18:12:05','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Flyer-20141.jpg\"><img class=\"wp-image-225 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Flyer-20141-300x222.jpg\" alt=\"Mane Event Flyer - 2014\" width=\"423\" height=\"313\" /></a></h2>\r\nFree Rein’s 2014 Mane Event Gala was a phenomenal success... and a lot of fun for all.  Duke &amp; Bird, our Auctioneers, brought tremendous energy.  Geraldine Dinkins, Mother of one of our student-riders made it real for the audience of more than 110 people with a very moving description about how important Free Rein is to her and her son.  In addition to Connestee Falls\' great food, we enjoyed live music by The Bold Grey Mares and The Moonshine Babies.\r\n\r\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items.  They combined to make this the most successful gala in Free Rein\'s history, generating almost $30,000 to support the horses and programs at Free Rein.\r\n\r\nSponsors of this year\'s gala included the following.\r\n<ul>\r\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser ~ Porsha &amp; Nathan Smith (in memory of her Mom, Vergie Lee)</li>\r\n	<li>Thoroughbred Level - <a href=\"http://www.transylvaniatimes.com\" target=\"_blank\">Transylvania Times</a> ~ <a href=\"http://www.brianstretcherlaw.com/\" target=\"_blank\">Attorney Brian Stretcher</a> ~ <a href=\"http://brevard-nc-3439.theupsstorelocal.com/\" target=\"_blank\">Brevard\'s UPS Store</a></li>\r\n	<li>Mustang Level - <a href=\"http://www.comporium.com\" target=\"_blank\">Comporium</a> ~ <a href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan\'s Pub</a> ~ Dave &amp; Donna Hunter ~ M-B Industries, Inc. ~ Ronald &amp; Mary Schleich</li>\r\n	<li>Pony Level - <a href=\"http://www.brevardfamilypractice.com\" target=\"_blank\">Brevard Family Practice</a> ~ <a href=\"http://www.domokur.com\" target=\"_blank\">Domokur Architects</a> ~ <a href=\"http://www.ecustacu.com\" target=\"_blank\">Ecusta Credit Union</a> ~ Sylvan &amp; Maureen Copeloff</li>\r\n</ul>\r\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\r\n<ul>\r\n	<li>Barbara Walter ~ Betsy Alexander~ Bill Lindsay ~ Black Horse Creations ~ Blue Ridge Bakery ~ Body &amp; Soul Therapeutic Massage, Denise Jones ~ Brian Stretcher ~ Brighter Day Coffee ~ Broad Street Wines ~ Carol MacAllister ~ Carter Heyward ~ Celeste Dulin ~ Charlie\'s Tire Center ~ Co-ed Cinema ~ Connestee Falls Golf Club ~ Dollywood ~ Donna Hunter ~ Doug &amp; Paula Poad ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Dugan\'s Pub ~ Ellen Stinchcomb ~ Falls Landing ~ Glass Feather Studio ~ Greg McCathern ~ Headwaters Outfitters ~ Hunters and Gatherers ~ Jaime\'s Creole Brasserie ~ Down to Earth Kayaking ~ Duckpond Pottery ~ KeyLight Media, Albert Dulin ~ Kitty Edwards ~ Kiwi Gelato ~ La Petite Spa ~ Lake Toxaway Country Club ~ Local Color ~ Looking Glass Entertainment ~ Love\'s Jewelry ~ Lowell Steinfeld ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Mountain Home &amp; Mattress ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Peggy McGoldrich ~  Perfect Balance Physical Therapy ~ Peter Mockridge ~ Porsha Smith ~ Attorney Brian Stretcher ~ Sandy Hemmer ~ Stones ~ The Square Root ~ The Sunrise Café ~ Water Oak Dental Group ~ White Squirrel Shop ~ Z-Z- Zip/Carl &amp; Lois Ganner</li>\r\n</ul>\r\n<div>\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span><strong>Free Rein Center</strong></p>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2014','','inherit','closed','open','','10-revision-v1','','','2014-10-29 18:12:05','2014-10-29 18:12:05','',10,'http://freereincenter.com/?p=239',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (249,1,'2014-12-17 17:53:27','2014-12-17 17:53:27','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\nJust click on a newsletter issue date below and it should open in a new window for you to view.  You will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) to view it.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\">September 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-DEC-2014-email.pdf\">December 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2014-12-17 17:53:27','2014-12-17 17:53:27','',190,'http://freereincenter.com/?p=249',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (255,1,'2014-12-17 21:01:30','2014-12-17 21:01:30','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\nJust click on a newsletter issue date below and it should open in a new window for you to view.  You will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) to view it.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n<ul>\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\">September 2014</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2014-12-17 21:01:30','2014-12-17 21:01:30','',190,'http://freereincenter.com/?p=255',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (243,1,'2014-12-17 17:38:55','2014-12-17 17:38:55','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\nJust click on a newsletter issue date below and it should open in a new window for you to view.  You will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) to view it.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\">September 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/December-2014-Free-Rein-Newsletter-Email-Version.pdf\">December 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2014-12-17 17:38:55','2014-12-17 17:38:55','',190,'http://freereincenter.com/?p=243',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (261,1,'2014-12-17 21:33:42','2014-12-17 21:33:42','','DEC 2014 Free Rein Newsletter (email)','','inherit','closed','open','','dec-2014-free-rein-newsletter-email','','','2014-12-17 21:33:42','2014-12-17 21:33:42','',190,'http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf',0,'attachment','application/pdf',0);
INSERT INTO `wp_posts` VALUES (262,1,'2014-12-17 21:34:24','2014-12-17 21:34:24','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\nJust click on a newsletter issue date below and it should open in a new window for you to view.  You will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) to view it.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n<ul>\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\">September 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\">December 2014</a></li>\r\n</ul>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2014-12-17 21:34:24','2014-12-17 21:34:24','',190,'http://freereincenter.com/?p=262',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (274,1,'2015-05-25 19:27:10','2015-05-25 19:27:10','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and after-school lessons Monday-Friday and on Saturday mornings.</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small.jpg\"><img class=\"size-medium wp-image-176 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small-300x176.jpg\" alt=\"IMG_4432 (small)\" width=\"300\" height=\"176\" /></a></p>\r\n<span style=\"line-height: 1.5em;\">Our 2015 Spring Session was another success, with more 59 participants.  Our 8-week fall </span><span style=\"line-height: 1.5em;\">session will run from September 8th - November 7th (including the week of make-ups we invariably need).</span>\r\n\r\nIf you need more information, or would like to apply for the fall program, please contact Jennifer Rouse, Program Director, at (828) 883-3375 or use the email link below for more information or to request an application packet.\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2015-05-25 19:27:10','2015-05-25 19:27:10','',12,'http://freereincenter.com/?p=274',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (264,1,'2015-03-21 17:00:33','2015-03-21 17:00:33','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and after-school lessons Monday-Friday and on Saturday mornings.</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small.jpg\"><img class=\"size-medium wp-image-176 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small-300x176.jpg\" alt=\"IMG_4432 (small)\" width=\"300\" height=\"176\" /></a></p>\r\n<span style=\"line-height: 1.5em;\">Our 2014 Fall Session was a big success, with more than 60 participants.  Our 8-week spring session just started and will run until May 16th (inclusive of make ups for classes cancelled due to weather). The </span><span style=\"line-height: 1.5em;\">2015 fall session will run from August 31st - October 31st.</span>\r\n\r\nIf you need more information, or would like to apply for the fall program, please contact Jennifer Rouse, Program Director, at (828) 883-3375 or use the email link below for more information or to request an application packet.\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2015-03-21 17:00:33','2015-03-21 17:00:33','',12,'http://freereincenter.com/?p=264',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (265,1,'2015-03-21 17:03:39','2015-03-21 17:03:39','<strong> Free Rein\'s 2015 Fund Raising Calendar  is now available.</strong>\r\n\r\n<strong><a href=\"http://freereincenter.com/wp-content/uploads/2013/10/2015-Calendar-Cover.jpg\"><img class=\"alignright wp-image-229 size-medium\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/2015-Calendar-Cover-300x232.jpg\" alt=\"\" width=\"300\" height=\"232\" /></a></strong>\r\n\r\nOur third fund raising calendar was a real work of heart, with lots of high quality photos of our students, our volunteers, and (of course) our horses.  It was also very high quality art.  Thanks to local businesses who sponsored months and a bunch of people who bought days to commemorate birthdays and anniversaries or honor loved ones, Free Rein raised over $3,000 that will help feed the horses and keep making a large, positive impact in the lives of our students and their families.\r\n\r\nYou can highlight your loved ones\' special days with a special note on that day in the calendar.  <strong>If you\'d like to buy a 2015 calendar, or day in the 2016 calendar, please email us and we\'ll have someone get in touch to arrange the details. </strong> Every day you buy 25 each), you\'ll get a free calendar ($15 value).  They make great presents, too.\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','News and Events','','inherit','closed','open','','9-revision-v1','','','2015-03-21 17:03:39','2015-03-21 17:03:39','',9,'http://freereincenter.com/?p=265',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (267,1,'2015-03-30 20:26:40','2015-03-30 20:26:40','','Free Rein Newsletter MAR 2015 (email)','','inherit','closed','open','','free-rein-newsletter-mar-2015-email','','','2015-03-30 20:26:40','2015-03-30 20:26:40','',190,'http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf',0,'attachment','application/pdf',0);
INSERT INTO `wp_posts` VALUES (268,1,'2015-03-30 20:31:01','2015-03-30 20:31:01','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\nJust click on a newsletter issue date below and it should open in a new window for you to view.  You will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) to view it.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\">June 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\">September 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\">December 2014</a></li>\r\n</ul>\r\n2015 Issues\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-03-30 20:31:01','2015-03-30 20:31:01','',190,'http://freereincenter.com/?p=268',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (270,1,'2015-03-30 20:36:00','2015-03-30 20:36:00','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\nJust click on a newsletter issue date below and it should open in a new window for you to view.  You will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) to view it.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n</ul>\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-03-30 20:36:00','2015-03-30 20:36:00','',190,'http://freereincenter.com/?p=270',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (269,1,'2015-03-30 20:31:37','2015-03-30 20:31:37','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\nJust click on a newsletter issue date below and it should open in a new window for you to view.  You will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) to view it.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n</ul>\r\n2015 Issues\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-03-30 20:31:37','2015-03-30 20:31:37','',190,'http://freereincenter.com/?p=269',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (275,1,'2015-05-30 14:43:19','2015-05-30 14:43:19','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and after-school lessons Monday-Friday and on Saturday mornings.</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small.jpg\"><img class=\"size-medium wp-image-176 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small-300x176.jpg\" alt=\"IMG_4432 (small)\" width=\"300\" height=\"176\" /></a></p>\r\n<span style=\"line-height: 1.5em;\">Our 2015 Spring Session was another success, serving 59 individuals.  Our 8-week fall </span><span style=\"line-height: 1.5em;\">session will run from September 8th - November 7th (including the week of make-ups we invariably need).</span>\r\n\r\nIf you need more information, or would like to apply for the fall program, please contact Jennifer Rouse, Program Director, at (828) 883-3375 or use the email link below for more information or to request an application packet.\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2015-05-30 14:43:19','2015-05-30 14:43:19','',12,'http://freereincenter.com/?p=275',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (277,1,'2015-06-30 20:00:27','2015-06-30 20:00:27','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\nJust click on a newsletter issue date below and it should open in a new window for you to view.  You will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) to view it.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n</ul>\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n	<li>June 2015</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-06-30 20:00:27','2015-06-30 20:00:27','',190,'http://freereincenter.com/?p=277',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (278,1,'2015-06-30 20:01:09','2015-06-30 20:01:09','','Free Rein Newsletter JUN 2015 (email)','','inherit','closed','open','','free-rein-newsletter-jun-2015-email','','','2015-06-30 20:01:09','2015-06-30 20:01:09','',190,'http://freereincenter.com/wp-content/uploads/2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf',0,'attachment','application/pdf',0);
INSERT INTO `wp_posts` VALUES (279,1,'2015-12-08 18:57:48','2015-12-08 18:57:48','<em><strong>Nickers &amp; News</strong></em>  is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly) who we serve and why it matters.  If you\'d like to receive new issues by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.  Please feel free to share them with your friends and family, too.\r\n\r\nClick on a newsletter issue below and it should open in a new window for you to view.  They are in \".pdf\" format, so you will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) or some other pdf file reader to view it.  Some browsers (i.e. Google Chrome) and smartphone operating systems (i.e. Android) have .pdf reader applications built in.\r\n\r\nIf you have any trouble opening or viewing them, please let us know so we can fix any issues involved.  <strong><em>Please note that the newsletters are listed below from most recent to oldest issues, with the newest issues at the top of the list.</em></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2015/12/Free-Rein-Newsletter-DEC-2015-email.pdf\" target=\"_blank\">December 2015</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-SEP-2015-email.pdf\">September 2015</a></li>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf\" target=\"_blank\">June 2015</a></li>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-autosave-v1','','','2015-12-08 18:57:48','2015-12-08 18:57:48','',190,'http://freereincenter.com/?p=279',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (281,1,'2015-06-30 20:45:53','2015-06-30 20:45:53','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\nJust click on a newsletter issue date below and it should open in a new window for you to view.  You will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) to view it.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n</ul>\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n	<li>June 2015</li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-06-30 20:45:53','2015-06-30 20:45:53','',190,'http://freereincenter.com/?p=281',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (280,1,'2015-06-30 20:04:04','2015-06-30 20:04:04','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\nJust click on a newsletter issue date below and it should open in a new window for you to view.  You will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) to view it.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n</ul>\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\"http://freereincenter.com/?attachment_id=278\" target=\"_blank\">June 2015</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-06-30 20:04:04','2015-06-30 20:04:04','',190,'http://freereincenter.com/?p=280',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (282,1,'2015-06-30 20:47:44','2015-06-30 20:47:44','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\nJust click on a newsletter issue date below and it should open in a new window for you to view.  You will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) to view it.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n</ul>\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\" Free-Rein-Newsletter-JUN-2015-email.pdf\" target=\"_blank\">June 2015</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-06-30 20:47:44','2015-06-30 20:47:44','',190,'http://freereincenter.com/?p=282',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (283,1,'2015-06-30 20:49:33','2015-06-30 20:49:33','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.\r\n\r\nJust click on a newsletter issue date below and it should open in a new window for you to view.  You will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) to view it.  If you have trouble viewing it, please let us know so we can fix any issues involved.\r\n\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n</ul>\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf\" target=\"_blank\">June 2015</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-06-30 20:49:33','2015-06-30 20:49:33','',190,'http://freereincenter.com/?p=283',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (284,1,'2015-07-02 18:14:31','2015-07-02 18:14:31','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.  Please feel free to share them with your friends and family, too.\r\n\r\nJust click on a newsletter issue date below and it should open in a new window for you to view.  They are in .pdf format, so you will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) or some other pdf file reader to view it.  Some browsers and smartphone operating systems have .pdf reader applications built in.  If you have trouble viewing it, please let us know so we can fix any issues involved.  Please note that the newsletters are listed below from most recent to oldest issues.\r\n\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf\" target=\"_blank\">June 2015</a></li>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-07-02 18:14:31','2015-07-02 18:14:31','',190,'http://freereincenter.com/?p=284',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (285,1,'2015-07-02 18:16:05','2015-07-02 18:16:05','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.  Please feel free to share them with your friends and family, too.\r\n\r\nJust click on a newsletter issue below and it should open in a new window for you to view.  They are in \".pdf\" format, so you will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) or some other pdf file reader to view it.  Some browsers (i.e. Google Chrome) and smartphone operating systems (i.e. Android) have .pdf reader applications built in.  If you have trouble viewing it, please let us know so we can fix any issues involved.  Please note that the newsletters are listed below from most recent to oldest issues.\r\n\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf\" target=\"_blank\">June 2015</a></li>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-07-02 18:16:05','2015-07-02 18:16:05','',190,'http://freereincenter.com/?p=285',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (286,1,'2015-07-02 18:18:34','2015-07-02 18:18:34','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.  Please feel free to share them with your friends and family, too.\r\n\r\nClick on a newsletter issue below and it should open in a new window for you to view.  They are in \".pdf\" format, so you will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) or some other pdf file reader to view it.  Some browsers (i.e. Google Chrome) and smartphone operating systems (i.e. Android) have .pdf reader applications built in.\r\n\r\nIf you have any trouble opening or viewing them, please let us know so we can fix any issues involved.  Please note that the newsletters are listed below from most recent to oldest issues.\r\n\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf\" target=\"_blank\">June 2015</a></li>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-07-02 18:18:34','2015-07-02 18:18:34','',190,'http://freereincenter.com/?p=286',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (287,1,'2015-07-02 18:20:19','2015-07-02 18:20:19','<em><strong>Nickers &amp; News</strong></em> is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.  Please feel free to share them with your friends and family, too.\r\n\r\nClick on a newsletter issue below and it should open in a new window for you to view.  They are in \".pdf\" format, so you will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) or some other pdf file reader to view it.  Some browsers (i.e. Google Chrome) and smartphone operating systems (i.e. Android) have .pdf reader applications built in.\r\n\r\nIf you have any trouble opening or viewing them, please let us know so we can fix any issues involved.  <strong><em>Please note that the newsletters are listed below from most recent to oldest issues, with the newest issues at the top of the list.</em></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf\" target=\"_blank\">June 2015</a></li>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-07-02 18:20:19','2015-07-02 18:20:19','',190,'http://freereincenter.com/?p=287',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (288,1,'2015-07-02 18:20:56','2015-07-02 18:20:56','<em><strong>Nickers &amp; News</strong></em>  is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.  Please feel free to share them with your friends and family, too.\r\n\r\nClick on a newsletter issue below and it should open in a new window for you to view.  They are in \".pdf\" format, so you will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) or some other pdf file reader to view it.  Some browsers (i.e. Google Chrome) and smartphone operating systems (i.e. Android) have .pdf reader applications built in.\r\n\r\nIf you have any trouble opening or viewing them, please let us know so we can fix any issues involved.  <strong><em>Please note that the newsletters are listed below from most recent to oldest issues, with the newest issues at the top of the list.</em></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf\" target=\"_blank\">June 2015</a></li>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-07-02 18:20:56','2015-07-02 18:20:56','',190,'http://freereincenter.com/?p=288',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (289,1,'2015-07-02 18:21:26','2015-07-02 18:21:26','<em><strong>Nickers &amp; News</strong></em>  is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly), who we serve and why it matters.  If you\'d like to receive this newsletter by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.  Please feel free to share them with your friends and family, too.\r\n\r\nClick on a newsletter issue below and it should open in a new window for you to view.  They are in \".pdf\" format, so you will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) or some other pdf file reader to view it.  Some browsers (i.e. Google Chrome) and smartphone operating systems (i.e. Android) have .pdf reader applications built in.\r\n\r\nIf you have any trouble opening or viewing them, please let us know so we can fix any issues involved.  <strong><em>Please note that the newsletters are listed below from most recent to oldest issues, with the newest issues at the top of the list.</em></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf\" target=\"_blank\">June 2015</a></li>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-07-02 18:21:26','2015-07-02 18:21:26','',190,'http://freereincenter.com/?p=289',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (290,1,'2015-07-02 18:23:10','2015-07-02 18:23:10','<em><strong>Nickers &amp; News</strong></em>  is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly) who we serve and why it matters.  If you\'d like to receive new issues by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.  Please feel free to share them with your friends and family, too.\r\n\r\nClick on a newsletter issue below and it should open in a new window for you to view.  They are in \".pdf\" format, so you will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) or some other pdf file reader to view it.  Some browsers (i.e. Google Chrome) and smartphone operating systems (i.e. Android) have .pdf reader applications built in.\r\n\r\nIf you have any trouble opening or viewing them, please let us know so we can fix any issues involved.  <strong><em>Please note that the newsletters are listed below from most recent to oldest issues, with the newest issues at the top of the list.</em></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf\" target=\"_blank\">June 2015</a></li>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-07-02 18:23:10','2015-07-02 18:23:10','',190,'http://freereincenter.com/?p=290',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (292,1,'2015-08-06 22:03:21','2015-08-06 22:03:21','','Calendar Day Page with Highlight','','inherit','closed','open','','calendar-day-page-with-highlight','','','2015-08-06 22:03:21','2015-08-06 22:03:21','',125,'http://freereincenter.com/wp-content/uploads/2013/10/Calendar-Day-Page-with-Highlight.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (293,1,'2015-08-06 22:07:53','2015-08-06 22:07:53','<img class=\"alignleft wp-image-292\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/Calendar-Day-Page-with-Highlight-300x230.jpg\" alt=\"Calendar Day Page with Highlight\" width=\"261\" height=\"200\" />Our annual calendar is a true labor of love... it\'s a lot of work, but we love to do it.  We love to do it because it is another way we can tell the wonderful stories of Horses Helping Humans Heal - and those humans, too.\r\n\r\nThe 2016 calendars are in process, but it\'s not too late to buy a day to remember a loved one\'s special day, honor someone special in your life, or even remember your favorite furry friend\'s birthday.  A day costs $25 and you get a free calendar with every day bought.  Email us at freerein1325@gmail.com with your desired days and we\'ll get in touch to work out details.  Don\'t delay... the last day to buy a day is August 21st.\r\n\r\n<strong>Please help thank our annual calendar sponsors</strong> - they believe in what we do and show it by sponsoring months in our calendar - thank them for their support of Free Rein with your patronage.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2013/10/2015-Calendar-Pages.jpg\"><img class=\"alignleft wp-image-231\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/2015-Calendar-Pages-193x300.jpg\" alt=\"2015 Calendar Pages\" width=\"231\" height=\"359\" /></a>\r\n<table style=\"height: 585px;\" width=\"362\">\r\n<tbody>\r\n<tr>\r\n<td width=\"94\">January</td>\r\n<td width=\"249\"><a href=\"http://www.oskarblues.com/\">Oskar Blues Brewery</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">February</td>\r\n<td width=\"249\"><a href=\"http://www.foodmattersmarket.com/\">Food Matters Market</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">March</td>\r\n<td width=\"249\"><a href=\"http://www.duganspub.com/\">Dugan’s Pub</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">April</td>\r\n<td width=\"249\"><a href=\"http://www.brevardnc.com/businesses/hampton-inn-275-forest-gate-drive-pisgah-forest/\">Hampton Inn of Brevard-Pisgah Forest</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">May</td>\r\n<td width=\"249\"><a href=\"http://www.ddbullwinkels.com/\">Rocky’s, D.D. Bullwinkel’s, and Moose Tracks</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">June</td>\r\n<td width=\"249\"><a href=\"http://www.lookingglassbrevard.com/\">Looking Glass Realty</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">July</td>\r\n<td width=\"249\"><a href=\"http://www.perfectbalancept.com/\">Perfect Balance Physical Therapy</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">August</td>\r\n<td width=\"249\"><a href=\"http://www.charliestirecenter.com/\">Charlie’s Tire Center</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">September</td>\r\n<td width=\"249\"><a href=\"http://www.firstcitizens.com/\">First Citizens Bank</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">October</td>\r\n<td width=\"249\"><a href=\"http://www.copy-works.net/\">Copy Works</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">November</td>\r\n<td width=\"249\"><a href=\"http://www.missionchildrens.org/\">Mission Childrens’ Hospital</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">December</td>\r\n<td width=\"249\"><a href=\"http://www.wateroakdental.com/\">Water Oak Dental Associates</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nP.O. Box 1325 Brevard, NC  28712</strong>\r\n\r\n<strong>Free Rein Center</strong>\r\n\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Free Rein Calendar','','inherit','closed','open','','125-revision-v1','','','2015-08-06 22:07:53','2015-08-06 22:07:53','',125,'http://freereincenter.com/?p=293',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (295,1,'2015-08-06 22:13:28','2015-08-06 22:13:28','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Gala-Flyer-2015.jpg\"><img class=\"alignleft wp-image-294 \" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Gala-Flyer-2015-300x234.jpg\" alt=\"Gala Flyer - 2015\" width=\"262\" height=\"204\" /></a></h2>\r\nMark your calendar (hopefully a Free Rein calendar) for Saturday, October 17th and make plans to attend our 2015 \"Mane Event.  It promises to be even better than last years, which hugely enjoyable for all.  The Moonshine Babies will, again, be the featured entertainment and we are planning on having even better live and silent auction items.\r\n\r\nFree Rein’s 2014 Mane Event Gala was a phenomenal success... and a lot of fun for all.  Duke &amp; Bird, our Auctioneers, brought tremendous energy.  Geraldine Dinkins, Mother of one of our student-riders made it real for the audience of more than 110 people with a very moving description about how important Free Rein is to her and her son.  In addition to Connestee Falls\' great food, we enjoyed live music by The Bold Grey Mares and The Moonshine Babies.\r\n\r\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items.  They combined to make this the most successful gala in Free Rein\'s history, generating almost $30,000 to support the horses and programs at Free Rein.\r\n\r\nSponsors of this year\'s gala included the following.\r\n<ul>\r\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser ~ Porsha &amp; Nathan Smith (in memory of her Mom, Vergie Lee)</li>\r\n	<li>Thoroughbred Level - <a href=\"http://www.transylvaniatimes.com\" target=\"_blank\">Transylvania Times</a> ~ <a href=\"http://www.brianstretcherlaw.com/\" target=\"_blank\">Attorney Brian Stretcher</a> ~ <a href=\"http://brevard-nc-3439.theupsstorelocal.com/\" target=\"_blank\">Brevard\'s UPS Store</a></li>\r\n	<li>Mustang Level - <a href=\"http://www.comporium.com\" target=\"_blank\">Comporium</a> ~ <a href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan\'s Pub</a> ~ Dave &amp; Donna Hunter ~ M-B Industries, Inc. ~ Ronald &amp; Mary Schleich</li>\r\n	<li>Pony Level - <a href=\"http://www.brevardfamilypractice.com\" target=\"_blank\">Brevard Family Practice</a> ~ <a href=\"http://www.domokur.com\" target=\"_blank\">Domokur Architects</a> ~ <a href=\"http://www.ecustacu.com\" target=\"_blank\">Ecusta Credit Union</a> ~ Sylvan &amp; Maureen Copeloff</li>\r\n</ul>\r\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\r\n<ul>\r\n	<li>Barbara Walter ~ Betsy Alexander~ Bill Lindsay ~ Black Horse Creations ~ Blue Ridge Bakery ~ Body &amp; Soul Therapeutic Massage, Denise Jones ~ Brian Stretcher ~ Brighter Day Coffee ~ Broad Street Wines ~ Carol MacAllister ~ Carter Heyward ~ Celeste Dulin ~ Charlie\'s Tire Center ~ Co-ed Cinema ~ Connestee Falls Golf Club ~ Dollywood ~ Donna Hunter ~ Doug &amp; Paula Poad ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Dugan\'s Pub ~ Ellen Stinchcomb ~ Falls Landing ~ Glass Feather Studio ~ Greg McCathern ~ Headwaters Outfitters ~ Hunters and Gatherers ~ Jaime\'s Creole Brasserie ~ Down to Earth Kayaking ~ Duckpond Pottery ~ KeyLight Media, Albert Dulin ~ Kitty Edwards ~ Kiwi Gelato ~ La Petite Spa ~ Lake Toxaway Country Club ~ Local Color ~ Looking Glass Entertainment ~ Love\'s Jewelry ~ Lowell Steinfeld ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Mountain Home &amp; Mattress ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Peggy McGoldrich ~  Perfect Balance Physical Therapy ~ Peter Mockridge ~ Porsha Smith ~ Attorney Brian Stretcher ~ Sandy Hemmer ~ Stones ~ The Square Root ~ The Sunrise Café ~ Water Oak Dental Group ~ White Squirrel Shop ~ Z-Z- Zip/Carl &amp; Lois Ganner</li>\r\n</ul>\r\n<div>\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span><strong>Free Rein Center</strong></p>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2014','','inherit','closed','open','','10-revision-v1','','','2015-08-06 22:13:28','2015-08-06 22:13:28','',10,'http://freereincenter.com/?p=295',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (297,1,'2015-08-21 02:59:02','2015-08-21 02:59:02','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Gala-Flyer-2015.jpg\"><img class=\"alignleft wp-image-294 \" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Gala-Flyer-2015-300x234.jpg\" alt=\"Gala Flyer - 2015\" width=\"262\" height=\"204\" /></a></h2>\r\nMark your calendar (hopefully a Free Rein calendar) for Saturday, October 17th and make plans to attend our 2015 \"Mane Event.  It promises to be even better than last years, which hugely enjoyable for all.  The Moonshine Babies will, again, be the featured entertainment and we are planning on having even better live and silent auction items.\r\n\r\nContact the office for more information and to make reservations.\r\n\r\nFree Rein’s 2014 Mane Event Gala was a phenomenal success... and a lot of fun for all.  Duke &amp; Bird, our Auctioneers, brought tremendous energy.  Geraldine Dinkins, Mother of one of our student-riders made it real for the audience of more than 110 people with a very moving description about how important Free Rein is to her and her son.  In addition to Connestee Falls\' great food, we enjoyed live music by The Bold Grey Mares and The Moonshine Babies.\r\n\r\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items.  They combined to make this the most successful gala in Free Rein\'s history, generating more than $30,000 to support the horses and programs at Free Rein.\r\n\r\nSponsors of the 2014 gala included the following.\r\n<ul>\r\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser ~ Porsha &amp; Nathan Smith (in memory of her Mom, Vergie Lee)</li>\r\n	<li>Thoroughbred Level - <a href=\"http://www.transylvaniatimes.com\" target=\"_blank\">Transylvania Times</a> ~ <a href=\"http://www.brianstretcherlaw.com/\" target=\"_blank\">Attorney Brian Stretcher</a> ~ <a href=\"http://brevard-nc-3439.theupsstorelocal.com/\" target=\"_blank\">Brevard\'s UPS Store</a></li>\r\n	<li>Mustang Level - <a href=\"http://www.comporium.com\" target=\"_blank\">Comporium</a> ~ <a href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan\'s Pub</a> ~ Dave &amp; Donna Hunter ~ M-B Industries, Inc. ~ Ronald &amp; Mary Schleich</li>\r\n	<li>Pony Level - <a href=\"http://www.brevardfamilypractice.com\" target=\"_blank\">Brevard Family Practice</a> ~ <a href=\"http://www.domokur.com\" target=\"_blank\">Domokur Architects</a> ~ <a href=\"http://www.ecustacu.com\" target=\"_blank\">Ecusta Credit Union</a> ~ Sylvan &amp; Maureen Copeloff</li>\r\n</ul>\r\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\r\n<ul>\r\n	<li>Barbara Walter ~ Betsy Alexander~ Bill Lindsay ~ Black Horse Creations ~ Blue Ridge Bakery ~ Body &amp; Soul Therapeutic Massage, Denise Jones ~ Brian Stretcher ~ Brighter Day Coffee ~ Broad Street Wines ~ Carol MacAllister ~ Carter Heyward ~ Celeste Dulin ~ Charlie\'s Tire Center ~ Co-ed Cinema ~ Connestee Falls Golf Club ~ Dollywood ~ Donna Hunter ~ Doug &amp; Paula Poad ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Dugan\'s Pub ~ Ellen Stinchcomb ~ Falls Landing ~ Glass Feather Studio ~ Greg McCathern ~ Headwaters Outfitters ~ Hunters and Gatherers ~ Jaime\'s Creole Brasserie ~ Down to Earth Kayaking ~ Duckpond Pottery ~ KeyLight Media, Albert Dulin ~ Kitty Edwards ~ Kiwi Gelato ~ La Petite Spa ~ Lake Toxaway Country Club ~ Local Color ~ Looking Glass Entertainment ~ Love\'s Jewelry ~ Lowell Steinfeld ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Mountain Home &amp; Mattress ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Peggy McGoldrich ~  Perfect Balance Physical Therapy ~ Peter Mockridge ~ Porsha Smith ~ Attorney Brian Stretcher ~ Sandy Hemmer ~ Stones ~ The Square Root ~ The Sunrise Café ~ Water Oak Dental Group ~ White Squirrel Shop ~ Z-Z- Zip/Carl &amp; Lois Ganner</li>\r\n</ul>\r\n<div>\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span><strong>Free Rein Center</strong></p>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2015','','inherit','closed','open','','10-revision-v1','','','2015-08-21 02:59:02','2015-08-21 02:59:02','',10,'http://freereincenter.com/?p=297',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (298,1,'2015-08-28 14:23:42','2015-08-28 14:23:42','','Free Rein Newsletter SEP 2015 (email)','','inherit','closed','open','','free-rein-newsletter-sep-2015-email','','','2015-08-28 14:23:42','2015-08-28 14:23:42','',190,'http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-SEP-2015-email.pdf',0,'attachment','application/pdf',0);
INSERT INTO `wp_posts` VALUES (299,1,'2015-08-28 15:01:20','2015-08-28 15:01:20','<em><strong>Nickers &amp; News</strong></em>  is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly) who we serve and why it matters.  If you\'d like to receive new issues by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.  Please feel free to share them with your friends and family, too.\r\n\r\nClick on a newsletter issue below and it should open in a new window for you to view.  They are in \".pdf\" format, so you will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) or some other pdf file reader to view it.  Some browsers (i.e. Google Chrome) and smartphone operating systems (i.e. Android) have .pdf reader applications built in.\r\n\r\nIf you have any trouble opening or viewing them, please let us know so we can fix any issues involved.  <strong><em>Please note that the newsletters are listed below from most recent to oldest issues, with the newest issues at the top of the list.</em></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-SEP-2015-email.pdf\">September 2015</a></li>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf\" target=\"_blank\">June 2015</a></li>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-08-28 15:01:20','2015-08-28 15:01:20','',190,'http://freereincenter.com/?p=299',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (302,1,'2015-09-24 18:37:40','2015-09-24 18:37:40','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Gala-Flyer-2015.jpg\"><img class=\"alignleft wp-image-294 \" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Gala-Flyer-2015-300x234.jpg\" alt=\"Gala Flyer - 2015\" width=\"262\" height=\"204\" /></a></h2>\r\nMark your calendar (hopefully a Free Rein calendar) for Saturday, October 17th and make plans to attend our 2015 \"Mane Event.\r\n\r\nLast year’s event was a huge success and we’ve been working hard to make this year’s event even better.  Many folks who attended last year said that it was one of the most enjoyable fund raising events they have attended in years.  Details are shown at left.\r\n\r\nThe Moon Shine Babies were so moved by hearing more about what we do at Free Rein last year that they will not only be playing again... they are donating a house concert to the auction.  The French Broad Dinner Cruise will be back again (thanks to  Jaimes Creole Brasserie, Down To Earth Kayaking, and Duckpond Pottery).  In addition, Carl &amp; Lois at<a title=\"Z-Z-Zip - Rosman, NC\" href=\"http://http://www.z-z-zip.com/\" target=\"_blank\"> <strong><em>Z-Z-Zip</em></strong></a> (<em>Brevard\'s #1 Outdoor Activity on TripAdvisor</em>) have provided another awesome auction item that we’re calling “Z’s and Zips.”  This great experience combines a night for two in their Running Waters Treehouse, Zipline trips for two, and a picnic dinner (provided by the Free Rein Board).  The Head Chef at Connestee Falls will prepare a meal that will be served in one of our board member\'s beautiful lakeside home in Connestee Falls after a \"Cocktail Cruise\" on Ticoa Lake in their boat.\r\n\r\nIn addition to boat rides, great meals, airplane rides... and a lot of other great, “can’t go home without it” auction items -  Connestee Falls will present their always delectable “small plate buffet\" and attendees will get one complimentary beverage at the bar.  All-in-all, it’s a great opportunity to have lots of fun and “do good” at the same time.\r\n\r\nMake reservations or purchase tickets by contacting the Free Rein Office between 1-5 pm at 828-883-3375.  You may also purchase tickets right here on our website by using the PayPal on the \"Donate Now” link above.  Just be sure to include “2015 Mane Event Gala Tickets for (your names)” in the “add special instructions to recipient block.”\r\n\r\n==============================\r\n\r\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items to last year\'s auction.  They combined to make this the most successful gala in Free Rein\'s history, generating more than $30,000 to support the horses and programs at Free Rein.\r\n\r\nSponsors of the 2014 gala included the following.  We will be updating this list to reflect those who supported the 2015 \"Mane Event\" Gala just before the event, so we can show and thank all of them.\r\n<ul>\r\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser ~ Porsha &amp; Nathan Smith (in memory of her Mom, Vergie Lee)</li>\r\n	<li>Thoroughbred Level - <a href=\"http://www.transylvaniatimes.com\" target=\"_blank\">Transylvania Times</a> ~ <a href=\"http://www.brianstretcherlaw.com/\" target=\"_blank\">Attorney Brian Stretcher</a> ~ <a href=\"http://brevard-nc-3439.theupsstorelocal.com/\" target=\"_blank\">Brevard\'s UPS Store</a></li>\r\n	<li>Mustang Level - <a href=\"http://www.comporium.com\" target=\"_blank\">Comporium</a> ~ <a href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan\'s Pub</a> ~ Dave &amp; Donna Hunter ~ M-B Industries, Inc. ~ Ronald &amp; Mary Schleich</li>\r\n	<li>Pony Level - <a href=\"http://www.brevardfamilypractice.com\" target=\"_blank\">Brevard Family Practice</a> ~ <a href=\"http://www.domokur.com\" target=\"_blank\">Domokur Architects</a> ~ <a href=\"http://www.ecustacu.com\" target=\"_blank\">Ecusta Credit Union</a> ~ Sylvan &amp; Maureen Copeloff</li>\r\n</ul>\r\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\r\n<ul>\r\n	<li>Barbara Walter ~ Betsy Alexander~ Bill Lindsay ~ Black Horse Creations ~ Blue Ridge Bakery ~ Body &amp; Soul Therapeutic Massage, Denise Jones ~ Brian Stretcher ~ Brighter Day Coffee ~ Broad Street Wines ~ Carol MacAllister ~ Carter Heyward ~ Celeste Dulin ~ Charlie\'s Tire Center ~ Co-ed Cinema ~ Connestee Falls Golf Club ~ Dollywood ~ Donna Hunter ~ Doug &amp; Paula Poad ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Dugan\'s Pub ~ Ellen Stinchcomb ~ Falls Landing ~ Glass Feather Studio ~ Greg McCathern ~ Headwaters Outfitters ~ Hunters and Gatherers ~ Jaime\'s Creole Brasserie ~ Down to Earth Kayaking ~ Duckpond Pottery ~ KeyLight Media, Albert Dulin ~ Kitty Edwards ~ Kiwi Gelato ~ La Petite Spa ~ Lake Toxaway Country Club ~ Local Color ~ Looking Glass Entertainment ~ Love\'s Jewelry ~ Lowell Steinfeld ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Mountain Home &amp; Mattress ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Peggy McGoldrich ~  Perfect Balance Physical Therapy ~ Peter Mockridge ~ Porsha Smith ~ Attorney Brian Stretcher ~ Sandy Hemmer ~ Stones ~ The Square Root ~ The Sunrise Café ~ Water Oak Dental Group ~ White Squirrel Shop ~ Z-Z- Zip/Carl &amp; Lois Ganner</li>\r\n</ul>\r\n<div>\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span><strong>Free Rein Center</strong></p>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2015','','inherit','closed','open','','10-revision-v1','','','2015-09-24 18:37:40','2015-09-24 18:37:40','',10,'http://freereincenter.com/?p=302',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (303,1,'2015-09-24 18:40:40','2015-09-24 18:40:40','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Gala-Flyer-2015.jpg\"><img class=\"alignleft wp-image-294 \" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Gala-Flyer-2015-300x234.jpg\" alt=\"Gala Flyer - 2015\" width=\"262\" height=\"204\" /></a></h2>\r\nMark your calendar (hopefully a Free Rein calendar) for Saturday, October 17th &amp; make plans to attend our 2015 \"Mane Event.\r\n\r\nLast year’s event was a huge success and we’ve been working hard to make this year’s event even better.  Many folks who attended last year said that it was one of the most enjoyable fund raising events they have attended in years.  Details are shown at left (just click on the image to enlarge it).\r\n\r\nThe Moon Shine Babies were so moved by hearing more about what we do at Free Rein last year that they will not only be playing again... they are donating a house concert to the auction.  The French Broad Dinner Cruise will be back again (thanks to  Jaimes Creole Brasserie, Down To Earth Kayaking, and Duckpond Pottery).  In addition, Carl &amp; Lois at<a title=\"Z-Z-Zip - Rosman, NC\" href=\"http://http://www.z-z-zip.com/\" target=\"_blank\"> <strong><em>Z-Z-Zip</em></strong></a> (<em>Brevard\'s #1 Outdoor Activity on TripAdvisor</em>) have provided another awesome auction item that we’re calling “Z’s and Zips.”  This great experience combines a night for two in their Running Waters Treehouse, Zipline trips for two, and a picnic dinner (provided by the Free Rein Board).  Another new item includes the Head Chef at Connestee Falls preparing a meal that will be served in one of our board member\'s beautiful lakeside home in Connestee Falls after a \"Cocktail Cruise\" on Ticoa Lake in their boat.\r\n\r\nIn addition to boat rides, great meals, airplane rides... and a lot of other great, “can’t go home without it” auction items -  Connestee Falls will present their always delectable “small plate buffet\" and attendees will get one complimentary beverage at the bar.  All-in-all, it’s a great opportunity to have lots of fun and “do good” at the same time.\r\n\r\nMake reservations or purchase tickets by contacting the Free Rein Office between 1-5 pm at 828-883-3375.  You may also purchase tickets right here on our website by using the PayPal on the \"Donate Now” link above.  Just be sure to include “2015 Mane Event Gala Tickets for (your names)” in the “add special instructions to recipient block.”\r\n\r\n==============================\r\n\r\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items to last year\'s auction.  They combined to make this the most successful gala in Free Rein\'s history, generating more than $30,000 to support the horses and programs at Free Rein.\r\n\r\nSponsors of the 2014 gala included the following.  We will be updating this list to reflect those who supported the 2015 \"Mane Event\" Gala just before the event, so we can show and thank all of them.\r\n<ul>\r\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser ~ Porsha &amp; Nathan Smith (in memory of her Mom, Vergie Lee)</li>\r\n	<li>Thoroughbred Level - <a href=\"http://www.transylvaniatimes.com\" target=\"_blank\">Transylvania Times</a> ~ <a href=\"http://www.brianstretcherlaw.com/\" target=\"_blank\">Attorney Brian Stretcher</a> ~ <a href=\"http://brevard-nc-3439.theupsstorelocal.com/\" target=\"_blank\">Brevard\'s UPS Store</a></li>\r\n	<li>Mustang Level - <a href=\"http://www.comporium.com\" target=\"_blank\">Comporium</a> ~ <a href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan\'s Pub</a> ~ Dave &amp; Donna Hunter ~ M-B Industries, Inc. ~ Ronald &amp; Mary Schleich</li>\r\n	<li>Pony Level - <a href=\"http://www.brevardfamilypractice.com\" target=\"_blank\">Brevard Family Practice</a> ~ <a href=\"http://www.domokur.com\" target=\"_blank\">Domokur Architects</a> ~ <a href=\"http://www.ecustacu.com\" target=\"_blank\">Ecusta Credit Union</a> ~ Sylvan &amp; Maureen Copeloff</li>\r\n</ul>\r\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\r\n<ul>\r\n	<li>Barbara Walter ~ Betsy Alexander~ Bill Lindsay ~ Black Horse Creations ~ Blue Ridge Bakery ~ Body &amp; Soul Therapeutic Massage, Denise Jones ~ Brian Stretcher ~ Brighter Day Coffee ~ Broad Street Wines ~ Carol MacAllister ~ Carter Heyward ~ Celeste Dulin ~ Charlie\'s Tire Center ~ Co-ed Cinema ~ Connestee Falls Golf Club ~ Dollywood ~ Donna Hunter ~ Doug &amp; Paula Poad ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Dugan\'s Pub ~ Ellen Stinchcomb ~ Falls Landing ~ Glass Feather Studio ~ Greg McCathern ~ Headwaters Outfitters ~ Hunters and Gatherers ~ Jaime\'s Creole Brasserie ~ Down to Earth Kayaking ~ Duckpond Pottery ~ KeyLight Media, Albert Dulin ~ Kitty Edwards ~ Kiwi Gelato ~ La Petite Spa ~ Lake Toxaway Country Club ~ Local Color ~ Looking Glass Entertainment ~ Love\'s Jewelry ~ Lowell Steinfeld ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Mountain Home &amp; Mattress ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Peggy McGoldrich ~  Perfect Balance Physical Therapy ~ Peter Mockridge ~ Porsha Smith ~ Attorney Brian Stretcher ~ Sandy Hemmer ~ Stones ~ The Square Root ~ The Sunrise Café ~ Water Oak Dental Group ~ White Squirrel Shop ~ Z-Z- Zip/Carl &amp; Lois Ganner</li>\r\n</ul>\r\n<div>\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span><strong>Free Rein Center</strong></p>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2015','','inherit','closed','open','','10-revision-v1','','','2015-09-24 18:40:40','2015-09-24 18:40:40','',10,'http://freereincenter.com/?p=303',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (304,1,'2015-09-24 18:44:03','2015-09-24 18:44:03','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and after-school lessons Monday-Friday and on Saturday mornings.</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small.jpg\"><img class=\"size-medium wp-image-176 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small-300x176.jpg\" alt=\"IMG_4432 (small)\" width=\"300\" height=\"176\" /></a></p>\r\n<span style=\"line-height: 1.5em;\">Our 2015 Spring Session was another success, serving 59 individuals.  Our 8-week fall </span><span style=\"line-height: 1.5em;\">session started on September 8th and will end on November 7th (including the week of make-ups we invariably need).  We\'re serving 57 individuals in this session, making 2015 the largest number of people Free Rein has served since our humble beginnings in 2000.</span>\r\n\r\nIf you need more information, or would like to apply for one of our programs, please contact Jennifer Rouse, Program Director, at (828) 883-3375 or use the email link below for more information or to request an application packet.\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2015-09-24 18:44:03','2015-09-24 18:44:03','',12,'http://freereincenter.com/?p=304',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (306,1,'2015-10-28 14:28:32','2015-10-28 14:28:32','','Board Members Porsha and Denise (small)','','inherit','closed','open','','board-members-porsha-and-denise-small','','','2015-10-28 14:28:32','2015-10-28 14:28:32','',10,'http://freereincenter.com/wp-content/uploads/2013/03/Board-Members-Porsha-and-Denise-small.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (307,1,'2015-10-28 14:31:14','2015-10-28 14:31:14','','Sabrina Shook','','inherit','closed','open','','sabrina-shook','','','2015-10-28 14:31:14','2015-10-28 14:31:14','',10,'http://freereincenter.com/wp-content/uploads/2013/03/Sabrina-Shook.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (308,1,'2015-10-28 14:50:45','2015-10-28 14:50:45','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Gala-Flyer-2015.jpg\"><img class=\"alignleft wp-image-294 \" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Gala-Flyer-2015-300x234.jpg\" alt=\"Gala Flyer - 2015\" width=\"262\" height=\"204\" /></a></h2>\r\nWow - what a great event the 2015 Mane Event gala was - thanks to our wonderfully supportive sponsors and the caring guests who joined in the fun on Saturday, October 17th.  Many folks who attended said that it was one of the most enjoyable fund raising events they have attended in years.  We broke all previous records for both attendance and money raised.  This is a big reason that we were able to serve more people (110) this year - more than any other year in Free Rein\'s 15 year history.\r\n\r\nThe Moon Shine Babies entertained us with their beautiful music and Chef Craig made sure\r\n\r\nthat we had some great food to enjoy.  Duke and Bird from <a title=\"Duke Says Sold\" href=\"http://https://www.facebook.com/Duke-Says-Sold-418897541538370/\" target=\"_blank\">Duke Says Sold</a> brought their high-energy  \"auctiontainment\" that made giving fun for everyone.  One of our student\'s Moms really<img class=\"wp-image-307 size-thumbnail alignright\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Sabrina-Shook-150x150.jpg\" alt=\"Sabrina Shook\" width=\"150\" height=\"150\" /> conveyed the impacts that Free Rein makes in real peoples\' lives when she told the <img class=\"wp-image-306 size-thumbnail alignleft\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Board-Members-Porsha-and-Denise-small-150x150.jpg\" alt=\"Board Members Porsha and Denise (small)\" width=\"150\" height=\"150\" />audience about what Free Rein has meant to her family and her daughter over the two shorts years her daughter has been participating.  She said that Free Rein is a place where her daughter said her first words and where people only talk about what she can do... and then help make it happen.\r\n\r\nBoard members Porsha Smith and Denise Stretcher oversaw the Horse Hunger Games raffle, which pitted Team Lois and Team Clark in a battle of supporters to determine who would win the prize (no horses, real or stuffed, were harmed in the running of this raffle).\r\n\r\nGuests had a wide selection of great live and silent auction items that included\r\n<ul>\r\n	<li>A French Broad Dinner Cruise (thanks to  Jaime\'s Creole Brasserie, Down To Earth Kayaking, and Duckpond Pottery).</li>\r\n	<li>“Z’s and Zips” - an outdoor experience for two, including a night for two in a treehouse, zipline trips, and a picnic dinner provided by the Free Rein Board (thanks to Carl &amp; Lois at<a title=\"Z-Z-Zip - Rosman, NC\" href=\"http://http://www.z-z-zip.com/\" target=\"_blank\"> <strong><em>Z-Z-Zip</em></strong></a> (<em>Brevard\'s #1 Outdoor Activity on TripAdvisor</em>).</li>\r\n	<li>House concerts by the Moon Shine Babies.</li>\r\n	<li>VIP Maestro Package for a Brevard Music Center 2016 Season performance.</li>\r\n	<li>One of Paula Poad\'s beautiful, emotionally engaging Untamed Horse sculptures.</li>\r\n	<li>An original oil painting by local artist Alana Merrell - a real rising young talent in the local art scene.</li>\r\n	<li>A Cocktail Cruise and custom gourmet dinner for four at one of our board member\'s beautiful lakeside home in Connestee Falls.</li>\r\n	<li>A Mackinac Island getaway, including a night\'s lodging, meals, a carriage ride, and more.</li>\r\n	<li>Rounds of golf, a one-hour airplane ride around our beautiful countryside, pet sitting services, beautiful artwork, massages, cooking classes, baskets full of fun, and lots more - there truly was something that almost everyone had to take home.</li>\r\n</ul>\r\n==============================\r\n\r\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items.  They combined to make this the most successful gala in Free Rein\'s 15 year history, generating almost $38,000 to support the horses and programs at Free Rein and, more importantly, the people - young and older- that we serve.\r\n\r\nSponsors of the 2015 gala included the following.\r\n<ul>\r\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser</li>\r\n	<li>Mustang Level - <a title=\"Domkur Architects\" href=\"http://http://www.domokur.com/\" target=\"_blank\">Domokur Architects</a> ~ <a href=\"http://www.duganspub.com/\" target=\"_blank\">Dave &amp; Donna Hunter ~Dugan\'s Pub</a> ~ <a title=\"M-B INdustries, Inc.\" href=\"http://www.m-bindustries.com/\" target=\"_blank\">M-B Industries, Inc.</a> ~ <a title=\"Mission Health\" href=\"http://http://www.mission-health.org/\" target=\"_blank\">Mission Health</a>  ~ Ronald &amp; Mary Schleich ~ Porsha &amp; Nathan Smith ~ <a title=\"The Transylvania Times\" href=\"http://www.transylvaniatimes.com\" target=\"_blank\">The Transylvania Times</a></li>\r\n	<li>Pony Level - <a href=\"http://www.brianstretcherlaw.com/\" target=\"_blank\">Attorney Brian Stretcher</a> ~ Sylvan &amp; Maureen Copelof ~ Susan Peterson &amp; Tom Mahan ~ Jack &amp; Peggy McGoldrick ~ <a title=\"Carolina Mountain Gastroenterology and Endoscope Center\" href=\"http://http://www.caromtngastro.com/\" target=\"_blank\">Carolina Mountain Gastroenterology and Endoscope Center</a></li>\r\n</ul>\r\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\r\n<ul>\r\n	<li>Alana Merrell ~ Annie \"Mossin\' Annie\" Martin ~ Barbara Walter ~ Big Mike\'s ~ Blue Ridge Bakery ~ Bracken Mountain Bakery ~ Brad Butler ~ Brevard Brewing Co. ~ Brevard Music Center ~ Broad Street Wines ~ Charlie\'s Tire Center ~ Connestee Falls Golf Club ~ Denise Jones ~ Dick Shulman ~ Donna Hunter ~ Dottie Hollum ~ Doug &amp; Paula Poad ~ Down To Earth Kayaking ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Duckpond Pottery ~ Elements Spa ~ Falls Landing ~ Greg McCathern ~ Gretchen Colman ~ Headwaters Outfitters ~ Jaime\'s Creole Brasserie ~ Kathy King ~ KeyLight Media, Albert Dulin ~ La Petite Spa ~ Lauren D\'Alessandro ~ Kiwi Gelato ~ La Petite Spa ~ Looking Glass Entertainment ~ Lorraine Rourke ~ Love\'s Jewelry ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Moon Shine Babies ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Nancy Moak ~ Nancy Richards ~ Oskar Blues Brewery ~ Pat Dennis ~ Peter Mockridge ~ The Proper Pot ~ Ron Schleich ~ Shannon Rood ~ Sherwood Forest Golf Club ~ Sierra Nevada Brewery ~ Southern Appalachian Brewing ~ Spice It To A Tea ~ The Square Root ~ The White Squirrel Shop ~ Z-Z- Zip/Carl &amp; Lois Ganner</li>\r\n</ul>\r\n<div>\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span><strong>Free Rein Center</strong></p>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2015','','inherit','closed','open','','10-revision-v1','','','2015-10-28 14:50:45','2015-10-28 14:50:45','',10,'http://freereincenter.com/?p=308',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (309,1,'2015-10-28 14:51:00','2015-10-28 14:51:00','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Gala-Flyer-2015.jpg\"><img class=\"alignleft wp-image-294 \" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Gala-Flyer-2015-300x234.jpg\" alt=\"Gala Flyer - 2015\" width=\"262\" height=\"204\" /></a></h2>\r\nWow - what a great event the 2015 Mane Event gala was - thanks to our wonderfully supportive sponsors and the caring guests who joined in the fun on Saturday, October 17th.  Many folks who attended said that it was one of the most enjoyable fund raising events they have attended in years.  We broke all previous records for both attendance and money raised.  This is a big reason that we were able to serve more people (110) this year - more than any other year in Free Rein\'s 15 year history.\r\n\r\nThe Moon Shine Babies entertained us with their beautiful music and Chef Craig made sure\r\n\r\nthat we had some great food to enjoy.  Duke and Bird from <a title=\"Duke Says Sold\" href=\"http://https://www.facebook.com/Duke-Says-Sold-418897541538370/\" target=\"_blank\">Duke Says Sold</a> brought their high-energy  \"auctiontainment\" that made giving fun for everyone.  One of our student\'s Moms really<img class=\"wp-image-307 size-thumbnail alignright\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Sabrina-Shook-150x150.jpg\" alt=\"Sabrina Shook\" width=\"150\" height=\"150\" /> conveyed the impacts that Free Rein makes in real peoples\' lives when she told the <img class=\"wp-image-306 size-thumbnail alignleft\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Board-Members-Porsha-and-Denise-small-150x150.jpg\" alt=\"Board Members Porsha and Denise (small)\" width=\"150\" height=\"150\" />audience about what Free Rein has meant to her family and her daughter over the two shorts years her daughter has been participating.  She said that Free Rein is a place where her daughter said her first words and where people only talk about what she can do... and then help make it happen.\r\n\r\nBoard members Porsha Smith and Denise Stretcher oversaw the Horse Hunger Games raffle, which pitted Team Lois and Team Clark in a battle of supporters to determine who would win the prize (no horses, real or stuffed, were harmed in the running of this raffle).\r\n\r\nGuests had a wide selection of great live and silent auction items that included\r\n<ul>\r\n	<li>A French Broad Dinner Cruise (thanks to  Jaime\'s Creole Brasserie, Down To Earth Kayaking, and Duckpond Pottery).</li>\r\n	<li>“Z’s and Zips” - an outdoor experience for two, including a night for two in a treehouse, zipline trips, and a picnic dinner provided by the Free Rein Board (thanks to Carl &amp; Lois at<a title=\"Z-Z-Zip - Rosman, NC\" href=\"http://http://www.z-z-zip.com/\" target=\"_blank\"> <strong><em>Z-Z-Zip</em></strong></a> (<em>Brevard\'s #1 Outdoor Activity on TripAdvisor</em>).</li>\r\n	<li>House concerts by the Moon Shine Babies.</li>\r\n	<li>VIP Maestro Package for a Brevard Music Center 2016 Season performance.</li>\r\n	<li>One of Paula Poad\'s beautiful, emotionally engaging Untamed Horse sculptures.</li>\r\n	<li>An original oil painting by local artist Alana Merrell - a real rising young talent in the local art scene.</li>\r\n	<li>A Cocktail Cruise and custom gourmet dinner for four at one of our board member\'s beautiful lakeside home in Connestee Falls.</li>\r\n	<li>A Mackinac Island getaway, including a night\'s lodging, meals, a carriage ride, and more.</li>\r\n	<li>Rounds of golf, a one-hour airplane ride around our beautiful countryside, pet sitting services, beautiful artwork, massages, cooking classes, baskets full of fun, and lots more - there truly was something that almost everyone had to take home.</li>\r\n</ul>\r\n==============================\r\n\r\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items.  They combined to make this the most successful gala in Free Rein\'s 15 year history, generating almost $38,000 to support the horses and programs at Free Rein and, more importantly, the people - young and older- that we serve.\r\n\r\nSponsors of the 2015 gala included the following.\r\n<ul>\r\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser</li>\r\n	<li>Mustang Level - <a title=\"Domkur Architects\" href=\"http://http://www.domokur.com/\" target=\"_blank\">Domokur Architects</a> ~ <a href=\"http://www.duganspub.com/\" target=\"_blank\">Dave &amp; Donna Hunter ~Dugan\'s Pub</a> ~ <a title=\"M-B INdustries, Inc.\" href=\"http://www.m-bindustries.com/\" target=\"_blank\">M-B Industries, Inc.</a> ~ <a title=\"Mission Health\" href=\"http://http://www.mission-health.org/\" target=\"_blank\">Mission Health</a>  ~ Ronald &amp; Mary Schleich ~ Porsha &amp; Nathan Smith ~ <a title=\"The Transylvania Times\" href=\"http://www.transylvaniatimes.com\" target=\"_blank\">The Transylvania Times</a></li>\r\n	<li>Pony Level - <a href=\"http://www.brianstretcherlaw.com/\" target=\"_blank\">Attorney Brian Stretcher</a> ~ Sylvan &amp; Maureen Copelof ~ Susan Peterson &amp; Tom Mahan ~ Jack &amp; Peggy McGoldrick ~ <a title=\"Carolina Mountain Gastroenterology and Endoscope Center\" href=\"http://http://www.caromtngastro.com/\" target=\"_blank\">Carolina Mountain Gastroenterology and Endoscope Center</a></li>\r\n</ul>\r\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\r\n<ul>\r\n	<li>Alana Merrell ~ Annie \"Mossin\' Annie\" Martin ~ Barbara Walter ~ Big Mike\'s ~ Blue Ridge Bakery ~ Bracken Mountain Bakery ~ Brad Butler ~ Brevard Brewing Co. ~ Brevard Music Center ~ Broad Street Wines ~ Charlie\'s Tire Center ~ Connestee Falls Golf Club ~ Denise Jones ~ Dick Shulman ~ Donna Hunter ~ Dottie Hollum ~ Doug &amp; Paula Poad ~ Down To Earth Kayaking ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Duckpond Pottery ~ Elements Spa ~ Falls Landing ~ Greg McCathern ~ Gretchen Colman ~ Headwaters Outfitters ~ Jaime\'s Creole Brasserie ~ Kathy King ~ KeyLight Media, Albert Dulin ~ La Petite Spa ~ Lauren D\'Alessandro ~ Kiwi Gelato ~ La Petite Spa ~ Looking Glass Entertainment ~ Lorraine Rourke ~ Love\'s Jewelry ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Moon Shine Babies ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Nancy Moak ~ Nancy Richards ~ Oskar Blues Brewery ~ Pat Dennis ~ Peter Mockridge ~ The Proper Pot ~ Ron Schleich ~ Shannon Rood ~ Sherwood Forest Golf Club ~ Sierra Nevada Brewery ~ Southern Appalachian Brewing ~ Spice It To A Tea ~ The Square Root ~ The White Squirrel Shop ~ Z-Z- Zip/Carl &amp; Lois Ganner</li>\r\n</ul>\r\n<div>\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span><strong>Free Rein Center</strong></p>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2015','','inherit','closed','open','','10-revision-v1','','','2015-10-28 14:51:00','2015-10-28 14:51:00','',10,'http://freereincenter.com/?p=309',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (310,1,'2015-10-28 15:02:34','2015-10-28 15:02:34','','DSC02805','','inherit','closed','open','','dsc02805','','','2015-10-28 15:02:34','2015-10-28 15:02:34','',10,'http://freereincenter.com/wp-content/uploads/2013/03/DSC02805.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (311,1,'2015-10-28 15:07:22','2015-10-28 15:07:22','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Logo-2014.jpg\"><img class=\"alignleft wp-image-207\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Logo-2014-300x298.jpg\" alt=\"\" width=\"144\" height=\"143\" /></a></h2>\r\nWow - what a great event the 2015 Mane Event gala was - thanks to our wonderfully supportive sponsors and the caring guests who joined in the fun on Saturday, October 17th.  Many folks who attended said that it was one of the most enjoyable fund raising events they have attended in years.  We broke all previous records for both attendance and money raised.  This is a big reason that we were able to serve more people (110) at Free Rein this year - more than any other year in Free Rein\'s 15 year history.<img class=\"wp-image-307  alignright\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Sabrina-Shook-150x150.jpg\" alt=\"Sabrina Shook\" width=\"137\" height=\"137\" />\r\n\r\nOne of our student-rider\'s Moms really conveyed the impacts that Free Rein makes in real peoples\' lives when she told the audience about what Free Rein has meant to her family and her daughter over the two shorts years her daughter has been participating.  She said that, \"Free Rein is a place where her daughter said her first words and where people only talk about what she can do... and then help make it happen.\"\r\n\r\nThe Moon Shine Babies entertained Lois &amp; Clark (and the rest of us) us with their beautiful music and Chef Craig made sure<img class=\"alignright wp-image-310 \" src=\"http://freereincenter.com/wp-content/uploads/2013/03/DSC02805-201x300.jpg\" alt=\"DSC02805\" width=\"134\" height=\"200\" /> that we had great food to enjoy.  Duke and Bird from <a title=\"Duke Says Sold\" href=\"http://https://www.facebook.com/Duke-Says-Sold-418897541538370/\" target=\"_blank\">Duke Says Sold</a> brought their high-energy <img class=\"wp-image-306  alignleft\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Board-Members-Porsha-and-Denise-small-150x150.jpg\" alt=\"Board Members Porsha and Denise (small)\" width=\"130\" height=\"130\" /> \"auctiontainment\" that made giving fun for everyone.\r\n\r\nBoard members Porsha Smith and Denise Stretcher oversaw the Horse Hunger Games raffle, which pitted Team Lois and Team Clark in a battle of supporters to determine who would win the prize (no horses, real or stuffed, were harmed in the running of this raffle).\r\n\r\nGuests had a wide selection of great live and silent auction items that included:\r\n<ul>\r\n	<li>A French Broad Dinner Cruise (thanks to  Jaime\'s Creole Brasserie, Down To Earth Kayaking, and Duckpond Pottery).</li>\r\n	<li>“Z’s and Zips” - an outdoor experience for two, including a night for two in a treehouse, zipline trips, and a picnic dinner provided by the Free Rein Board (thanks to Carl &amp; Lois at<a title=\"Z-Z-Zip - Rosman, NC\" href=\"http://http://www.z-z-zip.com/\" target=\"_blank\"> <strong><em>Z-Z-Zip</em></strong></a> (<em>Brevard\'s #1 Outdoor Activity on TripAdvisor</em>).</li>\r\n	<li>House concerts by the Moon Shine Babies.</li>\r\n	<li>VIP Maestro Package for a Brevard Music Center 2016 Season performance.</li>\r\n	<li>One of Paula Poad\'s beautiful, emotionally engaging Untamed Horse sculptures.</li>\r\n	<li>An original oil painting by local artist Alana Merrell - a real rising young talent in the local art scene.</li>\r\n	<li>A Cocktail Cruise and custom gourmet dinner for four at one of our board member\'s beautiful lakeside home in Connestee Falls.</li>\r\n	<li>A Mackinac Island getaway, including a night\'s lodging, meals, a carriage ride, and more.</li>\r\n	<li>Rounds of golf, a one-hour airplane ride around our beautiful countryside, pet sitting services, beautiful artwork, massages, cooking classes, baskets full of fun, and lots more - there truly was something that almost everyone had to take home.</li>\r\n</ul>\r\n==============================\r\n\r\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items.  They combined to make this the most successful gala in Free Rein\'s 15 year history, generating almost $38,000 to support the horses and programs at Free Rein and, more importantly, the people - young and older- that we serve.\r\n\r\nSponsors of the 2015 gala included the following.\r\n<ul>\r\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser</li>\r\n	<li>Mustang Level - <a title=\"Domkur Architects\" href=\"http://http://www.domokur.com/\" target=\"_blank\">Domokur Architects</a> ~ <a href=\"http://www.duganspub.com/\" target=\"_blank\">Dave &amp; Donna Hunter ~Dugan\'s Pub</a> ~ <a title=\"M-B INdustries, Inc.\" href=\"http://www.m-bindustries.com/\" target=\"_blank\">M-B Industries, Inc.</a> ~ <a title=\"Mission Health\" href=\"http://http://www.mission-health.org/\" target=\"_blank\">Mission Health</a>  ~ Ronald &amp; Mary Schleich ~ Porsha &amp; Nathan Smith ~ <a title=\"The Transylvania Times\" href=\"http://www.transylvaniatimes.com\" target=\"_blank\">The Transylvania Times</a></li>\r\n	<li>Pony Level - <a href=\"http://www.brianstretcherlaw.com/\" target=\"_blank\">Attorney Brian Stretcher</a> ~ Sylvan &amp; Maureen Copelof ~ Susan Peterson &amp; Tom Mahan ~ Jack &amp; Peggy McGoldrick ~ <a title=\"Carolina Mountain Gastroenterology and Endoscope Center\" href=\"http://http://www.caromtngastro.com/\" target=\"_blank\">Carolina Mountain Gastroenterology and Endoscope Center</a></li>\r\n</ul>\r\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\r\n<ul>\r\n	<li>Alana Merrell ~ Annie \"Mossin\' Annie\" Martin ~ Barbara Walter ~ Big Mike\'s ~ Blue Ridge Bakery ~ Bracken Mountain Bakery ~ Brad Butler ~ Brevard Brewing Co. ~ Brevard Music Center ~ Broad Street Wines ~ Charlie\'s Tire Center ~ Connestee Falls Golf Club ~ Denise Jones ~ Dick Shulman ~ Donna Hunter ~ Dottie Hollum ~ Doug &amp; Paula Poad ~ Down To Earth Kayaking ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Duckpond Pottery ~ Elements Spa ~ Falls Landing ~ Greg McCathern ~ Gretchen Colman ~ Headwaters Outfitters ~ Jaime\'s Creole Brasserie ~ Kathy King ~ KeyLight Media, Albert Dulin ~ La Petite Spa ~ Lauren D\'Alessandro ~ Kiwi Gelato ~ La Petite Spa ~ Looking Glass Entertainment ~ Lorraine Rourke ~ Love\'s Jewelry ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Moon Shine Babies ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Nancy Moak ~ Nancy Richards ~ Oskar Blues Brewery ~ Pat Dennis ~ Peter Mockridge ~ The Proper Pot ~ Ron Schleich ~ Shannon Rood ~ Sherwood Forest Golf Club ~ Sierra Nevada Brewery ~ Southern Appalachian Brewing ~ Spice It To A Tea ~ The Square Root ~ The White Squirrel Shop ~ Z-Z- Zip/Carl &amp; Lois Ganner</li>\r\n</ul>\r\n<div>\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span><strong>Free Rein Center</strong></p>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2015','','inherit','closed','open','','10-revision-v1','','','2015-10-28 15:07:22','2015-10-28 15:07:22','',10,'http://freereincenter.com/?p=311',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (332,1,'2015-12-08 18:52:17','2015-12-08 18:52:17','','Free Rein Newsletter DEC 2015 (email)','','inherit','closed','open','','free-rein-newsletter-dec-2015-email','','','2015-12-08 18:52:17','2015-12-08 18:52:17','',0,'http://freereincenter.com/wp-content/uploads/2015/12/Free-Rein-Newsletter-DEC-2015-email.pdf',0,'attachment','application/pdf',0);
INSERT INTO `wp_posts` VALUES (312,1,'2015-10-28 15:23:03','2015-10-28 15:23:03','<h2 style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Logo-2014.jpg\"><img class=\"alignleft wp-image-207\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Mane-Event-Logo-2014-300x298.jpg\" alt=\"\" width=\"144\" height=\"143\" /></a></h2>\r\nWow - what a great event the 2015 Mane Event gala was - thanks to our wonderfully supportive sponsors and the caring guests who joined in the fun on Saturday, October 17th.  Many folks who attended said that it was one of the most enjoyable fund raising events they have attended in years.  We broke all previous records for both attendance and money raised.  This is a big reason that we were able to serve more people (110) at Free Rein this year - more than any other year in Free Rein\'s 15 year history.<img class=\"wp-image-307  alignright\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Sabrina-Shook-150x150.jpg\" alt=\"Sabrina Shook\" width=\"137\" height=\"137\" />\r\n\r\nOne of our student-rider\'s Moms really conveyed the impacts that Free Rein makes in real peoples\' lives when she told the audience about what Free Rein has meant to her family and her daughter over the two shorts years her daughter has been participating.  She said that, \"Free Rein is a place where her daughter said her first words and where people only talk about what she can do... and then help make it happen.\"\r\n\r\n<img class=\"alignright wp-image-310 \" src=\"http://freereincenter.com/wp-content/uploads/2013/03/DSC02805-201x300.jpg\" alt=\"DSC02805\" width=\"134\" height=\"200\" />The Moon Shine Babies entertained Lois &amp; Clark (and the rest of us) us with their beautiful music and Chef Craig made sure that we had great food to enjoy.  Duke and Bird (<a title=\"Duke Says Sold\" href=\"http://https://www.facebook.com/Duke-Says-Sold-418897541538370/\" target=\"_blank\">Duke Says Sold</a>) brought their high-energy <img class=\"wp-image-306  alignleft\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/Board-Members-Porsha-and-Denise-small-150x150.jpg\" alt=\"Board Members Porsha and Denise (small)\" width=\"130\" height=\"130\" /> \"auctiontainment\" that made giving fun for everyone.\r\n\r\nBoard members Porsha Smith and Denise Stretcher created and oversaw the Horse Hunger Games raffle, which pitted Team Lois and Team Clark in a battle of supporters to determine who would win the prize (no horses, real or stuffed, were harmed in the running of this raffle).\r\n\r\nGuests had a wide selection of great live and silent auction items to choose from, including:\r\n<ul>\r\n	<li>A French Broad Dinner Cruise (thanks to  Jaime\'s Creole Brasserie, Down To Earth Kayaking, and Duckpond Pottery).</li>\r\n	<li>“Z’s and Zips” - an outdoor experience for two, including a night for two in a treehouse, zipline trips, and a picnic dinner provided by the Free Rein Board (thanks to Carl &amp; Lois at<a title=\"Z-Z-Zip - Rosman, NC\" href=\"http://http://www.z-z-zip.com/\" target=\"_blank\"> <strong><em>Z-Z-Zip</em></strong></a> (<em>Brevard\'s #1 Outdoor Activity on TripAdvisor</em>).</li>\r\n	<li>House concerts by the Moon Shine Babies.</li>\r\n	<li>VIP Maestro Package for a Brevard Music Center 2016 Season performance.</li>\r\n	<li>One of Paula Poad\'s beautiful, emotionally engaging Untamed Horse sculptures.</li>\r\n	<li>An original oil painting by local artist Alana Merrell - a real rising young talent in the local art scene.</li>\r\n	<li>A Cocktail Cruise and custom gourmet dinner for four at one of our board member\'s beautiful lakeside home in Connestee Falls.</li>\r\n	<li>A Mackinac Island getaway, including a night\'s lodging, meals, a carriage ride, and more.</li>\r\n	<li>Rounds of golf, a one-hour airplane ride around our beautiful countryside, pet sitting services, beautiful artwork, massages, cooking classes, baskets full of fun, and lots more - there truly was something that almost everyone had to take home.</li>\r\n</ul>\r\n==============================\r\n\r\nWe are profoundly grateful for the generous support of the attendees, event sponsors, and those who donated auction items.  They combined to make this the most successful gala in Free Rein\'s 15 year history, generating almost $38,000 to support the horses and programs at Free Rein and, more importantly, the people - young and older- that we serve.\r\n\r\nSponsors of the 2015 gala included the following.\r\n<ul>\r\n	<li>Champion Level - Peg Hall &amp; Gerry Azzata ~ Carter Heyward &amp; Sue Sasser</li>\r\n	<li>Mustang Level - <a title=\"Domkur Architects\" href=\"http://http://www.domokur.com/\" target=\"_blank\">Domokur Architects</a> ~ <a href=\"http://www.duganspub.com/\" target=\"_blank\">Dave &amp; Donna Hunter ~Dugan\'s Pub</a> ~ <a title=\"M-B INdustries, Inc.\" href=\"http://www.m-bindustries.com/\" target=\"_blank\">M-B Industries, Inc.</a> ~ <a title=\"Mission Health\" href=\"http://http://www.mission-health.org/\" target=\"_blank\">Mission Health</a>  ~ Ronald &amp; Mary Schleich ~ Porsha &amp; Nathan Smith ~ <a title=\"The Transylvania Times\" href=\"http://www.transylvaniatimes.com\" target=\"_blank\">The Transylvania Times</a></li>\r\n	<li>Pony Level - <a href=\"http://www.brianstretcherlaw.com/\" target=\"_blank\">Attorney Brian Stretcher</a> ~ Sylvan &amp; Maureen Copelof ~ Susan Peterson &amp; Tom Mahan ~ Jack &amp; Peggy McGoldrick ~ <a title=\"Carolina Mountain Gastroenterology and Endoscope Center\" href=\"http://http://www.caromtngastro.com/\" target=\"_blank\">Carolina Mountain Gastroenterology and Endoscope Center</a></li>\r\n</ul>\r\nThanks also go out to the following businesses and individuals that provided auction items or in-kind support for the gala.\r\n<ul>\r\n	<li>Alana Merrell ~ Annie \"Mossin\' Annie\" Martin ~ Barbara Walter ~ Big Mike\'s ~ Blue Ridge Bakery ~ Bracken Mountain Bakery ~ Brad Butler ~ Brevard Brewing Co. ~ Brevard Music Center ~ Broad Street Wines ~ Brown Bean Coffee ~ Bullwinkles, Rocky\'s, Moose Tracks ~ Charlie\'s Tire Center ~ Connestee Falls Golf Club ~ Denise Jones ~ Dick Shulman ~ Donna Hunter ~ Dottie Hollum ~ Doug &amp; Paula Poad ~ Down To Earth Kayaking ~ Downtown Chocolates ~Dr. G. Ruffin Benton, III ~ Duke &amp; Bird at Duke Says Sold ~ Duckpond Pottery ~ Egolf Motors ~ Elements Spa ~ Falls Landing ~ Greg McCathern ~ Gretchen Colman ~ Hawg Wild ~ Headwaters Outfitters ~ Jaime\'s Creole Brasserie ~ Jet\'s Pizza ~ Judith and Peter Johnson ~ Kathy King ~ KeyLight Media, Albert Dulin ~ La Petite Spa ~ Lauren D\'Alessandro ~ Kiwi Gelato ~ La Petite Spa ~ Looking Glass Entertainment ~ Lorraine Rourke ~ Love\'s Jewelry ~ Lucinda Dulin ~ Main Street Ltd. ~ Mike Gressel ~ Moon Shine Babies ~ Mountain Quilts ~ Mud Dabbers Pottery &amp; Crafts ~ Nancy Moak ~ Nancy Richards ~ Oskar Blues Brewery ~ Pat Dennis ~ Peter Mockridge ~ The Proper Pot ~ Ron Schleich ~ Shannon Rood ~ Sherwood Forest Golf Club ~ Sierra Nevada Brewery ~ Southern Appalachian Brewing ~ Spice It To A Tea ~ The Square Root ~ Tony\'s Deli ~ The White Squirrel Shop ~ Z-Z- Zip/Carl &amp; Lois Ganner</li>\r\n</ul>\r\n<div>\r\n<p style=\"text-align: left;\"><span style=\"color: #000000;\"> </span><strong>Free Rein Center</strong></p>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','\"Mane Event\" Gala - 2015','','inherit','closed','open','','10-revision-v1','','','2015-10-28 15:23:03','2015-10-28 15:23:03','',10,'http://freereincenter.com/?p=312',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (313,1,'2015-10-28 15:24:14','2015-10-28 15:24:14','<strong style=\"color: #333333;\">Free Rein offers therapeutic riding lessons during the spring and fall each year. We offer both daytime and after-school lessons Monday-Friday and on Saturday mornings.</strong>\r\n<p style=\"text-align: center;\"><a href=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small.jpg\"><img class=\"size-medium wp-image-176 aligncenter\" src=\"http://freereincenter.com/wp-content/uploads/2013/03/IMG_4432-small-300x176.jpg\" alt=\"IMG_4432 (small)\" width=\"300\" height=\"176\" /></a></p>\r\n<span style=\"line-height: 1.5em;\">Our 2015 Spring Session was another success, serving 59 individuals.  Our 8-week fall </span><span style=\"line-height: 1.5em;\">session started on September 8th and will end on November 7th (including the week of make-ups we invariably need).  We\'re serving 59 individuals in this session, making 2015 the largest number of people Free Rein has served since our humble beginnings in 2000.</span>\r\n\r\nIf you need more information, or would like to apply for one of our programs, please contact Jennifer Rouse, Program Director, at (828) 883-3375 or use the email link below for more information or to request an application packet.\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>\r\n\r\n</div>','Lessons','','inherit','closed','open','','12-revision-v1','','','2015-10-28 15:24:14','2015-10-28 15:24:14','',12,'http://freereincenter.com/?p=313',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (314,1,'2015-10-28 15:34:20','2015-10-28 15:34:20','','2016 Calendar Cover & Sponsor Page','','inherit','closed','open','','2016-calendar-cover-sponsor-page','','','2015-10-28 15:34:20','2015-10-28 15:34:20','',125,'http://freereincenter.com/wp-content/uploads/2013/10/2016-Calendar-Cover-Sponsor-Page.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (316,1,'2015-10-28 15:37:11','2015-10-28 15:37:11','','2016 Calendar POS Sign','','inherit','closed','open','','2016-calendar-pos-sign','','','2015-10-28 15:37:11','2015-10-28 15:37:11','',125,'http://freereincenter.com/wp-content/uploads/2013/10/2016-Calendar-POS-Sign.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (317,1,'2015-10-28 15:44:16','2015-10-28 15:44:16','<a href=\"http://freereincenter.com/wp-content/uploads/2013/10/2016-Calendar-POS-Sign.jpg\"><img class=\"wp-image-316 alignright\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/2016-Calendar-POS-Sign-300x211.jpg\" alt=\"2016 Calendar POS Sign\" width=\"263\" height=\"185\" /></a>Our annual calendar is a true labor of love... it\'s a lot of work, but we love to do it.  We love to do it because it is another way we can tell the wonderful stories of Horses Helping Humans Heal - and those humans, too.\r\n\r\nThe 2016 calendars are here.  Printed on heavy stock, easy to write important notes on, and only cost $15 each ~ they make wonderful gifts... and help support Free Rein\'s programs.  Contact the office at the email or phone number below to get one, or look for them at some of the calendar sponsors shown below.\r\n\r\n<strong>Please help thank our annual calendar sponsors</strong> - they believe in what we do and show it by sponsoring months in our calendar - check out their web pages using the links below and thank them for their support of Free Rein with your patronage.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2013/10/2016-Calendar-Cover-Sponsor-Page.jpg\"><img class=\"wp-image-314 size-medium alignleft\" src=\"http://freereincenter.com/wp-content/uploads/2013/10/2016-Calendar-Cover-Sponsor-Page-191x300.jpg\" alt=\"\" width=\"191\" height=\"300\" /></a>\r\n<table style=\"height: 585px;\" width=\"362\">\r\n<tbody>\r\n<tr>\r\n<td width=\"94\">January</td>\r\n<td width=\"249\"><a title=\"Oskar Blues Brewery\" href=\"http://www.oskarblues.com/\" target=\"_blank\">Oskar Blues Brewery</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">February</td>\r\n<td width=\"249\"><a title=\"Food Matters Market &amp; Cafe\" href=\"http://www.foodmattersmarket.com/\" target=\"_blank\">Food Matters Market</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">March</td>\r\n<td width=\"249\"><a title=\"Dugan\'s Pub\" href=\"http://www.duganspub.com/\" target=\"_blank\">Dugan’s Pub</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">April</td>\r\n<td width=\"249\"><a title=\"Hampton Inn of Brevard/Pisgah Forest\" href=\"http://www.brevardnc.com/businesses/hampton-inn-275-forest-gate-drive-pisgah-forest/\" target=\"_blank\">Hampton Inn of Brevard-Pisgah Forest</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">May</td>\r\n<td width=\"249\"><a title=\"D.D. Bullwinkel\'s ~ Rocky\'s ~ Moose Tracks\" href=\"http://www.ddbullwinkels.com/\" target=\"_blank\">Rocky’s, D.D. Bullwinkel’s, and Moose Tracks</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">June</td>\r\n<td width=\"249\"><a title=\"Looking Glass Realty\" href=\"http://www.lookingglassbrevard.com/\" target=\"_blank\">Looking Glass Realty</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">July</td>\r\n<td width=\"249\"><a title=\"Perfect Balance Physical Therapy\" href=\"http://www.perfectbalancept.com/\" target=\"_blank\">Perfect Balance Physical Therapy</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">August</td>\r\n<td width=\"249\"><a title=\"Charlie\'s Tire Center\" href=\"http://www.charliestirecenter.com/\" target=\"_blank\">Charlie’s Tire Center</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">September</td>\r\n<td width=\"249\"><a title=\"First Citizens Bank\" href=\"http://www.firstcitizens.com/\" target=\"_blank\">First Citizens Bank</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">October</td>\r\n<td width=\"249\"><a title=\"Copy Works\" href=\"http://www.copy-works.net/\" target=\"_blank\">Copy Works</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">November</td>\r\n<td width=\"249\"><a title=\"Broad Street Wines\" href=\"http://http://broadstreetwines.com/\" target=\"_blank\">Broad Street Wines</a></td>\r\n</tr>\r\n<tr>\r\n<td width=\"94\">December</td>\r\n<td width=\"249\"><a title=\"Water Oak Dental Group\" href=\"http://www.wateroakdental.com/\" target=\"_blank\">Water Oak Dental Associates</a></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>\r\nP.O. Box 1325 Brevard, NC  28712</strong>\r\n\r\n<strong>Free Rein Center</strong>\r\n\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Free Rein Calendar','','inherit','closed','open','','125-revision-v1','','','2015-10-28 15:44:16','2015-10-28 15:44:16','',125,'http://freereincenter.com/?p=317',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (319,1,'2015-10-28 19:02:27','2015-10-28 19:02:27','[si-contact-form form=\'1\']','Contact','','inherit','closed','open','','13-autosave-v1','','','2015-10-28 19:02:27','2015-10-28 19:02:27','',13,'http://freereincenter.com/?p=319',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (320,1,'2015-10-28 19:11:04','2015-10-28 19:11:04','<img class=\"size-medium wp-image-324 alignright\" src=\"http://freereincenter.com/wp-content/uploads/2015/10/Free-Rein-Map-194x300.jpg\" alt=\"Free Rein Map\" width=\"194\" height=\"300\" />We encourage you to come see what we do - first hand - when our classes are in session.  Please call ahead so we can have someone meet you there to let you see what we do and, more importantly, for whom we do it.\r\n\r\nWe operate in a leased facility at Rockbrook Camp for Girls, just 4 miles south of Brevard on Rt. 276 south - just before you get to Mud Dabbers Pottery.  Look for our signs on the right hand side of the road, heading south.\r\n\r\nWe are not in session in June, July, or August - when Rockbrook\'s summer camp is in session.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Where To Find Us','','publish','closed','open','','where-to-find-us','','','2015-10-28 19:14:53','2015-10-28 19:14:53','',7,'http://freereincenter.com/?page_id=320',3,'page','',0);
INSERT INTO `wp_posts` VALUES (324,1,'2015-10-28 19:08:28','2015-10-28 19:08:28','','Free Rein Map','','inherit','closed','open','','free-rein-map','','','2015-10-28 19:08:28','2015-10-28 19:08:28','',320,'http://freereincenter.com/wp-content/uploads/2015/10/Free-Rein-Map.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (325,1,'2015-10-28 19:10:49','2015-10-28 19:10:49','<img class=\"size-medium wp-image-324 alignright\" src=\"http://freereincenter.com/wp-content/uploads/2015/10/Free-Rein-Map-194x300.jpg\" alt=\"Free Rein Map\" width=\"194\" height=\"300\" />We encourage you to come see what we do - first hand - when lessons are in session.  Please call ahead so we can meet you there and let you see what the words and pictures on this site try to convey about what we do and, more importantly, for whom we do it.\r\n\r\nWe operate in a leased facility at Rockbrook Camp for Girls, just 4 miles south of Brevard on Rt. 276 south - just before you get to Mud Dabbers Pottery.  Look for our signs on the right hand side of the road, heading south.  We are not in session in June, July, or August - when Rockbrook\'s summer camp is in session.\r\n\r\n<a href=\"http://freereincenter.com/wp-content/uploads/2015/10/Free-Rein-Map.jpg\">\r\n\r\n</a>','Where To Find Us','','inherit','closed','open','','320-revision-v1','','','2015-10-28 19:10:49','2015-10-28 19:10:49','',320,'http://freereincenter.com/?p=325',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (327,1,'2015-10-28 19:12:05','2015-10-28 19:12:05','<img class=\"size-medium wp-image-324 alignright\" src=\"http://freereincenter.com/wp-content/uploads/2015/10/Free-Rein-Map-194x300.jpg\" alt=\"Free Rein Map\" width=\"194\" height=\"300\" />We encourage you to come see what we do - first hand - when lessons are in session.  Please call ahead so we can meet you there and let you see what the words and pictures on this site try to convey about what we do and, more importantly, for whom we do it.\r\n\r\nWe operate in a leased facility at Rockbrook Camp for Girls, just 4 miles south of Brevard on Rt. 276 south - just before you get to Mud Dabbers Pottery.  Look for our signs on the right hand side of the road, heading south.  We are not in session in June, July, or August - when Rockbrook\'s summer camp is in session.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','Where To Find Us','','inherit','closed','open','','320-revision-v1','','','2015-10-28 19:12:05','2015-10-28 19:12:05','',320,'http://freereincenter.com/?p=327',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (326,1,'2015-10-28 19:14:43','2015-10-28 19:14:43','<img class=\"size-medium wp-image-324 alignright\" src=\"http://freereincenter.com/wp-content/uploads/2015/10/Free-Rein-Map-194x300.jpg\" alt=\"Free Rein Map\" width=\"194\" height=\"300\" />We encourage you to come see what we do - first hand - when our classes are in session.  Please call ahead so we can have someone meet you there to let you see what we do and, more importantly, for whom we do it.\r\n\r\nWe operate in a leased facility at Rockbrook Camp for Girls, just 4 miles south of Brevard on Rt. 276 south - just before you get to Mud Dabbers Pottery.  Look for our signs on the right hand side of the road, heading south.\r\n\r\nWe are not in session in June, July, or August - when Rockbrook\'s summer camp is in session.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Where To Find Us','','inherit','closed','open','','320-autosave-v1','','','2015-10-28 19:14:43','2015-10-28 19:14:43','',320,'http://freereincenter.com/?p=326',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (328,1,'2015-10-28 19:14:53','2015-10-28 19:14:53','<img class=\"size-medium wp-image-324 alignright\" src=\"http://freereincenter.com/wp-content/uploads/2015/10/Free-Rein-Map-194x300.jpg\" alt=\"Free Rein Map\" width=\"194\" height=\"300\" />We encourage you to come see what we do - first hand - when our classes are in session.  Please call ahead so we can have someone meet you there to let you see what we do and, more importantly, for whom we do it.\r\n\r\nWe operate in a leased facility at Rockbrook Camp for Girls, just 4 miles south of Brevard on Rt. 276 south - just before you get to Mud Dabbers Pottery.  Look for our signs on the right hand side of the road, heading south.\r\n\r\nWe are not in session in June, July, or August - when Rockbrook\'s summer camp is in session.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Where To Find Us','','inherit','closed','open','','320-revision-v1','','','2015-10-28 19:14:53','2015-10-28 19:14:53','',320,'http://freereincenter.com/?p=328',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (333,1,'2015-12-08 18:55:15','2015-12-08 18:55:15','<em><strong>Nickers &amp; News</strong></em>  is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly) who we serve and why it matters.  If you\'d like to receive new issues by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.  Please feel free to share them with your friends and family, too.\r\n\r\nClick on a newsletter issue below and it should open in a new window for you to view.  They are in \".pdf\" format, so you will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) or some other pdf file reader to view it.  Some browsers (i.e. Google Chrome) and smartphone operating systems (i.e. Android) have .pdf reader applications built in.\r\n\r\nIf you have any trouble opening or viewing them, please let us know so we can fix any issues involved.  <strong><em>Please note that the newsletters are listed below from most recent to oldest issues, with the newest issues at the top of the list.</em></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-DEC-2015-email.pdf\" target=\"_blank\">December 2015</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-SEP-2015-email.pdf\">September 2015</a></li>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf\" target=\"_blank\">June 2015</a></li>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-12-08 18:55:15','2015-12-08 18:55:15','',190,'http://freereincenter.com/?p=333',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (334,1,'2015-12-08 18:57:44','2015-12-08 18:57:44','<em><strong>Nickers &amp; News</strong></em>  is a great way to stay up-to-date about what Free Rein does, who is doing it, and (more importantly) who we serve and why it matters.  If you\'d like to receive new issues by email, please send a request to <a href=\"freereincenter@gmail.com\">freereincenter@gmail.com</a> and we\'ll add you to our ever-growing list.  Please feel free to share them with your friends and family, too.\r\n\r\nClick on a newsletter issue below and it should open in a new window for you to view.  They are in \".pdf\" format, so you will need Adobe Acrobat Reader (free download at <a href=\"http://www.adobe.com/products/reader.html\">www.adobe.com</a>) or some other pdf file reader to view it.  Some browsers (i.e. Google Chrome) and smartphone operating systems (i.e. Android) have .pdf reader applications built in.\r\n\r\nIf you have any trouble opening or viewing them, please let us know so we can fix any issues involved.  <strong><em>Please note that the newsletters are listed below from most recent to oldest issues, with the newest issues at the top of the list.</em></strong>\r\n\r\n&nbsp;\r\n\r\n<strong>2015 Issues</strong>\r\n<ul>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2015/12/Free-Rein-Newsletter-DEC-2015-email.pdf\" target=\"_blank\">December 2015</a></li>\r\n	<li><a href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-SEP-2015-email.pdf\">September 2015</a></li>\r\n	<li><a title=\"Free Rein\'s June 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2015/06/Free-Rein-Newsletter-JUN-2015-email.pdf\" target=\"_blank\">June 2015</a></li>\r\n	<li><a title=\"Free Rein\'s March 2015 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-MAR-2015-email.pdf\" target=\"_blank\">March 2015</a></li>\r\n</ul>\r\n<strong>2014 Issues</strong>\r\n<ul>\r\n	<li><a title=\"Free Rein\'s December 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/DEC-2014-Free-Rein-Newsletter-email.pdf\" target=\"_blank\">December 2014</a></li>\r\n	<li><a title=\"Free Rein\'s September 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/SEP-2014-Free-Rein-Newsletter-Email-Version.pdf\" target=\"_blank\">September 2014</a></li>\r\n	<li><a title=\"Free Rein\'s June 2014 Newsletter\" href=\"http://freereincenter.com/wp-content/uploads/2014/07/Free-Rein-Newsletter-June-2014.pdf\" target=\"_blank\">June 2014</a></li>\r\n</ul>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Free Rein Center</strong>\r\n<strong>P.O. Box 1325 Brevard, NC  28712</strong>\r\n<strong>828-883-3375</strong>\r\n<strong><a href=\"mailto:freerein1325@gmail.com\">Email us</a></strong>','Newsletters','','inherit','closed','open','','190-revision-v1','','','2015-12-08 18:57:44','2015-12-08 18:57:44','',190,'http://freereincenter.com/?p=334',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL default '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0',
  `term_order` int(11) NOT NULL default '0',
  PRIMARY KEY  (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (30,2,0);
INSERT INTO `wp_term_relationships` VALUES (29,2,0);
INSERT INTO `wp_term_relationships` VALUES (28,2,0);
INSERT INTO `wp_term_relationships` VALUES (27,2,0);
INSERT INTO `wp_term_relationships` VALUES (26,2,0);
INSERT INTO `wp_term_relationships` VALUES (25,2,0);
INSERT INTO `wp_term_relationships` VALUES (24,2,0);
INSERT INTO `wp_term_relationships` VALUES (23,2,0);
INSERT INTO `wp_term_relationships` VALUES (22,2,0);
INSERT INTO `wp_term_relationships` VALUES (21,2,0);
INSERT INTO `wp_term_relationships` VALUES (42,1,0);
INSERT INTO `wp_term_relationships` VALUES (167,2,0);
INSERT INTO `wp_term_relationships` VALUES (166,2,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1);
INSERT INTO `wp_term_taxonomy` VALUES (2,2,'nav_menu','',0,12);
INSERT INTO `wp_term_taxonomy` VALUES (3,3,'category','',0,0);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0);
INSERT INTO `wp_terms` VALUES (2,'menu1','menu1',0);
INSERT INTO `wp_terms` VALUES (3,'Camp Rockbrook','camp-rockbrook',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'first_name','');
INSERT INTO `wp_usermeta` VALUES (2,1,'last_name','');
INSERT INTO `wp_usermeta` VALUES (3,1,'nickname','freereincenter');
INSERT INTO `wp_usermeta` VALUES (4,1,'description','');
INSERT INTO `wp_usermeta` VALUES (5,1,'rich_editing','true');
INSERT INTO `wp_usermeta` VALUES (6,1,'comment_shortcuts','false');
INSERT INTO `wp_usermeta` VALUES (7,1,'admin_color','fresh');
INSERT INTO `wp_usermeta` VALUES (8,1,'use_ssl','0');
INSERT INTO `wp_usermeta` VALUES (9,1,'show_admin_bar_front','true');
INSERT INTO `wp_usermeta` VALUES (10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}');
INSERT INTO `wp_usermeta` VALUES (11,1,'wp_user_level','10');
INSERT INTO `wp_usermeta` VALUES (12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp390_widgets');
INSERT INTO `wp_usermeta` VALUES (13,1,'show_welcome_panel','1');
INSERT INTO `wp_usermeta` VALUES (14,1,'wp_dashboard_quick_press_last_post_id','335');
INSERT INTO `wp_usermeta` VALUES (15,1,'wp_user-settings','editor=tinymce&hidetb=1&libraryContent=browse&wplink=0&mfold=o&imgsize=medium&dfw_width=822&ed_size=412&advImgDetails=hide');
INSERT INTO `wp_usermeta` VALUES (16,1,'wp_user-settings-time','1449601059');
INSERT INTO `wp_usermeta` VALUES (17,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\";}');
INSERT INTO `wp_usermeta` VALUES (18,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}');
INSERT INTO `wp_usermeta` VALUES (19,1,'nav_menu_recently_edited','2');
INSERT INTO `wp_usermeta` VALUES (20,1,'closedpostboxes_nav-menus','a:0:{}');
INSERT INTO `wp_usermeta` VALUES (21,1,'closedpostboxes_nav-menus','a:1:{i:0;s:24:\"nav-menu-theme-locations\";}');
INSERT INTO `wp_usermeta` VALUES (22,1,'closedpostboxes_page','a:0:{}');
INSERT INTO `wp_usermeta` VALUES (23,1,'metaboxhidden_page','a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'freereincenter','$P$By84/wpDXP511tr0LXz2ceDCCVfLHP.','freereincenter','gyromudd@gmail.com','','2013-03-20 16:15:42','',0,'freereincenter');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2016-01-27 12:16:06
